..
drivers
Socket: catch connection errors.
2014-08-30 12:11:00 +02:00
utils
Merge branch 'rewrite-rss' into testing
2014-07-31 22:53:44 +02:00
__init__.py
Merge remote-tracking branch 'supybot/master' into testing
2013-08-24 11:28:29 +02:00
ansi.py
Change the modeline to use softtabstop instead of tabstop.
2006-02-11 15:52:51 +00:00
callbacks.py
Count number of bytes instead of number of characters for truncating messages. Closes GH-1038.
2015-02-04 17:31:42 +01:00
cdb.py
cdb: Remove debug output.
2014-04-19 10:18:34 +02:00
commands.py
commands: Explicitely close the Queue object.
2014-08-14 14:18:47 +02:00
conf.py
src/conf.py: update reply.time.format
2015-01-05 20:56:41 +02:00
dbi.py
Continue accelerating the 2to3 step (remove fix_except).
2014-01-20 15:49:15 +01:00
dynamicScope.py
Continue accelerating the 2to3 step (remove fix_raise).
2014-01-20 15:43:55 +01:00
gpg.py
Fix import of supybot.gpg if gnupg is not available.
2013-11-02 06:17:51 +00:00
httpserver.py
RSS: Do no block commands calling while loading a feed.
2014-10-14 20:59:00 +00:00
i18n.py
src/i18n.py: have languages in alphabetical order
2015-02-08 09:44:13 +02:00
ircdb.py
Fix errors detected by PyLint.
2014-03-05 14:14:36 +01:00
irclib.py
irclib.py: fix an encoding error with Python 3 and SASL ECDSA-NIST256P-CHALLENGE
2015-01-24 13:32:13 -05:00
ircmsgs.py
Implement account-notify, extended-join and WHOX
2014-08-02 12:30:24 +02:00
ircutils.py
Make ircutils.standardSubstitute accept None as irc and msg. (Preliminary for GH-1041.)
2015-02-07 08:15:42 +01:00
log.py
Disable log.stdout.wrap by default
2014-09-13 13:23:50 +02:00
minisix.py
Add file minisix.py (forgot to add it in previous commits).
2014-01-21 22:41:50 +01:00
plugin.py
Make renaming of commands persistant. Closes GH-789.
2014-07-18 20:43:24 +02:00
questions.py
questions.yn: Perform string, not identity, comparison against 'y'
2014-06-01 22:52:58 -04:00
registry.py
registry: Add CommaSeparatedSetOfStrings.
2014-08-10 18:07:04 +02:00
schedule.py
Use gender-neutral pronouns everywhere
2014-07-13 17:23:11 +02:00
shlex.py
Continue accelerating the 2to3 step (remove fix_reduce, fix_renames, fix_repr, fix_set_literal, fix_standarderror, fix_sys_exc, fix_throw, and fix_tuple_params).
2014-01-20 16:04:53 +01:00
test.py
src/test.py: fix typo
2014-05-22 13:54:25 +03:00
unpreserve.py
Use open() instead of file().
2012-08-04 13:13:16 +02:00
world.py
Fix errors detected by PyLint.
2014-03-05 14:14:36 +01:00