Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-14 | [mod] remove unused import | Alexandre Flament | |
use from searx.engines.duckduckgo import _fetch_supported_languages, supported_languages_url # NOQA so it is possible to easily remove all unused import using autoflake: autoflake --in-place --recursive --remove-all-unused-imports searx tests | |||
2020-09-10 | Drop Python 2 (4/n): SearchQuery.query is a str instead of bytes | Dalf | |
2020-09-10 | Drop Python 2 (1/n): remove unicode string and url_utils | Dalf | |
2019-10-16 | [fix] enable paging support for arxiv engine | Adam Tauber | |
2019-08-05 | [fix] arxiv engine | Dalf | |
2017-11-01 | minor fixes of arxiv | Noémi Ványi | |
Closes #1050 | |||
2017-11-01 | [fix] remove .encode for python3 compatibility | jibe-b | |
2017-11-01 | [enh] use format to concatenate strings | jibe-b | |
2017-11-01 | [add] arxiv engine | jibe-b | |