jmoiron plays the blues

5b4c1c21 to iris update the file loader so that we make sure we catch Fraction keys
c787fe98 to iris fix find statement shell completion to its former pre-split working state
6e0ba45e to iris fix missing import on iris script
9c46d6fc to iris support LEPL 4.4 changes to Float (we really want Real)
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
727613e0 to python-github handle most of the gist API
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
created python-github, simple python github api2 library
created python-github, simple python github api2 library
created python-github, simple python github api2 library
created python-github, simple python github api2 library
created python-github, simple python github api2 library
created python-github, simple python github api2 library
created python-github, simple python github api2 library
created python-github, simple python github api2 library
created python-github, simple python github api2 library
ee5be3d6 to python-github most of the user API is now done, you can 'from github import Github'
3d268bcd to python-github core API support WIP
05ea5b9d to python-github initial commit