aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* merge py3.7 into releaserelease-pypy3.7-v7.3.9Matti Picus2022-03-2814-34/+107
|\
| * update python version to 3.7.13Matti Picus2022-03-262-3/+3
| * remove outdated bundled version of pipMatti Picus2022-03-261-0/+0
| * update to v3.7.13Matti Picus2022-03-267-23/+44
| * use __index__ to test for int-ness in ctypes.array (issue 3712)Matti Picus2022-03-252-2/+15
| * hg merge defaultRonan Lamy2022-03-222-6/+45
| |\
| | * cparser: Handle the case of structs requiring other structs to be configured ...Ronan Lamy2022-03-222-16/+28
| | * Backed out changeset 1baa930ff7e9Ronan Lamy2022-03-223-21/+11
| | * add override=True and rearrange declarations to get test to passMatti Picus2022-03-183-11/+21
| | * add failing test required for PEP 3123 (stric-aliasing) (issue 3706)Matti Picus2022-03-181-0/+27
* | | merge py3.7Matti Picus2022-03-1628-1762/+276
|\| |
| * | merge defaultMatti Picus2022-03-1611-11/+257
| |\|
| | * update release note, update openssl to 1.1.1n on portable buildsMatti Picus2022-03-162-6/+13
| | * fix linkMatti Picus2022-03-141-1/+1
| | * also copy the tk*.dll and tck*.dll to lib_pypy/_tkinter for tests (in a virtu...Matti Picus2022-03-131-1/+3
| | * skip cffi embedded tests on python2 since on windows + virtualenv they failMatti Picus2022-03-131-0/+2
| | * make code sample work on python3 (issue 3699)Matti Picus2022-03-101-4/+8
| | * add release note to indexMatti Picus2022-03-101-0/+1
| | * update release note to reflect conclusions from issue 3688Matti Picus2022-03-101-14/+16
| | * hack to avoid running own tests on pypyjit/test_pypy_c if host test runner is...Matti Picus2022-03-081-1/+1
| | * typoMatti Picus2022-03-071-1/+1
| | * add a config file for readthedocs (for pypy, not clear how to handle rpython)Matti Picus2022-03-071-0/+10
| | * update release noteMatti Picus2022-03-061-1/+3
| | * maybe like thisCarl Friedrich Bolz-Tereick2022-03-061-9/+15
| | * add python2.exe, python2.7.exe, pypy2.exe (windows) and pypy2 (posix) to packageMatti Picus2022-03-061-0/+7
| | * update cffi to latest HEAD (test for python>=3.11)Matti Picus2022-03-061-1/+46
| | * backport parts of package.py from py3.8 to create pypy2.7 (issue 3696)Matti Picus2022-03-051-35/+51
| | * backport the rest of the changes to support libexpat>2.4.5Matti Picus2022-03-052-6/+1
| | * a test that constructing a named tuple has no weird global lookups. tests theCarl Friedrich Bolz-Tereick2022-03-051-0/+18
| | * add missing importMatti Picus2022-03-041-0/+1
| | * update main development version to 7.3.10Matti Picus2022-03-033-4/+4
| | * add a draft release noteMatti Picus2022-03-031-0/+143
| * | remove unused _libffi_msvcMatti Picus2022-03-1311-1739/+0
| * | Merge branch 'branch/chrisburr/setuptools-fix' into 'branch/py3.7'Matti Picus2022-03-131-3/+3
| |\ \
| | * | Use shutil.which instead of distutils.spawn.find_executableChris Burr2022-03-131-3/+3
| |/ /
| * | Back out ce5c041b7e64 after much discussion on how to fix this (issue 3688)Matti Picus2022-03-085-9/+16
* | | merge py3.7 into releaseMatti Picus2022-03-0740-1787/+2104
|\| |
| * | update main development version to 7.3.10Matti Picus2022-03-033-4/+4
| * | add pypy3.7.exe (issue 3693)Matti Picus2022-03-031-0/+2
| * | python3 pyexpat does not have __version__, tweak and delete testsMatti Picus2022-03-032-78/+8
| * | add back file removed in add5246bab1f when attempting to change to apptestMatti Picus2022-03-031-0/+270
| * | merge defaultMatti Picus2022-03-037-575/+557
| |\|
| | * backport stdlib test changes from bpo-46811 for expat>2.4.5Matti Picus2022-03-031-1/+7
| | * pyexpat 2.4.6 raises a ExpatError on invalid unicodeMatti Picus2022-03-031-3/+7
| | * convert to new apptestsCarl Friedrich Bolz-Tereick2022-02-224-388/+357
| | * re-upload the aarch64 tarballs for portable buildsMatti Picus2022-02-221-8/+8
| | * fix for PySequence_GetItem('a', -2)Matti Picus2022-02-202-4/+17
| * | backport and fix sys._base_executable on windows (issue 3323)Matti Picus2022-02-251-1/+6
| * | #3686: make the last new field of os.statvfs_result non-indexedCarl Friedrich Bolz-Tereick2022-02-242-1/+20
| * | Backed out 1a2e30df25c9 which broke the ABI of 7.3.x for py3.7Matti Picus2022-02-245-16/+9