- 20 Aug, 2016 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 18 Aug, 2016 4 commits
-
-
scoder authored
fix docs example: getArea instead of undefined getLength
-
Petr Messner authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 17 Aug, 2016 7 commits
-
-
Robert Bradshaw authored
-
scoder authored
Replace "int(val) == 0" by "not val" for gdb.Value instances
-
Jeroen Demeyer authored
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 16 Aug, 2016 9 commits
-
-
Stefan Behnel authored
-
scoder authored
completed some signatures in Includes - libc.math and numpy.math
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
scoder authored
Initial Cython patch for Pyston.
-
Robert Bradshaw authored
-
- 15 Aug, 2016 1 commit
-
-
Stefan Behnel authored
-
- 14 Aug, 2016 2 commits
-
-
Michael Seifert authored
-
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
-