summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [3.9] bpo-41482: Fix error in ipaddress.IPv4Network docstring (GH-21736)backport-52f9842-3.9Eric L. Frederich2020-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
* [3.9] bpo-41045: Document debug feature of f-strings ('=') (GH-21509) (GH-21645)Guido van Rossum2020-07-272-5/+33
* [3.9] bpo-40939: Use the new grammar for the grammar specification documentat...Guido van Rossum2020-07-273-4/+91
* bpo-41384: Raise TclError in tkinter.OptionMenu (GH-21601)Miss Islington (bot)2020-07-263-1/+7
* bpo-41182 selector: use DefaultSelector based upon implementation (GH-21257)Miss Islington (bot)2020-07-262-4/+29
* bpo-41341: Recursive evaluation of ForwardRef in get_type_hints (GH-21553)Miss Islington (bot)2020-07-263-6/+21
* bpo-41385: Fix test_executable_without_cwd on Windows (GH-21608)Miss Islington (bot)2020-07-261-2/+4
* bpo-37309: NEWS for GH-41373 (GH-21612)Miss Islington (bot)2020-07-251-0/+4
* bpo-39868: Add documentation for Assignment Expressions (walrus, PEP 572) (GH...Miss Islington (bot)2020-07-251-2/+19
* bpo-41314: fixed annotations __future__ version (GH-21616)Miss Islington (bot)2020-07-253-13/+15
* bpo-38731: Fix NameError in command-line interface of py_compile (GH-21617)Berker Peksag2020-07-253-6/+60
* bpo-41373: IDLE: Fix saving files loaded with no newlines or mixed newlines (...Miss Islington (bot)2020-07-242-0/+14
* bpo-32528: Document the change in inheritance of asyncio.CancelledError (GH-2...Miss Islington (bot)2020-07-241-2/+4
* bpo-41317: Remove reader on cancellation in asyncio.loop.sock_accept() (GH-21...Miss Islington (bot)2020-07-233-7/+27
* bpo-41366: Fix clang warning for sign conversion (GH-21592)Miss Islington (bot)2020-07-231-1/+1
* bpo-4630: Fix errors in Lib/idlelib/NEWS.txt (GH-21594)Miss Islington (bot)2020-07-222-3/+3
* bpo-41364: Reduce import overhead of uuid module (GH-21586)Miss Islington (bot)2020-07-212-7/+10
* bpo-40741: Update Windows build to include SQLite 3.32.3 (GH-21570)Miss Islington (bot)2020-07-204-3/+4
* Post 3.9.0b5Łukasz Langa2020-07-201-1/+1
* Python 3.9.0b5v3.9.0b5Łukasz Langa2020-07-2027-46/+234
* Doc: fix import of asdl.py when called from outside Doc/. (GH-21529) (#21567)Miss Islington (bot)2020-07-201-1/+4
* bpo-41336: Fix the error handling in zoneinfo_new_instance() (GH-21546)Miss Islington (bot)2020-07-201-1/+7
* Simple Documentation fix: Missing link to return type class. (GH-21291)Miss Islington (bot)2020-07-201-2/+4
* bpo-37703: improve asyncio.gather documentation regarding cancellation (GH-15...Miss Islington (bot)2020-07-203-0/+17
* bpo-40741: Update macOS installer to use SQLite 3.32.3 (GH-20979)Miss Islington (bot)2020-07-192-3/+4
* bpo-41205: Document Decimal power 0 to the 0 (GH-21386)Miss Islington (bot)2020-07-191-0/+3
* bpo-41295: Reimplement the Carlo Verre "hackcheck" (GH-21528)Miss Islington (bot)2020-07-183-7/+59
* bpo-39603: Prevent header injection in http methods (GH-18485)Miss Islington (bot)2020-07-183-0/+39
* bpo-41325: Add version note for args and kwargs property in call object (GH-2...Miss Islington (bot)2020-07-181-0/+3
* bpo-41024: doc: Explicitly mention use of 'enum.Enum' as a valid container fo...Miss Islington (bot)2020-07-171-0/+14
* bpo-41304: Update NEWS to include CVE-2020-15801 reference (GH-21521)Miss Islington (bot)2020-07-171-1/+1
* bpo-41300: IDLE - save files with non-ascii chars (GH-21512)Miss Islington (bot)2020-07-163-0/+6
* Fix trivial typo in the PEG string parser (GH-21508)Miss Islington (bot)2020-07-161-1/+1
* Fix possibly-unitialized warning in string_parser.c. (GH-21503)Miss Islington (bot)2020-07-161-15/+16
* Remove unnecessary spaces in code blocks in urllib.parse.rst (GH-21500)Miss Islington (bot)2020-07-161-15/+15