aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bpo-40791: Make compare_digest more constant-time. (GH-20444)gentoo-3.9.0-r1Miss Islington (bot)2020-12-142-1/+2
* bpo-42103: Improve validation of Plist files. (GH-22882)Miss Skeleton (bot)2020-12-144-57/+363
* bpo-42051: Reject XML entity declarations in plist files (GH-22760)Miss Skeleton (bot)2020-12-143-0/+28
* Skip RDS socket tests that hang frequentlygentoo-3.9.0rc1Michał Górny2020-08-121-0/+1
* Blacklist test_pickletools from __all__ test as it imports numpyMichał Górny2020-08-121-0/+2
* test.support.unlink: ignore PermissionErrorMike Gilbert2020-08-121-1/+1
* Install shared libs in LIBDESTMike Gilbert2020-08-121-3/+2
* distutils: make -OO enable both opt-1 and opt-2 optimizationMichał Górny2020-08-122-10/+10
* Disable nisMike Gilbert2020-08-121-1/+0
* Improve distutils C++ supportMike Gilbert2020-08-126-52/+80
* setup.py: exit with non-zero status on failureMike Gilbert2020-08-121-0/+5
* Override libdirMike Gilbert2020-08-121-14/+10
* Disable modules and SSLMike Gilbert2020-08-121-2/+13
* Install libpythonX.Y.a in /usr/lib instead of /usr/lib/pythonX.Y/configMike Gilbert2020-08-124-14/+4
* Python 3.9.0rc1v3.9.0rc1Łukasz Langa2020-08-1125-35/+194
* bpo-41475: Fix note in "What's new in 3.7" (GH-21733) (#21832)Miss Islington (bot)2020-08-111-1/+1
* Add PEP 573 additions to What's New (GH-21374) (GH-21831)Miss Islington (bot)2020-08-111-0/+7
* bpo-38912: regrtest logs unraisable exception into sys.__stderr__ (GH-21718) ...Victor Stinner2020-08-112-5/+15
* bpo-40548: Fix "Check for source changes (pull_request)" GH Action job (GH-21...Miss Islington (bot)2020-08-101-1/+14
* bpo-41514: Fix buggy IDLE test (GH-21808)Miss Islington (bot)2020-08-101-5/+5
* [3.9] bpo-41194: Convert _ast extension to PEP 489 (GH-21807)Victor Stinner2020-08-102-197/+251
* Update macOS installer welcome files for 3.9.0rc. (GH-21804)Ned Deily2020-08-102-10/+0
* bpo-41468: Improve and test IDLE run error exit (GH-21798)Miss Islington (bot)2020-08-094-10/+49
* Doc: Add output to example code in programming FAQ (GH-21346)Miss Islington (bot)2020-08-091-34/+37
* Improve renamed test_run.RecursionLimitTest (GH-21794)Miss Islington (bot)2020-08-091-3/+5
* bpo-41455: Provide a link to how the third generation is collected in the GC ...Miss Islington (bot)2020-08-081-3/+3
* bpo-41497: Fix potential UnicodeDecodeError in dis CLI (GH-21757)Miss Islington (bot)2020-08-072-1/+2
* Doc: Add a link to tutorial page from `open()` doc (GH-21737)Miss Islington (bot)2020-08-071-1/+2
* bpo-41490: Update ensurepip to install pip 20.2.1 and setuptools 49.2.1 (GH-2...Steve Dower2020-08-086-2/+74
* Update Azure Pipelines build to use Ubuntu 18.04 and move triggers into YAML ...Miss Islington (bot)2020-08-072-80/+10
* bpo-41473: Skip test_gdb with gdb 9.2 to work around gdb bug (GH-21768)Miss Islington (bot)2020-08-071-0/+5
* bpo-41098: Doc: Add missing deprecated directives (GH-21162)Miss Islington (bot)2020-08-072-2/+18
* bpo-39871: Fix an error in a news entry (GH-21749)Miss Islington (bot)2020-08-061-1/+1
* bpo-41492: Fixes the description appearing in UAC prompts on Windows (GH-21754)Miss Islington (bot)2020-08-064-1/+20
* bpo-41482: Fix error in ipaddress.IPv4Network docstring (GH-21736)Miss Islington (bot)2020-08-051-1/+1
* bpo-40726: handle uninitalized end_lineno on ast.increment_lineno (GH-20312)Miss Islington (bot)2020-08-053-3/+23
* bpo-36346: Doc: Update removal schedule of legacy Unicode (GH-21479)Miss Islington (bot)2020-08-041-9/+30
* bpo-41467: Fix asyncio recv_into() on Windows (GH-21720)Miss Islington (bot)2020-08-032-1/+4
* bpo-38156: Fix compiler warning in PyOS_StdioReadline() (GH-21721)Miss Islington (bot)2020-08-031-1/+1
* bpo-41425: Make tkinter doc example runnable (GH-21706)Miss Islington (bot)2020-08-032-13/+18
* bpo-41424: Remove extra words in Tkinter-Packer documentation (GH-21707)Miss Islington (bot)2020-08-021-6/+5
* [3.9] bpo-40360: Handle PendingDeprecationWarning in test_lib2to3. (GH-21694)...Karthikeyan Singaravelan2020-07-311-1/+4
* bpo-41426 Fix grammar in curses.getmouse() documentation (GH-21677)Miss Islington (bot)2020-07-291-1/+1
* Remove incorrect mention of method.__class__ in descriptor docs (GH-21665) (G...Miss Islington (bot)2020-07-281-4/+2
* closes bpo-38156: Always handle interrupts in PyOS_StdioReadline. (GH-21569)Miss Islington (bot)2020-07-282-30/+15
* [3.9] Improve blake2 comment for Victor (GH-20981) (GH-20982)Miss Islington (bot)2020-07-281-5/+7
* Fix `List_Append` description, list is extracted at TOS1[-i] (GH-21465)Miss Islington (bot)2020-07-281-1/+1
* bpo-41412 and bpo-40948: Windows installer updates (GH-21656)Miss Islington (bot)2020-07-286-69/+25
* bpo-41328: Replace mention of Hudson CI with Travis CI and AppVeyor (GH-21653)Miss Islington (bot)2020-07-281-1/+1
* [3.9] Validate the AST produced by the parser in debug mode (GH-21643) (GH-21...Pablo Galindo2020-07-281-0/+9