Ivan Malison
|
781df0c94f
|
Remove duplicate line, Make test_pylast.py runnable as main again.
|
2015-01-07 23:31:07 -08:00 |
|
Ivan Malison
|
f1e14f591c
|
add credentials for IvanMalison/pylast.
|
2015-01-07 19:39:09 -08:00 |
|
Ivan Malison
|
6d84446f03
|
Add failing test for #114
|
2015-01-07 19:27:28 -08:00 |
|
Ivan Malison
|
f2f8ca086d
|
add posargs to tox tests.
|
2015-01-07 19:25:41 -08:00 |
|
Ivan Malison
|
6e6ff1a417
|
Get rid of --doctest-modules in py.test command.
|
2015-01-07 18:20:30 -08:00 |
|
Ivan Malison
|
b66ee21ce0
|
Consolidate travis environments. separate matrix and global environment variables.
|
2015-01-07 18:15:59 -08:00 |
|
Ivan Malison
|
a64d562ae2
|
Add tox to travis installation.
|
2015-01-07 18:00:36 -08:00 |
|
Ivan Malison
|
ca66e74099
|
tox/travis stuff. making testing more uniform.
|
2015-01-07 17:57:04 -08:00 |
|
Ivan Malison
|
c2b03afe55
|
Don't encode strings as 'utf-8' twice in _get_cache_key. Closes #109.
|
2015-01-07 09:13:29 -08:00 |
|
Ivan Malison
|
387220c1d6
|
Make pylast a package. Move tests into a directory. Start using pytest
and tox. Use setuptools instead of distutils.
|
2015-01-07 09:13:28 -08:00 |
|
Hugo
|
123951517a
|
Merge pull request #111 from hugovk/master
PyPy3 / Scrutinizer / Landscape.io / tests
|
2015-01-06 11:59:18 +02:00 |
|
hugovk
|
9b9dc2e2c5
|
Remove unused import
|
2015-01-05 23:20:22 +02:00 |
|
hugovk
|
aa022c5a71
|
Don't use .build file for minor version because we define the full version in pylast.py as well
|
2015-01-05 23:19:23 +02:00 |
|
Hugo
|
cf821de171
|
Merge pull request #108 from IvanMalison/master
Fix word in SessionKeyGenerator comment.
|
2015-01-05 22:55:01 +02:00 |
|
Ivan Malison
|
a0127432f8
|
Fix word in SessionKeyGenerator comment.
|
2015-01-05 10:16:07 -08:00 |
|
hugovk
|
79d741269a
|
Fix params
|
2014-12-26 23:32:21 +02:00 |
|
hugovk
|
24f49074bf
|
Fix params
|
2014-12-26 23:20:39 +02:00 |
|
hugovk
|
5a15b3b6a6
|
Fix params
|
2014-12-26 23:13:40 +02:00 |
|
hugovk
|
04d26a2c79
|
Fix params
|
2014-12-26 23:12:18 +02:00 |
|
hugovk
|
2e56084974
|
Remove asserts which can fail
|
2014-12-26 18:57:22 +02:00 |
|
hugovk
|
0a158e7238
|
Landscape.io fixes
|
2014-12-26 17:31:10 +02:00 |
|
hugovk
|
0ae79be3a0
|
Add pypy3; track coverage in Scrutinizer
|
2014-12-26 17:16:41 +02:00 |
|
Hugo
|
f74451a9af
|
Merge pull request #107 from hugovk/master
Fix comparison with None; fix tests; use Docker; badges
|
2014-12-26 17:07:42 +02:00 |
|
hugovk
|
59769d31d6
|
Use Docker
|
2014-12-26 15:28:25 +02:00 |
|
hugovk
|
098b747d8b
|
Merge remote-tracking branch 'upstream/master'
|
2014-12-24 16:57:15 +02:00 |
|
Hugo
|
32a6235f32
|
Merge pull request #104 from looperhacks/patch-1
get_proxy is undefined in _Request, the network was missing here.
|
2014-12-23 12:05:45 +02:00 |
|
Peter Jeschke
|
813a72b61a
|
Update pylast.py
_get_proxy is undefined in _Request, the network was missing here.
|
2014-12-23 11:02:42 +01:00 |
|
hugovk
|
3941fd8ab5
|
Make test more robust
|
2014-12-18 21:13:28 +02:00 |
|
hugovk
|
8a53afd41b
|
Badges! [CI skip]
|
2014-12-18 21:09:22 +02:00 |
|
hugovk
|
3e4127bf6a
|
Merge remote-tracking branch 'upstream/master'
Conflicts:
test_pylast.py
|
2014-12-18 21:03:03 +02:00 |
|
Hugo
|
8670a2f2d1
|
Merge pull request #101 from pylast/extend_get_recent_tracks
Add from/to parameters to get_recent_tracks()
|
2014-10-25 17:51:45 +03:00 |
|
Hugo
|
bd9c351b21
|
Add from/to parameters to get_recent_tracks()
|
2014-10-25 15:52:01 +03:00 |
|
Hugo
|
ab63e85ad6
|
Merge pull request #100 from pylast/bandmembers
Add artist.get_band_members() with tests
|
2014-10-25 15:02:27 +03:00 |
|
Hugo
|
def9b2414a
|
Fix chart tests that failed due to date ranges (take 2)
|
2014-09-11 15:37:17 +03:00 |
|
Hugo
|
56d1f2791f
|
Fix chart tests that failed due to date ranges
|
2014-09-11 15:29:25 +03:00 |
|
Hugo
|
2fea3a1b46
|
Last.fm returns no results for artist.getsimilar with limit=1, but limit=2 returns 2
|
2014-09-11 15:17:47 +03:00 |
|
Hugo
|
bc7433990b
|
Fix comparison with None for artist, album and event, with test. For #97.
|
2014-09-11 15:07:02 +03:00 |
|
Hugo
|
e117a2b57c
|
Add artist.get_band_members() with tests
|
2014-08-27 00:16:59 +03:00 |
|
Hugo
|
ff69189a6d
|
Add PyPI version badge
[CI skip]
|
2014-08-25 00:12:27 +03:00 |
|
Hugo
|
40c964a18c
|
Add badge for number of PyPI downloads
[CI skip]
|
2014-08-20 13:01:27 +03:00 |
|
Hugo
|
f2b0237d61
|
Merge pull request #96 from kiliankoe/master
syntax highlighting in readme [CI skip]
|
2014-08-20 12:57:35 +03:00 |
|
Kilian Koeltzsch
|
0058c8b832
|
syntax highlighting in readme
|
2014-08-20 01:18:41 +02:00 |
|
hugovk
|
862ae11cfa
|
Fix opus comparison with None
|
2014-08-18 16:24:01 +03:00 |
|
Hugo
|
a2e9fad56c
|
Update install instructions now 1.0.0 is on PyPI
[CI skip]
|
2014-07-29 18:54:03 +03:00 |
|
hugovk
|
1e3551e611
|
Bump version to 1.0.0
|
2014-07-29 17:43:44 +03:00 |
|
Hugo
|
f5c8ad3d7d
|
Merge pull request #94 from hugovk/master
Change URL, add classifiers and keywords
|
2014-07-25 17:07:27 +03:00 |
|
hugovk
|
b4ea08a378
|
Change URL, add classifiers and keywords
|
2014-07-25 17:01:14 +03:00 |
|
Hugo
|
28f6293739
|
Merge pull request #93 from hugovk/master
Change URLs from hugovk to pylast
|
2014-07-25 12:21:48 +03:00 |
|
hugovk
|
23e4ae5c1a
|
Change URLs from hugovk to pylast
|
2014-07-25 11:22:14 +03:00 |
|
hugovk
|
f3d31c9629
|
Check streamable is Boolean rather than a True/False value
|
2014-05-25 13:23:10 +03:00 |
|