1
I Use This!
Low Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 8 hours ago.
Jul 31, 2025 — Jul 31, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* New release. More... over 15 years ago
* Fixed a typo in scrobble_many. More... over 15 years ago
* New release. More... over 15 years ago
* Added artist and album parameters to Library methods. (API BREAKAGE). (Closes Issue #44) More... over 15 years ago
* Fixed not using the limit on *.get_top_tags(limit). (Closes Issue #61) More... over 15 years ago
* Making use of the warnings module. (Closes Issue #59) More... over 15 years ago
* Hopefully, no non-string parameters should break requests now. (Should close Issue #56) More... over 15 years ago
* New release. More... over 15 years ago
* Fixed: Issue #56: update_now_playing() and scrobble() does not accept integers where natural More... over 15 years ago
* Further Error-proofing through pylast.NetworkError. More... over 15 years ago
* Fixed _Taggable.remove_tag. (Closes Issue #57) More... over 15 years ago
* New pylast.MalformedResponseError exception that fires off (hopefully) on bad responses from Last.fm or network data corruption. (Closes Issue #58) More... over 15 years ago
Fixed a bug in _Network.scrobble_many(...) with missing parameters More... over 15 years ago
* Removed redundant Track.shout(...). (Closes Issue #54) More... over 15 years ago
* Fixed compatibility with Python 2.6. (Closes Issue #53) More... over 15 years ago
* Network objects are now serializable through the repr() function. More... over 15 years ago
* Implemented the scrobbling protocol 2.0 through Network.scrobble(...), Network.scrobble_many(...), and Network.update_now_playing(...) and deprecating the old ways. Closes Issues #49 #50 #51. More... over 15 years ago
Fixed scrobbling responses on Python3 More... over 15 years ago
* Taggable.add_tags(), Taggable.set_tags() and Taggable.remove_tags() now only accept a list of tags [API BREAKAGE]. (Closes Issue #52) More... over 15 years ago
* properly_capitalized argument available for attributes that can be retrieved from the webservices and replace the given (more likely) miscapitalized ones. Closes Issue #37 More... over 15 years ago
Fixed: Use __str__() for textual info about an object, and __repr__() for textual serializaion of the object that can be used to recreate it. More... over 15 years ago
setup.py is now also Python3 friendly More... over 15 years ago
* Now plays nice with Python3. (Hopefully) More... over 15 years ago
Changed the license to Apache 2 More... almost 16 years ago
Broken scrobbling BADAUTH response More... almost 16 years ago
Fixed issue #40 More... over 16 years ago
* Added Scrobbler.scrobble_many(...) method * Fixed issue #38: Moved AuthenticatedUser.get_cover_image() to User.get_image() and all the other "user.getInfo" related methods to User as well. * Fixed issue #39: Added PERIOD_7DAYS constant More... over 16 years ago
Fixed compatibility issue with libre.fm More... over 16 years ago
Fixed compatibility issue with libre.fm More... over 16 years ago
Fixed scrobbling with webservices authentication More... over 16 years ago