- 20 Jun, 2015 1 commit
-
-
Stefan Behnel authored
-
- 06 Jun, 2015 12 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Andrea Bedini authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Wieland Hoffmann authored
-
Stefan Behnel authored
exclude two more modules from stdlib compilation that require bootstrapping before importing Cython modules
-
Stefan Behnel authored
-
- 01 Jun, 2015 1 commit
-
-
Stefan Behnel authored
-
- 25 May, 2015 2 commits
-
-
Lisandro Dalcin authored
* Add Python 2.6 x86/x64 to the build matrix. * Use clone_depth option, no need to clone the full repo. * Build master branch and last release branch. * Use up-to-date pip and setuptools. * Build wheels, msi, and wininst installers.
-
Lisandro Dalcin authored
-
- 22 May, 2015 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 19 May, 2015 1 commit
-
-
Lisandro Dalcin authored
Use appveyor to build windows wheels
-
- 13 May, 2015 1 commit
-
-
Ali Ebrahim authored
Use the appveyor continuous integration service to build wheels for windows. This procedure was adapted from this guide: https://packaging.python.org/en/latest/appveyor.html
-
- 03 May, 2015 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 26 Apr, 2015 3 commits
-
-
Stefan Behnel authored
prevent generator methods from returning NULL without setting an exception: method call protocol differs from __next__() protocol
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 25 Apr, 2015 7 commits
-
-
Stefan Behnel authored
-
Jeroen Demeyer authored
-
Jeroen Demeyer authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
mofe GIVEREF() before PyTuple_SET_ITEM() call because that's when we still own the reference (pypy needs it that way)
-
Stefan Behnel authored
-
- 23 Apr, 2015 4 commits
-
-
Stefan Behnel authored
-
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
- 22 Apr, 2015 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
fix stupid C-API misuse: accidentally passed a NULL pointer to PyObject_GetItem() instead of a 0 integer index to PySequence_GetItem()
-