An error occurred fetching the project authors.
- 13 Dec, 2010 1 commit
-
-
Robert Bradshaw authored
-
- 09 Dec, 2010 1 commit
-
-
Stefan Behnel authored
-
- 02 Dec, 2010 1 commit
-
-
Stefan Behnel authored
-
- 01 Dec, 2010 1 commit
-
-
Mark Florisson authored
Made the distutils extension 2.3 compatible Renamed the --debug flag to --gdb and --pyrex-debug to --pyrex-gdb
-
- 30 Nov, 2010 1 commit
-
-
Stefan Behnel authored
refactor scope handling in ScopedExprNode, enable type inference for inlined genexpr nodes, fix type coercion of sum(genexpr)
-
- 29 Nov, 2010 1 commit
-
-
Stefan Behnel authored
-
- 28 Nov, 2010 1 commit
-
-
Stefan Behnel authored
-
- 27 Nov, 2010 1 commit
-
-
Vitja Makarov authored
-
- 26 Nov, 2010 6 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
really fix parallel/cascaded assignments this time (and test it): make sure the rhs values are evaluated in source code order
-
Stefan Behnel authored
-
- 25 Nov, 2010 2 commits
-
-
Stefan Behnel authored
-
Vitja Makarov authored
-
- 23 Nov, 2010 1 commit
-
-
Stefan Behnel authored
another fix for str() handling that works around internal use of EncodedString in StringNode, fix test for locals() in -3 mode
-
- 22 Nov, 2010 1 commit
-
-
Stefan Behnel authored
-
- 18 Nov, 2010 1 commit
-
-
Vitja Makarov authored
Disable some pyregr tests. As side effect this seems to solve ticket #537
-
- 19 Nov, 2010 1 commit
-
-
Stefan Behnel authored
-
- 16 Nov, 2010 1 commit
-
-
Mark Florisson authored
Ensure 'cy locals' and 'cy exec' don't use uninitialized local variables (which fixes a lot of 'cy exec' core dumps! :)
-
- 18 Nov, 2010 1 commit
-
-
Stefan Behnel authored
-
- 17 Nov, 2010 1 commit
-
-
Vitja Makarov authored
-
- 15 Nov, 2010 1 commit
-
-
Stefan Behnel authored
-
- 14 Nov, 2010 2 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 13 Nov, 2010 1 commit
-
-
Mark Florisson authored
-
- 12 Nov, 2010 7 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
Excludes buffers and C++, which have their own code. This is in preparation for #591 (inline vs. cdivision) and support for inline complex arithamtic.
-
- 06 Nov, 2010 1 commit
-
-
Mark Florisson authored
Set pretty printing of C structs on by default Export the 'cname' of 'self' local variables in the XML debug info properly
-
- 05 Nov, 2010 1 commit
-
-
Mark Florisson authored
-
- 08 Nov, 2010 1 commit
-
-
Stefan Behnel authored
-
- 04 Nov, 2010 1 commit
-
-
Mark Florisson authored
-
- 03 Nov, 2010 1 commit
-
-
Stefan Behnel authored
in pure mode: rename 'with nogil' to 'with cython.nogil', test 'real' pure mode by compiling .py file instead of .pyx file --HG-- rename : tests/run/pure.pyx => tests/run/pure_py.py
-
- 01 Nov, 2010 1 commit
-
-
Mark Florisson authored
cy locals, cy globals
-