- 07 Nov, 2010 8 commits
-
-
Stefan Behnel authored
reminder comment: need to disable C-API mapping for dict.keys/values/items() in -3 mode to let them return a dict view in Py3
-
Stefan Behnel authored
-
Stefan Behnel authored
major refactoring of builtin method/function overrides to support explicit function types and utility code dependencies
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
fix 'self' argument type in generic builtin method overrides, test for None at call time (ticket #571)
-
- 06 Nov, 2010 2 commits
-
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
- 05 Nov, 2010 11 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
--HG-- rename : Cython/Compiler/Dependencies.py => Cython/Build/Dependencies.py
-
- 04 Nov, 2010 1 commit
-
-
Stefan Behnel authored
-
- 03 Nov, 2010 8 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 02 Nov, 2010 1 commit
-
-
Vitja Makarov authored
Fill class attributes dict before class creation. Use bindings for class methods. And use PyCFunction for staticmethods and __new__. Add simple testcase for __metaclass__. And test for staticmethod as decorator
-
- 03 Nov, 2010 9 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
in pure mode: rename 'with nogil' to 'with cython.nogil', test 'real' pure mode by compiling .py file instead of .pyx file --HG-- rename : tests/run/pure.pyx => tests/run/pure_py.py
-
Stefan Behnel authored
-