- 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.
-
- 18 Apr, 2017 1 commit
-
-
Robert Bradshaw authored
Update language_basics.rst
-
- 10 Apr, 2017 3 commits
-
-
Shalabh Chaturvedi authored
Fixes #1668. The profile hook is now called with 'call' and 'return' each time the generator resumes/yields.
-
Jeroen Demeyer authored
-
Jeroen Demeyer authored
-
- 09 Apr, 2017 4 commits
-
-
da-woods authored
-
da-woods authored
-
Robert Bradshaw authored
Allow "cdef inline" with default values in .pxd
-
Robert Bradshaw authored
Add declarations for several PyLong_Type functions
-
- 06 Apr, 2017 1 commit
-
-
Michael Seifert authored
-
- 05 Apr, 2017 2 commits
-
-
Robert Bradshaw authored
Add declaration for PyImport_ImportModuleLevel
-
Jeroen Demeyer authored
-
- 04 Apr, 2017 1 commit
-
-
Jeroen Demeyer authored
-
- 31 Mar, 2017 1 commit
-
-
guoci authored
-
- 30 Mar, 2017 1 commit
-
-
guoci authored
-
- 29 Mar, 2017 1 commit
-
-
da-woods authored
-
- 28 Mar, 2017 5 commits
-
-
Robert Bradshaw authored
-
da-woods authored
Also doesn't require gil for int and long abs. Notes: * I don't think the correct utility code is loaded for complex abs (but it should be loaded by the complex data types hopefully) * Would probably be worth making double and float abs not require gil
-
Robert Bradshaw authored
Fixed #1647
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-