1
I Use This!
Low Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 21 hours ago.
Aug 20, 2025 — Aug 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Implement geo.getTopTracks for #44 More... over 12 years ago
Implement firs Geo function, for #44 More... over 12 years ago
Add cacheable parameter for 16 functions that call _collect_nodes(). There's some 112 that call _request() and some may be made cacheable, but they can be done if someone asks for it. Closes #88. More... over 12 years ago
Jiggle the tests to increase coverage a bit More... over 12 years ago
Extra tests for artist's bio, track/album's wiki content/summary. Closes #87. More... over 12 years ago
Partial fix for #87 More... over 12 years ago
No cPickle in Python 3, instead it uses whichever is available. So let's just test pickle More... over 12 years ago
Test pickle and cpickle on User object. Seems to work, so going to close #83 and can re-open if more specific info is given. More... over 12 years ago
get_upcoming_events() no longer returns events with venue IDs. Also fixed/tested other events functions, and removed duplication. Closes #78. More... over 12 years ago
Improve rate limiting and tests, for #80 More... over 12 years ago
Make rate-limiting a switch that can be toggled, closes #80 More... over 12 years ago
Add album for a user's recent tracks and artist tracks, closes #69 More... over 12 years ago
Unfix broken fix for #85 More... over 12 years ago
Add Track.get_userloved() with test, closes #70 More... over 12 years ago
Add test case for #70: username parameter already supported for track.getInfo to get user's play count More... over 12 years ago
Fix indentation More... over 12 years ago
Rename test_pylast_example.yaml -> example_test_pylast.yaml (makes tab-autocompletion happier) More... over 12 years ago
Info from Google Code page plus how to test More... over 12 years ago
Cast string of total to int, for #71 More... over 12 years ago
Apply patch to fix illegal XML characters, closes #71 More... over 12 years ago
Library, Playlist, XSPF and Group now also hashable, with a helper function to reduce test duplication. For #82. More... over 12 years ago
Merge branch 'master' of https://github.com/hugovk/pylast More... over 12 years ago
Country and Venue now hashable, for #82 More... over 12 years ago
Add Coveralls coverage badge More... over 12 years ago
Attempt coverage with coveralls More... over 12 years ago
Events and tags are now hashable More... over 12 years ago
Add tests for hashable events and tags, for #82 More... over 12 years ago
Hashable artist and album, for #82 More... over 12 years ago
Add build status More... over 12 years ago
Should fix hashable user on 3.3, for #82 More... over 12 years ago