Limnoria/src
Valentin Lorentz 84a87e4307 Merge pull request #442 from Athemis/master
Follow-up of pull-request #440
2013-01-20 11:03:19 -08:00
..
drivers Add fallback decoding if chardet fails to guess the correct encoding 2013-01-20 17:07:58 +01:00
utils core: Fix normalizeWhitespace handling of new lines. 2013-01-04 22:28:44 +01:00
__init__.py Merge remote-tracking branch 'supybot/master' into testing 2013-01-01 21:11:24 +01:00
ansi.py Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
callbacks.py core: Fix issue with Python 2.6 (cStringIO is buggy). 2013-01-06 11:34:32 +01:00
cdb.py src/cdb.py: Use 'future' division and decode/encode data from/to the disk. 2012-08-05 16:57:18 +02:00
commands.py Merge remote-tracking branch 'supybot/master' into testing 2013-01-01 21:11:24 +01:00
conf.py Merge remote-tracking branch 'supybot/master' into testing 2013-01-01 21:11:24 +01:00
dbi.py src/dbi.py: Use open() instead of file(). 2012-08-05 16:56:07 +02:00
dynamicScope.py Fix issue with Pypy 2010-12-12 14:22:44 +01:00
httpserver.py httpserver: Add support for multiple hosts and IPv6. Closes GH-387. 2012-09-30 18:54:30 +02:00
i18n.py Fix locales path resolution with Python 3. 2013-01-11 18:29:04 +01:00
ircdb.py core: Fix tests of plugins using user id for checking capabilities. 2013-01-05 19:06:49 +01:00
irclib.py Merge remote-tracking branch 'supybot/master' into testing 2013-01-01 21:11:24 +01:00
ircmsgs.py Merge remote-tracking branch 'supybot/master' into testing 2013-01-01 21:11:24 +01:00
ircutils.py core: Prevent infinite recursion with Pypy. 2013-01-06 20:24:02 +01:00
log.py src/log.py: Support for Python 3 logging module. 2012-08-04 15:04:43 +02:00
plugin.py Fix syntax error 2011-03-05 09:51:05 +01:00
questions.py Fix bold of 'getpass' question. Closes GH-426. 2013-01-20 12:39:36 +01:00
registry.py Merge remote-tracking branch 'supybot/master' into testing 2013-01-01 21:11:24 +01:00
schedule.py Add support for arguments to addPeriodicEvent callbacks. 2012-12-19 19:48:46 +01:00
shlex.py Make src/callbacks.py more py3k-friendly. 2012-08-04 11:38:12 +02:00
test.py src/test.py: Implement assertIn for old Python versions. 2013-01-05 21:16:30 +01:00
unpreserve.py Use open() instead of file(). 2012-08-04 13:13:16 +02:00
world.py Make world.py py3k-friendly. 2012-08-04 18:06:49 +02:00