aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* resync from defaultrelease-pypy2.7-v7.3.3rc2release-pypy2.7-v7.3.3rc1release-pypy2.7-v7.3.3Matti Picus2020-11-063-2/+2
|\
| * fix link for topazMatti Picus2020-11-051-1/+1
* | merge default into releaseMatti Picus2020-11-047-8/+36
|\|
| * update testMatti Picus2020-11-041-3/+2
| * move testMatti Picus2020-11-041-0/+0
| * document hpy as part of the releaseMatti Picus2020-11-032-4/+5
| * Ensure compatibility of r_singlefloat/r_longfloat hashes with equalityRonan Lamy2020-11-021-0/+6
| * typo in macro nameMatti Picus2020-11-021-1/+1
| * add missing include, needs sychronization with upstreamMatti Picus2020-11-011-0/+1
| * add whatsnew-pypy3-7.3.3.rst, mention disabled hpy in 7.3.2Matti Picus2020-11-013-0/+22
* | update version numbersMatti Picus2020-10-313-7/+7
* | merge default into release branchMatti Picus2020-10-31476-7798/+33443
|\|
| * 2to3 makecontributor.py, update contributorsMatti Picus2020-10-314-450/+455
| * start 7.3.3 release cycleMatti Picus2020-10-318-10/+19
| * move whatsnew-headMatti Picus2020-10-311-0/+0
| * tweak struct, adapt test to new struct layoutMatti Picus2020-10-302-26/+27
| * update release noteMatti Picus2020-10-301-0/+2
| * revert these files to remove os.prlimit from 2.7Matti Picus2020-10-303-75/+1
| * test, fix for readonly flag on PyObject_GetBuffer(<bytes>, view) (issue 3307)Matti Picus2020-10-292-1/+17
| * update release noteMatti Picus2020-10-291-18/+69
| * fix translationMatti Picus2020-10-291-6/+10
| * add draft release noteMatti Picus2020-10-291-0/+140
| * merge cptpcrd-resource-prlimit, which provides resource.prlimitMatti Picus2020-10-294-1/+79
| |\
| | * document, close branch to be mergedMatti Picus2020-10-291-0/+4
| | * my_prlimit -> _prlimit (in _resource_build)cptpcrd2020-10-292-3/+3
| | * only compile my_prlimit header on Linuxcptpcrd2020-10-281-2/+6
| | * add resource.prlimit() (added in CPython 3.4)cptpcrd2020-10-283-1/+71
| * | dynamically allocate Py_buffer.format if needed, issue 3336Matti Picus2020-10-294-30/+10
| * | backport changes from py3.6Matti Picus2020-10-231-0/+5
| * | add a few tests showing a difference between pre-3.7 and 3.7Armin Rigo2020-10-191-0/+12
| * | fix a test checking an internal detail of _sre scannersArmin Rigo2020-10-192-8/+3
| * | skip pattern in socket.inte_pton on windows, fails also on CPythonMatti Picus2020-10-181-6/+10
| * | skip test of socket.fromfd on windows with file fd, fails also on CPythonMatti Picus2020-10-171-0/+1
| * | back out d0c5958a553c, the file is not yet an apptestMatti Picus2020-10-171-0/+0
| * | rename misnamed apptest fileMatti Picus2020-10-171-0/+0
| |/
| * backport rpython changes from py3.6Matti Picus2020-10-155-5/+62
| * update to cffi/b643ede2c603Armin Rigo2020-10-141-1/+1
| * update to cffi/831e391a969cArmin Rigo2020-10-141-2/+2
| * Support current MacOS in this (non-upstream) kqueue testStefano Rivera2020-10-131-2/+2
| * bpo-31893: Simplify select.kqueue object comparisonStefano Rivera2020-10-132-18/+28
| * sort the tuple of wanted namesMatti Picus2020-10-131-2/+2
| * update version number after merge of stdlib-2.7.18-3Matti Picus2020-10-122-4/+3
| * nt_pypy -> pypy_nt to be compatible with f1aa5bb836b (nulano)Matti Picus2020-10-122-3/+3
| * remove redundant test, skip test of SO_SNDBUF on windowsMatti Picus2020-10-121-23/+14
| * differentiate in tests between sys.maxunicode and sizeof(w_char_t)Matti Picus2020-07-231-13/+16
| * check for None in PyLong_AsUnsignedLongLongMatti Picus2020-10-111-1/+6
| * bpo-33781: audioop: enhance rounding double as intStefano Rivera2020-10-101-8/+15
| * bpo-29004: Document binascii.crc_hqx() implements CRC-CCITTStefano Rivera2020-10-101-1/+1
| * cpython GH-6028: Fix error message in sqlite connection thread check.Stefano Rivera2020-10-101-1/+1
| * bpo-34794: Fix a leak in Tkinter.Stefano Rivera2020-10-101-1/+0