.. |
drivers
|
Socket driver: Apply supybot.drivers.poll as soon as modified (do not require reconnect).
|
2012-10-10 19:39:28 +02:00 |
utils
|
Fix 3a78300971 .
|
2012-10-23 16:15:13 +00: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
|
Prevent irc.replies from replying in private since fc9daa9 .
|
2012-08-10 13:10:14 +00: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: Add 'channelOrGlobal' converter.
|
2012-10-18 19:30:35 +02:00 |
conf.py
|
Socket driver: Fix typo.
|
2012-10-07 13:55:01 +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 |
httpserver.py
|
httpserver: Add support for multiple hosts and IPv6. Closes GH-387.
|
2012-09-30 18:54:30 +02:00 |
i18n.py
|
src/i18n.py: Use 'str' as a base class instead of 'unicode'.
|
2012-08-05 13:48:11 +02:00 |
ircdb.py
|
Merge branch 'py3k-backport' into testing
|
2012-08-08 21:46:29 +02:00 |
irclib.py
|
Fix parsing of 004 message. (Broken in d9531d2d ).
|
2012-08-25 20:17:15 +02:00 |
ircmsgs.py
|
src/ircmsgs.py: Assert string parameters are actually strings.
|
2012-10-06 21:12:40 +00:00 |
ircutils.py
|
Make type checks in ircutils.safeArgument compatible with Python 3.
|
2012-08-04 14:52:17 +02: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
|
src/questions.py: Don't use the 'is' operator to compare strings.
|
2012-08-04 15:05:04 +02:00 |
registry.py
|
src/registry.py: Fix encoding issues with Python 3.
|
2012-08-05 13:28:16 +02:00 |
schedule.py
|
Fix issue typo in schedule.removeEvent.
|
2012-08-04 15:57:47 +02:00 |
shlex.py
|
Make src/callbacks.py more py3k-friendly.
|
2012-08-04 11:38:12 +02:00 |
test.py
|
src/test.py: Fix encoding issues with assertResponse being given an utf8 string.
|
2012-09-10 17:04:57 +02: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 |