REPOSITORY MOVED TO BITBUCKET
[pyrtm.git] / ChangeLog
blobf899da9f918d870eb05527c48e078284ddc1c4eb
1 2008-05-05  Mariano Draghi <mariano at chaghi dot com dot ar> 
3         * rtm.py: Issue a warnging if simplejson is not available.
5         * rtm.py: Fixed a corner case where parsing the response with 
6           dottedJSON (i.e., when not using simplejson) would fail to
7           fetch multiple tags. Contributed by Greg Allen.
9 2008-04-26  Mariano Draghi <mariano at chaghi dot com dot ar> 
11         * rtm.py: Fixed invocation of tasks.notes methods, based on code
12           contributed by David Steele.
14 2008-03-24  Mariano Draghi <mariano at chaghi dot com dot ar> 
16         * rtm.py: Use the standard python logging module to handle
17           debugging messages.
19 2008-03-23  Mariano Draghi <mariano at chaghi dot com dot ar> 
21         * rtm.py: Implemented the full RTM API. Integrated simplejson to
22           handle JSON responses, which should fix some encoding problems.
23           Renamed some internal attributes (name, auth) of RTM class,
24           because they where conflicting with some methods and arguments
25           of the API calls wich had the same name. Fixed a minor issue
26           with dottedDict class and non dict instances. Added a simple
27           mechanism to turn debugging on/off dynamically.
28         * README / ChangeLog: Added.