| Commit message (Expand) | Author | Age | Files | Lines |
* | Update path to build_cffi_imports.pyrelease-pypy2.7-v7.3.2rc3release-pypy2.7-v7.3.2 | Stefano Rivera | 2020-09-22 | 1 | -2/+1 |
* | fix link, http works but the suffix is bz2 | Matti Picus | 2020-09-22 | 1 | -1/+1 |
* | lzma is not available via http, only https | Matti Picus | 2020-09-22 | 1 | -2/+2 |
* | test_ffi_backend: add missing <string.h> include | Dan Villiom Podlaski Christiansen | 2020-09-21 | 1 | -0/+1 |
* | build_cffi_imports: use an HTTP mirror; fix building gdbm on Darwin | Dan Villiom Podlaski Christiansen | 2020-09-17 | 1 | -4/+7 |
* | rvmprof: avoid missing prototype, which is an error in Clang 11 | Dan Villiom Podlaski Christiansen | 2020-09-17 | 2 | -1/+1 |
* | boehm gc: try using pkg-config to find it | Dan Villiom Podlaski Christiansen | 2020-09-17 | 1 | -4/+9 |
* | darwin: strlen() is in <string.h> | Dan Villiom Podlaski Christiansen | 2020-09-17 | 1 | -0/+1 |
* | fix inconsistent #ifdef's surrounding get_vmprof_stack() | Dan Villiom Podlaski Christiansen | 2020-09-17 | 1 | -2/+0 |
* | darwin: sysctlbyname is in sys/sysctl.h | Dan Villiom Podlaski Christiansen | 2020-09-17 | 1 | -1/+4 |
* | darwin: don't define _POSIX_C_SOURCE, as it hides e.g. getpagesize() | Dan Villiom Podlaski Christiansen | 2020-09-17 | 1 | -3/+6 |
* | merge default into releaserelease-pypy2.7-v7.3.2rc2 | Matti Picus | 2020-09-16 | 2 | -9/+11 |
|\ |
|
| * | typo (again). which will happen first: correctly formatting or the release | Matti Picus | 2020-09-15 | 1 | -1/+1 |
| * | sync test_xmlrpc to CPython 2.7 to fix test failure | Michał Górny | 2020-09-15 | 1 | -8/+10 |
| * | typo | Matti Picus | 2020-09-15 | 1 | -1/+1 |
* | | merge default into release2.7.x | Matti Picus | 2020-09-14 | 133 | -844/+1622 |
|\| |
|
| * | typo | Matti Picus | 2020-09-14 | 1 | -1/+1 |
| * | update release note, add note about release status | Matti Picus | 2020-09-14 | 1 | -3/+27 |
| * | use win32_14x or win64_14x branch name for exernals | Matti Picus | 2020-09-13 | 1 | -2/+6 |
| * | refactor force-builds script | Matti Picus | 2020-09-13 | 1 | -7/+9 |
| * | skip test that crashes uptranslated | Matti Picus | 2020-09-13 | 1 | -4/+5 |
| * | test, implement PyNumber_ToBase | Matti Picus | 2020-09-13 | 3 | -10/+66 |
| * | backport bpo-38243 because it is classified as a CVE | Armin Rigo | 2020-09-12 | 2 | -1/+32 |
| * | Test fix: workaround for limited length of UNIXAddresses | Armin Rigo | 2020-09-11 | 1 | -1/+8 |
| * | Fix this test for 32-bit | Armin Rigo | 2020-09-11 | 1 | -10/+7 |
| * | oops sorry, fix | Armin Rigo | 2020-09-11 | 1 | -2/+4 |
| * | fix translation | Matti Picus | 2020-09-11 | 1 | -1/+2 |
| * | add latest changes to release note | Matti Picus | 2020-09-10 | 1 | -2/+10 |
| * | Merge branch 'topic/default/py27-backport-secfixes' into 'branch/default' | Matti Picus | 2020-09-10 | 5 | -67/+288 |
| |\ |
|
| | * | sync httplib2 and urllib2 to cpython 2.7 git with security backports | Michał Górny | 2020-09-10 | 5 | -67/+288 |
| * | | fix arm for 3495b2305437 (probably, it's like aarch64, but not tested) | Armin Rigo | 2020-09-10 | 2 | -6/+14 |
| * | | fix aarch64 for 3495b2305437 | Armin Rigo | 2020-09-10 | 2 | -6/+14 |
| * | | A test that fails on some backends, will fix | Armin Rigo | 2020-09-10 | 1 | -0/+32 |
| * | | Issue #3297 | Armin Rigo | 2020-09-10 | 4 | -27/+207 |
| |/ |
|
| * | test, implement easy part of PyMemoryView_GetContiguous | Matti Picus | 2020-09-10 | 4 | -12/+85 |
| * | add test file | Matti Picus | 2020-09-10 | 1 | -0/+0 |
| * | typo, update whatsnew | Matti Picus | 2020-09-10 | 2 | -1/+5 |
| * | next similar issue (73e7c4e0b67d) | Armin Rigo | 2020-09-09 | 2 | -0/+31 |
| * | A fix for a corner case (shown by test_ztranslation in branch 'hpy'). | Armin Rigo | 2020-09-09 | 2 | -0/+54 |
| * | Merge branch 'branch/cross_compilation_fixes' into 'branch/default' | Armin Rigo | 2020-09-09 | 2 | -2/+3 |
| |\ |
|
| | * | Only set CC variable if otherwise unspecified | Unknown | 2020-09-08 | 1 | -1/+1 |
| | * | Respect system PKG_CONFIG environment variable | Unknown | 2020-09-08 | 1 | -1/+2 |
| * | | add the extension to rpython as well | Matti Picus | 2020-09-09 | 1 | -1/+3 |
| * | | add sphinx-affiliates which allows searching across other sphinx sites | Matti Picus | 2020-09-09 | 4 | -4/+34 |
| * | | backport fix for bpo-39017 | Matti Picus | 2020-09-09 | 2 | -0/+8 |
| * | | update release process | Matti Picus | 2020-09-09 | 1 | -6/+3 |
| |/ |
|
| * | Added tag release-pypy2.7-v7.3.2rc1 for changeset 9d418ec24144 | Matti Picus | 2020-09-08 | 1 | -0/+1 |
| * | Added tag release-pypy3.7-v7.3.2rc1 for changeset 55adbaed6eda | Matti Picus | 2020-09-08 | 1 | -0/+1 |
| * | Added tag release-pypy3.6-v7.3.2rc1 for changeset 3d817608d63b | Matti Picus | 2020-09-08 | 1 | -0/+1 |
| * | Use rffi.ptradd() instead of a weird cast | Ronan Lamy | 2020-09-08 | 1 | -6/+3 |