python-lastfm/lastfm
Abhinav Sarkar bbdbfcebb6 * added decorator package to setup dependency
* used 'decorator' decorator on the decorators in the decorators module to avoid function signature mangling
* added 'callback' argument and related documentation in the asynchronous methods in api module
2009-03-24 17:37:42 +00:00
..
mixins fixed pylint warnings 2009-03-18 04:25:04 +00:00
__init__.py added documentation for error, event, geo and group modules 2009-03-17 15:21:40 +00:00
album.py added documentation for error, event, geo and group modules 2009-03-17 15:21:40 +00:00
api.py * added decorator package to setup dependency 2009-03-24 17:37:42 +00:00
artist.py fixed pylint warnings 2009-03-18 04:25:04 +00:00
base.py changed the default value of extra_params argument in the _default_params methods to None from {} 2009-03-18 03:19:57 +00:00
decorators.py * added decorator package to setup dependency 2009-03-24 17:37:42 +00:00
error.py added documentation for error, event, geo and group modules 2009-03-17 15:21:40 +00:00
event.py changed the default value of extra_params argument in the _default_params methods to None from {} 2009-03-18 03:19:57 +00:00
filecache.py added documentation for error, event, geo and group modules 2009-03-17 15:21:40 +00:00
geo.py refactored pagination behaviour in 'paginate' decorator 2009-03-17 18:34:06 +00:00
group.py fixed pylint warnings 2009-03-18 04:25:04 +00:00
lazylist.py added shout and shoutable modules to implement getShout method in artist, user and event classes, moved the mixin modules to a separate directory, changed all imports to absolute imports 2008-12-31 05:30:23 +00:00
objectcache.py added documentation for error, event, geo and group modules 2009-03-17 15:21:40 +00:00
playlist.py added documentation for error, event, geo and group modules 2009-03-17 15:21:40 +00:00
safelist.py added documentation for error, event, geo and group modules 2009-03-17 15:21:40 +00:00
shout.py added documentation for error, event, geo and group modules 2009-03-17 15:21:40 +00:00
stats.py added documentation for error, event, geo and group modules 2009-03-17 15:21:40 +00:00
tag.py changed the default value of extra_params argument in the _default_params methods to None from {} 2009-03-18 03:19:57 +00:00
tasteometer.py added documentation for error, event, geo and group modules 2009-03-17 15:21:40 +00:00
track.py fixed pylint warnings 2009-03-18 04:25:04 +00:00
user.py fixed pylint warnings 2009-03-18 04:25:04 +00:00
venue.py refactored pagination behaviour in 'paginate' decorator 2009-03-17 18:34:06 +00:00
weeklychart.py added async_callback decorator for supporting asynchronous calls. applied it to get_* methods in Api class. 2009-03-21 06:53:24 +00:00
wiki.py fixed pylint warnings 2009-03-18 04:25:04 +00:00