aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update path to build_cffi_imports.pyrelease-pypy2.7-v7.3.2rc3release-pypy2.7-v7.3.2Stefano Rivera2020-09-221-2/+1
* fix link, http works but the suffix is bz2Matti Picus2020-09-221-1/+1
* lzma is not available via http, only httpsMatti Picus2020-09-221-2/+2
* test_ffi_backend: add missing <string.h> includeDan Villiom Podlaski Christiansen2020-09-211-0/+1
* build_cffi_imports: use an HTTP mirror; fix building gdbm on DarwinDan Villiom Podlaski Christiansen2020-09-171-4/+7
* rvmprof: avoid missing prototype, which is an error in Clang 11Dan Villiom Podlaski Christiansen2020-09-172-1/+1
* boehm gc: try using pkg-config to find itDan Villiom Podlaski Christiansen2020-09-171-4/+9
* darwin: strlen() is in <string.h>Dan Villiom Podlaski Christiansen2020-09-171-0/+1
* fix inconsistent #ifdef's surrounding get_vmprof_stack()Dan Villiom Podlaski Christiansen2020-09-171-2/+0
* darwin: sysctlbyname is in sys/sysctl.hDan Villiom Podlaski Christiansen2020-09-171-1/+4
* darwin: don't define _POSIX_C_SOURCE, as it hides e.g. getpagesize()Dan Villiom Podlaski Christiansen2020-09-171-3/+6
* merge default into releaserelease-pypy2.7-v7.3.2rc2Matti Picus2020-09-162-9/+11
|\
| * typo (again). which will happen first: correctly formatting or the releaseMatti Picus2020-09-151-1/+1
| * sync test_xmlrpc to CPython 2.7 to fix test failureMichał Górny2020-09-151-8/+10
| * typoMatti Picus2020-09-151-1/+1
* | merge default into release2.7.xMatti Picus2020-09-14133-844/+1622
|\|
| * typoMatti Picus2020-09-141-1/+1
| * update release note, add note about release statusMatti Picus2020-09-141-3/+27
| * use win32_14x or win64_14x branch name for exernalsMatti Picus2020-09-131-2/+6
| * refactor force-builds scriptMatti Picus2020-09-131-7/+9
| * skip test that crashes uptranslatedMatti Picus2020-09-131-4/+5
| * test, implement PyNumber_ToBaseMatti Picus2020-09-133-10/+66
| * backport bpo-38243 because it is classified as a CVEArmin Rigo2020-09-122-1/+32
| * Test fix: workaround for limited length of UNIXAddressesArmin Rigo2020-09-111-1/+8
| * Fix this test for 32-bitArmin Rigo2020-09-111-10/+7
| * oops sorry, fixArmin Rigo2020-09-111-2/+4
| * fix translationMatti Picus2020-09-111-1/+2
| * add latest changes to release noteMatti Picus2020-09-101-2/+10
| * Merge branch 'topic/default/py27-backport-secfixes' into 'branch/default'Matti Picus2020-09-105-67/+288
| |\
| | * sync httplib2 and urllib2 to cpython 2.7 git with security backportsMichał Górny2020-09-105-67/+288
| * | fix arm for 3495b2305437 (probably, it's like aarch64, but not tested)Armin Rigo2020-09-102-6/+14
| * | fix aarch64 for 3495b2305437Armin Rigo2020-09-102-6/+14
| * | A test that fails on some backends, will fixArmin Rigo2020-09-101-0/+32
| * | Issue #3297Armin Rigo2020-09-104-27/+207
| |/
| * test, implement easy part of PyMemoryView_GetContiguousMatti Picus2020-09-104-12/+85
| * add test fileMatti Picus2020-09-101-0/+0
| * typo, update whatsnewMatti Picus2020-09-102-1/+5
| * next similar issue (73e7c4e0b67d)Armin Rigo2020-09-092-0/+31
| * A fix for a corner case (shown by test_ztranslation in branch 'hpy').Armin Rigo2020-09-092-0/+54
| * Merge branch 'branch/cross_compilation_fixes' into 'branch/default'Armin Rigo2020-09-092-2/+3
| |\
| | * Only set CC variable if otherwise unspecifiedUnknown2020-09-081-1/+1
| | * Respect system PKG_CONFIG environment variableUnknown2020-09-081-1/+2
| * | add the extension to rpython as wellMatti Picus2020-09-091-1/+3
| * | add sphinx-affiliates which allows searching across other sphinx sitesMatti Picus2020-09-094-4/+34
| * | backport fix for bpo-39017Matti Picus2020-09-092-0/+8
| * | update release processMatti Picus2020-09-091-6/+3
| |/
| * Added tag release-pypy2.7-v7.3.2rc1 for changeset 9d418ec24144Matti Picus2020-09-081-0/+1
| * Added tag release-pypy3.7-v7.3.2rc1 for changeset 55adbaed6edaMatti Picus2020-09-081-0/+1
| * Added tag release-pypy3.6-v7.3.2rc1 for changeset 3d817608d63bMatti Picus2020-09-081-0/+1
| * Use rffi.ptradd() instead of a weird castRonan Lamy2020-09-081-6/+3