Limnoria/src/utils
2015-08-10 18:52:51 +02:00
..
__init__.py Remove need for fix_import, fix_types, and fix_urllib. 2015-08-10 17:55:25 +02: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 Replace sys.version_info[0] usages with minisix.PY{2,3}. 2015-08-09 00:23:03 +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 Replace sys.version_info[0] usages with minisix.PY{2,3}. 2015-08-09 00:23:03 +02:00
structures.py Remove need for fix_import, fix_types, and fix_urllib. 2015-08-10 17:55:25 +02:00
transaction.py Fix errors detected by PyLint. 2014-03-05 14:14:36 +01:00
web.py Remove need for fix_unicode. 2015-08-10 18:52:51 +02:00