- 29 Aug, 2017 8 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Add wheelhouse directories to gitignore.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 28 Aug, 2017 4 commits
-
-
Stefan Behnel authored
-
scoder authored
Remove support and special handling code for Py3.2.
-
Stefan Behnel authored
Try to include some more test dependencies in the travis build (but exclude them in Py2.6, which is often no longer supported already).
-
scoder authored
Include PySet_Check and PyFrozenSet_Check to CPython includes file
-
- 27 Aug, 2017 3 commits
-
-
Michael Seifert authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 26 Aug, 2017 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 25 Aug, 2017 21 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
scoder authored
Repair some issues with coroutine exception handling
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Disable refnanny in PyPy since it otherwise risks to access partly initialised objects, e.g. tuples.
-
Stefan Behnel authored
Only reset the frame backlink of *internally* created exception tracebacks in generators/coroutines, not the ones stored away from the caller state.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Also make some C function signatures generic to avoid a dependency on concrete struct types in "far away" code.
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-