aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* merge defaultrelease-pypy2.7-v7.3.12rc1Matti Picus2023-05-119-15/+26
|\
| * update release note with progress on issue 3280 (grpcio)Matti Picus2023-05-111-0/+3
| * update repackage scriptMatti Picus2023-05-111-4/+4
| * update release noteMatti Picus2023-05-111-3/+3
| * update contributors (one new contributor since the last release)Matti Picus2023-05-112-2/+4
| * properly cast first argument of pthread_kill to pthread_t, used in python3Matti Picus2023-05-084-4/+10
| * typosMatti Picus2023-05-042-2/+2
* | fix version stringMatti Picus2023-05-111-1/+1
* | merge default into releaseMatti Picus2023-05-042-1/+182
|\|
| * Add a release note. Hightlights still missingMatti Picus2023-05-041-4/+17
| * start 7.3.13 release, create 7.3.12 release notesMatti Picus2023-05-044-4/+172
* | fix merge, update version to 7.3.12rc1Carl Friedrich Bolz-Tereick2020-04-015-8/+37
* | merge defaultMatti Picus2023-05-0373-663/+1808
|\|
| * remove duplicate test, remove unneeded xfailCarl Friedrich Bolz-Tereick2023-04-291-18/+1
| * #3917 fix various cases where a mutating __index__ method could crash theCarl Friedrich Bolz-Tereick2023-04-2915-40/+110
| * two more such bugsCarl Friedrich Bolz-Tereick2023-04-293-17/+31
| * same for bytearray.__getitem__Carl Friedrich Bolz-Tereick2023-04-292-1/+23
| * make space.decode_index(4) use the __index__ special method, not __int__Carl Friedrich Bolz-Tereick2023-04-273-2/+27
| * #3917: make list slicing robust against the __index__ operation of one of theCarl Friedrich Bolz-Tereick2023-04-274-33/+74
| * ouch, missing CJK range in unicodedata version 13 :-(Carl Friedrich Bolz-Tereick2023-04-093-4/+11
| * remove completely unused old weird fileCarl Friedrich Bolz-Tereick2023-04-041-48/+0
| * small optimization in the tokenizer: don't allocate tuples for the parenstack,Carl Friedrich Bolz-Tereick2023-03-211-8/+20
| * do a ton less string copies in the bytecode compilerCarl Friedrich Bolz-Tereick2023-03-201-9/+15
| * export, test PyDescr_NewGetSet and define PyDescr_TYPE, PyDescr_NAMEMatti Picus2023-03-163-2/+48
| * remove PythonCodeMaker.instrsCarl Friedrich Bolz-Tereick2023-03-071-2/+1
| * small improvement, rename have_return to be more clear what it means, and addCarl Friedrich Bolz-Tereick2023-03-072-10/+30
| * use dict_to_switch to be more efficientCarl Friedrich Bolz-Tereick2023-03-071-2/+7
| * allow using a default in dict_to_switch with int keysCarl Friedrich Bolz-Tereick2023-03-072-2/+18
| * refactor bytecode compiler Instruction class a tiny bit: encode the jump targ...Carl Friedrich Bolz-Tereick2023-03-073-34/+34
| * fix test response msgMatti Picus2023-03-041-1/+1
| * add python.org newer ip addressesMatti Picus2023-03-041-1/+2
| * #3892: fix wrong assert in intutils, it should be an InvalidLoop insteadCarl Friedrich Bolz-Tereick2023-03-033-4/+42
| * fix broken links in docsMatti Picus2023-02-271-4/+4
| * add py3.10 nightlies to github CI versions.json file, update testMatti Picus2023-02-272-5/+58
| * fix hashMatti Picus2023-02-141-1/+1
| * backport changes from py3.10 to rpythonMatti Picus2023-02-1410-11/+643
| * update to ssl 1.1.1t, 3.0.8Matti Picus2023-02-131-10/+10
| * only define SO in sysconfig if imp.get_suffixes() has imp.C_EXTENSIONMatti Picus2023-01-281-3/+8
| * update pycparserMatti Picus2023-01-236-278/+299
| * pair OpenSSL allocation calls better with free callsMatti Picus2023-01-091-110/+111
| * add memory pressure for malloc allocations, fix OpenSSL context useMatti Picus2023-01-092-5/+7
| * happy new yearMatti Picus2023-01-053-3/+3
| * allow creating ctypes.py_object() on a weakref (issue 3883)Matti Picus2023-01-012-1/+16
| * add v7.3.11 releases to version.json and update release noteMatti Picus2022-12-294-4/+160
| * Added tag release-pypy3.9-v7.3.11 for changeset feeb267ead3eMatti Picus2022-12-291-0/+1
| * Added tag release-pypy3.8-v7.3.11 for changeset a9dbdca6fc32Matti Picus2022-12-291-0/+1
| * Added tag release-pypy2.7-v7.3.11 for changeset 646866ee1eabMatti Picus2022-12-291-0/+1
* | merge default into releaserelease-pypy2.7-v7.3.11Matti Picus2022-12-2910-31/+29
|\|
| * update release noteMatti Picus2022-12-291-2/+15
| * revert over-zeleous removal of deprecated TLSv1 functionsMatti Picus2022-12-231-0/+20