- 02 Sep, 2017 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Also parses variable annotations as type declarations. Closes #1850.
-
Stefan Behnel authored
Closes #1831.
-
Stefan Behnel authored
-
- 01 Sep, 2017 13 commits
-
-
Stefan Behnel authored
Use potentially faster PyObject_Malloc() instead of C malloc() for strides and format fields in ndarray buffer support.
-
Stefan Behnel authored
-
-
Stefan Behnel authored
Make tracing tests work exactly as in CPython and compare the tracing results for both Python and Cython functions. Fix "frame.f_trace" test in tracing code accordingly. See #1769 and #1774 for background.
-
Stefan Behnel authored
Better fix for #1836: set frame flags to make CPython create a new dict for "frame.f_locals" at need.
-
scoder authored
Pass am empty dict instead of a f_globals reference to profilers.
-
Stefan Behnel authored
See #1774.
-
scoder authored
Fix "NoneType object is not callable" exception when using a tracing …
-
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 1 commit
-
-
Stefan Behnel authored
-