summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * Improve commandTimothy Crosley2014-02-241-2/+2
| | * Bump version to 2.6.1Timothy Crosley2014-02-243-5/+5
| |/ |/|
* | Merge pull request #22 from msabramo/issue_21Timothy Edmund Crosley2014-02-242-2/+12
|\ \
| * | Add tests.pyMarc Abramowitz2014-02-231-0/+7
| * | Fix GH-21 ("u function doesn't work on Python 2")Marc Abramowitz2014-02-231-2/+5
| |/
* | Merge pull request #20 from msabramo/toxTimothy Edmund Crosley2014-02-242-0/+19
|\ \
| * | Add tox.iniMarc Abramowitz2014-02-232-0/+19
* | | Merge pull request #18 from dslackw/patch-1Timothy Edmund Crosley2014-02-101-1/+1
|\ \ \ | |/ /
| * | Update README.mdDimitris Zlatanidis2014-02-101-1/+1
|/ /
* | Merge tag '2.6.0' into developTimothy Crosley2014-02-083-5/+5
|\ \ | |/
| * Merge branch 'release/2.6.0'2.6.0Timothy Crosley2014-02-088-88/+102
| |\
| | * Bump version to 2.6.0Timothy Crosley2014-02-083-5/+5
| |/ |/|
* | Set default encoding to utf8Timothy Crosley2014-02-081-0/+4
* | Merge pull request #17 from timothycrosley/feature/fix-issue-16Timothy Edmund Crosley2014-02-082-3/+13
|\ \
| * | Manually determine instance type if not provided by abc in installed python v...Timothy Crosley2014-02-082-3/+13
|/ /
* | Merge pull request #14 from timothycrosley/feature/license-badgeTimothy Edmund Crosley2014-01-231-1/+2
|\ \
| * | Add license badgeTimothy Crosley2014-01-231-1/+2
|/ /
* | Improve syntaxt to more closely match pep8 standard, in particular docstringsTimothy Crosley2014-01-145-79/+78
* | Merge tag '2.5.5' into developTimothy Crosley2014-01-143-5/+5
|\ \ | |/
| * Merge branch 'release/2.5.5'2.5.5Timothy Crosley2014-01-145-14/+48
| |\
| | * Bump version to 2.5.5Timothy Crosley2014-01-143-5/+5
| |/ |/|
* | Small typoTimothy Crosley2014-01-141-1/+1
* | Fix small incompatibility with Python 2.6Timothy Crosley2014-01-142-10/+44
* | Merge tag '2.5.4' into developTimothy Crosley2014-01-143-5/+5
|\ \ | |/
| * Merge branch 'release/2.5.4'2.5.4Timothy Crosley2014-01-143-5/+5
| |\
| | * Bump version to 2.5.4Timothy Crosley2014-01-143-5/+5
| |/ |/|
* | Merge tag '2.5.3' into developTimothy Crosley2014-01-144-8/+10
|\ \ | |/
| * Merge branch 'release/2.5.3'2.5.3Timothy Crosley2014-01-145-10/+11
| |\
| | * Fix small incompatibility with Python 3.2Timothy Crosley2014-01-141-3/+5
| | * Bump version to 2.5.3Timothy Crosley2014-01-141-2/+2
| | * Bump version to 2.5.3Timothy Crosley2014-01-141-2/+2
| | * Bump version to 2.5.3Timothy Crosley2014-01-141-1/+1
| |/ |/|
* | Fix instance check, on some versions of PythonTimothy Crosley2014-01-141-2/+1
* | Merge tag '2.5.2' into developTimothy Crosley2014-01-073-5/+5
|\ \ | |/
| * Merge branch 'release/2.5.2'2.5.2Timothy Crosley2014-01-074-7/+7
| |\
| | * Bump version to 2.5.2Timothy Crosley2014-01-073-5/+5
| |/ |/|
* | Fix issue #12: Typo naming variablesTimothy Crosley2014-01-071-2/+2
* | Merge tag '2.5.1' into developTimothy Crosley2013-12-223-5/+5
|\ \ | |/
| * Merge branch 'release/2.5.1'2.5.1Timothy Crosley2013-12-224-5/+23
| |\
| | * Bump version to 2.5.1Timothy Crosley2013-12-223-5/+5
| |/ |/|
* | Add aditional ast cross python version compatibility supportTimothy Crosley2013-12-221-0/+18
* | Merge tag '2.5.0' into developTimothy Crosley2013-12-143-5/+5
|\ \ | |/
| * Merge branch 'release/2.5.0'2.5.0Timothy Crosley2013-12-1410-15/+216
| |\
| | * Bump version to 2.5.0Timothy Crosley2013-12-143-5/+5
| |/ |/|
* | Fix location of version identifierTimothy Crosley2013-12-142-4/+1
* | Smarter _instancecheck_ overrideTimothy Crosley2013-12-142-1/+7
* | Add internal utils moduleTimothy Crosley2013-12-141-0/+60
* | Add magical unicode __str__ support to Python2Timothy Crosley2013-12-143-29/+22
* | Add support for Python2 & 3 compatible metaclass usageTimothy Crosley2013-12-143-1/+29
* | Merge pull request #10 from timothycrosley/feature/add-more-functoolsTimothy Edmund Crosley2013-12-145-2/+118
|\ \