- 27 Jan, 2016 2 commits
-
-
Robert Bradshaw authored
Set up c_code_config options properly when autogenerating header files.
-
Robert Bradshaw authored
Fix generated `#line` directives on Windows
-
- 26 Jan, 2016 2 commits
-
-
Ian Henriksen authored
-
Ian Henriksen authored
errors from incorrect escape sequences when compiling on Windows.
-
- 23 Jan, 2016 1 commit
-
-
Robert Bradshaw authored
-
- 22 Jan, 2016 1 commit
-
-
Robert Bradshaw authored
-
- 20 Jan, 2016 1 commit
-
-
scoder authored
update error message in __Pyx_ImportType when basicsize doesn't match
-
- 19 Jan, 2016 1 commit
-
-
Joe Jevnik authored
match. Changes the error message to include the sizes of the two structures. This aids in debugging the it allows us to check the sizes to see which version we were built against versus the version we have at runtime.
-
- 16 Jan, 2016 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
repair deep-copying (and pickling) of the control flow state in compiled Cython (extension type instances lost their state)
-
Stefan Behnel authored
repair deep-copying (and pickling) of the control flow state in compiled Cython (extension type instances lost their state)
-
- 14 Jan, 2016 1 commit
-
-
Robert Bradshaw authored
When used in a range operation, it may be coerced to an object, and then back to an int. If the operands were already integer types we should preserve these rather than coercing to the default int type of long.
-
- 10 Jan, 2016 1 commit
-
-
Stefan Behnel authored
-
- 28 Dec, 2015 2 commits
-
-
scoder authored
docs: Fix typos.
-
Jakub Wilk authored
-
- 19 Dec, 2015 1 commit
-
-
Robert Bradshaw authored
Path search fix
-
- 10 Dec, 2015 3 commits
-
-
Aaron M. Watson authored
-
Aaron M. Watson authored
-
Aaron M. Watson authored
-
- 02 Dec, 2015 1 commit
-
-
Robert Bradshaw authored
Cpp limits
-
- 01 Dec, 2015 2 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
Deprecate the 'property …:' syntax, as suggested in #462
-
- 30 Nov, 2015 2 commits
-
-
Emmanuel Gil Peyrot authored
-
Kevin R. Thornton authored
-
- 29 Nov, 2015 1 commit
-
-
Robert Bradshaw authored
docs: Fix typos.
-
- 26 Nov, 2015 1 commit
-
-
Jakub Wilk authored
-
- 14 Nov, 2015 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 10 Nov, 2015 1 commit
-
-
Robert Bradshaw authored
-
- 07 Nov, 2015 8 commits
-
-
Stefan Behnel authored
-
scoder authored
docs: Remove duplicated words.
-
Stefan Behnel authored
-
Jakub Wilk authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
scoder authored
Add a pass transforming Python-style properties in cdef class into Cython-style properties
-
- 05 Nov, 2015 1 commit
-
-
Emmanuel Gil Peyrot authored
This makes properties work properly in cdef classes, and gives them the exact same AST as the “property something:” blocks, whose syntax should probably be deprecated now. Fixes T264.
-