Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge py3.7 into release3.7.xrelease-pypy3.7-v7.3.2rc2 | Matti Picus | 2020-09-14 | 443 | -4721/+12505 |
|\ | |||||
| * | merge default into py3.7 | Matti Picus | 2020-09-14 | 4 | -16/+47 |
| |\ | |||||
| | * | 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 |
| * | | merge stdlib3.7.9 into py3.7 | Matti Picus | 2020-09-14 | 333 | -3919/+11249 |
| |\ \ | |||||
| | * | | fix test | Matti Picus | 2020-09-14 | 1 | -1/+1 |
| | * | | add more dummy implementations to faulthandler.py | Matti Picus | 2020-09-14 | 1 | -0/+13 |
| | * | | graft d01e96b01e70: skip untranslated test on windows | Matti Picus | 2020-09-13 | 1 | -1/+2 |
| | * | | prevent re-entrant use of iterator in itertools.tee, bpo-34410 | Matti Picus | 2020-09-13 | 2 | -1/+33 |
| | * | | add HAVE_CONTEXTVAR attribute to _decimal | Matti Picus | 2020-09-13 | 1 | -0/+1 |
| | * | | fix translation | Matti Picus | 2020-09-13 | 1 | -1/+1 |
| | * | | merge default into branch | Matti Picus | 2020-09-13 | 27 | -70/+573 |
| | |\| | |||||
| | | * | 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 |
| | * | | | merge vendor/stdlib-3.7 into branch | Matti Picus | 2020-09-11 | 311 | -3946/+11135 |
| | |\ \ \ | |||||
| | | * | | | update to stdlib 3.7.9 | Matti Picus | 2020-09-11 | 315 | -4008/+11203 |
| | * | | | | minor commit to establish a baseline buildbot run | Matti Picus | 2020-09-11 | 1 | -1/+1 |
| * | | | | | merge py3.6 into py3.7. This might make future updates to stdlib harder :( | Matti Picus | 2020-09-11 | 24 | -117/+525 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| | * | | | | merge stdlib fixes to py3.6 | Matti Picus | 2020-09-11 | 18 | -59/+294 |
| | |\ \ \ \ | |||||
| | | * | | | | sync email to py3.6 to fix bpo-37461 and bpo-34155 | Michał Górny | 2020-09-10 | 4 | -6/+58 |
| | | * | | | | sync xmlrpc.server to py3.6 to fix bpo-38243 | Michał Górny | 2020-09-10 | 2 | -1/+18 |
| | | * | | | | sync cookiejar to py3.6 to fix bpo-38804 | Michał Górny | 2020-09-10 | 2 | -6/+25 |
| | | * | | | | sync uu to py3.6 to fix bpo-38945 | Michał Górny | 2020-09-10 | 3 | -0/+20 |
| | | * | | | | sync asyncio.base_events with py3.6 to fix bpo-37228 | Michał Górny | 2020-09-10 | 2 | -34/+47 |
| | | * | | | | sync email.headerregistry with py3.6 to fix bpo-39073 | Michał Górny | 2020-09-10 | 2 | -0/+24 |
| | | * | | | | sync http.client module with py3.6 to fix CVE-2019-18348 | Michał Górny | 2020-09-10 | 3 | -12/+102 |
| | * | | | | | fix translation | Matti Picus | 2020-09-11 | 1 | -1/+2 |
| | |/ / / / |