| Commit message (Expand) | Author | Age | Files | Lines |
* | merge py3.8 into the releaserelease-pypy3.8-v7.3.10rc2release-pypy3.8-v7.3.10rc1 | Matti Picus | 2022-11-21 | 5 | -18/+46 |
|\ |
|
| * | merge default, including the changes done long ago in 8eb1cf456a46 that were | Carl Friedrich Bolz-Tereick | 2022-11-21 | 5 | -18/+46 |
| |\ |
|
| | * | write a test for 8eb1cf456a46 | Carl Friedrich Bolz-Tereick | 2022-11-21 | 1 | -0/+9 |
| | * | fix name confusion (sorry Wenzel) | Matti Picus | 2022-11-21 | 3 | -3/+3 |
| | * | update contributors | Matti Picus | 2022-11-21 | 3 | -18/+33 |
* | | | make this rc1 | Matti Picus | 2022-11-21 | 3 | -4/+4 |
* | | | merge py3.8 into release3.8 | Matti Picus | 2022-11-21 | 767 | -1191441/+254192 |
|\| | |
|
| * | | merge default | Matti Picus | 2022-11-21 | 6 | -9/+43 |
| |\| |
|
| | * | update release note | Matti Picus | 2022-11-21 | 1 | -3/+4 |
| | * | fix some documentation warnings, add section on extension suffix compatibility | Matti Picus | 2022-11-21 | 5 | -6/+39 |
| | * | backport 6a031fb40405 | Matti Picus | 2022-11-21 | 5 | -8/+11 |
| * | | fix more places where generic_cpy_call can leak memory on error, cleanup imports | Matti Picus | 2022-11-21 | 5 | -12/+17 |
| * | | remove some print statements in tests | Matti Picus | 2022-11-21 | 4 | -6/+6 |
| * | | merge default | Matti Picus | 2022-11-21 | 6 | -48/+346 |
| |\| |
|
| | * | host python2 (pypy vs cpython) emits different message for 1/0 | Matti Picus | 2022-11-21 | 1 | -3/+4 |
| | * | fix expected error | Matti Picus | 2022-11-21 | 1 | -1/+1 |
| | * | decref even if an exception is raised in tp_init and tp_call (issue 3854) | Matti Picus | 2022-11-20 | 1 | -4/+8 |
| | * | add links | Matti Picus | 2022-11-19 | 1 | -2/+42 |
| | * | continue updating release note | Matti Picus | 2022-11-19 | 1 | -8/+99 |
| | * | remove pdb :-/ | Carl Friedrich Bolz-Tereick | 2022-11-19 | 1 | -2/+0 |
| | * | fix a bug in 82fa24d66349: the code path that passed constants along a link to | Carl Friedrich Bolz-Tereick | 2022-11-19 | 2 | -15/+94 |
| | * | continue to update the release notice | Matti Picus | 2022-11-18 | 1 | -2/+50 |
| | * | continue to update the release note | Matti Picus | 2022-11-18 | 1 | -14/+55 |
| | * | update to latest OpenSSL versions in build script | Matti Picus | 2022-11-18 | 1 | -5/+4 |
| * | | merge default | Matti Picus | 2022-11-18 | 4 | -2/+207 |
| |\| |
|
| | * | restore file to pristine state, pending cffi PR to fix the typos | Matti Picus | 2022-11-18 | 1 | -2/+2 |
| | * | add new test file | Matti Picus | 2022-11-18 | 1 | -0/+12 |
| | * | start a release note | Matti Picus | 2022-11-18 | 2 | -0/+193 |
| * | | fix for itemsize != 1 | Matti Picus | 2022-11-17 | 2 | -3/+15 |
| * | | fix setting a slice in a memoryview with non-unit strides (issue 3857) | Matti Picus | 2022-11-17 | 2 | -3/+25 |
| * | | skip cffi tests that are too hard/impossible to get right on PyPy | Matti Picus | 2022-11-17 | 1 | -1/+8 |
| * | | hack differently: just grab the traceback source from disk, too many projects | Carl Friedrich Bolz-Tereick | 2022-11-17 | 1 | -2/+11 |
| * | | merge default | Matti Picus | 2022-11-17 | 32 | -1037/+1065 |
| |\| |
|
| | * | update last commit | Matti Picus | 2022-11-17 | 1 | -2/+2 |
| | * | sync with upstream cffi (via pypy/tools/import_cffi), report typo upstream | Matti Picus | 2022-11-17 | 31 | -1035/+1063 |
| * | | merge default | Matti Picus | 2022-11-16 | 0 | -0/+0 |
| |\| |
|
| | * | backport rpython changes from cfc2d7ffded5 | Matti Picus | 2022-11-16 | 4 | -0/+51 |
| | * | skip corner case test that is too hard for PyPy to get right | Matti Picus | 2022-11-14 | 1 | -0/+19 |
| * | | test, implement os.get_native_thread by copying CPython's C implementation | Matti Picus | 2022-11-16 | 7 | -1/+77 |
| * | | even simpler logic for when there is a description | Carl Friedrich Bolz-Tereick | 2022-11-16 | 1 | -3/+4 |
| * | | the description should take PARSE_COLNAMES into account | Carl Friedrich Bolz-Tereick | 2022-11-16 | 2 | -1/+21 |
| * | | check for recursive Cursor.__init__ calls | Carl Friedrich Bolz-Tereick | 2022-11-16 | 2 | -0/+19 |
| * | | argh, fix silly wrong indentation problem | Carl Friedrich Bolz-Tereick | 2022-11-16 | 1 | -1/+1 |
| * | | need to check cursor lock in Cursor.close, also lock around __fetch_one_row | Carl Friedrich Bolz-Tereick | 2022-11-16 | 2 | -1/+42 |
| * | | consolidate PyObject_Call tests | Matti Picus | 2022-11-16 | 2 | -12/+9 |
| * | | add a passing test | Matti Picus | 2022-11-16 | 1 | -0/+3 |
| * | | properly instantiate PyFunction_Type, PyMethod_Type, PyRange_Type, PyTraceBac... | Matti Picus | 2022-11-16 | 5 | -14/+17 |
| * | | make type lookups fill the .name field of AttributeError | Carl Friedrich Bolz-Tereick | 2022-11-14 | 2 | -3/+7 |
| * | | fix graminit.h generation | Matti Picus | 2022-11-14 | 1 | -6/+8 |
| * | | assign tp_getset to app-level type in PyType_FromSpecWithBases (issue 3851) | Matti Picus | 2022-11-14 | 2 | -1/+16 |