Commit Graph

16 Commits

Author SHA1 Message Date
Łukasz Langa feef345e1e Use C3-based linearization for ABC support to improve predictability 2013-07-01 14:46:15 +02:00
Łukasz Langa 44921d965d Marked PEP 443 as Final. 2013-06-15 16:52:08 +02:00
Guido van Rossum c4f217a9c8 Accept PEP 443, making a few minor edits to improve text flow. 2013-06-04 18:29:49 -07:00
Łukasz Langa 82261fe5e1 Explicitly state that the default implementation is registered for `object`
Thanks to Gustavo Carneiro for the suggestion.
2013-05-31 12:31:11 +02:00
Łukasz Langa b8e9268074 reference the final posting on python-dev 2013-05-31 11:34:10 +02:00
Łukasz Langa 620f079ec8 Make consistent use of the term "implementation" versus "overload" 2013-05-27 14:23:30 +02:00
Łukasz Langa ae76f771fc Document that dispatch caching is used 2013-05-25 22:06:02 +02:00
Łukasz Langa 03020c215a Document the .registry attribute 2013-05-25 20:05:45 +02:00
Łukasz Langa 5c1b9cc1cd Fix a reST formatting error 2013-05-25 16:21:03 +02:00
Łukasz Langa 8190ba0c80 Include an example output from _compose_mro() 2013-05-25 16:12:02 +02:00
Łukasz Langa cab76cf1f0 Resolve the open issue on ABC support, link the reference implementation. 2013-05-25 14:03:31 +02:00
Łukasz Langa c892960042 Document the `dispatch()` attribute 2013-05-24 16:12:04 +02:00
Łukasz Langa 7dda2675af * deferred the annotation-driven form
* clarified that register() returns an undecorated function
2013-05-23 22:15:26 +02:00
Łukasz Langa 55b7f5b91f acknowledge Nick Coghlan, add information on PyPy's pairtype 2013-05-23 16:08:26 +02:00
Łukasz Langa 276e3cb152 downgrade from Sphinx-specific markup to plain docutils 2013-05-23 00:38:27 +02:00
Łukasz Langa 593595891d PEP 443 - Single-dispatch generic functions. Initial draft 2013-05-23 00:27:54 +02:00