- 11 Dec, 2013 6 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
avoid accidental duplication of cached Python integer constants when using numbers in different notations
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
try fixing test failures in int_literals.pyx by removing dependency on Py2/3 specific 'L' postfix of long objects
-
Stefan Behnel authored
-
- 10 Dec, 2013 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 09 Dec, 2013 1 commit
-
-
Stefan Behnel authored
-
- 08 Dec, 2013 12 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
discard lots of useless code and overhead from try-finally statements that don't need to handle Python exceptions (including C-only with-blocks)
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
fix problematic constant folding condition in cascaded comparisons (even though it likely doesn't work anyway)
-
Stefan Behnel authored
prevent compile time constant folding of non-portable string comparisons (e.g. between bytes and str)
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
avoid risk of stale pointers by looking up Cython types module on each request (shouldn't hurt much to do it a couple of times during module initialisation)
-
Stefan Behnel authored
-
- 07 Dec, 2013 13 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
discard useless (PyObject*) casts from values of builtin types which are PyObject* internally anyway (saves lots of C code)
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
- 06 Dec, 2013 6 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
--HG-- extra : amend_source : 240f49031159777036e1e6a139b6d736f59de337
-
Stefan Behnel authored
-
Stefan Behnel authored
fix C compiler warning when checking int overflow for division by enum values on 32 bit systems (in case anyone cares...)
-
Stefan Behnel authored
minor improvements in __Pyx_ArgTypeTest() and prevent it from raising C compiler warnings by inlining it
-
Stefan Behnel authored
-