You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
searxng/searx
Alexandre Flament 5bcbec9b06 Fix: use sys.modules.copy() to avoid RuntimeError
use sys.modules.copy() to avoid "RuntimeError: dictionary changed size during iteration"
see https://github.com/python/cpython/issues/89516
and https://docs.python.org/3.10/library/sys.html#sys.modules

close https://github.com/searxng/searxng/issues/1342
2 years ago
..
answerers
data Merge pull request #1266 from searxng/update_data_update_firefox_version.py 2 years ago
engines Fix: use sys.modules.copy() to avoid RuntimeError 2 years ago
infopage [fix] prepare for pylint 2.14.0 2 years ago
metrics [fix] prepare for pylint 2.14.0 2 years ago
network [fix] prepare for pylint 2.14.0 2 years ago
plugins Merge pull request #1047 from return42/redis-lib 2 years ago
search notify the user that use_mobile_ui parameter exist 2 years ago
shared
static [build] /static 2 years ago
templates/simple Add privacypolicy_url option 2 years ago
translations [translations] update from Weblate 2 years ago
__init__.py
autocomplete.py [format.python] based on bugfix in 9ed626130 2 years ago
babel_extract.py [mod] move category and names of constants to searx/searxng.msg 3 years ago
compat.py [fix] add module for backward compatibility 3 years ago
exceptions.py
external_bang.py
external_urls.py
flaskfix.py
languages.py [fix] add back missing languages & regions (followup of PR #1071) 2 years ago
locales.py [doc] fix some leftovers from ad964562c 2 years ago
preferences.py Revert "Theme: add a preference to center the results (Oscar)" 2 years ago
query.py [mod] add flags to the languages filter 3 years ago
redislib.py [mod] redislib - optimize LUA script registration. 2 years ago
results.py
searxng.msg [mod] move category and names of constants to searx/searxng.msg 3 years ago
settings.yml Merge pull request #1329 from samsaptidev/feature/privacypolicy_url 2 years ago
settings_defaults.py Add privacypolicy_url option 2 years ago
settings_loader.py
unixthreadname.py
utils.py [fix] prepare for pylint 2.14.0 2 years ago
version.py [fix] version.py: git format '%cs' is not downward compatible 2 years ago
webadapter.py
webapp.py Add privacypolicy_url option 2 years ago
webutils.py theme: remove __common__ 2 years ago