aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* merge py3.7 into release3.7.xrelease-pypy3.7-v7.3.2rc2Matti Picus2020-09-14443-4721/+12505
|\
| * merge default into py3.7Matti Picus2020-09-144-16/+47
| |\
| | * 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
| * | merge stdlib3.7.9 into py3.7Matti Picus2020-09-14333-3919/+11249
| |\ \
| | * | fix testMatti Picus2020-09-141-1/+1
| | * | add more dummy implementations to faulthandler.pyMatti Picus2020-09-141-0/+13
| | * | graft d01e96b01e70: skip untranslated test on windowsMatti Picus2020-09-131-1/+2
| | * | prevent re-entrant use of iterator in itertools.tee, bpo-34410Matti Picus2020-09-132-1/+33
| | * | add HAVE_CONTEXTVAR attribute to _decimalMatti Picus2020-09-131-0/+1
| | * | fix translationMatti Picus2020-09-131-1/+1
| | * | merge default into branchMatti Picus2020-09-1327-70/+573
| | |\|
| | | * 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
| | * | | merge vendor/stdlib-3.7 into branchMatti Picus2020-09-11311-3946/+11135
| | |\ \ \
| | | * | | update to stdlib 3.7.9Matti Picus2020-09-11315-4008/+11203
| | * | | | minor commit to establish a baseline buildbot runMatti Picus2020-09-111-1/+1
| * | | | | merge py3.6 into py3.7. This might make future updates to stdlib harder :(Matti Picus2020-09-1124-117/+525
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | merge stdlib fixes to py3.6Matti Picus2020-09-1118-59/+294
| | |\ \ \ \
| | | * | | | sync email to py3.6 to fix bpo-37461 and bpo-34155Michał Górny2020-09-104-6/+58
| | | * | | | sync xmlrpc.server to py3.6 to fix bpo-38243Michał Górny2020-09-102-1/+18
| | | * | | | sync cookiejar to py3.6 to fix bpo-38804Michał Górny2020-09-102-6/+25
| | | * | | | sync uu to py3.6 to fix bpo-38945Michał Górny2020-09-103-0/+20
| | | * | | | sync asyncio.base_events with py3.6 to fix bpo-37228Michał Górny2020-09-102-34/+47
| | | * | | | sync email.headerregistry with py3.6 to fix bpo-39073Michał Górny2020-09-102-0/+24
| | | * | | | sync http.client module with py3.6 to fix CVE-2019-18348Michał Górny2020-09-103-12/+102
| | * | | | | fix translationMatti Picus2020-09-111-1/+2
| | |/ / / /