1
I Use This!
Low Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Jul 29, 2025 — Jul 29, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use random album or artist to avoid problems running concurrent tests on CI More... over 12 years ago
Add possible partial fix for #82 More... over 12 years ago
When getting last scrobbled track, need to get at least two recent tracks because the last may be a now-playing and thus ignored. More... over 12 years ago
Add debugging for Python 3.3 More... over 12 years ago
Add debugging for Python 3.3 More... over 12 years ago
Add debugging for Python 3.3 More... over 12 years ago
Add debugging for Python 3.3 More... over 12 years ago
Remove 2.6 and 3.2, keep 2.7 and 3.3. At least assertGreater() and some others are new in 2.7. More... over 12 years ago
Fix Travis More... over 12 years ago
If no secrets file, load from environment variables. For Travis CI testing. More... over 12 years ago
Fix command path More... over 12 years ago
Add .travis.yml More... over 12 years ago
Add test case for #82. Passes as expected with Python 2.7, but need to test in 3 More... over 12 years ago
Simplify unix_timestamp() More... over 12 years ago
Album.get_top_tracks now returns TopItems. Closes #86. More... over 12 years ago
ws_server for LibreFMNetwork is now alpha.libre.fm, not alpha.dev.libre.fm. Closes #79. More... over 12 years ago
Really add library.removeArtist, closes #84 More... over 12 years ago
Add test for adding artist, and allow artist as Artist or string More... over 12 years ago
Add library.removeArtist, closes #84 More... over 12 years ago
Attempt to reproduce #77 but cannot reproduce. Closes #77. More... over 12 years ago
Test case to verify #66 is fixed by #64. Closes #66. More... over 12 years ago
Fix getting now playing for user with no scrobbles. Closes #81. More... over 12 years ago
Fix comparison of User to other types. Closes #75. More... over 12 years ago
Add test case for bug already fixed by @inversion in https://github.com/hugovk/pylast/commit/c8216a139e216f016773de3eb92a1044ea919c1e. Closes #64. More... over 12 years ago
Apply typo patch, closes #85. More... over 12 years ago
Add track.unlove, closes #65 More... over 12 years ago
Remove debug prints More... over 12 years ago
Move secrets out to test_pylast.yaml and provide an example. More... over 12 years ago
If no country, return None rather than Country class. Fixes http://stackoverflow.com/q/14609467/724176 More... over 12 years ago
Fix up some missing stuff after grafting More... over 12 years ago