- 23 Dec, 2014 2 commits
-
-
Lars Buitinck authored
-
Lars Buitinck authored
-
- 19 Dec, 2014 3 commits
-
-
Stefan Behnel authored
-
scoder authored
optimize general sorted(x) calls
-
scoder authored
fix shrinking and overflow in cpython.array
-
- 18 Dec, 2014 1 commit
-
-
Lars Buitinck authored
-
- 17 Dec, 2014 5 commits
-
-
Lars Buitinck authored
-
Lars Buitinck authored
-
Stefan Behnel authored
-
scoder authored
optimize sorted([a,b,c]) into PyList_Sort call
-
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
-