27 Révisions (d01ccf2bf0436c7586829d41d81a2923adc23e5d)
 

Auteur SHA1 Message Date
  Alois Mahdal d01ccf2bf0 Do not care about recursion limit (Python will) il y a 10 ans
  Alois Mahdal b773413f21 Do not imply only_own il y a 10 ans
  Alois Mahdal 4220ccb9df Do not require driver_settings; use empty dict by default il y a 10 ans
  Alois Mahdal e7066b5aa3 Convert to Python 3: call print() properly il y a 1 an
  Alois Mahdal eff1b63f9e Convert to Python 3: `urlparse` -> `urllib.parse` il y a 1 an
  Alois Mahdal 3448ed09a3 Convert to Python 3: `httplib` -> `http.client` il y a 1 an
  Alois Mahdal 510b3417bf Convert to Python 3: no need to inherita `object` explicitly il y a 1 an
  Alois Mahdal 9d61f7322b Convert to Python 3: `iter(C).next()` -> `next(iter(C))` il y a 1 an
  Alois Mahdal ae188959b1 Convert to Python 3: `object.next` -> `object.__next__` il y a 1 an
  Alois Mahdal 55db18790d Convert to Python 3: `dict` key iterations il y a 1 an
  Alois Mahdal 16029a44e3 Convert to Python 3: `dict.itervalues()` -> `dict.values()` il y a 1 an
  Alois Mahdal db594fe84d Convert to Python 3: `dict.iteritems()` -> `dict.items()` il y a 1 an
  Alois Mahdal 769fca920e Convert to Python 3: `object.__nonzero__()` -> `object.__bool__()` il y a 1 an
  Alois Mahdal 73ffafa606 Convert to Python 3: clarify print() syntax il y a 1 an
  Alois Mahdal ebde8cef64 Convert to Python 3: `StandardError` -> `Exception` il y a 1 an
  Alois Mahdal 956ed002a5 Convert to Python 3: `reduce()` -> `functools.reduce()` il y a 1 an
  Alois Mahdal 619a6824e0 Fix the easier code smells il y a 7 ans
  Alois Mahdal e282370ab8 Add clarifying comment il y a 10 ans
  Alois Mahdal 4d4d1666d7 Add example to DictPath docstring il y a 10 ans
  Alois Mahdal 271244f796 Add basic README and a "live" example il y a 10 ans
  Alois Mahdal 6f2cfddb4d PEP8/Pyflakes clean up il y a 10 ans
  Alois Mahdal d39f199619 Fix several typos / style errors il y a 10 ans
  Alois Mahdal d1cc29d18b Do not call it 1.0 yet il y a 10 ans
  Ondrej Kocian fce2e985a1 rename il y a 10 ans
  Ondrej Kocian 8997da9623 rename to sznqalibs - stupid dash, test imported il y a 10 ans
  Ondrej Kocian 20de7be139 init files il y a 10 ans
  Ondrej Kocian f000565c0b Initial commit il y a 10 ans