- 09 Aug, 2014 1 commit
-
-
Stefan Behnel authored
speed up method calls a little by inlining CPython's method_call() and avoiding duplicate args tuple packing --HG-- extra : amend_source : 52480a79feadc93a60bdeee1837a31bf3539b327
-
- 08 Aug, 2014 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 05 Aug, 2014 4 commits
-
-
Stefan Behnel authored
-
scoder authored
Added PyPy 3 to the build matrix
-
Omer Katz authored
-
Omer Katz authored
-
- 03 Aug, 2014 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
add "meteor_contest" benchmark as demo of a program that Cython cannot speed up very much as the bulk of the work (set operations) is in CPython's own code
-
- 02 Aug, 2014 9 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
scoder authored
Use all distutils config files in pyximport
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 01 Aug, 2014 1 commit
-
-
Stefan Behnel authored
-
- 31 Jul, 2014 4 commits
-
-
Robert Bradshaw authored
-
Stefan Behnel authored
-
Stefan Behnel authored
--HG-- extra : amend_source : 738af7da4118ace0e2c39d0883e89db8833b5cbb
-
Stefan Behnel authored
-
- 30 Jul, 2014 3 commits
-
-
Stefan Behnel authored
-
scoder authored
add support for C++ stdlib heap operations
-
Lars Buitinck authored
-
- 28 Jul, 2014 7 commits
-
-
Stefan Behnel authored
enable the C compiler to distinguish between the two for-in iteration cases (special case for list/tuple and generic iterator case)
-
Stefan Behnel authored
make SwitchTransform return True/False as result when Python objects are requested instead of crashing when trying to cast bint values to PyObject*
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 27 Jul, 2014 7 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
fix isinstance(x, (A,B)) split optimisation: must set up BoolBinopNode correctly when creating it after type analysis
-