jmoiron plays the blues

#42 to dotfiles add shelve extension (need to figure out a nice place for this to live everywhere); ipy_user_conf changes (always import os & sys, et al), hgcd alias for when pygments is installed (hg color diff)
#41 to dotfiles modify flavors tabstop to 2 spaces, add go and markdown syntax & plugins, surround, jellybeans colorscheme, extended bnf grammar syntax
#40 to dotfiles add some google golang stuff, fix some ssh+key functions
a7f61ec2 to iris get some level of actual function to the shell find command
8c38db67 to iris fixes so that the loader works in pyexiv 0.2.2 and pyexiv 0.3
c825a644 to iris add a test and a fix for queries with OR and AND (in caps)
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
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
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