Commit Graph

19 Commits (f0734f8a3c2cb91605c74bdccab4a818534ce327)

Author SHA1 Message Date
Abhinav Sarkar f0734f8a3c latest dists, changed the version to 0.2 2008-09-02 16:36:16 +00:00
Abhinav Sarkar 27a1676c3b implemented playlist related methods in album, tag and user modules. updated some methods to the latest API docs. The read-only part of API is complete. 2008-09-02 14:19:03 +00:00
Abhinav Sarkar a2320e6dd0 resolved issue 1 by subclassing LastfmError class and replacing the errors raised in code by the appropriate ones. 2008-08-30 20:37:49 +00:00
Abhinav Sarkar 9795b1f18f fixed a major bug in base module. made Registry class subscriptable. added stats in weeklyXXXChart classes. 2008-08-28 14:25:59 +00:00
Abhinav Sarkar 10d0d76d6d changed search related methods to return lazylist. removed the search module. 2008-08-28 07:01:30 +00:00
Abhinav Sarkar f85089fe20 added FETCH_INTERVAL to api class. now all URL fetch requests will take place with an interval of FETCH_INTERVAL. in user class, weeklyXXXChartList methods will ignore any exception raised during fetching data. 2008-08-27 19:48:37 +00:00
Abhinav Sarkar 0dfae9e1cb changed paginated methods in geo and user modules to lazy lists 2008-08-27 18:46:31 +00:00
Abhinav Sarkar e619c69822 implemented weeklyXXXChartList properties (as lazy list) in user and group modules. added lazylist module. 2008-08-27 17:03:40 +00:00
Abhinav Sarkar 7b3af16612 completed weeklychart module and implemented all weekly chart related methods in user and group modules 2008-08-27 13:33:00 +00:00
Abhinav Sarkar 0b4e8f539d corrected a bug in LastfmBase.cachedProperty 2008-08-25 13:46:18 +00:00
Abhinav Sarkar 3bb7aca74f moved caching attributes related code to LastfmBase.cachedProperty decorator 2008-08-25 13:18:17 +00:00
Abhinav Sarkar 439674558a implemented User.Library and other methods in user.py 2008-08-25 11:44:48 +00:00
Abhinav Sarkar 054fc8eeb3 implemented some methods in user.py. refactored some properties as LastfmBase.topProperty. 2008-08-21 13:39:12 +00:00
Abhinav Sarkar e21be6a3ed implemented some methods in user.py 2008-08-18 16:12:46 +00:00
Abhinav Sarkar 291ec6846a arranged imports, refactored events methods (moved the code to Events.fromData method), made the call to register method in base.py threadsafe. 2008-08-18 13:19:41 +00:00
Abhinav Sarkar 5518193bc2 changed property syntax from function call to decorator 2008-07-31 10:34:46 +00:00
Abhinav Sarkar 1d81a1a4fb refactored the code and created Stats class. Geo class complete now. 2008-07-17 16:47:32 +00:00
Abhinav Sarkar bdf12b8152 2008-07-16 13:06:42 +00:00
Abhinav Sarkar c6484d607a 2008-07-15 13:40:56 +00:00