9b591f345b48 — Aurelien Campeas default tip 10 years ago
dispatch: unroll mro computation to make it more palatable
84e34cc7d1bd — Aurelien Campeas 10 years ago
test: rename test for clarity
2a6d41172335 — Aurelien Campeas 10 years ago
doc: add a small bibliography
ef5fcae868e0 — aurelien@trantor.local 14 years ago
test mro, refactor next_method/call_next_method, method decorator accepts tuple as type specifier argument for multiple registration
7f6d34babb73 — aurelien@trantor.local 14 years ago
use ambiguity check from gvr's overloading.py, remove useless test
acd15f06ed22 — aurelien@trantor.local 14 years ago
turn back mro computation into GF parameter
af6aa5c67e03 — aurelien@trantor.local 14 years ago
use generators, cleanup & simplify a bit
4318383b091a — aurelien@trantor.local 14 years ago
[tests] diamond inheritance & next_method, ambiguous case
74885982e316 — aurelien@trantor.local 14 years ago
remove tuple around function in func table
45d72af2b420 — aurelien@trantor.local 14 years ago
re-add next-method support
74ee8ba4f22e — aurelien@trantor.local 14 years ago
remove unused table element
95e622fb42ab — aurelien@trantor.local 14 years ago
trim down a bit, add an internal signature/method cache, add a test
1d5f549da77a — aurelien@trantor.local 14 years ago
initial generic function/multimethods package based on David Mertz multimethods.py