Limnoria/src/utils
2013-06-17 04:10:29 +00:00
..
__init__.py Remove code specific to Python 2.{3,4,5}. 2013-05-13 15:27:26 +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 Merge remote-tracking branch 'supybot/master' into testing 2013-01-01 21:11:24 +01:00
gen.py Fix bug with Python 3.3 (?) 2013-06-06 05:49:25 +00:00
iter.py Remove code specific to Python 2.{3,4,5}. 2013-05-13 15:27:26 +02:00
net.py Add supybot.utils.net.getAddressFromHostname() and improve Socket driver to try successively all IP addresses. 2013-05-31 17:21:10 +02:00
python.py Remove code specific to Python 2.{3,4,5}. 2013-05-13 15:27:26 +02:00
seq.py add damerau-levenshtein distance to supybot.utils.seq 2011-02-25 18:36:09 +01:00
str.py Fix encoding issues with Alias containing non-ascii characters. 2013-05-31 15:42:57 +02: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 utils/web.py: Fix compatibility with Python 3. 2013-06-17 04:10:29 +00:00