summaryrefslogtreecommitdiff
path: root/searx/utils.py
AgeCommit message (Expand)Author
2022-09-27[fix] typos / reported by @kianmeng in searx PR-3366Markus Heiser
2022-07-30[fix] pyright repported errorsAlexandre Flament
2022-06-03[fix] prepare for pylint 2.14.0Markus Heiser
2022-04-22[test.pyright] suppress unneeded error & warning messagesMarkus Heiser
2022-04-16searx.utils.html_to_text: replace <br/> by a spaceAlexandre Flament
2022-01-30[mod] searx.utils: more typingAlexandre Flament
2022-01-29[mod] add documentation about searx.utilsAlexandre Flament
2021-12-27[format.python] initial formatting of the python codeMarkus Heiser
2021-10-12[fix] fix match_language issue to make zh-TW match to zh-Hant-TWMarc Abonce Seguin
2021-10-06[fix] don't mix loaded modules with imported modules (sys.modules)Markus Heiser
2021-08-24[mod] searx.utils.dict_subset: rewrite with comprehensionAlexandre Flament
2021-07-30version based on the git repositoryAlexandre Flament
2021-06-09[fix] strip spaces from searx user agentAlexandre Flament
2021-06-01[mod] move all default settings into searx.settings_defaultsAlexandre Flament
2021-05-28[mod] utils.get_value() - avoidance of a recursionMarkus Heiser
2021-05-28[enh] add settings option to enable/disable search formatsMarkus Heiser
2021-04-10[enh] replace requests by httpxAlexandre Flament
2020-12-20[fix] pylint: use "raise ... from ..."Alexandre Flament
2020-12-03[mod] bing_news: use eval_xpath_getindexAlexandre Flament
2020-12-03[enh] record details exception per engineAlexandre Flament
2020-12-01[mod] pylint: numerous minor code fixesAlexandre Flament
2020-11-14[mod] remove unused importAlexandre Flament
2020-10-28[mod] duckduckgo_definitions: display only user friendly attributes / URLAlexandre Flament
2020-10-07[mod] Add searx.data moduleAlexandre Flament
2020-10-06[fix] drop Python 2: use importlib instead of imp.load_sourceAlexandre Flament
2020-10-03[mod] searx.utils.normalize_url: remove Yahoo hackAlexandre Flament
2020-10-02[mod] searx/utils.py: add docstringAlexandre Flament
2020-10-02[mod] move extract_text, extract_url to searx.utilsAlexandre Flament
2020-09-22[mod] add searx/webutils.pyAlexandre Flament
2020-09-13[fix] searx.utils.HTMLTextExtractor: invalid HTML don't raise an ExceptionAlexandre Flament
2020-09-10Drop Python 2 (5/n): searx.utils.is_valid_lang, input parameter is a str inst...Alexandre Flament
2020-09-10Drop Python 2 (4/n): SearchQuery.query is a str instead of bytesDalf
2020-09-10Drop Python 2 (1/n): remove unicode string and url_utilsDalf
2019-11-15[mod] speed optimizationDalf
2019-10-16fix pep 8 checkNoémi Ványi
2019-10-16add initial support for offline engines && command engineNoémi Ványi
2019-10-16[fix] convert bytes type to string in language detection (fixes dictzone)Adam Tauber
2019-08-02[fix] fix flickr_noapi decoding (#1655)Alexandre Flament
2019-07-19[mod] use cache in _match_language function to speed up searx start time sign...Dalf
2019-07-17[fix] secret_key can be bytes instead of a string (#1602)rachmadani haryono
2018-08-05fetch_firefox_version.py : compatible with Python 3 and minor fixes.Alex
2018-08-05[mod] fetch firefox versions in a standalone scriptAlexandre Flament
2018-07-09Merge pull request #1303 from MarcAbonce/bingAdam Tauber
2018-06-23[fix] update user agent versionsMarc Abonce Seguin
2018-06-14[fix] add basestring for py3Adam Tauber
2018-05-20fix bing "garbage" results (issue #1275)Marc Abonce Seguin
2018-03-27refactor engine's search language handlingMarc Abonce Seguin
2017-12-01[fix] convert json engine result attributes to string - closes #1006Adam Tauber
2017-11-21[fix] remove trailing 0x00 from csv outputAdam Tauber
2017-11-21[fix] resurrect csv output in py2Adam Tauber