summaryrefslogtreecommitdiff
path: root/pies
Commit message (Expand)AuthorAgeFilesLines
* Fixed some Python 2.6 and IPython issues.Ofir1232016-01-111-7/+12
* backport collection.ChainMapAnkur Dedania2015-08-191-1/+149
* fix lru_cache typoAnkur Dedania2015-08-131-1/+1
* modified lru_cache to mimic python 3.3+Ankur Dedania2015-08-131-51/+163
* Update release to 2.6.7Timothy Crosley2015-07-121-1/+1
* Bump version to 2.6.5Timothy Crosley2015-05-071-1/+1
* Bump version to 2.6.4Timothy Crosley2015-05-071-1/+1
* Bump release to 2.6.3Timothy Crosley2014-12-251-1/+1
* Keep stdout and stderr reassignmentsTimothy Crosley2014-12-251-0/+4
* Bump release to 2.6.2Timothy Crosley2014-12-251-1/+1
* Expose StringIO object within module correctlyTimothy Crosley2014-12-251-1/+1
* Fix StringIO on Python 3Chris Adams2014-03-221-1/+1
* Bump version to 2.6.1Timothy Crosley2014-02-241-1/+1
* Fix GH-21 ("u function doesn't work on Python 2")Marc Abramowitz2014-02-231-2/+5
* Bump version to 2.6.0Timothy Crosley2014-02-081-1/+1
* Set default encoding to utf8Timothy Crosley2014-02-081-0/+4
* Manually determine instance type if not provided by abc in installed python v...Timothy Crosley2014-02-082-3/+13
* Improve syntaxt to more closely match pep8 standard, in particular docstringsTimothy Crosley2014-01-145-79/+78
* Bump version to 2.5.5Timothy Crosley2014-01-141-1/+1
* Small typoTimothy Crosley2014-01-141-1/+1
* Fix small incompatibility with Python 2.6Timothy Crosley2014-01-142-10/+44
* Bump version to 2.5.4Timothy Crosley2014-01-141-1/+1
* Fix small incompatibility with Python 3.2Timothy Crosley2014-01-141-3/+5
* Bump version to 2.5.3Timothy Crosley2014-01-141-1/+1
* Fix instance check, on some versions of PythonTimothy Crosley2014-01-141-2/+1
* Bump version to 2.5.2Timothy Crosley2014-01-071-1/+1
* Fix issue #12: Typo naming variablesTimothy Crosley2014-01-071-2/+2
* Bump version to 2.5.1Timothy Crosley2013-12-221-1/+1
* Add aditional ast cross python version compatibility supportTimothy Crosley2013-12-221-0/+18
* Bump version to 2.5.0Timothy Crosley2013-12-141-1/+1
* 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-142-29/+21
* Add support for Python2 & 3 compatible metaclass usageTimothy Crosley2013-12-142-1/+28
* Add new modules and documentTimothy Crosley2013-12-142-0/+23
* Backport lru_cache to earlier versions of PythonTimothy Crosley2013-12-141-0/+89
* Fix import of ordered dict on python 2.7Timothy Crosley2013-12-141-1/+4
* Bump version to 2.0.1Timothy Crosley2013-11-241-1/+1
* Fix not allow to return correct name, instead of always referencing last name...Timothy Crosley2013-11-241-4/+6
* Fixes needed for 2.0 releaseTimothy Crosley2013-11-141-6/+7
* Bump version to 2.0.0Timothy Crosley2013-11-131-1/+1
* Small fixesTimothy Crosley2013-11-132-1/+2
* First steps to pies 2.0Timothy Crosley2013-11-1324-0/+423