summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [3.8] venv: Update Aspen URL in 'activate' script comment (GH-21797)Frank Dana2020-08-193-3/+3
* Fix typo in message from assert statement (GH-21283)Miss Islington (bot)2020-08-171-1/+1
* bpo-40782: Change asyncio.AbstractEventLoop.run_in_executor to be a method no...Miss Islington (bot)2020-08-172-1/+2
* [3.8] bpo-41503: Fix race between setTarget and flush in logging.handlers.Mem...Miss Islington (bot)2020-08-163-1/+27
* bpo-31122: ssl.wrap_socket() now raises ssl.SSLEOFError rather than OSError w...Miss Islington (bot)2020-08-152-4/+6
* Fix typo in typing doc (GH-21879)Miss Islington (bot)2020-08-141-1/+1
* bpo-41410: Fix outdated info in mkstemp docs (GH-21701)Miss Islington (bot)2020-08-142-5/+3
* Fixed comment about pathlib.link_to: it was added in 3.8, not changed. (GH-21...Miss Islington (bot)2020-08-131-1/+1
* [3.8] bpo-41066: Update the comparison section for os vs pathlib (GH-21261) (...Antoine Pitrou2020-08-131-0/+3
* [3.9] bpo-41520: Fix second codeop regression (GH-21848)Miss Islington (bot)2020-08-133-8/+11
* bpo-41520: codeop no longer ignores SyntaxWarning (GH-21838)Miss Islington (bot)2020-08-123-2/+12
* bpo-41475: Fix note in "What's new in 3.7" (GH-21733) (GH-21833)Miss Islington (bot)2020-08-121-1/+1
* [3.8] bpo-41504: Add links to asttokens, leoAst, LibCST and parso to ast docs...Miss Islington (bot)2020-08-111-2/+21
* 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
* bpo-41468: Improve and test IDLE run error exit (GH-21798)Miss Islington (bot)2020-08-094-10/+49
* [3.8] Doc: Add output to example code in programming FAQ (GH-21346) (GH-21791)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-082-1/+2
* Doc: Add a link to tutorial page from `open()` doc (GH-21737)Miss Islington (bot)2020-08-081-1/+2
* Update Azure Pipelines build to use Ubuntu 18.04 and move triggers into YAML ...Miss Islington (bot)2020-08-072-80/+10
* bpo-41490: Update ensurepip to install pip 20.2.1 and setuptools 49.2.1 (GH-2...Steve Dower2020-08-076-2/+74
* 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-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
* [3.8] bpo-40726: handle uninitalized end_lineno on ast.increment_lineno (GH-2...Batuhan Taskaya2020-08-053-5/+30
* bpo-36346: Doc: Update removal schedule of legacy Unicode (GH-21479)Miss Islington (bot)2020-08-051-9/+30
* bpo-38156: Fix compiler warning in PyOS_StdioReadline() (GH-21721)Miss Islington (bot)2020-08-041-1/+1
* bpo-41467: Fix asyncio recv_into() on Windows (GH-21720)Miss Islington (bot)2020-08-042-1/+4
* bpo-41425: Make tkinter doc example runnable (GH-21706)Miss Islington (bot)2020-08-032-12/+17
* bpo-41424: Remove extra words in Tkinter-Packer documentation (GH-21707)Miss Islington (bot)2020-08-031-6/+5
* 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-291-4/+2
* closes bpo-38156: Always handle interrupts in PyOS_StdioReadline. (GH-21569)Miss Islington (bot)2020-07-292-30/+15
* Fix `List_Append` description, list is extracted at TOS1[-i] (GH-21465)Miss Islington (bot)2020-07-281-1/+1
* bpo-41328: Replace mention of Hudson CI with Travis CI and AppVeyor (GH-21653)Miss Islington (bot)2020-07-281-1/+1
* [3.8] bpo-41045: Document debug feature of f-strings ('=') (GH-21509) (#21647)Guido van Rossum2020-07-272-5/+33
* bpo-41384: Raise TclError in tkinter.OptionMenu (GH-21601)Miss Islington (bot)2020-07-273-1/+7
* bpo-41385: Fix test_executable_without_cwd on Windows (GH-21608)Miss Islington (bot)2020-07-261-2/+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)Miss Islington (bot)2020-07-253-6/+60
* [3.8] bpo-37309: NEWS for #41373 (GH-21612)Terry Jan Reedy2020-07-251-1/+11
* bpo-41373: IDLE: Fix saving files loaded with no newlines or mixed newlines (...Miss Islington (bot)2020-07-252-0/+14
* [3.8] bpo-4630: Fix errors in Lib/idlelib/NEWS.txt (GH-21594)Terry Jan Reedy2020-07-232-3/+3
* bpo-41364: Reduce import overhead of uuid module (GH-21586)Steve Dower2020-07-222-7/+10
* bpo-40741: Update Windows build to include SQLite 3.32.3 (GH-21570)Miss Islington (bot)2020-07-214-3/+4
* Post 3.8.5Ɓukasz Langa2020-07-201-1/+1