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