Limnoria/src/utils
2012-12-27 12:22:14 +00:00
..
__init__.py Fix issue with Pypy 2010-12-12 14:22:44 +01:00
crypt.py Add utils/crypt.py as a Python version-agnostic crypt module 2009-03-11 13:37:26 -04:00
error.py Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
file.py Import ifilter from itertools instead of utils.iter. 2012-08-04 22:38:11 +02:00
gen.py Add 2to3 fixer to process utils.gen.IterableMap correctly. 2012-08-05 12:32:57 +02:00
iter.py Use a boolean instead of hacky reference comparison in utils.iter.choice. 2012-08-05 09:59:42 +02:00
net.py Socket driver: Add support for Socks proxies. 2012-10-07 13:13:08 +02:00
python.py Remove unused import of UserDict. 2012-08-04 22:39:22 +02:00
seq.py add damerau-levenshtein distance to supybot.utils.seq 2011-02-25 18:36:09 +01:00
str.py Fix compatibility with Python 2.6. 2012-08-13 13:01:50 +00:00
structures.py utils.structures: Prevent a RingBuffer from being bigger than the new size, when calling resize(). 2012-12-27 12:22:14 +00:00
transaction.py Use open() instead of file(). 2012-08-04 13:13:16 +02:00
web.py Fix 3a78300971. 2012-10-23 16:15:13 +00:00