Alois Mahdal
0f7e265511
Fix typo in error message
преди 2 години
Alois Mahdal
a513182ed8
Make default error strings use "result/oracle" jargon
преди 10 години
Alois Mahdal
d01ccf2bf0
Do not care about recursion limit (Python will)
преди 10 години
Alois Mahdal
b773413f21
Do not imply only_own
преди 10 години
Alois Mahdal
4220ccb9df
Do not require driver_settings; use empty dict by default
преди 10 години
Alois Mahdal
e7066b5aa3
Convert to Python 3: call print() properly
преди 2 години
Alois Mahdal
eff1b63f9e
Convert to Python 3: `urlparse` -> `urllib.parse`
преди 2 години
Alois Mahdal
3448ed09a3
Convert to Python 3: `httplib` -> `http.client`
преди 2 години
Alois Mahdal
510b3417bf
Convert to Python 3: no need to inherita `object` explicitly
преди 2 години
Alois Mahdal
9d61f7322b
Convert to Python 3: `iter(C).next()` -> `next(iter(C))`
преди 2 години
Alois Mahdal
ae188959b1
Convert to Python 3: `object.next` -> `object.__next__`
преди 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
73ffafa606
Convert to Python 3: clarify print() syntax
Not sure why but 2to3 suggested to enclose the % expression into
parentheses before passing it to print(); I did about the same thing
manually but a bit more readable.
преди 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
преди 8 години
Alois Mahdal
e282370ab8
Add clarifying comment
преди 10 години
Alois Mahdal
4d4d1666d7
Add example to DictPath docstring
преди 10 години
Alois Mahdal
271244f796
Add basic README and a "live" example
преди 10 години
Alois Mahdal
6f2cfddb4d
PEP8/Pyflakes clean up
преди 10 години
Alois Mahdal
d39f199619
Fix several typos / style errors
преди 10 години
Alois Mahdal
d1cc29d18b
Do not call it 1.0 yet
module has been only used in one environment within one use case. The
API is still not organized well (there might be some bad decisions),
documentation needs some reviewing, ant the name of the module is likely
to change in forseeable future.
Therefore it seems too brave to call it 1.0, I'd be happier if the above
was finished before that.
Also, I believe it's a good idea to adhere to Semantic Versioning model,
therefore 0.1.0.
преди 10 години
Ondrej Kocian
fce2e985a1
rename
преди 10 години
Ondrej Kocian
8997da9623
rename to sznqalibs - stupid dash, test imported
преди 10 години
Ondrej Kocian
20de7be139
init files
преди 10 години
Ondrej Kocian
f000565c0b
Initial commit
преди 10 години