aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* merge defaultrelease-pypy2.7-v7.3.1rc3release-pypy2.7-v7.3.1Matti Picus2020-04-061-1/+1
|\
| * uname is a tuple on python2Matti Picus2020-04-061-1/+1
* | merge defaultMatti Picus2020-04-064-27/+41
|\|
| * detect machine better (fixes 6d7f4d0ec21b for aarch64)Matti Picus2020-04-061-13/+23
| * use env for testing c-extension import to get PATHMatti Picus2020-04-061-7/+10
| * do not generate align checks in micronumpy tests for s390xRichard Plangger2020-04-051-1/+2
| * load the thread id at an earlier positionRichard Plangger2020-04-051-6/+6
* | merge defaultMatti Picus2020-04-0512-111/+183
|\|
| * skip test that segfaults on windowsMatti Picus2020-04-051-1/+3
| * fix testMatti Picus2020-04-051-3/+3
| * update get_externals for heptapodMatti Picus2020-04-051-4/+6
| * update openssl to 1.1.1f, build on aarch64 as wellMatti Picus2020-04-052-4/+5
| * test and fix: grouprefs which contained unicode were brokenCarl Friedrich Bolz-Tereick2020-04-052-1/+13
| * set MACOSX_DEPLOYMENT_TARGET before building opensslMatti Picus2020-04-041-1/+11
| * typoStefano Rivera2020-04-031-1/+1
| * should not be the threadlocal_addr, it should be the thread id. load it directlyRichard Plangger2020-04-031-5/+2
| * merge defaultRichard Plangger2020-04-037-95/+137
| |\
| | * Added tag release-pypy3.6-v7.3.1rc2 for changeset f2b3511c7abeMatti Picus2020-04-031-0/+1
| | * fix release note headingMatti Picus2020-04-031-3/+3
| | * refactor repackage script into functions, allows "source repackage.sh"Matti Picus2020-04-031-80/+106
| | * Added tag release-pypy3.6-v7.3.1rc1 for changeset e386dfc238d9Matti Picus2020-04-031-0/+1
| | * Added tag release-pypy2.7-v7.3.1rc1 for changeset b37547dfc1deMatti Picus2020-04-031-0/+1
| | * Removed tag release-pypy3.6-v7.3.1.rc1Matti Picus2020-04-031-0/+2
| | * Added tag release-pypy3.6-v7.3.1.rc1 for changeset b37547dfc1deMatti Picus2020-04-031-0/+1
| | * add "minimal" option to force-builds, no need to run own, rpython if only pac...Matti Picus2020-04-021-4/+15
| * | use the correct register, r14 does NOT contain zero. jump forwardRichard Plangger2020-04-031-4/+9
* | | merge defaultrelease-pypy2.7-v7.3.1rc1Matti Picus2020-04-021-2/+2
|\ \ \ | | |/ | |/|
| * | download of ssl movedMatti Picus2020-04-021-2/+2
* | | merge defaultMatti Picus2020-04-021-3/+2
|\| |
| * | backport e7ded1fa63e7Matti Picus2020-04-021-3/+2
* | | merge defaultMatti Picus2020-04-022-4/+8
|\| |
| * | tk -> _tkinterMatti Picus2020-04-021-3/+3
| |/
| * add a commentRichard Plangger2020-04-011-0/+2
| * the thread local id was not stored in call_release_gil_...Richard Plangger2020-04-011-1/+3
* | backed out 4449624affeaMatti Picus2020-04-012-33/+4
* | merge defaultMatti Picus2020-04-012-8/+10
|\|
| * fix for 4449624affea and friends (cfbolz)Matti Picus2020-04-011-2/+1
| * update release note for latest fixesMatti Picus2020-04-011-6/+9
* | merge defaultMatti Picus2020-04-0118-105/+227
|\|
| * revert attempts to get test__jitlog.py to run on win32 untranslated, skip ins...Matti Picus2020-04-011-21/+8
| * only test errno after translationMatti Picus2020-04-011-14/+28
| * make other attributes of builtin functions unwriteable/undeletable as wellCarl Friedrich Bolz-Tereick2020-04-012-4/+33
| * Rewrite gc_load_indexed with a constant index into a plain gc_loadArmin Rigo2020-04-012-0/+35
| * merge headsArmin Rigo2020-04-017-57/+66
| |\
| | * backport parts of ctypes.util for msvc>13 (may require adjustment of cffi tests)Matti Picus2020-04-011-11/+7
| | * debug_start/debug_stop uses time.clock, use that in test as wellMatti Picus2020-04-011-2/+2
| | * delete semaphore after useMatti Picus2020-04-011-31/+34
| | * fix import namesMatti Picus2020-04-011-2/+2
| | * fix failing testsMatti Picus2020-03-313-11/+21
| * | probable fix for ppcArmin Rigo2020-04-012-2/+3
| |/