Limnoria/src/utils
2012-08-04 17:42:08 +02: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 Change utils.file.AtomicFile into a wrapper instead of a subclass. 2012-08-04 17:01:36 +02:00
gen.py Use 'ast' instead of 'compiler' in utils.gen.safeEval. 2012-08-04 17:24:08 +02:00
iter.py Prevent name clash in utils.iter.startswith. 2012-08-04 17:26:59 +02:00
net.py Use socket.inet_aton for isIPV4 since Windows doesn't (always?) have inet_pton 2011-12-13 18:05:14 +01:00
python.py Handle changes to fnmatch.translate in Python 2.6 2010-09-08 23:31:01 -04:00
seq.py add damerau-levenshtein distance to supybot.utils.seq 2011-02-25 18:36:09 +01:00
str.py Make utils.str.perlRoToReplacer less ambiguous. 2012-08-04 17:36:15 +02:00
structures.py Prevent name clashes in utils.structures. 2012-08-04 17:42:08 +02:00
transaction.py Use open() instead of file(). 2012-08-04 13:13:16 +02:00
web.py Fix detection of .42 domains 2011-01-02 13:22:54 +01:00