- 26 Jan, 2019 1 commit
-
-
cgohlke authored
-
- 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 6 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
-
wjsi authored
-
- 16 Jan, 2019 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
ENH: allow @property decorator on external ctypedef classes
-
mattip authored
-
- 14 Jan, 2019 2 commits
-
-
Stefan Behnel authored
Change the default language level to "3str"
-
Stefan Behnel authored
Enable C++ tests in appveyor, only for Py2.7/3.7 64 bit for now.
-
- 13 Jan, 2019 5 commits
-
-
Stefan Behnel authored
-
mattip authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-