- 10 May, 2018 5 commits
-
-
gabrieldemarmiesse authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Speed up the recursion to children in Visitor.py by avoiding cpdef call overhead (most transforms are Python classes with class dicts that require an override check).
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 05 May, 2018 17 commits
-
-
Stefan Behnel authored
Simplify some method calling code by providing a (better) fallback implementation for "__Pyx_PyObject_GetMethod()".
-
scoder authored
Fixed wrong info in the readme.
-
gabrieldemarmiesse authored
-
scoder authored
Clarified cython's capabilities about C99's VLA.
-
gabrieldemarmiesse authored
-
Stefan Behnel authored
-
gabrieldemarmiesse authored
-
Stefan Behnel authored
Fold bound method unpacking into method lookup to 1) reduce code duplication and 2) at least avoid keeping the method object around any longer than necessary if we couldn't avoid creating it in the first place.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
scoder authored
Improved the readme.
-
gabrieldemarmiesse authored
-
scoder authored
Made the rendering of the CONTRIBUTING file pretty.
-
gabrieldemarmiesse authored
-
Stefan Behnel authored
Closes #2229.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 04 May, 2018 18 commits
-
-
Robert Bradshaw authored
Add size_type and difference_type to std::list and add initial unittests specific for std::list.
-
Robert Bradshaw authored
-
Robert Bradshaw authored
Relevant options/directives must go into the cache fingerprint #2237.
-
Robert Bradshaw authored
-
Robert Bradshaw authored
If the test runs too fast, the timestamps will be the same despite overriting it.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Use dict versioning in Py3.6+ to make the lookup of Python module globals almost as fast as C globals.
-
Robert Bradshaw authored
-
Julian Rüth authored
-
Julian Rüth authored
I made the section that drops options quite verbose because it took me a while to figure out whether an option should be included or not. I hope I got everything right.
-
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.
-