Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge py3.9release-pypy3.9-v7.3.8 | 2022-02-19 | 5 | -10/+100 | |
|\ | |||||
| * | #3673: I am not 100% sure this fixes the remaining trace hook problems, but it | 2022-02-19 | 4 | -10/+80 | |
| * | #3674: fix co_firstlineno of the code object of class bodies with decorators | 2022-02-18 | 2 | -0/+20 | |
* | | merge py3.9 | 2022-02-18 | 17 | -161/+454 | |
|\| | |||||
| * | merge py3.8 | 2022-02-18 | 6 | -20/+49 | |
| |\ | |||||
| | * | merge py3.7 | 2022-02-18 | 3 | -15/+26 | |
| | |\ | |||||
| | | * | merge default | 2022-02-17 | 1 | -0/+8 | |
| | | |\ | |||||
| | | | * | #3682: speed up string_to_float by checking whether the string starts with a | 2022-02-17 | 2 | -14/+24 | |
| | | * | | #3682: don't make a string copy for the input strings of float(s) to remove | 2022-02-17 | 2 | -15/+18 | |
| | * | | | continuation of dbd784f76a49 (issue 3678) | 2022-02-16 | 3 | -4/+23 | |
| * | | | | merge py3.8 | 2022-02-15 | 14 | -145/+409 | |
| |\| | | | |||||
| | * | | | merge py3.7 | 2022-02-15 | 11 | -141/+344 | |
| | |\| | | |||||
| | | * | | pypy now has 447 docstrings in builtins | 2022-02-15 | 1 | -1/+1 | |
| | | * | | fix merge | 2022-02-14 | 2 | -9/+4 | |
| | | * | | merge default into py3.7 | 2022-02-14 | 4 | -122/+158 | |
| | | |\| | |||||
| | | | * | when the JIT is off, don't do any works in the counters and just return early | 2022-02-14 | 2 | -1/+23 | |
| | | | * | finally, move the methods to W_SetObject (except for descr_difference_update, | 2022-02-14 | 1 | -57/+59 | |
| | | | * | just make all the interp2apps use the right class. this means we also won't | 2022-02-14 | 2 | -58/+60 | |
| | | | * | issue #3676: make sure that frozensets cannot be mutated by using methods from | 2022-02-14 | 2 | -13/+18 | |
| | | * | | merge default | 2022-02-12 | 6 | -17/+189 | |
| | | |\| | |||||
| | | | * | make sure OpenSSL<1.1.1m is still supported (issue 3671), backport test changes | 2022-02-12 | 2 | -6/+63 | |
| | | | * | update for rc2 | 2022-02-11 | 4 | -10/+166 | |
| | | | * | fix 4d74e06add5b, add back s390x | 2022-02-11 | 1 | -9/+10 | |
| | | | * | update repackaging script for using "candidate" in release candidate versioning | 2022-02-11 | 1 | -5/+11 | |
| | | | * | mention 3628c3d47abe and issue 3650 in the release note | 2022-02-11 | 1 | -1/+6 | |
| | | | * | Added tag release-pypy3.9-v7.3.8rc2 for changeset 59025807f35a | 2022-02-11 | 1 | -0/+1 | |
| | | | * | Added tag release-pypy3.8-v7.3.8rc2 for changeset e093771497da | 2022-02-11 | 1 | -0/+1 | |
| | | | * | Added tag release-pypy3.7-v7.3.8rc2 for changeset 11d3d95ae917 | 2022-02-11 | 1 | -0/+1 | |
| | | | * | Added tag release-pypy2.7-v7.3.8rc2 for changeset a7534a4d5085 | 2022-02-11 | 1 | -0/+1 | |
| | * | | | add _winapi functions needed for SharedMemory (issue 3678) | 2022-02-15 | 3 | -4/+65 | |
* | | | | | make this the non-candidate release | 2022-02-15 | 2 | -2/+2 | |
* | | | | | fix release version to rc2release-pypy3.9-v7.3.8rc2 | 2022-02-10 | 2 | -3/+3 | |
* | | | | | make this a release candidate | 2022-02-10 | 2 | -2/+2 | |
* | | | | | merge py3.9 into release | 2022-02-10 | 101 | -623/+3014 | |
|\| | | | | |||||
| * | | | | avoid possible deadlocks by creating ProcessPoolExecutor processes earlier (i... | 2022-02-10 | 1 | -3/+18 | |
| * | | | | merge py3.8 | 2022-02-08 | 14 | -81/+198 | |
| |\| | | | |||||
| | * | | | merge py3.7 | 2022-02-08 | 14 | -81/+198 | |
| | |\| | | |||||
| | | * | | merge default | 2022-02-08 | 6 | -42/+79 | |
| | | |\| | |||||
| | | | * | update release note | 2022-02-08 | 1 | -1/+8 | |
| | | | * | fix memory leak | 2022-02-08 | 1 | -0/+1 | |
| | | | * | avoid using epoll_event from RPython since it is a packed struct | 2022-02-08 | 1 | -30/+53 | |
| | | | * | don't redefine or prematurely define _XOPEN_SOURCE (ncurses-config --cflags ... | 2022-02-08 | 2 | -1/+5 | |
| | | | * | test, fix pyexpat error msg conversion | 2022-02-08 | 2 | -2/+3 | |
| | | | * | do not redefine PY_UINT32_T when using cpyext and rpython | 2022-02-08 | 1 | -0/+2 | |
| | | * | | merge default | 2022-02-07 | 4 | -29/+38 | |
| | | |\| | |||||
| | | | * | fix translation | 2022-02-07 | 1 | -1/+1 | |
| | | | * | flags are int, not long | 2022-02-07 | 1 | -2/+2 | |
| | | | * | clean up some char * -> const char * | 2022-02-07 | 3 | -26/+35 | |
| | | * | | merge default | 2022-02-07 | 3 | -10/+62 | |
| | | |\| | |||||
| | | | * | merge heads | 2022-02-07 | 1 | -2/+4 | |
| | | | |\ |