- 10 Oct, 2015 3 commits
-
-
Stefan Behnel authored
-
Robert Bradshaw authored
Fix a memory leak in ObjectHandling.c
-
Jay Oster authored
-
- 04 Oct, 2015 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 03 Oct, 2015 1 commit
-
-
Stefan Behnel authored
do not use cythonize() but Cython.Distutils in setup.py to avoid Cython compilation when not building the extensions
-
- 02 Oct, 2015 4 commits
-
-
Stefan Behnel authored
clean up extension building in setup.py: clarify what's Py3.2-specific and use cythonize() instead of Cython.Distutils
-
Lisandro Dalcin authored
-
Lisandro Dalcin authored
-
Lisandro Dalcin authored
-
- 01 Oct, 2015 3 commits
-
-
Stefan Behnel authored
-
Lisandro Dalcin authored
-
Lisandro Dalcin authored
-
- 30 Sep, 2015 6 commits
-
-
Stefan Behnel authored
-
-
Stefan Behnel authored
-
Lisandro Dalcin authored
* Add Python 3.5 to the build matrix * Rework helper build script (copied from mpi4py)
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 29 Sep, 2015 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
guess longness suffix of negative decimal integer literals based on their type to prevent the C compiler from truncating their value range
-
- 28 Sep, 2015 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 27 Sep, 2015 2 commits
-
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
- 25 Sep, 2015 1 commit
-
-
Robert Bradshaw authored
Though this path is never taken for unsigned ints, MSVC still throws warning C4146.
-
- 21 Sep, 2015 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 15 Sep, 2015 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
explicitly handle CloneNode in replacement transforms to make sure we take care of its content argument
-
Stefan Behnel authored
Conflicts: tests/run/iterdict.pyx
-
- 13 Sep, 2015 6 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Nikolaus Rath authored
Fixes http://trac.cython.org/ticket/864. --HG-- extra : amend_source : d2a97da4f942d555723b9bfa488985c5e5c27721
-
Stefan Behnel authored
explicitly cast digits during PyLong conversion to avoid relying on potentially unsafe C coercion (fixes ticket #865)
-