- 18 Apr, 2012 14 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
minor code cleanups in metaclass utility code, fix compiler warning about unused function __Pyx_Py3MetaclassGet()
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
even when 'boundscheck' is disabled or indexing is trivial, call PyUnicode_READY() during unicode indexing to comply with C-API constraints
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
removed outdated dummy assignment code that originally prevented an unsed argument gcc warning for __pyx_self, fix one more case where __pyx_self needs to be marked as unused
-
- 17 Apr, 2012 13 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
--HG-- rename : tests/run/test_generator_frame_cycle.py => tests/run/generator_frame_cycle.py
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 16 Apr, 2012 6 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
fix CythonInclude after importlib changes, avoid searching for the built module, avoid changing sys.path
-
Stefan Behnel authored
-
- 15 Apr, 2012 7 commits
-
-
Mark Florisson authored
Conflicts: Cython/Compiler/ParseTreeTransforms.py
-
Mark Florisson authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Mark authored
Revert Numpy 1.7 hacks
-
Robert Bradshaw authored
This reverts commit 95b6e693.
-