- 02 Nov, 2010 11 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
fix octal literals as Python constants, convert octal/binary/hex integer literals to plain decimal integers when using them as Python integers
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
reverted support for cdef functions in __test__ dict: increases module size and init code but rarely helps
-
Stefan Behnel authored
enable doctests in cdef functions/methods, do not rewrap docstrings in __test__ dict as EncodedString() but keep them as they are
-
- 01 Nov, 2010 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
fix ticket #578 by working around CPython bug 9834: crash in Py3.[0-1.2] when slicing non-sliceable objects
-
- 31 Oct, 2010 10 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
store docstrings directly in the dict instead of looking them up at module init time => much faster, a lot less code, fewer redundant string constants (duplicate strings are unified anyway), and just as good, as docstrings of Cython functions/methods can't currently be changed anyway
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 30 Oct, 2010 11 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
-
Stefan Behnel authored
-
Stefan Behnel authored
clean up directive decorator parsing, support boolean directives as plain names, support directives on cdef classes
-
Stefan Behnel authored
-
- 29 Oct, 2010 1 commit
-
-
Stefan Behnel authored
-
- 10 Oct, 2010 1 commit
-
-
Haoyu Bai authored
-
- 22 Oct, 2010 4 commits
-
-
Stefan Behnel authored
Py3 install fix: keep original Py2 source modules of Cython alive during installation when replacing them with 2to3-ed versions - we still need the build_ext stuff
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-