aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* merge py3.8 into the releaserelease-pypy3.8-v7.3.10rc2release-pypy3.8-v7.3.10rc1Matti Picus2022-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
* | | make this rc1Matti Picus2022-11-213-4/+4
* | | merge py3.8 into release3.8Matti Picus2022-11-21767-1191441/+254192
|\| |
| * | 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
| * | 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
| * | hack differently: just grab the traceback source from disk, too many projectsCarl Friedrich Bolz-Tereick2022-11-171-2/+11
| * | merge defaultMatti Picus2022-11-1732-1037/+1065
| |\|
| | * update last commitMatti Picus2022-11-171-2/+2
| | * sync with upstream cffi (via pypy/tools/import_cffi), report typo upstreamMatti Picus2022-11-1731-1035/+1063
| * | merge defaultMatti Picus2022-11-160-0/+0
| |\|
| | * backport rpython changes from cfc2d7ffded5Matti Picus2022-11-164-0/+51
| | * skip corner case test that is too hard for PyPy to get rightMatti Picus2022-11-141-0/+19
| * | test, implement os.get_native_thread by copying CPython's C implementationMatti Picus2022-11-167-1/+77
| * | even simpler logic for when there is a descriptionCarl Friedrich Bolz-Tereick2022-11-161-3/+4
| * | the description should take PARSE_COLNAMES into accountCarl Friedrich Bolz-Tereick2022-11-162-1/+21
| * | check for recursive Cursor.__init__ callsCarl Friedrich Bolz-Tereick2022-11-162-0/+19
| * | argh, fix silly wrong indentation problemCarl Friedrich Bolz-Tereick2022-11-161-1/+1
| * | need to check cursor lock in Cursor.close, also lock around __fetch_one_rowCarl Friedrich Bolz-Tereick2022-11-162-1/+42
| * | consolidate PyObject_Call testsMatti Picus2022-11-162-12/+9
| * | add a passing testMatti Picus2022-11-161-0/+3
| * | properly instantiate PyFunction_Type, PyMethod_Type, PyRange_Type, PyTraceBac...Matti Picus2022-11-165-14/+17
| * | make type lookups fill the .name field of AttributeErrorCarl Friedrich Bolz-Tereick2022-11-142-3/+7
| * | fix graminit.h generationMatti Picus2022-11-141-6/+8
| * | assign tp_getset to app-level type in PyType_FromSpecWithBases (issue 3851)Matti Picus2022-11-142-1/+16