- 08 Feb, 2016 1 commit
-
-
Jeroen Demeyer authored
-
- 07 Feb, 2016 2 commits
-
-
Jeroen Demeyer authored
-
Stefan Behnel authored
use slightly faster PyObject_Malloc() instead of PyMem_Malloc() for small memory allocation needs (<= 512 bytes)
-
- 05 Feb, 2016 2 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 02 Feb, 2016 7 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
Cpp iterator declarations.
-
Robert Bradshaw authored
Don’t crash when a C class isn’t defined in the pxd
-
Robert Bradshaw authored
Fix typo in numpy tutorial
-
Robert Bradshaw authored
Hide some parts of stack trace in __PYX_ERR macro
-
Robert Bradshaw authored
These were already failing when this was added to the build matrix.
-
Robert Bradshaw authored
Enable tests on python 3.5-dev
-
- 28 Jan, 2016 1 commit
-
-
toddrme2178 authored
Enable tests on python 3.5-dev to catch problems with upcoming python releases early.
-
- 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
-
- 02 Jan, 2016 1 commit
-
-
Evgeny Golyshev authored
-
- 29 Dec, 2015 4 commits
-
-
Eric Dill authored
This rst file is not referenced anywhere in the docs and can only be accessed by going directly to http://docs.cython.org/src/userguide/pxd_package.html. It also seems to be a remnant from the Pyrex -> Cython merge.
-
Eric Dill authored
`docs/src/userguide/welcome.rst` is not referenced *anywhere* in the docs. It also seems to be superseded by `docs/src/quickstart/overview.rst`
-
Eric Dill authored
-
Eric Dill 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
-
- 09 Dec, 2015 1 commit
-
-
Emmanuel Gil Peyrot authored
Fixes #279
-
- 02 Dec, 2015 1 commit
-
-
Robert Bradshaw authored
Cpp limits
-
- 01 Dec, 2015 1 commit
-
-
Robert Bradshaw authored
-