- 15 May, 2018 3 commits
-
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
- 14 May, 2018 10 commits
-
-
Stefan Behnel authored
Fix utility function in MSVC which does not support C preprocessor tests inside of macro expansions ("likely()").
-
Stefan Behnel authored
-
scoder authored
transfered checked type casts
-
scoder authored
Transfered overriding in extension types.
-
scoder authored
Transfered warning from the reference guide to the user guide.
-
scoder authored
Improved "Types" section.
-
scoder authored
Transfered cdef statement.
-
scoder authored
Transfered declaring data types.
-
Stefan Behnel authored
Reducing the overhead here is actually helpful since many KeyErrors will never be instantiated.
-
Stefan Behnel authored
-
- 10 May, 2018 13 commits
-
-
scoder authored
Transfered the Cython file types in the userguide.
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
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
-
- 08 May, 2018 1 commit
-
-
gabrieldemarmiesse authored
-
- 05 May, 2018 13 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.
-