Limnoria/src/utils
Valentin Lorentz 41c5589bea utils.str: Rely only on the documented methods of textwrap.TextWrapper.
'_split_chunks()' should be fine, but '_wrap_chunks()' is the only one explicitly
documented as overridable, so it's probably safer to use.
2021-04-01 20:10:17 +02:00
..
__init__.py core: Apply some suggestions of pyflakes. 2015-08-31 18:19:22 +02:00
crypt.py core: Apply some suggestions of pyflakes. 2015-08-31 18:19:22 +02:00
error.py Remove need for 2to3. 2015-08-11 16:50:23 +02:00
file.py ChannelLogger + Karka + all DB plugins: Sanitize channel names when used in filenames. 2019-09-06 20:42:13 +02:00
gen.py utils.gen: set __slots__. 2020-05-15 22:57:35 +02:00
iter.py callbacks: Make reply() send multiline batches when supybot.reply.mores.instant > 1 2021-04-01 20:10:17 +02:00
math_evaluator.py Add modulo operator to new math evaluator 2020-02-08 16:08:23 +01:00
minisix.py utils: Remove dependency on parent package. 2015-08-30 17:33:39 +02:00
net.py Make the email regexp less strict. 2021-01-25 19:49:08 +01:00
python.py Fix previous commit for py2 and pypy. 2019-02-07 21:35:39 +01:00
seq.py Remove fix_xrange. 2015-08-10 19:36:07 +02:00
str.py utils.str: Rely only on the documented methods of textwrap.TextWrapper. 2021-04-01 20:10:17 +02:00
structures.py Switch names of TimeoutDict and ExpiringDict. 2020-05-10 08:42:25 +02:00
transaction.py Fix errors detected by PyLint. 2014-03-05 14:14:36 +01:00
web.py Keep closing parenthesis when snarfing URLs 2020-06-27 20:41:56 +02:00