Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump version to 2.6.1 | Timothy Crosley | 2014-02-24 | 1 | -1/+1 |
* | Fix GH-21 ("u function doesn't work on Python 2") | Marc Abramowitz | 2014-02-23 | 1 | -2/+5 |
* | Bump version to 2.6.0 | Timothy Crosley | 2014-02-08 | 1 | -1/+1 |
* | Set default encoding to utf8 | Timothy Crosley | 2014-02-08 | 1 | -0/+4 |
* | Manually determine instance type if not provided by abc in installed python v... | Timothy Crosley | 2014-02-08 | 2 | -3/+13 |
* | Improve syntaxt to more closely match pep8 standard, in particular docstrings | Timothy Crosley | 2014-01-14 | 5 | -79/+78 |
* | Bump version to 2.5.5 | Timothy Crosley | 2014-01-14 | 1 | -1/+1 |
* | Small typo | Timothy Crosley | 2014-01-14 | 1 | -1/+1 |
* | Fix small incompatibility with Python 2.6 | Timothy Crosley | 2014-01-14 | 2 | -10/+44 |
* | Bump version to 2.5.4 | Timothy Crosley | 2014-01-14 | 1 | -1/+1 |
* | Fix small incompatibility with Python 3.2 | Timothy Crosley | 2014-01-14 | 1 | -3/+5 |
* | Bump version to 2.5.3 | Timothy Crosley | 2014-01-14 | 1 | -1/+1 |
* | Fix instance check, on some versions of Python | Timothy Crosley | 2014-01-14 | 1 | -2/+1 |
* | Bump version to 2.5.2 | Timothy Crosley | 2014-01-07 | 1 | -1/+1 |
* | Fix issue #12: Typo naming variables | Timothy Crosley | 2014-01-07 | 1 | -2/+2 |
* | Bump version to 2.5.1 | Timothy Crosley | 2013-12-22 | 1 | -1/+1 |
* | Add aditional ast cross python version compatibility support | Timothy Crosley | 2013-12-22 | 1 | -0/+18 |
* | Bump version to 2.5.0 | Timothy Crosley | 2013-12-14 | 1 | -1/+1 |
* | Fix location of version identifier | Timothy Crosley | 2013-12-14 | 2 | -4/+1 |
* | Smarter _instancecheck_ override | Timothy Crosley | 2013-12-14 | 2 | -1/+7 |
* | Add internal utils module | Timothy Crosley | 2013-12-14 | 1 | -0/+60 |
* | Add magical unicode __str__ support to Python2 | Timothy Crosley | 2013-12-14 | 2 | -29/+21 |
* | Add support for Python2 & 3 compatible metaclass usage | Timothy Crosley | 2013-12-14 | 2 | -1/+28 |
* | Add new modules and document | Timothy Crosley | 2013-12-14 | 2 | -0/+23 |
* | Backport lru_cache to earlier versions of Python | Timothy Crosley | 2013-12-14 | 1 | -0/+89 |
* | Fix import of ordered dict on python 2.7 | Timothy Crosley | 2013-12-14 | 1 | -1/+4 |
* | Bump version to 2.0.1 | Timothy Crosley | 2013-11-24 | 1 | -1/+1 |
* | Fix not allow to return correct name, instead of always referencing last name... | Timothy Crosley | 2013-11-24 | 1 | -4/+6 |
* | Fixes needed for 2.0 release | Timothy Crosley | 2013-11-14 | 1 | -6/+7 |
* | Bump version to 2.0.0 | Timothy Crosley | 2013-11-13 | 1 | -1/+1 |
* | Small fixes | Timothy Crosley | 2013-11-13 | 2 | -1/+2 |
* | First steps to pies 2.0 | Timothy Crosley | 2013-11-13 | 24 | -0/+423 |