- 01 Feb, 2019 5 commits
-
-
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 13 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
-
true-pasky authored
It fixes error ``` src\lxml\etree.c(241210) : error C2275: 'PyObject' : illegal use of this type as an expression ``` when installing lxml 4.3.0 to pypy2 v6.0.0 on Windows.
-
- 18 Jan, 2019 2 commits
-
-
Stefan Behnel authored
Implement "gen.gi_frame" and "coro.cr_frame" attributes on generators and coroutines
-
Stefan Behnel authored
Implement "gen.gi_frame" and "coro.cr_frame" attributes on generators and coroutines that return an inspectable (although otherwise dead) frame object. Closes #2306.
-
- 17 Jan, 2019 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Fix inconsistency between traced files and reported files
-
Robert Bradshaw authored
Fix incompatibility with C89
-
true-pasky authored
It fixes error ``` src\lxml\etree.c(241210) : error C2275: 'PyObject' : illegal use of this type as an expression ``` when installing lxml 4.3.0 to pypy2 v6.0.0 on Windows.
-
wenjun.swj authored
-