20 次代码提交 (master)

作者 SHA1 备注 提交日期
  Alois Mahdal 18aa0ea9a5 Don't use `assert` for control flow 2 年前
  Alois Mahdal 138b43b17e Clean up and rewrite most docstrings 2 年前
  Alois Mahdal 0f7e265511 Fix typo in error message 2 年前
  Alois Mahdal a513182ed8 Make default error strings use "result/oracle" jargon 11 年前
  Alois Mahdal d01ccf2bf0 Do not care about recursion limit (Python will) 11 年前
  Alois Mahdal b773413f21 Do not imply only_own 11 年前
  Alois Mahdal 4220ccb9df Do not require driver_settings; use empty dict by default 11 年前
  Alois Mahdal 510b3417bf Convert to Python 3: no need to inherita `object` explicitly 2 年前
  Alois Mahdal 55db18790d Convert to Python 3: `dict` key iterations 2 年前
  Alois Mahdal 16029a44e3 Convert to Python 3: `dict.itervalues()` -> `dict.values()` 2 年前
  Alois Mahdal db594fe84d Convert to Python 3: `dict.iteritems()` -> `dict.items()` 2 年前
  Alois Mahdal 769fca920e Convert to Python 3: `object.__nonzero__()` -> `object.__bool__()` 2 年前
  Alois Mahdal ebde8cef64 Convert to Python 3: `StandardError` -> `Exception` 2 年前
  Alois Mahdal 956ed002a5 Convert to Python 3: `reduce()` -> `functools.reduce()` 2 年前
  Alois Mahdal 619a6824e0 Fix the easier code smells 9 年前
  Alois Mahdal e282370ab8 Add clarifying comment 11 年前
  Alois Mahdal 4d4d1666d7 Add example to DictPath docstring 11 年前
  Alois Mahdal 6f2cfddb4d PEP8/Pyflakes clean up 11 年前
  Alois Mahdal d39f199619 Fix several typos / style errors 11 年前
  Ondrej Kocian 8997da9623 rename to sznqalibs - stupid dash, test imported 11 年前
  Ondrej Kocian 20de7be139 init files 11 年前