aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* merge py3.9release-pypy3.9-v7.3.8Matti Picus2022-02-195-10/+100
|\
| * #3673: I am not 100% sure this fixes the remaining trace hook problems, but itCarl Friedrich Bolz-Tereick2022-02-194-10/+80
| * #3674: fix co_firstlineno of the code object of class bodies with decoratorsCarl Friedrich Bolz-Tereick2022-02-182-0/+20
* | merge py3.9Matti Picus2022-02-1817-161/+454
|\|
| * merge py3.8Matti Picus2022-02-186-20/+49
| |\
| | * merge py3.7Matti Picus2022-02-183-15/+26
| | |\
| | | * merge defaultCarl Friedrich Bolz-Tereick2022-02-171-0/+8
| | | |\
| | | | * #3682: speed up string_to_float by checking whether the string starts with aCarl Friedrich Bolz-Tereick2022-02-172-14/+24
| | | * | #3682: don't make a string copy for the input strings of float(s) to removeCarl Friedrich Bolz-Tereick2022-02-172-15/+18
| | * | | continuation of dbd784f76a49 (issue 3678)Matti Picus2022-02-163-4/+23
| * | | | merge py3.8Matti Picus2022-02-1514-145/+409
| |\| | |
| | * | | merge py3.7Matti Picus2022-02-1511-141/+344
| | |\| |
| | | * | pypy now has 447 docstrings in builtinsMatti Picus2022-02-151-1/+1
| | | * | fix mergeMatti Picus2022-02-142-9/+4
| | | * | merge default into py3.7Matti Picus2022-02-144-122/+158
| | | |\|
| | | | * when the JIT is off, don't do any works in the counters and just return earlyCarl Friedrich Bolz-Tereick2022-02-142-1/+23
| | | | * finally, move the methods to W_SetObject (except for descr_difference_update,Carl Friedrich Bolz-Tereick2022-02-141-57/+59
| | | | * just make all the interp2apps use the right class. this means we also won'tCarl Friedrich Bolz-Tereick2022-02-142-58/+60
| | | | * issue #3676: make sure that frozensets cannot be mutated by using methods fromCarl Friedrich Bolz-Tereick2022-02-142-13/+18
| | | * | merge defaultMatti Picus2022-02-126-17/+189
| | | |\|
| | | | * make sure OpenSSL<1.1.1m is still supported (issue 3671), backport test changesMatti Picus2022-02-122-6/+63
| | | | * update for rc2Matti Picus2022-02-114-10/+166
| | | | * fix 4d74e06add5b, add back s390xMatti Picus2022-02-111-9/+10
| | | | * update repackaging script for using "candidate" in release candidate versioningMatti Picus2022-02-111-5/+11
| | | | * mention 3628c3d47abe and issue 3650 in the release noteMatti Picus2022-02-111-1/+6
| | | | * Added tag release-pypy3.9-v7.3.8rc2 for changeset 59025807f35aMatti Picus2022-02-111-0/+1
| | | | * Added tag release-pypy3.8-v7.3.8rc2 for changeset e093771497daMatti Picus2022-02-111-0/+1
| | | | * Added tag release-pypy3.7-v7.3.8rc2 for changeset 11d3d95ae917Matti Picus2022-02-111-0/+1
| | | | * Added tag release-pypy2.7-v7.3.8rc2 for changeset a7534a4d5085Matti Picus2022-02-111-0/+1
| | * | | add _winapi functions needed for SharedMemory (issue 3678)Matti Picus2022-02-153-4/+65
* | | | | make this the non-candidate releaseMatti Picus2022-02-152-2/+2
* | | | | fix release version to rc2release-pypy3.9-v7.3.8rc2Matti Picus2022-02-102-3/+3
* | | | | make this a release candidateMatti Picus2022-02-102-2/+2
* | | | | merge py3.9 into releaseMatti Picus2022-02-10101-623/+3014
|\| | | |
| * | | | avoid possible deadlocks by creating ProcessPoolExecutor processes earlier (i...Matti Picus2022-02-101-3/+18
| * | | | merge py3.8Matti Picus2022-02-0814-81/+198
| |\| | |
| | * | | merge py3.7Matti Picus2022-02-0814-81/+198
| | |\| |
| | | * | merge defaultMatti Picus2022-02-086-42/+79
| | | |\|
| | | | * update release noteMatti Picus2022-02-081-1/+8
| | | | * fix memory leakMatti Picus2022-02-081-0/+1
| | | | * avoid using epoll_event from RPython since it is a packed structMatti Picus2022-02-081-30/+53
| | | | * don't redefine or prematurely define _XOPEN_SOURCE (ncurses-config --cflags ...Matti Picus2022-02-082-1/+5
| | | | * test, fix pyexpat error msg conversionMatti Picus2022-02-082-2/+3
| | | | * do not redefine PY_UINT32_T when using cpyext and rpythonMatti Picus2022-02-081-0/+2
| | | * | merge defaultMatti Picus2022-02-074-29/+38
| | | |\|
| | | | * fix translationMatti Picus2022-02-071-1/+1
| | | | * flags are int, not longMatti Picus2022-02-071-2/+2
| | | | * clean up some char * -> const char *Matti Picus2022-02-073-26/+35
| | | * | merge defaultCarl Friedrich Bolz-Tereick2022-02-073-10/+62
| | | |\|
| | | | * merge headsCarl Friedrich Bolz-Tereick2022-02-071-2/+4
| | | | |\