Limnoria/src/utils
2012-08-04 22:36:40 +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 Implement seed, tell, and flush to AtomicFile. 2012-08-04 21:24:17 +02:00
gen.py Use 'ast' instead of 'compiler' in utils.gen.safeEval. 2012-08-04 17:24:08 +02:00
iter.py Remove unused imports of new. 2012-08-04 22:31: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 Use MultipleReplace for utils.str.soundex. 2012-08-04 22:36:40 +02:00
structures.py Make utils.structures.CacheDict subclass collections.MutableMapping instead of deprecated UserDict.DictMixin. 2012-08-04 17:46:28 +02:00
transaction.py Use open() instead of file(). 2012-08-04 13:13:16 +02:00
web.py Use HTMLParser instead of deprecated sgmllib in utils.web. 2012-08-04 18:02:45 +02:00