- 03 Feb, 2019 1 commit
-
-
Robert Bradshaw authored
This fixes Github issue #2819.
-
- 02 Feb, 2019 16 commits
-
-
Robert Bradshaw authored
Fix support for C++ enum classes
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Christoph Gohlke authored
warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
-
Stefan Behnel authored
Fix msvc compiler warning C4244
-
cgohlke authored
Pointer buf cannot be NULL
-
cgohlke authored
-
cgohlke authored
-
Christoph Gohlke authored
warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
-
Stefan Behnel authored
-
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 1 commit
-
-
Stefan Behnel authored
-