- 01 Sep, 2017 5 commits
-
-
Robert Bradshaw authored
-
Stefan Behnel authored
-
Stefan Behnel authored
travis: disable dependency installation in "-dev" Python builds (currently fails for Py3.7, and might fail again in the future).
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 31 Aug, 2017 6 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
Partial workaround for Github Issue #1852.
-
Stefan Behnel authored
-
Stefan Behnel authored
Evaluate and join more f-string constants at compile time, including unprefixed strings. Fix a case where f-string constants could have incorrect constant compile time result values, thus leading to incorrect comparisons and constant folding errors.
-
Robert Bradshaw authored
-
Stefan Behnel authored
Implement two more special cases in fstring joining to reduce the need for runtime character size detection.
-
- 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 10 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
-