23 Commits (eff1b63f9e359b0281039d0c51af6dd8c3e40ff3)
 

Autor SHA1 Mensaje Fecha
  Alois Mahdal eff1b63f9e Convert to Python 3: `urlparse` -> `urllib.parse` hace 3 años
  Alois Mahdal 3448ed09a3 Convert to Python 3: `httplib` -> `http.client` hace 3 años
  Alois Mahdal 510b3417bf Convert to Python 3: no need to inherita `object` explicitly hace 3 años
  Alois Mahdal 9d61f7322b Convert to Python 3: `iter(C).next()` -> `next(iter(C))` hace 3 años
  Alois Mahdal ae188959b1 Convert to Python 3: `object.next` -> `object.__next__` hace 3 años
  Alois Mahdal 55db18790d Convert to Python 3: `dict` key iterations hace 3 años
  Alois Mahdal 16029a44e3 Convert to Python 3: `dict.itervalues()` -> `dict.values()` hace 3 años
  Alois Mahdal db594fe84d Convert to Python 3: `dict.iteritems()` -> `dict.items()` hace 3 años
  Alois Mahdal 769fca920e Convert to Python 3: `object.__nonzero__()` -> `object.__bool__()` hace 3 años
  Alois Mahdal 73ffafa606 Convert to Python 3: clarify print() syntax hace 3 años
  Alois Mahdal ebde8cef64 Convert to Python 3: `StandardError` -> `Exception` hace 3 años
  Alois Mahdal 956ed002a5 Convert to Python 3: `reduce()` -> `functools.reduce()` hace 3 años
  Alois Mahdal 619a6824e0 Fix the easier code smells hace 10 años
  Alois Mahdal e282370ab8 Add clarifying comment hace 12 años
  Alois Mahdal 4d4d1666d7 Add example to DictPath docstring hace 12 años
  Alois Mahdal 271244f796 Add basic README and a "live" example hace 12 años
  Alois Mahdal 6f2cfddb4d PEP8/Pyflakes clean up hace 12 años
  Alois Mahdal d39f199619 Fix several typos / style errors hace 12 años
  Alois Mahdal d1cc29d18b Do not call it 1.0 yet hace 12 años
  Ondrej Kocian fce2e985a1 rename hace 12 años
  Ondrej Kocian 8997da9623 rename to sznqalibs - stupid dash, test imported hace 12 años
  Ondrej Kocian 20de7be139 init files hace 12 años
  Ondrej Kocian f000565c0b Initial commit hace 12 años