- 17 Dec, 2014 4 commits
-
-
Stefan Behnel authored
-
scoder authored
optimize sorted([a,b,c]) into PyList_Sort call
-
Lars Buitinck authored
-
Stefan Behnel authored
-
- 14 Dec, 2014 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 12 Dec, 2014 1 commit
-
-
Robert Bradshaw authored
Emit DL_IMPORT macro for python3
-
- 11 Dec, 2014 1 commit
-
-
Philip Herron authored
-
- 10 Dec, 2014 1 commit
-
-
Robert Bradshaw authored
-
- 05 Dec, 2014 1 commit
-
-
Stefan Behnel authored
-
- 01 Dec, 2014 1 commit
-
-
Stefan Behnel authored
-
- 29 Nov, 2014 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
implement PEP 479: replace accidental StopIteration exceptions that exit the generator body by RuntimeError
-
- 28 Nov, 2014 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
fix temp leak and crash when assigning a C value to both a Python and C target in a cascaded assignment
-
- 23 Nov, 2014 16 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
clean up regular expression in parser (not problematic as it only matches what the scanner already accepted)
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
cannot currently enable warning checks for C++ class definition syntax as there are incorrect warnings
-
Stefan Behnel authored
extend C++ tests to make sure we do not generate warnings (and fix some warnings that we did generate)
-
Stefan Behnel authored
-
Stefan Behnel authored
tighten Python-to-C++-reference warning to apply only to C++ classes as target and do not show it by default (usage might be legitimate and/or enforced by an external API)
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
scoder authored
Generate warning when Python object is used as C++ container reference parameter.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 22 Nov, 2014 1 commit
-
-
Stefan Behnel authored
-
- 20 Nov, 2014 1 commit
-
-
root authored
-
- 18 Nov, 2014 4 commits
-
-
https://github.com/cython/cythonroot authored
-
root authored
-
root authored
Fixed one error which made it break the test suite. Now it doesn't break, but still needs more test cases to see if the functionality works on all inputs.
-
root authored
-
- 15 Nov, 2014 1 commit
-
-
Stefan Behnel authored
--HG-- extra : transplant_source : %C4Y%8Fo%10QD%23%A6%FB%B6%AF%3B%D6%C9%A9%09%C4%0D%A8
-
- 21 Nov, 2014 2 commits
-
-
Robert Bradshaw authored
Document implicit return value behaviour of cdef functions.
-
nbruin authored
-