aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * 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
| * Should 'break' from while loop to avoid retries, not continue.jcass2016-01-12
|/
* Release 1.6.5release-1.6.5Mike Crute2016-01-09
* Throw InvalidUserLogin error when login failsMike Crute2016-01-09
* PEP8 Test CleanupMike Crute2016-01-09
* Simplify exception handlingMike Crute2016-01-09
* Merge pull request #40 from jcass77/developMike Crute2016-01-09
|\
| * Test cases for handling exceptions in prepare_playback.jcass2016-01-07
| * Add return value back that went missing during merge.jcass2016-01-04
| * Set checksum explicitly instead of manually adding to JSON results.jcass2016-01-03
| * Change attribute type for non-JSON fields.jcass2016-01-03
| * Add ad_token to AdItem definition.jcass2016-01-02
| * Clarify ad registration error messages.jcass2015-12-29
| * Remove unused import statement.jcass2015-12-29
| * Fix pep8 violations.jcass2015-12-29
| * Remove logger, align naming convention for test parameters.jcass2015-12-29
| * Align base exception for test with what pyOpenSSL uses.jcass2015-12-29
| * Change base exception for retries back to 'Exception' handle pyOpenSSL except...jcass2015-12-29
| * Align with using Pandora's ParameterMissing exception for ValueErrors.jcass2015-12-28
| * Handle IOErrors and ValueErrors when attempting to register ads.jcass2015-12-28
|/
* Release 1.6.4release-1.6.4Mike Crute2015-12-27
* Fix README forattingMike Crute2015-12-27
* Release 1.6.3release-1.6.3Mike Crute2015-12-27
* Fix for python3Mike Crute2015-12-27
* Add mpg123 install infoMike Crute2015-12-27
* Fix typo in READMEMike Crute2015-12-27
* Merge pull request #37 from jcass77/enhance/ad_fieldsMike Crute2015-12-27
|\
| * Merge branch 'develop' into enhance/ad_fieldsjcass2015-12-27
| |\
| | * Refactor test cases for utils: check that ParameterMissing is re-reaised.jcass2015-12-27
| | * Merge branch 'enhance/ad_fields' into developjcass2015-12-24
| | |\
| | * | Move validation check to be performed before expensive network call.jcass2015-12-22
| | * | Merge branch 'enhance/fields' into developjcass2015-12-21
| | |\ \
| | * \ \ Merge branch 'enhance/ad_fields' into developjcass2015-12-21
| | |\ \ \
| | * \ \ \ Merge remote-tracking branch 'upstream/master' into developjcass2015-12-21
| | |\ \ \ \
| | * | | | | Make DictListModel changes backwards compatible.jcass2015-12-03
| | * | | | | Add missing index key to base class.jcass2015-12-03
| | * | | | | Fix retrieval and parsing of checksum for genre stations.jcass2015-12-03
| | * | | | | Retrieve genre station checksum along with stations.jcass2015-12-02
| | * | | | | Merge branch 'fix/28_SysCallError' into developjcass2015-11-29
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'enhance/bitrate' into developjcass2015-11-29
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'enhance/genre_support' into developjcass2015-11-29
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'fix/29_player_on_osx' into developjcass2015-11-29
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Merge with upstream/master.jcass2015-11-29
| * | | | | | | | | | Merge remote-tracking branch 'upstream/master' into enhance/ad_fieldsjcass2015-12-27
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | / | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge pull request #38 from jcass77/enhance/fieldsMike Crute2015-12-21
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | / | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Add is_quickmix field, remove defaults.jcass2015-12-21
|/ / / / / / / /
| * | | | | | | Fix pep8 violations.jcass2015-12-24
| * | | | | | | Fix mock import statements.jcass2015-12-24
| * | | | | | | Handle ParameterMissing exceptions due to missing ad tokens.jcass2015-12-24