* rtm.py: Fixed invocation of tasks.notes methods, based on code
[pyrtm.git] / ChangeLog
blob5fb45a507b2b5bd6688484b6ce31cc15ec5f9d91
1 2008-04-26  Mariano Draghi <mariano at chaghi dot com dot ar> 
3         * rtm.py: Fixed invocation of tasks.notes methods, based on code
4           contributed by David Steele.
6 2008-03-24  Mariano Draghi <mariano at chaghi dot com dot ar> 
8         * rtm.py: Use the standard python logging module to handle
9           debugging messages.
11 2008-03-23  Mariano Draghi <mariano at chaghi dot com dot ar> 
13         * rtm.py: Implemented the full RTM API. Integrated simplejson to
14           handle JSON responses, which should fix some encoding problems.
15           Renamed some internal attributes (name, auth) of RTM class,
16           because they where conflicting with some methods and arguments
17           of the API calls wich had the same name. Fixed a minor issue
18           with dottedDict class and non dict instances. Added a simple
19           mechanism to turn debugging on/off dynamically.
20         * README / ChangeLog: Added.