Limnoria/src
Valentin Lorentz e23fa611d6 Call other.__eq__ in irclib.Irc.__eq__ instead of using the == comparator.
Here, this operator is not reflexive, and Python 3 calls the second members resulting in a stack overflow.
2012-08-04 13:25:47 +02:00
..
drivers Make Socket driver compatible with py3k. 2012-08-04 12:00:02 +02:00
utils Use open() instead of file(). 2012-08-04 13:13:16 +02:00
__init__.py Fix comment in src/__init__.py 2011-06-24 14:52:24 +02:00
ansi.py Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
callbacks.py Make src/callbacks.py more py3k-friendly. 2012-08-04 11:38:12 +02:00
cdb.py Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
commands.py core: Internationalize some strings & update l10n-fr & change translation for 'is not a valid %s'. 2012-07-30 11:35:44 +02:00
conf.py Add configuration variable supybot.reply.format.url. 2012-07-31 13:12:33 +00:00
dbi.py Add self as an argument to methos in src/dbi.py 2012-05-22 21:15:58 -04:00
dynamicScope.py Fix issue with Pypy 2010-12-12 14:22:44 +01:00
httpserver.py Add configuration variable supybot.servers.http.robots. 2011-10-29 12:13:09 +02:00
i18n.py Use unicode in src/i18n.py 2012-08-04 12:09:11 +02:00
ircdb.py Use open() instead of file(). 2012-08-04 13:13:16 +02:00
irclib.py Call other.__eq__ in irclib.Irc.__eq__ instead of using the == comparator. 2012-08-04 13:25:47 +02:00
ircmsgs.py Use ircutils.joinModes() instead of hacky str.join()s in ircmsgs.unbans. 2012-05-23 01:52:10 -04:00
ircutils.py Import imap directly from itertools instead of utils.iter. 2012-08-04 13:21:37 +02:00
log.py Merge branch 'maint/0.83.4' 2010-09-20 19:46:18 -04:00
plugin.py Fix syntax error 2011-03-05 09:51:05 +01:00
questions.py Internationalize questions.py 2010-10-20 18:33:39 +02:00
registry.py Use open() instead of file(). 2012-08-04 13:13:16 +02:00
schedule.py Prevent possible race conditions in scheduler. 2012-06-09 16:54:19 +02:00
shlex.py Make src/callbacks.py more py3k-friendly. 2012-08-04 11:38:12 +02:00
test.py Fix typo in src/test.py 2012-05-02 21:14:30 +02:00
unpreserve.py Use open() instead of file(). 2012-08-04 13:13:16 +02:00
world.py Create a commands.process function which runs a function inside a separate process. 2011-08-15 17:24:33 +02:00