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
Markus Heiser ef56e1d684 [fix] HTMLParser: undocumented not implemented method
In python versions <py3.10 there is an issue with an undocumented method
HTMLParser.error() [1][2] that was deprecated in Python 3.4 and removed
in Python 3.5.

To be compatible to higher versions (>=py3.10) an error method is implemented
which throws an AssertionError exception like the higher Python versions do [3].

[1] https://github.com/python/cpython/issues/76025
[2] https://bugs.python.org/issue31844
[3] https://github.com/python/cpython/pull/8562

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
1 year ago
..
answerers [mod] random answerer: add random hex color generator 1 year ago
botdetection [fix] limiter / botdetection: remove http_connection method 1 year ago
data [feat] duckduckgo: support for videos and news 1 year ago
enginelib [fix] spelling 1 year ago
engines fixing results parsing brave 1 year ago
infopage [mod] search-syntax.md: add tutorial about the feeling lucky feature 1 year ago
metrics [fix] spelling 1 year ago
network [fix] spelling 1 year ago
plugins add new parameter called server.public_instance 1 year ago
search [feat] implement feeling lucky feature 1 year ago
static [build] /static 1 year ago
templates/simple [fix] categories.html: can't select social media category using search on category select 1 year ago
tools [mod] tools.Config.get(): add missing type annotations 1 year ago
translations [translations] update from Weblate 1 year ago
__init__.py add warning about enabling public_instance setting 1 year ago
autocomplete.py [doc] add documentation of Mwmbl engine & autocompleter 1 year ago
babel_extract.py [mod] move category and names of constants to searx/searxng.msg 3 years ago
compat.py [fix] pyright repported errors 2 years ago
exceptions.py [fix] spelling 1 year ago
external_bang.py [mod] external bang: go to main instead of search page when query is empty 2 years ago
external_urls.py [fix] typos / reported by @kianmeng in searx PR-3366 2 years ago
flaskfix.py [format.python] initial formatting of the python code 3 years ago
locales.py [fix] spelling 1 year ago
preferences.py [mod] add hotkeys option to settings.yml 1 year ago
query.py [feat] implement feeling lucky feature 1 year ago
redisdb.py move searx.shared.redisdb to searx.redisdb 2 years ago
redislib.py [fix] spelling 1 year ago
results.py [mod] move some code from webapp module to webutils module (no functional change) 1 year ago
searxng.msg [mod] clarify the difference of the default category and subgrouping 2 years ago
settings.yml [mod] yacy: use official instance by default and fix crashes 1 year ago
settings_defaults.py [mod] add hotkeys option to settings.yml 1 year ago
settings_loader.py [fix] spelling 1 year ago
sxng_locales.py Update searx.data - update_engine_traits.py 1 year ago
unixthreadname.py [format.python] initial formatting of the python code 3 years ago
utils.py [fix] HTMLParser: undocumented not implemented method 1 year ago
version.py [fix] typos in documentation & messages 1 year ago
webadapter.py [feat] implement feeling lucky feature 1 year ago
webapp.py add new parameter called server.public_instance 1 year ago
webutils.py [fix] implement a JSONEncoder for the json format 1 year ago