- 04 May, 2018 6 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
Allow access to long/int internals (and other builtin types).
-
Robert Bradshaw authored
CYTHON_CACHE_DIR should also set the compiler cache
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
This fixes #1399.
-
- 03 May, 2018 11 commits
-
-
Robert Bradshaw authored
This fixes #1393.
-
Julian Rüth authored
so far only the inline cache looked at that environment variable
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Stefan Behnel authored
Use dict versioning in Py3.6+ to reduce the overhead of checking for the "C-line in tracebacks" runtime option.
-
Jeroen Demeyer authored
-
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.
-