An error occurred fetching the project authors.
- 08 Sep, 2017 1 commit
-
-
Stefan Behnel authored
Implement a "--pgo" option for the Jupyter magic that applies profile guided optimisation during C compilation.
-
- 07 Sep, 2017 1 commit
-
-
Stefan Behnel authored
-
- 05 Sep, 2017 1 commit
-
-
Stefan Behnel authored
-
- 04 Sep, 2017 1 commit
-
-
Stefan Behnel authored
-
- 03 Sep, 2017 2 commits
-
-
Stefan Behnel authored
Generate "tp_richcompare" slot when "__eq__" and/or its friends are defined but "__richcmp__" is not. Closes #690.
-
Stefan Behnel authored
Implement @cython.exceptval() decorator to make the "except x" signature declaration available in pure Python mode. Closes #1653.
-
- 02 Sep, 2017 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Change annotation typing directive to cover all type annotations and modify annotation parsing to be more PEP 484 compatible. Only "cython.*" types are interpreted as C types from now on, everything else is considered Python types for maximum compatibility with Python type hints.
-
Stefan Behnel authored
Closes #1831.
-
- 01 Sep, 2017 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 31 Aug, 2017 1 commit
-
-
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.
-
- 29 Aug, 2017 1 commit
-
-
Stefan Behnel authored
-
- 26 Aug, 2017 1 commit
-
-
Stefan Behnel authored
-
- 25 Aug, 2017 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
- 18 Aug, 2017 1 commit
-
-
Stefan Behnel authored
Fix reference leak in the Py2.x __Pyx_ReleaseBuffer() implementation for types with an overridden __releasebuffer__ method. Closes #1638.
-
- 17 Aug, 2017 2 commits
-
-
Stefan Behnel authored
Correct the source character position of name nodes to improve error reporting (previously reported the character position *behind* the name).
-
Stefan Behnel authored
-
- 11 Aug, 2017 1 commit
-
-
Stefan Behnel authored
-
- 09 Aug, 2017 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 02 Aug, 2017 1 commit
-
-
Stefan Behnel authored
-
- 31 Jul, 2017 1 commit
-
-
Stefan Behnel authored
Closes #1801
-
- 26 Jul, 2017 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 21 Jul, 2017 1 commit
-
-
Stefan Behnel authored
-
- 20 Jul, 2017 1 commit
-
-
Jeroen Demeyer authored
-
- 19 Jul, 2017 1 commit
-
-
Robert Bradshaw authored
-
- 15 Jul, 2017 1 commit
-
-
Robert Bradshaw authored
-
- 14 Jul, 2017 1 commit
-
-
Robert Bradshaw authored
-
- 04 Jul, 2017 2 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 29 Jun, 2017 1 commit
-
-
Robert Bradshaw authored
-
- 27 Jun, 2017 1 commit
-
-
Stefan Behnel authored
-
- 16 Jun, 2017 1 commit
-
-
Robert Bradshaw authored
-
- 01 Jun, 2017 1 commit
-
-
Robert Bradshaw authored
-
- 28 May, 2017 1 commit
-
-
Robert Bradshaw authored
Also changes the default to False.
-
- 27 May, 2017 1 commit
-
-
Robert Bradshaw authored
These are usually errors, and this is useful debug information to have. It can still be disabled via a directive.
-