zeronet/src/util
caryoscelus 5fadd5f9bd Improve SafeRe code readability
function isSafePattern was never used as boolean function, its only
useful behaviour being raising exception on bad regexp, so it's renamed
and reused accordingly
2023-07-31 08:28:29 +00:00
..
__init__.py Simple cache decorator 2019-10-06 03:09:48 +02:00
Cached.py Simple cache decorator 2019-10-06 03:09:48 +02:00
compat.py py3.8 compat 2023-07-26 07:56:31 +00:00
Diff.py Fix diffing 2019-04-18 12:21:59 +02:00
Electrum.py Fix sslcrypto thread safety (#2454) 2020-03-05 17:54:46 +01:00
Event.py Change to Python3 coding style 2019-03-15 21:06:59 +01:00
Flag.py New function flagging decorator class to keep track permissions 2019-08-26 02:55:01 +02:00
GreenletManager.py Fix killing greenlets gevent exception 2020-06-30 17:04:47 +02:00
helper.py Remove dead code 2023-07-29 17:20:45 +00:00
Msgpack.py Rev4447, Fix Msgpack 1.0.0 compatibility 2020-02-19 16:48:14 +01:00
Noparallel.py Noparallel multi thread compatibility 2019-12-17 14:51:57 +01:00
OpensslFindPatch.py Rev4549, Fix startup OpenSSL lib find recursion error 2020-11-09 01:21:52 +01:00
Platform.py Use msvcrt 110 and 120 when 110 is not avaliable 2020-01-04 16:48:37 +01:00
Pooled.py Change to Python3 coding style 2019-03-15 21:06:59 +01:00
QueryJson.py Change to Python3 coding style 2019-03-15 21:06:59 +01:00
RateLimit.py RateLimit py3 support 2019-03-15 23:48:46 +01:00
SafeRe.py Improve SafeRe code readability 2023-07-31 08:28:29 +00:00
SocksProxy.py Fix "no module" error 2019-03-19 20:36:26 +08:00
ThreadPool.py Fix latest gevent compatibility 2020-06-18 17:22:45 +02:00
UpnpPunch.py more anonymous upnp 2023-07-23 09:37:52 +00:00