An error occurred fetching the project authors.
- 03 Nov, 2013 1 commit
-
-
Stefan Behnel authored
-
- 02 Nov, 2013 1 commit
-
-
Stefan Behnel authored
-
- 01 Nov, 2013 1 commit
-
-
Robert Bradshaw authored
-
- 13 Oct, 2013 1 commit
-
-
Stefan Behnel authored
-
- 06 Oct, 2013 3 commits
-
-
Stefan Behnel authored
prevent assignment from basestring->bytes, provide better error messages, extend string assignment failures test
-
Stefan Behnel authored
-
Stefan Behnel authored
extend semantics of 'basestring' typed variables to represent exactly bytes/str/unicode but no subtypes
-
- 01 Sep, 2013 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 26 Aug, 2013 1 commit
-
-
Robert Bradshaw authored
-
- 15 Aug, 2013 1 commit
-
-
Robert Bradshaw authored
-
- 19 Jul, 2013 1 commit
-
-
Gerald Dalley authored
In C/C++, almost all index operator expressions return lvalues. We now allow anything that doesn't look like it resolves to assigning to a whole array object to be considered an lvalue. Before this commit, using the index operator on containers that return references would crash the Cython compiler. run/tests/lvalue_refs.pyx contains an example of code that previously crashed the compiler. Author: Gerald Dalley
-
- 14 Jul, 2013 2 commits
-
-
Robert Bradshaw authored
-
Vitja Makarov authored
-
- 16 Jun, 2013 1 commit
-
-
Robert Bradshaw authored
-
- 24 May, 2013 1 commit
-
-
Vitja Makarov authored
-
- 22 May, 2013 1 commit
-
-
Vitja Makarov authored
-
- 21 May, 2013 1 commit
-
-
Robert Bradshaw authored
-
- 15 May, 2013 1 commit
-
-
Stefan Behnel authored
-
- 12 May, 2013 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 01 May, 2013 2 commits
-
-
Stefan Behnel authored
handle some more cases where the error status is known to be used and clean up 'unraisable exception' code
-
Stefan Behnel authored
-
- 29 Apr, 2013 1 commit
-
-
Stefan Behnel authored
-
- 25 Apr, 2013 1 commit
-
-
Stefan Behnel authored
-
- 22 Apr, 2013 1 commit
-
-
Stefan Behnel authored
fix compiler crash on bad code (complex % x) and move directive handling in ModNode to analysis phase
-
- 21 Apr, 2013 1 commit
-
-
Stefan Behnel authored
-
- 20 Apr, 2013 1 commit
-
-
Stefan Behnel authored
-
- 12 Apr, 2013 1 commit
-
-
Stefan Behnel authored
-
- 08 Apr, 2013 1 commit
-
-
Stefan Behnel authored
-
- 05 Apr, 2013 1 commit
-
-
Nikita Nemkin authored
-
- 30 Mar, 2013 1 commit
-
-
Matěj Laitl authored
This patch contains test-case along with a blind patch that fixes the test (but may have other consequences, someone who actually understands the code must review it). Original error was: Fatal Python error: Acquisition count is 0 (line XYZ) which was caused by refcount error when memview transposition was used on extension class memoryview attribute.
-
- 29 Mar, 2013 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 28 Mar, 2013 1 commit
-
-
Nikita Nemkin authored
-
- 18 Mar, 2013 1 commit
-
-
Stefan Behnel authored
refactor comprehensions by removing separate target node (to simplify a future length-hint optimisation) --HG-- extra : rebase_source : 476b22eeaeaea1ff69ee8069328fb47ffe18ea20
-
- 16 Mar, 2013 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-