aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* merge py3.9 into releaserelease-pypy3.9-v7.3.10rc2Matti Picus2022-11-231-2/+3
|\
| * reformat C code to avoid -Werror=misleading-indentation compiler warningMatti Picus2022-11-231-2/+3
* | fix cpyext PYPY_VERSION_NUMMatti Picus2022-11-231-2/+2
* | merge py3.9 into the releaserelease-pypy3.9-v7.3.10rc1Matti Picus2022-11-215-18/+46
|\|
| * merge py3.8Carl Friedrich Bolz-Tereick2022-11-215-18/+46
| |\
| | * merge default, including the changes done long ago in 8eb1cf456a46 that wereCarl Friedrich Bolz-Tereick2022-11-215-18/+46
| | |\
| | | * write a test for 8eb1cf456a46Carl Friedrich Bolz-Tereick2022-11-211-0/+9
| | | * fix name confusion (sorry Wenzel)Matti Picus2022-11-213-3/+3
| | | * update contributorsMatti Picus2022-11-213-18/+33
| * | | merge headsMatti Picus2022-11-2115-30/+66
| |\ \ \
| * \ \ \ merge defaultMatti Picus2022-11-215-31/+287
| |\ \ \ \
* | | | | | make this rc1Matti Picus2022-11-213-3/+3
* | | | | | merge py3.9 into release3.9Matti Picus2022-11-21825-1191577/+255821
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | merge py3.8Matti Picus2022-11-2119-59/+351
| |\ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| |
| | * | | merge defaultMatti Picus2022-11-216-9/+43
| | |\ \ \ | | | | |/ | | | |/|
| | | * | update release noteMatti Picus2022-11-211-3/+4
| | | * | fix some documentation warnings, add section on extension suffix compatibilityMatti Picus2022-11-215-6/+39
| | | * | backport 6a031fb40405Matti Picus2022-11-215-8/+11
| | * | | fix more places where generic_cpy_call can leak memory on error, cleanup importsMatti Picus2022-11-215-12/+17
| | * | | remove some print statements in testsMatti Picus2022-11-214-6/+6
| | | |/ | | |/|
| | * | merge defaultMatti Picus2022-11-216-48/+346
| | |\|
| | | * host python2 (pypy vs cpython) emits different message for 1/0Matti Picus2022-11-211-3/+4
| | | * fix expected errorMatti Picus2022-11-211-1/+1
| | | * decref even if an exception is raised in tp_init and tp_call (issue 3854)Matti Picus2022-11-201-4/+8
| | | * add linksMatti Picus2022-11-191-2/+42
| | | * continue updating release noteMatti Picus2022-11-191-8/+99
| | | * remove pdb :-/Carl Friedrich Bolz-Tereick2022-11-191-2/+0
| | | * fix a bug in 82fa24d66349: the code path that passed constants along a link toCarl Friedrich Bolz-Tereick2022-11-192-15/+94
| | | * continue to update the release noticeMatti Picus2022-11-181-2/+50
| | | * continue to update the release noteMatti Picus2022-11-181-14/+55
| | | * update to latest OpenSSL versions in build scriptMatti Picus2022-11-181-5/+4
| * | | test, fix leak of arguments to a tp_call when the call errors (issue 3854)Matti Picus2022-11-213-4/+145
| |\ \ \
| | * | | close branch to be mergedMatti Picus2022-11-210-0/+0
| | * | | decref even if an exception is raised in tp_init and tp_callMatti Picus2022-11-201-4/+8
| | * | | redo the test to use an argument, the tp_dealloc of the argument is not calledJakob Wenzel2022-11-202-98/+67
| | * | | add a non-raising call, use self.debug_collect for untranslated testsMatti Picus2022-11-202-5/+68
| | * | | test passes on CPython, fails on PyPyMatti Picus2022-11-201-1/+1
| | * | | remove unneeded codeMatti Picus2022-11-202-139/+23
| | * | | add failing test that raising will call tp_deallocMatti Picus2022-11-202-0/+221
| |/ / /
| * | | continue to update the release noteMatti Picus2022-11-181-14/+55
| * | | merge py3.8Matti Picus2022-11-187-6/+252
| |\| |
| | * | merge defaultMatti Picus2022-11-184-2/+207
| | |\|
| | | * restore file to pristine state, pending cffi PR to fix the typosMatti Picus2022-11-181-2/+2
| | | * add new test fileMatti Picus2022-11-181-0/+12
| | | * start a release noteMatti Picus2022-11-182-0/+193
| | * | fix for itemsize != 1Matti Picus2022-11-172-3/+15
| | * | fix setting a slice in a memoryview with non-unit strides (issue 3857)Matti Picus2022-11-172-3/+25
| | * | skip cffi tests that are too hard/impossible to get right on PyPyMatti Picus2022-11-171-1/+8
| * | | typoMatti Picus2022-11-181-1/+1
| * | | merge py3.8Carl Friedrich Bolz-Tereick2022-11-170-0/+0
| |\| |