- 16 Aug, 2016 2 commits
-
-
scoder authored
Initial Cython patch for Pyston.
-
Robert Bradshaw authored
-
- 15 Aug, 2016 1 commit
-
-
Stefan Behnel authored
-
- 14 Aug, 2016 1 commit
-
-
Stefan Behnel authored
rely on code generation phase to include required utility code instead of always including all of it in a separate pipeline phase
-
- 07 Aug, 2016 1 commit
-
-
Boxiang Sun authored
Pyston is another Python implementation. More like CPython + JIT. Patch Cython to add Pyston support.
-
- 01 Aug, 2016 1 commit
-
-
Robert Bradshaw authored
-
- 31 Jul, 2016 7 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
add "e" and "pi" aliases to libc.math declarations to bring it closer to a drop-in replacement for Python's math module
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
silence a C compiler warning for trivial generators that do not use their closure class cast (seems to be difficult to avoid such cases)
-
Stefan Behnel authored
-
- 30 Jul, 2016 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
make new feature-specific guards overridable by user #defines in CPython to allow switching them on and off for testing/debugging/benchmarking
-
Stefan Behnel authored
replace generic "COMPILING_IN_*" C macros with feature specific guards that allow a more fine-grained adaptation to C-API implementations
-
- 28 Jul, 2016 11 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
speed up delegation of generators and coroutines a little by avoiding an indirect C call in favour of a directly visible recursive call
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 24 Jul, 2016 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
make current scope available to FunctionState and CCodeWriter to give access to variable types from AnnotationCCodeWriter
-
Stefan Behnel authored
-
- 20 Jul, 2016 2 commits
- 15 Jul, 2016 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-