Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge py3.9 into releaserelease-pypy3.9-v7.3.10rc2 | 2022-11-23 | 1 | -2/+3 | |
|\ | |||||
| * | reformat C code to avoid -Werror=misleading-indentation compiler warning | 2022-11-23 | 1 | -2/+3 | |
* | | fix cpyext PYPY_VERSION_NUM | 2022-11-23 | 1 | -2/+2 | |
* | | merge py3.9 into the releaserelease-pypy3.9-v7.3.10rc1 | 2022-11-21 | 5 | -18/+46 | |
|\| | |||||
| * | merge py3.8 | 2022-11-21 | 5 | -18/+46 | |
| |\ | |||||
| | * | merge default, including the changes done long ago in 8eb1cf456a46 that were | 2022-11-21 | 5 | -18/+46 | |
| | |\ | |||||
| | | * | write a test for 8eb1cf456a46 | 2022-11-21 | 1 | -0/+9 | |
| | | * | fix name confusion (sorry Wenzel) | 2022-11-21 | 3 | -3/+3 | |
| | | * | update contributors | 2022-11-21 | 3 | -18/+33 | |
| * | | | merge heads | 2022-11-21 | 15 | -30/+66 | |
| |\ \ \ | |||||
| * \ \ \ | merge default | 2022-11-21 | 5 | -31/+287 | |
| |\ \ \ \ | |||||
* | | | | | | make this rc1 | 2022-11-21 | 3 | -3/+3 | |
* | | | | | | merge py3.9 into release3.9 | 2022-11-21 | 825 | -1191577/+255821 | |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
| * | | | | | merge py3.8 | 2022-11-21 | 19 | -59/+351 | |
| |\ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| | | |||||
| | * | | | merge default | 2022-11-21 | 6 | -9/+43 | |
| | |\ \ \ | | | | |/ | | | |/| | |||||
| | | * | | update release note | 2022-11-21 | 1 | -3/+4 | |
| | | * | | fix some documentation warnings, add section on extension suffix compatibility | 2022-11-21 | 5 | -6/+39 | |
| | | * | | backport 6a031fb40405 | 2022-11-21 | 5 | -8/+11 | |
| | * | | | fix more places where generic_cpy_call can leak memory on error, cleanup imports | 2022-11-21 | 5 | -12/+17 | |
| | * | | | remove some print statements in tests | 2022-11-21 | 4 | -6/+6 | |
| | | |/ | | |/| | |||||
| | * | | merge default | 2022-11-21 | 6 | -48/+346 | |
| | |\| | |||||
| | | * | host python2 (pypy vs cpython) emits different message for 1/0 | 2022-11-21 | 1 | -3/+4 | |
| | | * | fix expected error | 2022-11-21 | 1 | -1/+1 | |
| | | * | decref even if an exception is raised in tp_init and tp_call (issue 3854) | 2022-11-20 | 1 | -4/+8 | |
| | | * | add links | 2022-11-19 | 1 | -2/+42 | |
| | | * | continue updating release note | 2022-11-19 | 1 | -8/+99 | |
| | | * | remove pdb :-/ | 2022-11-19 | 1 | -2/+0 | |
| | | * | fix a bug in 82fa24d66349: the code path that passed constants along a link to | 2022-11-19 | 2 | -15/+94 | |
| | | * | continue to update the release notice | 2022-11-18 | 1 | -2/+50 | |
| | | * | continue to update the release note | 2022-11-18 | 1 | -14/+55 | |
| | | * | update to latest OpenSSL versions in build script | 2022-11-18 | 1 | -5/+4 | |
| * | | | test, fix leak of arguments to a tp_call when the call errors (issue 3854) | 2022-11-21 | 3 | -4/+145 | |
| |\ \ \ | |||||
| | * | | | close branch to be merged | 2022-11-21 | 0 | -0/+0 | |
| | * | | | decref even if an exception is raised in tp_init and tp_call | 2022-11-20 | 1 | -4/+8 | |
| | * | | | redo the test to use an argument, the tp_dealloc of the argument is not called | 2022-11-20 | 2 | -98/+67 | |
| | * | | | add a non-raising call, use self.debug_collect for untranslated tests | 2022-11-20 | 2 | -5/+68 | |
| | * | | | test passes on CPython, fails on PyPy | 2022-11-20 | 1 | -1/+1 | |
| | * | | | remove unneeded code | 2022-11-20 | 2 | -139/+23 | |
| | * | | | add failing test that raising will call tp_dealloc | 2022-11-20 | 2 | -0/+221 | |
| |/ / / | |||||
| * | | | continue to update the release note | 2022-11-18 | 1 | -14/+55 | |
| * | | | merge py3.8 | 2022-11-18 | 7 | -6/+252 | |
| |\| | | |||||
| | * | | merge default | 2022-11-18 | 4 | -2/+207 | |
| | |\| | |||||
| | | * | restore file to pristine state, pending cffi PR to fix the typos | 2022-11-18 | 1 | -2/+2 | |
| | | * | add new test file | 2022-11-18 | 1 | -0/+12 | |
| | | * | start a release note | 2022-11-18 | 2 | -0/+193 | |
| | * | | fix for itemsize != 1 | 2022-11-17 | 2 | -3/+15 | |
| | * | | fix setting a slice in a memoryview with non-unit strides (issue 3857) | 2022-11-17 | 2 | -3/+25 | |
| | * | | skip cffi tests that are too hard/impossible to get right on PyPy | 2022-11-17 | 1 | -1/+8 | |
| * | | | typo | 2022-11-18 | 1 | -1/+1 | |
| * | | | merge py3.8 | 2022-11-17 | 0 | -0/+0 | |
| |\| | |