- 02 Feb, 2019 6 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Clean up insertion points after use in prange code since they conflict with the deep-copying that with-statements use for their finally-clause. Closes GH-2780.
-
- 01 Feb, 2019 7 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Avoid useless "div by zero" checks in optimised constant division code. Also avoid using a (named) C macro where code generation will do. See GH-2820.
-
Stefan Behnel authored
-
Stefan Behnel authored
Fix exception messages for float division by zero, as well as their tests (which were wrong in Py2.6).
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes #2820.
-
- 29 Jan, 2019 3 commits
-
-
Stefan Behnel authored
Remove superfluous code
-
Stefan Behnel authored
Simplify logical expression
-
Robert Bradshaw authored
Fix casting ssize_t to unsigned
-
- 27 Jan, 2019 1 commit
-
-
Stefan Behnel authored
See #2818.
-
- 26 Jan, 2019 3 commits
- 25 Jan, 2019 1 commit
-
-
Stefan Behnel authored
Clarify that extension types which implement "__cinit__" do not require their base types to implement it. Closes #2809.
-
- 23 Jan, 2019 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Speed up multiplication of Python numbers with small integers (<= 2**30)
-
- 22 Jan, 2019 1 commit
-
-
Stefan Behnel authored
-
- 20 Jan, 2019 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Special-case some arithmetic operations with 0 that can be implemented without creating new objects.
-
Stefan Behnel authored
Speed up &-ing multi-digit PyLongs with known single digit integers, e.g. "bigx & 255" or "bigx & 1".
-
Stefan Behnel authored
-
- 19 Jan, 2019 12 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
See #2807.
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes #1982.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
wenjun.swj authored
-
wjsi authored
-