| Commit message (Expand) | Author | Age | Files | Lines |
* | merge defaultrelease-pypy2.7-v7.3.12rc1 | Matti Picus | 2023-05-11 | 9 | -15/+26 |
|\ |
|
| * | update release note with progress on issue 3280 (grpcio) | Matti Picus | 2023-05-11 | 1 | -0/+3 |
| * | update repackage script | Matti Picus | 2023-05-11 | 1 | -4/+4 |
| * | update release note | Matti Picus | 2023-05-11 | 1 | -3/+3 |
| * | update contributors (one new contributor since the last release) | Matti Picus | 2023-05-11 | 2 | -2/+4 |
| * | properly cast first argument of pthread_kill to pthread_t, used in python3 | Matti Picus | 2023-05-08 | 4 | -4/+10 |
| * | typos | Matti Picus | 2023-05-04 | 2 | -2/+2 |
* | | fix version string | Matti Picus | 2023-05-11 | 1 | -1/+1 |
* | | merge default into release | Matti Picus | 2023-05-04 | 2 | -1/+182 |
|\| |
|
| * | Add a release note. Hightlights still missing | Matti Picus | 2023-05-04 | 1 | -4/+17 |
| * | start 7.3.13 release, create 7.3.12 release notes | Matti Picus | 2023-05-04 | 4 | -4/+172 |
* | | fix merge, update version to 7.3.12rc1 | Carl Friedrich Bolz-Tereick | 2020-04-01 | 5 | -8/+37 |
* | | merge default | Matti Picus | 2023-05-03 | 73 | -663/+1808 |
|\| |
|
| * | remove duplicate test, remove unneeded xfail | Carl Friedrich Bolz-Tereick | 2023-04-29 | 1 | -18/+1 |
| * | #3917 fix various cases where a mutating __index__ method could crash the | Carl Friedrich Bolz-Tereick | 2023-04-29 | 15 | -40/+110 |
| * | two more such bugs | Carl Friedrich Bolz-Tereick | 2023-04-29 | 3 | -17/+31 |
| * | same for bytearray.__getitem__ | Carl Friedrich Bolz-Tereick | 2023-04-29 | 2 | -1/+23 |
| * | make space.decode_index(4) use the __index__ special method, not __int__ | Carl Friedrich Bolz-Tereick | 2023-04-27 | 3 | -2/+27 |
| * | #3917: make list slicing robust against the __index__ operation of one of the | Carl Friedrich Bolz-Tereick | 2023-04-27 | 4 | -33/+74 |
| * | ouch, missing CJK range in unicodedata version 13 :-( | Carl Friedrich Bolz-Tereick | 2023-04-09 | 3 | -4/+11 |
| * | remove completely unused old weird file | Carl Friedrich Bolz-Tereick | 2023-04-04 | 1 | -48/+0 |
| * | small optimization in the tokenizer: don't allocate tuples for the parenstack, | Carl Friedrich Bolz-Tereick | 2023-03-21 | 1 | -8/+20 |
| * | do a ton less string copies in the bytecode compiler | Carl Friedrich Bolz-Tereick | 2023-03-20 | 1 | -9/+15 |
| * | export, test PyDescr_NewGetSet and define PyDescr_TYPE, PyDescr_NAME | Matti Picus | 2023-03-16 | 3 | -2/+48 |
| * | remove PythonCodeMaker.instrs | Carl Friedrich Bolz-Tereick | 2023-03-07 | 1 | -2/+1 |
| * | small improvement, rename have_return to be more clear what it means, and add | Carl Friedrich Bolz-Tereick | 2023-03-07 | 2 | -10/+30 |
| * | use dict_to_switch to be more efficient | Carl Friedrich Bolz-Tereick | 2023-03-07 | 1 | -2/+7 |
| * | allow using a default in dict_to_switch with int keys | Carl Friedrich Bolz-Tereick | 2023-03-07 | 2 | -2/+18 |
| * | refactor bytecode compiler Instruction class a tiny bit: encode the jump targ... | Carl Friedrich Bolz-Tereick | 2023-03-07 | 3 | -34/+34 |
| * | fix test response msg | Matti Picus | 2023-03-04 | 1 | -1/+1 |
| * | add python.org newer ip addresses | Matti Picus | 2023-03-04 | 1 | -1/+2 |
| * | #3892: fix wrong assert in intutils, it should be an InvalidLoop instead | Carl Friedrich Bolz-Tereick | 2023-03-03 | 3 | -4/+42 |
| * | fix broken links in docs | Matti Picus | 2023-02-27 | 1 | -4/+4 |
| * | add py3.10 nightlies to github CI versions.json file, update test | Matti Picus | 2023-02-27 | 2 | -5/+58 |
| * | fix hash | Matti Picus | 2023-02-14 | 1 | -1/+1 |
| * | backport changes from py3.10 to rpython | Matti Picus | 2023-02-14 | 10 | -11/+643 |
| * | update to ssl 1.1.1t, 3.0.8 | Matti Picus | 2023-02-13 | 1 | -10/+10 |
| * | only define SO in sysconfig if imp.get_suffixes() has imp.C_EXTENSION | Matti Picus | 2023-01-28 | 1 | -3/+8 |
| * | update pycparser | Matti Picus | 2023-01-23 | 6 | -278/+299 |
| * | pair OpenSSL allocation calls better with free calls | Matti Picus | 2023-01-09 | 1 | -110/+111 |
| * | add memory pressure for malloc allocations, fix OpenSSL context use | Matti Picus | 2023-01-09 | 2 | -5/+7 |
| * | happy new year | Matti Picus | 2023-01-05 | 3 | -3/+3 |
| * | allow creating ctypes.py_object() on a weakref (issue 3883) | Matti Picus | 2023-01-01 | 2 | -1/+16 |
| * | add v7.3.11 releases to version.json and update release note | Matti Picus | 2022-12-29 | 4 | -4/+160 |
| * | Added tag release-pypy3.9-v7.3.11 for changeset feeb267ead3e | Matti Picus | 2022-12-29 | 1 | -0/+1 |
| * | Added tag release-pypy3.8-v7.3.11 for changeset a9dbdca6fc32 | Matti Picus | 2022-12-29 | 1 | -0/+1 |
| * | Added tag release-pypy2.7-v7.3.11 for changeset 646866ee1eab | Matti Picus | 2022-12-29 | 1 | -0/+1 |
* | | merge default into releaserelease-pypy2.7-v7.3.11 | Matti Picus | 2022-12-29 | 10 | -31/+29 |
|\| |
|
| * | update release note | Matti Picus | 2022-12-29 | 1 | -2/+15 |
| * | revert over-zeleous removal of deprecated TLSv1 functions | Matti Picus | 2022-12-23 | 1 | -0/+20 |