.. |
drivers
|
Silence errors in Socket driver if connecting failed (name resolution, ...).
|
2013-08-09 12:59:42 +02:00 |
utils
|
utils.str.format: Replace %u with '' instead of '<>' if URL is empty.
|
2013-08-13 19:19:54 +00: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
|
Add class attribute callbacks.Commands.pre_command_callbacks.
|
2013-08-12 21:48:56 +02: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
|
commands.py: Fix crash if a custom error message is provided to somethingWithoutSpaces (bug introduced in 29dc1438a0 ).
|
2013-08-15 22:25:36 +02:00 |
conf.py
|
Merge branch 'aka' into testing
|
2013-08-01 10:48:42 +02: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 |
gpg.py
|
Make gpg key adding/removal work.
|
2012-08-03 23:22:53 +02:00 |
httpserver.py
|
httpserver: Firewall do* methods.
|
2013-07-07 13:26:13 +02:00 |
i18n.py
|
Fix typo in a comment.
|
2013-03-08 20:26:50 +01:00 |
ircdb.py
|
Merge branch 'gpgauth' into testing
|
2013-05-24 17:20:27 +02:00 |
irclib.py
|
Fix traceback if bot is kicked immediately after joining a channel.
|
2013-07-13 12:01:53 +02:00 |
ircmsgs.py
|
ircmsgs.IrcMsg: Display args in case of AssertionError.
|
2013-05-21 19:38:55 +02:00 |
ircutils.py
|
Fix RFC-compliance of privmsgs/notices/kicks/whois/... with list of nicks/channels are argument. Closes GH-462.
|
2013-03-23 11:06:08 +01:00 |
log.py
|
Make log.firewall display the callback name in any case.
|
2013-07-11 10:07:11 +02:00 |
plugin.py
|
Fix 'dictionary changed size during iteration'.
|
2013-05-10 23:55:48 +02:00 |
questions.py
|
Fix bold of 'getpass' question. Closes GH-426.
|
2013-01-20 12:39:36 +01:00 |
registry.py
|
registry.py: Use %r instead of %s in for formating __nonExistentEntry errors.
|
2013-07-08 22:51:16 +02:00 |
schedule.py
|
schedule: Add the 'count' argument.
|
2013-08-04 09:16:07 +02:00 |
shlex.py
|
Make src/callbacks.py more py3k-friendly.
|
2012-08-04 11:38:12 +02:00 |
test.py
|
Fix SupyTestCase.assert* with Python 2.6.
|
2013-05-15 18:52:56 +02:00 |
unpreserve.py
|
Use open() instead of file().
|
2012-08-04 13:13:16 +02:00 |
world.py
|
Remove randomly failing assertions (race condition with environnements cleaning?)
|
2013-07-28 16:56:22 +02:00 |