| Age | Commit message (Collapse) | Author |
|
SearX currently doesn't start up when run with Python 3 as it tries to parse the
settings.yml file with ASCII codecs.
There are similar problems with engines_languages.json and currencies.json
Python 3 requires that files with Unicode characters be read with a 'b' flag.
This also works with Python 2 and hence can be integrated into the main source
code.
Tested with the latest Python 3.6.4rc1 on Debian unstable.
Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
guessing the language by the IP of the instance
|
|
|
|
|
|
|
|
|
|
Continuation of PR #1004 (seems abandoned)
|
|
|
|
|
|
|
|
Closes #1045
|
|
|
|
Closes #1050
|
|
|
|
|
|
|
|
-
|
|
|
|
Also, fix fetch_languages.py so it can run on python3.
|
|
|
|
|
|
|
|
[mod]generalfile engine removed
|
|
[fix] gigablast api fix
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[mod]blekko images removed
|
|
[fix] digg now requires cookie for search
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|