- 28 May, 2017 1 commit
-
-
Robert Bradshaw authored
-
- 27 May, 2017 2 commits
-
-
Robert Bradshaw authored
These are usually errors, and this is useful debug information to have. It can still be disabled via a directive.
-
Robert Bradshaw authored
-
- 25 May, 2017 2 commits
-
-
scoder authored
Typo
-
Bernard McKeever authored
Removing stray text.
-
- 21 May, 2017 2 commits
-
-
Robert Bradshaw authored
This is better than generating invalid code; see #1695.
-
Robert Bradshaw authored
pyximport: remove obsolete version check
-
- 20 May, 2017 1 commit
-
-
Jakub Wilk authored
The file is syntactically correct only in Python >= 2.6, so the version check would never be run.
-
- 18 May, 2017 1 commit
-
-
Robert Bradshaw authored
This fixes #1702.
-
- 17 May, 2017 1 commit
-
-
Stefan Behnel authored
-
- 16 May, 2017 6 commits
-
-
Robert Bradshaw authored
Support pickling of cdef classes.
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 15 May, 2017 4 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 12 May, 2017 1 commit
-
-
Robert Bradshaw authored
-
- 10 May, 2017 1 commit
-
-
scoder authored
Fix profiling for generators and generator expressions
-
- 09 May, 2017 1 commit
-
-
Shalabh Chaturvedi authored
-
- 08 May, 2017 1 commit
-
-
Robert Bradshaw authored
Previously, if incrementing by the length failed to make the index positive, this *incremented* index was passed in an attempt to raise the correct error. This fixes #1700.
-
- 07 May, 2017 1 commit
-
-
Stefan Behnel authored
-
- 06 May, 2017 5 commits
-
-
scoder authored
Now uses specialised functions for complex abs
-
scoder authored
Print no message if force=True
-
Stefan Behnel authored
Closes #1664
-
Stefan Behnel authored
add a compile test for github issue #1692: raising StopAsyncIteration without using "await" was missing utility code and failed to compile
-
Stefan Behnel authored
Closes #1692
-
- 05 May, 2017 3 commits
-
-
Stefan Behnel authored
use different codec alias names in test code than in optimiser code to check that the alias name resolution works
-
Stefan Behnel authored
-
Stefan Behnel authored
Repair incorrect C-API signature usage for PyUnicode_DecodeUTF16() when optimising bytes decoding from UTF-16(LE/BE) Closes #1696
-
- 01 May, 2017 1 commit
-
-
scoder authored
Remove obsolete documentation
-
- 29 Apr, 2017 2 commits
-
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
- 24 Apr, 2017 3 commits
-
-
scoder authored
Fix bad indentation in a pyximport test
-
Jakub Wilk authored
The indentation was inadvertently broken when expanding tabs in e908c0b9. Fixes: $ python pyximport/test/test_reload.py File "pyximport/test/test_reload.py", line 23 assert hello.x == 1 ^ IndentationError: unexpected indent
-
scoder authored
Fix incorrect use of flags in re.sub()
-
- 23 Apr, 2017 1 commit
-
-
Jakub Wilk authored
The 4th argument of re.sub() is maximum number of substitutions, not flags. re.M affects only semantics of ^ and $, so it wouldn't have any effect on this regexp.
-