- 08 Sep, 2018 10 commits
-
-
Stefan Behnel authored
Avoid C division by 0 to provoque a runtime error in a test, because MSVC considers it a compile time error.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Fix constant folding of multiplied string literals when they appear in another constant expression. In this case, the multiplied value was lost and replaced by the original value.
-
Stefan Behnel authored
Try to call "__rmod__()" during string %-formatting when the right side is a string subtype that implements it. See https://bugs.python.org/issue28598
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Fix constant folding of multiplied string literals when they appear in another constant expression. In this case, the multiplied value was lost and replaced by the original value.
-
Stefan Behnel authored
-
- 07 Sep, 2018 7 commits
-
-
Stefan Behnel authored
-
scoder authored
cython_inline compiler directives support
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
scoder authored
Support two-element slicing with literal None
-
Alex Lubbock authored
-
- 04 Sep, 2018 2 commits
-
-
Alex Lubbock authored
-
cjgibson authored
-
- 02 Sep, 2018 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 01 Sep, 2018 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 31 Aug, 2018 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes #2587.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 30 Aug, 2018 2 commits
-
-
Stefan Behnel authored
Simplify encoding detection and source file opening by starting off reading bytes, and only switching to decoding once we know which encoding to use.
-
Stefan Behnel authored
-
- 29 Aug, 2018 6 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
cjgibson authored
-
cjgibson authored
-
cjgibson authored
-
- 28 Aug, 2018 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-