Limnoria/src/utils
Valentin Lorentz 7ac053d8f1 Merge branch 'rewrite-rss' into testing 2014-07-31 22:53:44 +02:00
..
__init__.py Continue accelerating the 2to3 step (remove fix_idioms, fix_imports2, fix_input, fix_intern, fix_isinstance, fix_ne, fix_next, and fix_raw_input). 2014-01-20 15:13:01 +01:00
crypt.py Remove code specific to Python 2.{3,4,5}. 2013-05-13 15:27:26 +02:00
error.py Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
file.py Make AtomicFile support context managers. 2014-07-31 22:53:21 +02:00
gen.py Fix utils.gen.safeEval to work with instances of ast.NameConstant (introduced in Pythn 3.4). 2014-04-19 10:17:14 +02:00
iter.py Continue accelerating the 2to3 step (remove fix_funcattrs, fix_itertools, and fix_itertools_imports). 2014-01-21 10:50:55 +01:00
net.py Add support for SRV records in domain name resolution. 2014-03-01 09:22:14 +01:00
python.py Fix compatibility with Pypy (does not support __closure__ attribute for functions). 2014-01-26 21:19:28 +01:00
seq.py Continue accelerating the 2to3 step (remove fix_raise). 2014-01-20 15:43:55 +01:00
str.py Fix Python 2.6 support (broken in the two last commits). 2014-07-31 18:06:20 +00:00
structures.py Implement TruncatableSet.__repr__. 2014-07-31 22:53:21 +02:00
transaction.py Fix errors detected by PyLint. 2014-03-05 14:14:36 +01:00
web.py ShrinkUrl & core: Fix encoding issue related to getUrlFd. 2014-07-16 05:42:46 +00:00