- 17 Nov, 2010 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 16 Nov, 2010 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
--HG-- rename : tests/broken/specialfloatvals.pyx => tests/compile/specialfloatvals.pyx
-
Stefan Behnel authored
--HG-- rename : tests/broken/assert2.pyx => tests/compile/assert2.pyx
-
Stefan Behnel authored
-
- 15 Nov, 2010 11 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
reduced call overhead (and code size) in the parser by changing suitable cpdef functions into plain cdef
-
- 14 Nov, 2010 11 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
optimise 'int_val in string_literal' into a switch statement when x is an arbitrary expression, not only a name
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 13 Nov, 2010 1 commit
-
-
Robert Bradshaw authored
Until the dust settles, this is better than manually patching Sage's Cython.
-
- 12 Nov, 2010 9 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
make IntNode smarter about the type of integer it chooses for its value, promote plain >=32bit literals to Python objects to make sure their values pass through the C code
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-