| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-02-28 | [fix] remove unnecesary async calls in wolframalpha_noapi | a01200356 | |
| setting async to false in the request did the job, lol. | |||
| 2016-02-28 | [fix] merge with 79705450dfdf321c19839bce23c56d9d4a86ba68 | a01200356 | |
| 2016-02-28 | [enh] unit tests for wolframalpha | a01200356 | |
| 2016-02-27 | [enh] infobox for wolframalpha | a01200356 | |
| TODO: - infobox styles - unit tests ISSUES: - no_api version needs to re-call server for additional pods, such as plots. therefore, it's even slower than before. comment out the part that calls get_async_pod if requests reach timeout or increase timeout in settings.yml. | |||
| 2016-02-25 | [fix] wolframalpha unicode inputs | Adam Tauber | |
| 2016-02-17 | [fix] encapsulate wolframalpha token fetching errors | Adam Tauber | |
| 2016-02-17 | [fix] wolframalpha page changes | Adam Tauber | |
| related issues: #508 #509 | |||
| 2016-01-18 | [fix] pep8 | a01200356 | |
| 2016-01-03 | [fix] test in wolframalpha_noapi | a01200356 | |
| 2016-01-03 | add tests for unicode strings in wolframalpha | a01200356 | |
| 2016-01-03 | [fix] unescape htmlentities in wolframalpha_noapi's answer | a01200356 | |
| 2016-01-02 | [fix] pass wolframalpha_noapi tests | a01200356 | |
| 2016-01-02 | update tests for wolframalpha | a01200356 | |
| 2016-01-01 | [enh] wolframalpha appends result | a01200356 | |
| 2015-12-30 | Add tests for the Wolfram Alpha engines (both API and NO API versions) | a01200356 | |
| 2015-12-29 | Make wolframalpha_noapi.py flake8 compliant | a01200356 | |
| 2015-12-29 | Remove unnecessary code in wolframalpha_noapi engine | a01200356 | |
| The answer is scraped from a js function, so parsing the html tree doesn't achieve anything here. | |||
| 2015-12-29 | Wolfram Alpha (no API needed now) | a01200356 | |