Commit Graph

69 Commits

Author SHA1 Message Date
e1a9541f7d refactored out share API methods in sharable module. applied the module to artist, event and track. 2008-10-03 12:14:31 +00:00
fc831421b7 refactored out tag API methods in taggable module. applied the module to album, artist and track. 2008-10-03 11:43:37 +00:00
4277b4d280 wrote test_tag module and added some method tags for Tag class. 2008-09-16 20:47:16 +00:00
1a854f337f wrote test_tag module and added some method tags for Tag class. 2008-09-16 20:46:10 +00:00
a4092845da added test_suite information in setup.py. 2008-09-16 20:17:28 +00:00
0df01e9ada added some more tests to test_album module. created wsgi_test_app module and data dir to intercept urllib2 requests and serve from local files. 2008-09-16 19:46:48 +00:00
f08c12a1ff refactored the code from artist and track modules and created Wiki class. 2008-09-16 19:45:06 +00:00
7d25f64788 created wiki module. added some new methods in Track class. some minor debugging. 2008-09-16 19:44:14 +00:00
2b02a84b87 made some changes in test_album to make it work from trunk/test dir 2008-09-16 15:49:30 +00:00
3fc75d3461 deleted tests directory after copying it to trunk 2008-09-16 15:40:03 +00:00
2da3c2443d moved tests out of src and to trunk and renamed it to test 2008-09-16 15:38:01 +00:00
Andrea Grandi
3fcf33f7c1 Added testAlbumMbid, testAlbumId to test_album 2008-09-16 01:26:47 +00:00
Andrea Grandi
62a338a75b Added testAlbumUrl, testAlbumReleaseDate to test_album 2008-09-16 01:22:32 +00:00
Andrea Grandi
471e6e9abb Created src/tests/ subdirectory. Moved test_album in that directory. 2008-09-16 01:13:48 +00:00
Andrea Grandi
9bd5914c65 Some fixes to modules import 2008-09-15 22:54:49 +00:00
Andrea Grandi
bf3423703e 2008-09-15 22:52:20 +00:00
74f4803661 created SafeList class for safe access and operations to some list type attributes. implemented some more auth methods in track.py 2008-09-03 18:51:44 +00:00
fd7d7f1b12 Implemented Authentication API and some auth methods in Track class. 2008-09-03 14:43:32 +00:00
f0734f8a3c latest dists, changed the version to 0.2 2008-09-02 16:36:16 +00:00
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
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
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
7683ad87c2 minor change 2008-08-28 08:04:19 +00:00
6f7d8a055d minor change 2008-08-28 08:02:44 +00:00
a13757f87c minor changes 2008-08-28 07:39:18 +00:00
47e37c31aa latest dists 2008-08-28 07:25:29 +00:00
06fd1e35c2 latest dists 2008-08-28 07:15:50 +00:00
fb1de04a1f minor changes 2008-08-28 07:11:05 +00:00
10d0d76d6d changed search related methods to return lazylist. removed the search module. 2008-08-28 07:01:30 +00:00
9fdfaaf936 added events method to Country class 2008-08-27 20:03:14 +00:00
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
0dfae9e1cb changed paginated methods in geo and user modules to lazy lists 2008-08-27 18:46:31 +00:00
e619c69822 implemented weeklyXXXChartList properties (as lazy list) in user and group modules. added lazylist module. 2008-08-27 17:03:40 +00:00
7b3af16612 completed weeklychart module and implemented all weekly chart related methods in user and group modules 2008-08-27 13:33:00 +00:00
0b4e8f539d corrected a bug in LastfmBase.cachedProperty 2008-08-25 13:46:18 +00:00
3bb7aca74f moved caching attributes related code to LastfmBase.cachedProperty decorator 2008-08-25 13:18:17 +00:00
439674558a implemented User.Library and other methods in user.py 2008-08-25 11:44:48 +00:00
0f694c4418 minor bug corrected in tag.py 2008-08-21 13:44:33 +00:00
054fc8eeb3 implemented some methods in user.py. refactored some properties as LastfmBase.topProperty. 2008-08-21 13:39:12 +00:00
e21be6a3ed implemented some methods in user.py 2008-08-18 16:12:46 +00:00
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
0fdbc32cf8 latest dists 2008-08-17 19:18:04 +00:00
ad2c1ae226 latest dists 2008-08-17 19:15:45 +00:00
73c2a4b7ce minor change 2008-08-17 18:45:27 +00:00
4646a6cac0 tag, tasteometer and track module are now complete 2008-08-17 18:42:32 +00:00
5518193bc2 changed property syntax from function call to decorator 2008-07-31 10:34:46 +00:00
8b9c525182 2008-07-25 14:54:34 +00:00
6fad6f68d8 more refactoring and minor changes 2008-07-25 10:59:48 +00:00
fc17093aa4 refactored artist.py, fixed a small bug in geo.py 2008-07-24 21:37:49 +00:00
1d81a1a4fb refactored the code and created Stats class. Geo class complete now. 2008-07-17 16:47:32 +00:00