- 20 Jan, 2018 1 commit
-
-
Ralf Gommers authored
-
- 17 Jan, 2018 2 commits
-
-
Stefan Behnel authored
-
Robert Bradshaw authored
C functions without args should be declared as f(void)
-
- 16 Jan, 2018 5 commits
-
-
Jeroen Demeyer authored
-
scoder authored
Allow multiple inheritance without __dict__
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes #2075.
-
Jeroen Demeyer authored
-
- 13 Jan, 2018 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Evaluate multiplication of string literals at compile time if the result is short (<= 256 characters).
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 12 Jan, 2018 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 11 Jan, 2018 5 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
Docs Update
-
Myles Hollowed authored
-
Myles Hollowed authored
-
Myles Hollowed authored
Fix typo: to -> two
-
- 10 Jan, 2018 3 commits
-
-
Stefan Behnel authored
Disable an optimisation that turned out to be a pessimisation (replacing literal lists with tuples).
-
Robert Bradshaw authored
Fix typos in docs
-
Takuro Ashie authored
-
- 07 Jan, 2018 4 commits
-
-
Stefan Behnel authored
Increase number of items for which list.extend([...]) is optimised. Benchmarking shows that append() is still faster for 8 items (on an empty list) than extend(). This limit could be increased for larger lists (which grow by a larger amount), but if we have to settle on one value then 8 is good enough, as we can expect literal item lists to be rather short.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 06 Jan, 2018 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Keep "result_is_used" flag across node replacements in type analysis and optimisations to make sure it's still available at code generation time.
-
- 05 Jan, 2018 1 commit
-
-
Stefan Behnel authored
-
- 03 Jan, 2018 2 commits
-
-
Robert Bradshaw authored
Fixes #2059.
-
Robert Bradshaw authored
This causes the compiler to get confused and reuse the magic `cimport cython` module. See #2057.
-
- 24 Dec, 2017 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 23 Dec, 2017 4 commits
-
-
Stefan Behnel authored
Closes #2048.
-
scoder authored
Undeprecate __richcmp__
-
Stefan Behnel authored
-
Stefan Behnel authored
-