- 01 Jun, 2017 7 commits
-
-
Robert Bradshaw authored
Here the residue always fits into an int. This fixes #1721.
-
Robert Bradshaw authored
Limit Python conversion on attribute access.
-
Robert Bradshaw authored
-
Robert Bradshaw authored
When not imported, this caused was a runtime NameError. Now an error is given at compile time.
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 31 May, 2017 4 commits
-
-
Stefan Behnel authored
Support parsing of named Unicode escapes outside of the BMP in CPythons versions with a 2-byte Unicode representation. Closes #1693.
-
Robert Bradshaw authored
-
Robert Bradshaw authored
Make C lines in exception tracebacks a runtime setting.
-
Robert Bradshaw authored
Coersion to subclasses prefered in overload resolution to coersion to nullptr_t.
-
- 28 May, 2017 2 commits
-
-
Robert Bradshaw authored
Also changes the default to False.
-
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 3 commits
-
-
scoder authored
Now uses specialised functions for complex abs
-
scoder authored
Print no message if force=True
-
Stefan Behnel authored
Closes #1664
-