Limnoria/src
Valentin Lorentz 3dc8e04195 utils.web.urlencode: Encode data into bytes. 2012-08-05 16:57:40 +02:00
..
drivers Socket driver: encode strings just before sending them. 2012-08-05 13:47:48 +02:00
utils utils.web.urlencode: Encode data into bytes. 2012-08-05 16:57:40 +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 src/callbacks.py: Use unicode_escape if running Python 3. 2012-08-05 14:22:53 +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 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 Rename cdb.open to cdb.open_db and open cdb files in binary mode. 2012-08-05 15:47:30 +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 Add configuration variable supybot.servers.http.robots. 2011-10-29 12:13:09 +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 Don't use utils.str.chars anymore. 2012-08-05 09:54:34 +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 Don't use utils.str.chars anymore. 2012-08-05 09:54:34 +02: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 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 Drop dependency on deprecated httplib.HTTP in test framework. 2012-08-04 16:32:15 +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