Hugo
|
c303fd0139
|
Remove dead Last.fm attributes: releasedate in album.getInfo
|
2017-09-25 17:37:24 +03:00 |
|
Hugo
|
0d4f674ac7
|
Remove dead Last.fm methods: get_top_fans
|
2017-09-25 17:28:02 +03:00 |
|
Hugo
|
d6281e3829
|
Merge pull request #217 from pylast/fix-collect-nodes
Fix: _collect_nodes() break if there are no child nodes
|
2017-09-25 14:54:09 +03:00 |
|
Hugo
|
e19061a437
|
Re-enable test for re-added Last.fm API
|
2017-09-25 14:29:44 +03:00 |
|
Hugo
|
20d46a43b3
|
Merge pull request #223 from pylast/rm-redundant-code
Remove redundant code
|
2017-09-25 14:15:45 +03:00 |
|
Hugo
|
fe6673ba29
|
Add more tests
|
2017-09-25 13:14:17 +03:00 |
|
Hugo
|
8c6c6aaab8
|
Remove broken and untested extract_items
|
2017-09-25 13:02:12 +03:00 |
|
Hugo
|
3be6a0504e
|
Remove ununsed function _pad_list
|
2017-09-25 12:24:44 +03:00 |
|
Hugo
|
fb1263a8dd
|
Remove unused attributes
|
2017-09-25 10:49:52 +03:00 |
|
Hugo
|
ebd0bb90b4
|
Remove unfinished function, it's out of scope of pylast
|
2017-09-25 10:43:01 +03:00 |
|
Hugo
|
5967590feb
|
Remove parameter made redundant by removal of deprecated Scrobbler class
|
2017-09-25 10:40:04 +03:00 |
|
Hugo
|
60a892cc03
|
Merge pull request #222 from pylast/rm-redundant
Remove code rendered redundant after removing deprecated code
|
2017-09-19 18:18:47 +03:00 |
|
Hugo
|
13e965d3fd
|
Remove code rendered redundant after removing deprecated code
|
2017-09-19 16:47:10 +03:00 |
|
Hugo
|
473721a67d
|
Merge pull request #221 from pylast/upgrade-tox
Use latest Tox
|
2017-09-19 16:29:45 +03:00 |
|
Hugo
|
df0bdf6ae2
|
Merge pull request #220 from pylast/rm-deps
Remove unnecessary dependencies for lint
|
2017-09-19 13:35:59 +03:00 |
|
Hugo
|
32495cb15e
|
Use latest Tox (revert #158)
|
2017-09-19 13:35:32 +03:00 |
|
Hugo
|
0ce597b5b1
|
Remove unnecessary dependencies for lint
|
2017-09-19 13:23:58 +03:00 |
|
Hugo
|
485596d004
|
Merge pull request #219 from pylast/lint-python3
Lint Python 3
|
2017-09-19 12:58:12 +03:00 |
|
Hugo
|
68d9a4b783
|
Clonedigger only supports Python 2
|
2017-09-19 10:55:25 +03:00 |
|
Hugo
|
338abc2883
|
Lint Python 3
|
2017-09-19 10:40:19 +03:00 |
|
Hugo
|
83567cae64
|
Merge pull request #218 from pylast/rm-deprecated-class
Remove deprecated Scrobbler class
|
2017-09-19 10:39:32 +03:00 |
|
Hugo
|
4d92dcfc83
|
Remove deprecated class. Its main functions were removed in #211.
|
2017-09-19 10:26:10 +03:00 |
|
Mice Pápai
|
a565b7f159
|
Fix: _collect_nodes() break if there are no child nodes
|
2017-09-18 18:06:08 +03:00 |
|
Hugo
|
5622611abb
|
Merge pull request #214 from pylast/cache-pip
Cache pip files
|
2017-09-18 15:26:14 +03:00 |
|
Hugo
|
8baac12650
|
Merge pull request #215 from pylast/fix-unclosed-ssl-socket-warning
Fix unclosed SSLSocket warning
|
2017-09-18 15:26:01 +03:00 |
|
Mice Pápai
|
618833e297
|
Fix unclosed SSLSocket warning, Update credits
|
2017-09-18 14:59:41 +03:00 |
|
Hugo
|
ac6b67ff1e
|
Merge pull request #213 from pylast/fix-positional-argument
Fix Album.get_tracks() positional argument
|
2017-09-18 14:56:38 +03:00 |
|
Hugo
|
705eafbd3e
|
Print all warnings (-W all), and show prints (-s# disable all capturing)
|
2017-09-18 14:55:52 +03:00 |
|
Hugo
|
8e99f2b04e
|
Use different artists for test_set_tags and test_remove_tags to avoid parallel test collisions
|
2017-09-18 14:47:21 +03:00 |
|
Hugo
|
508dc47bdb
|
Cache pip files
|
2017-09-18 14:26:15 +03:00 |
|
Mice Pápai
|
96d921cdc2
|
Fix Album.get_tracks() error (wrong positional argument)
|
2017-09-18 14:20:08 +03:00 |
|
Hugo
|
bdd1b8d5e5
|
Add failing test
|
2017-09-18 14:13:00 +03:00 |
|
Hugo
|
802b388e79
|
Merge pull request #209 from pylast/update-versions
Update supported versions
|
2017-09-18 13:54:56 +03:00 |
|
Hugo
|
f977ba3c01
|
Merge pull request #212 from pylast/https
Docs: http -> https
|
2017-09-18 13:53:09 +03:00 |
|
Hugo
|
5a55005240
|
http -> https [CI skip]
|
2017-09-18 13:52:19 +03:00 |
|
Hugo
|
855dbc623a
|
Merge pull request #210 from hugovk/fix-typos-and-style
Fix typos and style
|
2017-09-18 13:51:32 +03:00 |
|
Hugo
|
2e82b0ea48
|
Merge pull request #211 from hugovk/rm-deprecated
Remove deprecated code
|
2017-09-18 13:33:19 +03:00 |
|
Hugo
|
4a1b50350f
|
Remove deprecated code
|
2017-09-18 11:58:02 +03:00 |
|
Hugo
|
41e0dfe0d5
|
Update supported versions
2.0.0 will support 2.7.10+, not 2.7.9+.
And fill in best guess for the older ones.
[CI skip]
|
2017-09-18 11:46:37 +03:00 |
|
Hugo
|
3e5393cde7
|
Merge pull request #208 from pylast/rm-python-3.3
Drop support for Python 3.3 and 2.7.9
|
2017-09-18 10:56:07 +03:00 |
|
hugovk
|
3a403c943f
|
Drop support for Python 3.3 and <=2.7.9 by removing HTTP
|
2017-09-17 10:49:46 +03:00 |
|
Hugo
|
47531969b6
|
Drop support for Python 3.3
CPython 3.3 is no longer supported after September 29, 2017.
https://en.wikipedia.org/wiki/CPython#Version_history
https://www.python.org/dev/peps/pep-0398/
|
2017-09-17 01:23:37 +03:00 |
|
Mice Pápai
|
93bb581842
|
Fix typos and style
|
2017-09-04 09:40:02 +03:00 |
|
Hugo
|
b8306e0fd2
|
Merge pull request #207 from EdwardBetts/spelling
correct spelling mistake
|
2017-09-01 23:39:13 +03:00 |
|
Edward Betts
|
b169556e4a
|
correct spelling mistake
|
2017-09-01 20:41:59 +01:00 |
|
Hugo
|
9b68fb6c68
|
Release 1.9.0
|
2017-07-21 13:03:08 +03:00 |
|
Hugo
|
30d4cf9111
|
Merge pull request #205 from pylast/develop
Merge develop into master
|
2017-07-21 13:01:51 +03:00 |
|
Hugo
|
d700b14f8c
|
Merge pull request #204 from hugovk/test-title
'Test Title' is now 'test title'
|
2017-07-07 22:37:29 +03:00 |
|
Hugo
|
b852ec0a80
|
'Test Title' is now 'test title'
|
2017-07-07 18:27:26 +03:00 |
|
Hugo
|
3c9b2dfa8e
|
Merge pull request #203 from ben-xo/develop
Update links to HTTPS; update lang links
|
2017-07-07 15:30:05 +03:00 |
|