3.9
Commits on Jul 31, 2021
-
Trivial typo in docstring (#27505)
(cherry picked from commit 4b4227b) Co-authored-by: Jesús Cea <jcea@jcea.es> Co-authored-by: Jesús Cea <jcea@jcea.es>
Commits on Jul 30, 2021
Commits on Jul 29, 2021
-
To fix the random failed test cases of test___xxsubinterpreters in mu…
-
bpo-44752: refactor part of rlcompleter.Completer.attr_matches (GH-27433
-
bpo-44752: Make rlcompleter not call
@property
methods (GH-27401) (#……27445) * rlcompleter was calling these methods to identify whether to add parenthesis to the completion, based on if the attribute is callable. * for property objects, completion with parenthesis are never desirable. * property methods with print statements behaved very strangely, which was especially unfriendly to language newcomers. <tab> could suddenly produce output unexpectedly. (cherry picked from commit 50de8f7) Co-authored-by: Jack DeVries <58614260+jdevries3133@users.noreply.github.com>
Commits on Jul 28, 2021
-
[3.9] bpo-44461: Check early that a pdb target is valid for execution. (
GH-27227) (GH-27400) * [3.9] bpo-44461: Check early that a pdb target is valid for execution. (GH-27227) * bpo-44461: Fix bug with pdb's handling of import error due to a package which does not have a __main__ module *
📜 🤖 Added by blurb_it. * remove "else" Co-authored-by: Jason R. Coombs <jaraco@jaraco.com> * If running as a module, first check that it can run as a module. Alternate fix for bpo-44461. Co-authored-by: Irit Katriel Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>. (cherry picked from commit ee03bad) Co-authored-by: Jason R. Coombs <jaraco@jaraco.com> * Ensure os_helper is imported. * Actually, os_helper doesn't exist yet. Just reference rmtree from support. -
bpo-40263: Fixes an off-by-one error in _winapi_WaitForMultipleObject…
-
-
bpo-44763: [doc] remove repetitive sentence from textwrap.wrap (GH-27423
-
bpo-27827: identify a greater range of reserved filename on Windows. (G…
-
bpo-44756: in ./Doc,
make build
depends onmake html
(GH-27403) (G… -
bpo-44657: Fix instancemethod_call to use PyInstanceMethod_GET_FUNCTI…
Commits on Jul 27, 2021
Commits on Jul 26, 2021
-
docs: replace "Mac OS X" -> "macOS" (GH-27364) (GH-27375)
"Mac OS X" has been rebranded as macOS https://www.apple.com/macos (cherry picked from commit 5fdd2a1) Co-authored-by: partev <petrosyan@gmail.com>
-
The current documentation says it returns None if the name is not fou…
-
bpo-43443: Clarify difference between shelve objects and dicts (GH-27004
-
bpo-44693: Update __future__ entry in Doc/glossary.rst (GH-27349) (GH…
…-27358) Replace sentence with confusing "pseudo-module" with two sentences separating future statements and the __future__ module. Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> (cherry picked from commit 0363a40) Co-authored-by: Steven Hsu <hsuhaochun@gmail.com> Co-authored-by: Steven Hsu <hsuhaochun@gmail.com>