- 27 Dec, 2014 2 commits
- 26 Dec, 2014 6 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
postpone import of distutils Extension type in test runner in case setuptools gets imported in between
-
Stefan Behnel authored
postpone import of distutils Extension type in test runner in case setuptools gets imported in between --HG-- extra : transplant_source : %9B%C2%08Q%DDt%9A%99%A4%CAK%5D%8F%3A%A9%E4F%19%96%CD
-
Stefan Behnel authored
fix test runner and pyximport in Py 2.7.9 and 3.4+: setuptools replaces "distutils.dist.Distribution" *after* we import it, which then breaks the input validation in "distutils.cmd"
-
Stefan Behnel authored
fix test runner and pyximport in Py 2.7.9 and 3.4+: setuptools replaces "distutils.dist.Distribution" *after* we import it, which then breaks the input validation in "distutils.cmd" --HG-- extra : transplant_source : %3A%84%AC%02E%17%D8%EE%E64Mpv%25%A3%8E%8B%E5%CA%19
-
- 25 Dec, 2014 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 24 Dec, 2014 1 commit
-
-
Robert Bradshaw authored
Minor cleanup (2.5 compat, mostly)
-
- 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
--HG-- extra : transplant_source : %C6%5B%E6p%A8%07V%04%CC%8D%EB%12%BB%A2%87%B5%D3%9A%F0%60
-
- 11 Dec, 2014 1 commit
-
-
Philip Herron authored
--HG-- extra : transplant_source : %0Dr%DFY%8A%EF%F6%C1%9C/h%B5%23%CE3_%DCE%B2%03
-
- 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 4 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
-