summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Python 3.9.1v3.9.1Łukasz Langa2020-12-0718-80/+221
* bpo-38843: Document behavior of default when the attribute is already set (GH...Miss Islington (bot)2020-12-071-1/+9
* bpo-42508: Keep IDLE running on macOS (GH-23577) (GH-23669)Miss Islington (bot)2020-12-073-19/+14
* [3.9] bpo-42576: Clarify only debug builds are affected in news (GH-23663) (G...Miss Islington (bot)2020-12-061-1/+2
* bpo-42576: Raise TypeError when passing in keyword arguments to GenericAlias ...Miss Islington (bot)2020-12-053-1/+9
* [3.9] bpo-5054: CGIHTTPRequestHandler.run_cgi() HTTP_ACCEPT improperly parsed...Miss Islington (bot)2020-12-053-8/+41
* [3.9] bpo-41116: Fix setup.py test for macOS Tcl/Tk frameworks (GH-23649) (GH...Miss Islington (bot)2020-12-052-1/+5
* bpo-17735: inspect.findsource now raises OSError when co_lineno is out of ran...Miss Islington (bot)2020-12-043-1/+21
* [3.9] bpo-42482: remove reference to exc_traceback from TracebackException (G...Miss Islington (bot)2020-12-043-3/+25
* bpo-42116: Fix inspect.getsource handling of trailing comments (GH-23630)Miss Islington (bot)2020-12-044-4/+49
* bpo-41473: Reenable test_gdb on gdb 9.2 and newer (GH-23637)Miss Islington (bot)2020-12-042-5/+3
* bpo-42523: Fix supported versions in "Using Python on Windows" (GH-23603)Miss Islington (bot)2020-12-031-2/+2
* bpo-42553: Fix test_asyncio.test_call_later() (GH-23627)Miss Islington (bot)2020-12-032-3/+3
* bpo-42328: Skip some tests with themes vista and xpnative on Windows 7 (GH-23...Miss Islington (bot)2020-12-031-0/+9
* bpo-42504: fix for MACOSX_DEPLOYMENT_TARGET=11 (GH-23556)Miss Islington (bot)2020-12-035-7/+12
* bpo-42521: Add note about 'Python -d' only working on debug builds (GH-23607)Miss Islington (bot)2020-12-021-1/+2
* bpo-37221: PyCode_New() didn't change in Python 3.8 (GH-23595)Miss Islington (bot)2020-12-011-3/+0
* [3.9] build(deps): bump actions/upload-artifact from v2.2.0 to v2.2.1 (GH-23597)Benjamin Peterson2020-12-011-1/+1
* build(deps): bump actions/cache from v2.1.2 to v2.1.3 (23582)Miss Islington (bot)2020-12-012-2/+2
* Add GCC pragmas to silence compiler warning about ffi_prep_closure (GH-23327)...Miss Islington (bot)2020-12-011-2/+9
* [3.9] bpo-17852: Doc: Fix the tutorial about closing files (GH-23135) (GH-23527)Miss Islington (bot)2020-12-011-5/+10
* Fix bz2 examples markup (GH-23580)Miss Islington (bot)2020-12-011-8/+0
* [3.9] [doc] Fix smtplib and xml.dom.minidom mark-up (GH-22769) (GH-23380)Julien Palard2020-12-012-3/+3
* bpo-42508: Remove bogus idlelib.pyshell.ModifiedInterpreter attribute (GH-235...Miss Islington (bot)2020-11-301-1/+1
* bpo-42370: Check element before making mouse click in ttk tests (GH-23491)Miss Islington (bot)2020-11-301-3/+11
* bpo-42501: Revise the usage note for Enums with the choices (GH-23563) (GH-2...Miss Islington (bot)2020-11-301-14/+3
* bpo-42487: don't call __getitem__ of underlying maps in ChainMap.__iter__ (GH...Miss Islington (bot)2020-11-303-1/+18
* bpo-42142: Try to fix timeouts in ttk tests (GH-23474)Miss Islington (bot)2020-11-302-19/+7
* [3.9] bpo-42474: test TracebackException comparison to non-equal instances (G...Irit Katriel2020-11-301-2/+39
* bpo-42450: Minor updates to the itertools recipes (GH-23555) (GH-23562)Miss Islington (bot)2020-11-292-7/+7
* bpo-42406: Fix whichmodule() with multiprocessing (GH-23403)Miss Islington (bot)2020-11-292-1/+6
* bpo-39096: Improve description of 'e', 'f' and 'g' presentation types (GH-235...Miss Islington (bot)2020-11-291-12/+31
* Fix dis markup (GH-23524)Miss Islington (bot)2020-11-281-6/+6
* Fix multiprocessing markup (GH-23525)Miss Islington (bot)2020-11-281-3/+3
* bpo-42489: Fix the signature for list.sort() in the tutorial (GH-23538)Miss Islington (bot)2020-11-281-1/+1
* bpo-34215: Clarify IncompleteReadError message when "expected" is None (GH-21...Miss Islington (bot)2020-11-283-4/+9
* Post 3.9.1rc1Łukasz Langa2020-11-261-1/+1
* Merge tag 'v3.9.1rc1' into 3.9Łukasz Langa2020-11-2698-239/+1082
|\
| * Python 3.9.1rc1v3.9.1rc1Łukasz Langa2020-11-2498-239/+1082
* | Typo: fix inverted sense of statement (GH-23288) (GH-23512)Miss Islington (bot)2020-11-251-1/+1
* | Add more tests to the descriptor howto guide (GH-23506) (GH-23510)Miss Islington (bot)2020-11-251-4/+25
* | bpo-12800: tarfile: Restore fix from 011525ee9 (GH-21409)Miss Islington (bot)2020-11-253-3/+10
* | Add doctests to the descriptor HowTo (GH-23500) (GH-23505)Miss Islington (bot)2020-11-251-57/+397
|/
* bpo-42212: Check if generated files are up-to-date in GitHub Actions (GH-23042)Miss Islington (bot)2020-11-241-0/+28
* bpo-41100: in test_platform, ignore 10.16 (GH-23485) (GH-23486)Miss Islington (bot)2020-11-241-1/+4
* bpo-41100: minor build installer fixes (GH-23480)Miss Islington (bot)2020-11-241-6/+12
* Typo (GH-23482) (#23483)Miss Islington (bot)2020-11-241-1/+1
* Descriptor HowTo: Improve the fidelity of the member object simulation (GH-23...Miss Islington (bot)2020-11-231-11/+46
* bpo-42328: Fix tkinter.ttk.Style.map(). (GH-23300)Miss Islington (bot)2020-11-234-28/+111
* bpo-41100: Update Whatsnew and installer ReadME for 3.9.1 (GH-23472)Ned Deily2020-11-232-3/+31