Limnoria/src
Valentin Lorentz 8bae847682 Use ast.parse in 'eval' mode instead of 'exec'.
This fixes compatibility with Python 3.7; but we should have
been doing this since b8fe420ef3.

The incompatibility with Python 3.7 was introduced in
cb41b2766d

See also: http://bugs.python.org/issue29646
2017-02-25 11:31:52 +01:00
..
drivers Merge remote-tracking branch 'origin/patch-1' into drivers/logging 2016-02-24 07:07:29 -08:00
utils Use ast.parse in 'eval' mode instead of 'exec'. 2017-02-25 11:31:52 +01:00
__init__.py utils: Remove dependency on parent package. 2015-08-30 17:33:39 +02:00
ansi.py Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
callbacks.py Make replies() behave consistently with reply() regarding the 'to' parameter. 2016-10-01 13:37:03 +02:00
cdb.py Remove need for 2to3. 2015-08-11 16:50:23 +02:00
commands.py Document argument 'heap_size' of commands.process. 2016-10-26 18:11:01 +02:00
conf.py Working support of scram-sha-256. 2017-01-11 00:10:46 +01:00
dbi.py core: Apply some suggestions of pyflakes. 2015-08-31 18:19:22 +02:00
dynamicScope.py Continue accelerating the 2to3 step (remove fix_raise). 2014-01-20 15:43:55 +01:00
gpg.py GPG: Improve error messages. 2016-07-29 01:28:12 +02:00
httpserver.py httpserver: Respond to HEAD requests. Closes GH-1203. 2016-01-05 18:25:35 +01:00
i18n.py Add fallback for interpreters which do not support __slots__ for str subclasses. 2016-02-20 13:35:40 +01:00
ircdb.py ircdb: When serializing, do not write a 'password' command if there is no password set. 2016-02-07 10:49:17 +01:00
irclib.py Working support of scram-sha-256. 2017-01-11 00:10:46 +01:00
ircmsgs.py Deprecate IrcMsg.__getattr__ and fix compatibility with Python ≥ 3.6. 2016-08-02 10:32:01 +02:00
ircutils.py ircutils: remove redundant str.replace 2017-02-23 17:30:34 -08:00
log.py Open log files with UTF-8 encoding. 2016-03-24 22:04:35 +01:00
plugin.py Fix case-insensitive plugin loading if a plugin is in two directories. 2017-01-22 21:22:39 +01:00
questions.py core: Apply some suggestions of pyflakes. 2015-08-31 18:19:22 +02:00
registry.py Working support of scram-sha-256. 2017-01-11 00:10:46 +01:00
schedule.py core: Apply some suggestions of pyflakes. 2015-08-31 18:19:22 +02:00
shlex.py Remove need for 2to3. 2015-08-11 16:50:23 +02:00
test.py Add option --no-setuid to supybot-test 2017-01-10 22:56:17 +01:00
unpreserve.py Use open() instead of file(). 2012-08-04 13:13:16 +02:00
world.py Language. 2015-08-29 21:46:47 +02:00