summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added tag 3.4.0.3 for changeset 77b6ac7e8b7dupstream?ukasz Langa2014-03-180-0/+0
|
* 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
* upstream code is incompatible with Python 2.x?ukasz Langa2013-07-021-6/+1
|
* 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"
* bootstrap updates necessary for 3.2 - 3.3 compatibility?ukasz Langa2013-05-255-8/+156
|
* initial commit?ukasz Langa2013-05-257-0/+735