aboutsummaryrefslogtreecommitdiff
path: root/pandora
Commit message (Expand)AuthorAge
* Release 2.1.1release-2.1.1Mike Crute2021-09-02
* New version of black moved the cheese :-(Mike Crute2020-12-19
* Release 2.1.0release-2.1.0Mike Crute2020-12-19
* Use correct token when creating stationsMike Crute2020-12-19
* Convert build system to toxMike Crute2020-06-09
* Use black for formattingMike Crute2020-06-08
* Remove 'no cover' pragmasMike Crute2019-04-07
* Remove python2 hackMike Crute2019-04-07
* Upgrade Python syntax with pyupgrade --py3-plusHugo2019-04-07
* Cleanup codacy errorsMike Crute2019-04-02
* Reorganize modelsMike Crute2019-04-02
* Migrate model bases to _baseMike Crute2019-04-02
* Empty top level __init__Mike Crute2019-04-02
* Remove deprecated constructorsMike Crute2019-04-02
* Drop C blowfish cryptorMike Crute2019-04-02
* Remove python 2 compatabilityMike Crute2019-04-02
* Enhancement: Adds additional audio urls (#58)Skybound12018-12-10
* create_station returns a Station modelMike Crute2018-09-01
* Update Station modelMike Crute2017-10-30
* Extract date formatter logic to SyntheticFieldMike Crute2017-10-30
* Refactor SyntheticField interfaceMike Crute2017-10-30
* Refactor sub-model buildingMike Crute2017-10-30
* Move with_metaclass to py2compatMike Crute2017-10-30
* Add documentationMike Crute2017-10-30
* Make strip_padding python 2 compatibleMike Crute2017-10-07
* func_name not usable in python 3Mike Crute2017-10-07
* Refactor audio URL extractionMike Crute2017-10-07
* Remove dict_list_key checkMike Crute2017-10-07
* Add no-cover pragmasMike Crute2017-10-07
* Import directly from modulesMike Crute2017-10-07
* Fix blowfish PEP8 errorMike Crute2017-10-01
* Prefer pure-python crypto if using Python 3Mike Crute2017-10-01
* Make crypto class pluggableMike Crute2017-10-01
* Add pure-python blowfish backendMike Crute2017-10-01
* Move compatible input to py2compat moduleMike Crute2017-09-30
* Fix python2.7 regressionMike Crute2017-09-30
* Remove PyCrypto and add CryptographyMike Crute2017-09-30
* Split player backends, add VLC strategyMike Crute2017-06-12
* Support new-style audio URLsMike Crute2017-06-12
* Add encoding field to trackMike Crute2017-06-12
* Remove py_release_tools, use flake8Mike Crute2017-05-25
* Cleanup pylint nitpicksMike Crute2016-06-11
* Add support for searching genre stations. (#45)John Cass2016-06-06
* Remove extra re importMike Crute2016-05-31
* Use less strict pattern matching for search types.jcass2016-06-01
* Fix SearchResult model.jcass2016-06-01
* Fix SearchResult model.jcass2016-05-29
* Set retries for HTTP adapter and SysCallErrors to three.jcass2016-01-24
* Fix to ensure InvalidAuthToken exceptions result in re-authentication and retry.jcass2016-01-12
* Remove unreachable code. Test case for avoiding retries on PandoraException b...jcass2016-01-12