aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix bug in 1138b6754bdd: the "if" of an elif chain was moved, attaching therelease-pypy3.7-v7.3.6Carl Friedrich Bolz-Tereick2021-10-152-1/+16
* merge py3.7 into releaserelease-pypy3.7-v7.3.6rc3Matti Picus2021-10-1119-44/+1745
|\
| * avoid deprecation warnings on CPython, PyPyMatti Picus2021-10-101-5/+5
| * cpython does not have datetime._normalizeMatti Picus2021-10-101-0/+4
| * fix testMatti Picus2021-10-101-3/+3
| * merge default into branchMatti Picus2021-10-101-1/+3
| |\
| | * fix d3a0f53969daMatti Picus2021-10-101-1/+3
| * | merge default into py3.7Matti Picus2021-10-101-3/+9
| |\|
| | * require _get_multiarch to succeed on posixMatti Picus2021-10-101-3/+9
| | * add missing importMatti Picus2021-10-081-1/+2
| * | add debian value MULTIARCH, crossenv value HOST_GNU_TYPE to sysconfig{data}Matti Picus2021-10-085-4/+1502
| * | fix venv for possibility that someone backports the cpython-style layout from...Matti Picus2021-10-081-4/+14
| * | merge default into py3.7Matti Picus2021-10-0811-21/+193
| |\|
| | * fix doc build, add missing file from py3.7Matti Picus2021-10-082-6/+48
| | * backport changes from py3.7Matti Picus2021-10-081-0/+3
| | * document use of environment variables and that extra_tests should run on CPythonMatti Picus2021-10-085-15/+106
| | * add some environment variables to get_multiarch (tumbleweed)Matti Picus2021-10-081-0/+6
| | * Back out implementation from 5f72d59b9aa1, it broke non-JIT buildsMatti Picus2021-10-081-0/+7
| | * add two more fixed issues to release notesMatti Picus2021-10-061-0/+6
| | * add rc2 to the versions.json fileMatti Picus2021-10-063-3/+141
| | * Added tag release-pypy3.8-v7.3.6rc2 for changeset 28b8e9d917f1Matti Picus2021-10-061-0/+1
| | * Added tag release-pypy3.7-v7.3.6rc2 for changeset e4511a21ddfcMatti Picus2021-10-061-0/+1
| | * Added tag release-pypy2.7-v7.3.6rc2 for changeset b89256933b0bMatti Picus2021-10-061-0/+1
| * | fix venv yet again: libpypy* was missing when using --copiesMatti Picus2021-10-061-9/+18
* | | fix doc versioning (tumbleweed)Matti Picus2021-10-061-1/+1
* | | merge py3.7 into branchrelease-pypy3.7-v7.3.6rc2Matti Picus2021-10-055-31/+50
|\| |
| * | remove windows copying that was in non-windows clauseMatti Picus2021-10-051-13/+2
| * | fix venv: copy python on windows, revert c73cb5fa3e09 fon non-symlink, add "p...Matti Picus2021-10-051-5/+16
| * | fix sysconfig.get_config_var('LDLIBRARY') for darwinMatti Picus2021-10-031-0/+1
| * | merge default into py3.7Matti Picus2021-10-043-6/+15
| |\|
| | * backport LoadLibraryEx changesMatti Picus2021-10-043-6/+15
| * | merge default into py3.7Matti Picus2021-10-031-9/+18
| |\|
| | * backport py3.8 changes for nt._add_dll_directory, nt._remove_dll_directoryMatti Picus2021-10-031-9/+18
* | | merge py3.7 into releaseMatti Picus2021-10-03233-5941/+8877
|\| |
| * | backport c73cb5fa3e09Matti Picus2021-10-031-11/+1
| * | npn support is flaky since we default to ssl 1.1.1, this is removed in later ...Matti Picus2021-10-011-1/+1
| * | hopefully fix the mergefijal2021-10-011-6/+7
| * | fix broken merge hopefullyfijal2021-10-011-0/+10
| * | update whatsnew, assuming the latest changes will be part of the releaseMatti Picus2021-09-301-1/+1
| * | backport some error message fixes from py3.8Matti Picus2021-09-301-4/+4
| * | merge hpy-0.0.3 into py3.7Matti Picus2021-09-30210-5852/+8523
| |\ \
| | * | make sure tests have unique names regardless of case since they are directory...Matti Picus2021-09-301-4/+4
| | * | make error message match CPythonMatti Picus2021-09-301-2/+2
| | * | add extra_link_args for untranslated windows testsMatti Picus2021-09-292-2/+22
| | * | make error message match CPythonMatti Picus2021-09-291-2/+2
| | * | hack to run untranslated tests with python2Matti Picus2021-09-291-1/+5
| | * | fix translationMatti Picus2021-09-291-1/+1
| | * | enable _hpy_universal on windowsMatti Picus2021-09-291-1/+1
| | * | update_vendored to 0.0.3 releaseRonan Lamy2021-09-245-9/+9
| | * | fix itertools ztranslationRonan Lamy2021-09-211-1/+2