summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated setup.py and Tox to include Python 3.43.4.0.3?ukasz Langa2014-03-183-6/+14
|
* Remove explicit encoding. This breaks pypy installs with pip.lists2014-03-141-4/+0
|
* Added tag 3.4.0.2 for changeset 15b7355db5b2?ukasz Langa2013-07-020-0/+0
|
* Merged with upstream and made compatible with Python 2.6 - 3.33.4.0.2?ukasz Langa2013-07-025-89/+359
|\
| * update to the ref implementation as of 02-July-2013:?ukasz Langa2013-07-026-90/+365
| | | | | | | | | | | | * more predictable dispatch thanks to C3-based linearization for ABC support * improved tests and docstrings
* | Null merge of tox.ini?ukasz Langa2013-07-020-0/+0
|\ \ | |/
| * upstream code is incompatible with Python 2.x?ukasz Langa2013-07-021-6/+1
| |
* | PyPy is supported as well?ukasz Langa2013-07-021-1/+1
| |
* | correct usage example in README.rst?ukasz Langa2013-06-051-1/+1
| |
* | Added tag 3.4.0.1 for changeset f248e5ab864c?ukasz Langa2013-05-310-0/+0
| |
* | Release 3.4.0.13.4.0.1?ukasz Langa2013-05-312-1/+19
| |
* | Merged with upstream and made compatible with 2.6 - 3.3?ukasz Langa2013-05-313-46/+76
|\ \ | |/
| * update to the ref implementation as of 31-May-2013?ukasz Langa2013-05-313-47/+76
| | | | | | | | | | | | | | | | | | | | | | * calls to `dispatch()` also cached * dispatching algorithm now now a module-level routine called `_find_impl()` with a simplified implementation and proper documentation * `dispatch()` now handles all caching-related activities * terminology more consisntent: "overload" -> "implementation"
* | Added tag 3.4.0.0 for changeset dcc42011a4c8?ukasz Langa2013-05-260-0/+0
| |
* | make tests pass on Python 2.6 - 3.33.4.0.0?ukasz Langa2013-05-265-25/+41
| |
* | merge with upstream?ukasz Langa2013-05-255-8/+156
|\ \ | |/
| * bootstrap updates necessary for 3.2 - 3.3 compatibility?ukasz Langa2013-05-255-8/+156
|/
* initial commit?ukasz Langa2013-05-257-0/+735