- 27 May, 2018 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
This reverts commit eb0e4666.
-
- 21 May, 2018 1 commit
-
-
Stefan Behnel authored
Fix error reporting on very early errors when the Cython runtime configuration module is not set up yet. See #2199.
-
- 18 May, 2018 3 commits
-
-
Stefan Behnel authored
Avoid segfault due to a bug in g++ 4.4.7 when the -Os setting for the module init function is enabled. Closes #2235.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 03 May, 2018 3 commits
-
-
Stefan Behnel authored
Closes #1771.
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 01 May, 2018 3 commits
-
-
Robert Bradshaw authored
Bug fix for boolean return using statement with internal commas.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 26 Apr, 2018 1 commit
-
-
Alex Huszagh authored
-
- 17 Apr, 2018 3 commits
-
-
Stefan Behnel authored
Avoid uninitialised C variable (and thus potentially undefined behaviour), even if it's not actually being used in that case.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 13 Apr, 2018 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 12 Apr, 2018 1 commit
-
-
scoder authored
Improve libcpp.unordered_map API
-
- 08 Apr, 2018 2 commits
- 06 Apr, 2018 1 commit
-
-
Stefan Behnel authored
-
- 01 Apr, 2018 1 commit
-
-
Stefan Behnel authored
-
- 31 Mar, 2018 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes #2194.
-
Stefan Behnel authored
Closes #2193.
-
- 30 Mar, 2018 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
- 29 Mar, 2018 2 commits
-
-
Jim Kleckner authored
This adds notes in the documentation to include zip_safe=False when using setuptools instead of distutils for setup.py. Because cimport will not load pxd definitions from a zipped egg file and the default format when installing from a source package using setuptools and "python setup.py install" is to create a zipped egg, including this option will guard against this error when people install this way.
-
luz.paz authored
Found via `codespell -q 3`
-
- 27 Mar, 2018 1 commit
-
-
Stefan Behnel authored
Closes #2134.
-
- 25 Mar, 2018 6 commits
-
-
scoder authored
Added %%cython options.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
scoder authored
Patch to add front() and back(), as per issue #2123.
-
Stefan Behnel authored
-
Stefan Behnel authored
Copy also the short long_neg() code from CPython for the specialised "abs(PyLong)" implementation to avoid jumping through call pointer indirections.
-