jmoiron plays the blues

4bce7548 to python-github fix to_datetime to work with most github timestamps (converting them to UTC), don't try to remove dupes via a set (will find another way later)
8a019a25 to python-github attempt to remove duplicates from all-page results (since blocking can go on for so long, it's possible interim commits push data down the page stack and we load things more than once), document paging & throttling in the README
189fc0b7 to python-github documentation updates, change 'is_authenticated' into a property so that setting token/password & username will turn on authentication on a pre-created object
f60bb0e0 to python-github flesh out repos api with tags, branches, and commits; fix some pagination issues. it's going to take an incredible amt of requests to get the info I want per commit up front, but since you would generally not make more than a hand full of actions a day after a while it will be okay
#2 to python-bitbucket allow import * from api & bitbucket, add "to_datetime" which converts bitbucket API timestamps to python datetime objects, add options to events (note that the bitbucket API is currently broken for events past the first 50)