Limnoria/src/utils
Valentin Lorentz 761fc2353e utils.net: Do not disable TLS certificate check when authorityCertificate is set.
It makes sense that manually configuring a CA overrides this
value which defaults to False.
2020-08-01 21:46:26 +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 utils.iter: Allow None argument to filterfalse and all. 2016-10-27 20:51:36 +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 utils.net: Do not disable TLS certificate check when authorityCertificate is set. 2020-08-01 21:46:26 +02: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 Fix SyntaxWarnings on Python 3.8 2019-01-06 18:06:44 +01: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