Commit graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • 18aa0ea (HEAD -> master) Don't use `assert` for control flow by Alois Mahdal 2022-11-01 16:20:48 +0100
  • 138b43b Clean up and rewrite most docstrings by Alois Mahdal 2022-11-01 16:28:10 +0100
  • 0f7e265 Fix typo in error message by Alois Mahdal 2022-11-01 16:27:51 +0100
  • a513182 Make default error strings use "result/oracle" jargon by Alois Mahdal 2014-07-06 19:10:25 +0200
  • d01ccf2 Do not care about recursion limit (Python will) by Alois Mahdal 2014-06-23 21:32:53 +0200
  • b773413 Do not imply only_own by Alois Mahdal 2014-06-23 21:28:20 +0200
  • 4220ccb Do not require driver_settings; use empty dict by default by Alois Mahdal 2014-06-23 21:08:34 +0200
  • e7066b5 Convert to Python 3: call print() properly by Alois Mahdal 2022-11-01 08:38:41 +0100
  • eff1b63 Convert to Python 3: `urlparse` -> `urllib.parse` by Alois Mahdal 2022-11-01 08:38:41 +0100
  • 3448ed0 Convert to Python 3: `httplib` -> `http.client` by Alois Mahdal 2022-11-01 08:38:41 +0100
  • 510b341 Convert to Python 3: no need to inherita `object` explicitly by Alois Mahdal 2022-11-01 08:38:41 +0100
  • 9d61f73 Convert to Python 3: `iter(C).next()` -> `next(iter(C))` by Alois Mahdal 2022-11-01 08:38:41 +0100
  • ae18895 Convert to Python 3: `object.next` -> `object.__next__` by Alois Mahdal 2022-11-01 08:38:41 +0100
  • 55db187 Convert to Python 3: `dict` key iterations by Alois Mahdal 2022-11-01 08:38:41 +0100
  • 16029a4 Convert to Python 3: `dict.itervalues()` -> `dict.values()` by Alois Mahdal 2022-11-01 08:38:41 +0100
  • db594fe Convert to Python 3: `dict.iteritems()` -> `dict.items()` by Alois Mahdal 2022-11-01 08:38:41 +0100
  • 769fca9 Convert to Python 3: `object.__nonzero__()` -> `object.__bool__()` by Alois Mahdal 2022-11-01 08:38:41 +0100
  • 73ffafa Convert to Python 3: clarify print() syntax by Alois Mahdal 2022-11-01 08:38:41 +0100
  • ebde8ce Convert to Python 3: `StandardError` -> `Exception` by Alois Mahdal 2022-11-01 08:38:41 +0100
  • 956ed00 Convert to Python 3: `reduce()` -> `functools.reduce()` by Alois Mahdal 2022-11-01 08:38:41 +0100
  • 619a682 Fix the easier code smells by Alois Mahdal 2016-07-30 17:03:55 +0200
  • e282370 (tag: v0.1.0) Add clarifying comment by Alois Mahdal 2014-07-03 23:21:45 +0200
  • 4d4d166 Add example to DictPath docstring by Alois Mahdal 2014-07-03 23:20:45 +0200
  • 271244f Add basic README and a "live" example by Alois Mahdal 2014-07-03 23:19:31 +0200
  • 6f2cfdd PEP8/Pyflakes clean up by Alois Mahdal 2014-06-23 21:50:22 +0200
  • d39f199 Fix several typos / style errors by Alois Mahdal 2014-06-23 20:17:19 +0200
  • d1cc29d Do not call it 1.0 yet by Alois Mahdal 2014-06-23 20:11:38 +0200
  • fce2e98 rename by Ondrej Kocian 2014-06-23 11:18:43 +0200
  • 8997da9 rename to sznqalibs - stupid dash, test imported by Ondrej Kocian 2014-06-23 11:17:22 +0200
  • 20de7be init files by Ondrej Kocian 2014-06-23 10:52:34 +0200
  • f000565 Initial commit by Ondrej Kocian 2014-06-23 10:38:04 +0200