bpo-40275: Use new test.support helper submodules in tests#21450
Closed
shihai1991 wants to merge 94 commits into
python:masterpython/cpython:masterfrom
shihai1991:bpo_40275_helper_replace_13shihai1991/cpython:bpo_40275_helper_replace_13Copy head branch name to clipboard
Closed
bpo-40275: Use new test.support helper submodules in tests#21450shihai1991 wants to merge 94 commits intopython:masterpython/cpython:masterfrom shihai1991:bpo_40275_helper_replace_13shihai1991/cpython:bpo_40275_helper_replace_13Copy head branch name to clipboard
shihai1991 wants to merge 94 commits into
python:masterpython/cpython:masterfrom
shihai1991:bpo_40275_helper_replace_13shihai1991/cpython:bpo_40275_helper_replace_13Copy head branch name to clipboard
Commits
Commits on Jul 12, 2020
Commits on Aug 4, 2020
- authored andcommitted
- authored andcommitted
- authored andcommitted
bpo-41288: Fix a crash in unpickling invalid NEWOBJ_EX. (GH-21458)
Show description for 26c9c70authored andcommittedbpo-32192: A basic lazy importer example (GH-21330)
Show description for 56c4331authored andcommittedFix repeated words in Classes tutorial (GH-21455)
Show description for 170a8a8authored andcommittedbpo-32528: Document the change in inheritance of asyncio.CancelledError (GH-21474)
Show description for b3aef83authored andcommittedbpo-41273: asyncio's proactor read transport's better performance by using recv_into instead of recv (#21442)
Show description for a2d9d5dauthored andcommitted- authored andcommitted
bpo-39017: Avoid infinite loop in the tarfile module (GH-21454)
Show description for 3c3411bauthored andcommittedbpo-41302: Fix build with system libmpdec (GH-21481)
Show description for f25bfa2authored andcommitted- authored andcommitted
- authored andcommitted
- authored andcommitted
- authored andcommitted
- authored andcommitted
- authored andcommitted
Remove unnecessary spaces in code blocks in urllib.parse.rst (GH-21500)
Show description for 4b9dfefauthored andcommittedFix possibly-unitialized warning in string_parser.c. (GH-21503)
Show description for f2197cbauthored andcommitted- authored andcommitted
bpo-41300: IDLE - save files with non-ascii chars (GH-21512)
Show description for 1349c97authored andcommittedbpo-41195: Add getter for Openssl security level (GH-21282)
Show description for ee26dc3authored andcommittedbpo-40941: Unify implicit and explicit state in the frame and generator objects into a single value. (GH-20803)
Show description for 4134617authored andcommitted- authored andcommitted
Fix a small grammatical mistake in a comment (GH-21526)
Show description for 19141a1authored andcommittedbpo-41288: Refactor of unpickling NEWOBJ and NEWOBJ_EX opcodes. (GH-21472)
Show description for 61feac4authored andcommitted- authored andcommitted
- authored andcommitted
bpo-39603: Prevent header injection in http methods (GH-18485)
Show description for d6258afauthored andcommittedbpo-41295: Reimplement the Carlo Verre "hackcheck" (GH-21528)
Show description for f0d0237authored andcommitted- authored andcommitted
bpo-41205: Document Decimal power 0 to the 0 (GH-21386)
Show description for de846a1authored andcommitted- authored andcommitted
- authored andcommitted
- authored andcommitted

- authored andcommitted
bpo-37703: improve asyncio.gather documentation regarding cancellation (GH-15312)
Show description for a2425a2authored andcommittedSimple Documentation fix: Missing link to return type class. (GH-21291)
Show description for 833cd79authored andcommittedbpo-41336: Fix the error handling in zoneinfo_new_instance() (GH-21546)
Show description for 185ac7dauthored andcommitted- authored andcommitted
- authored andcommitted
- authored andcommitted
- authored andcommitted
- authored andcommitted
- authored andcommitted
bpo-41341: Recursive evaluation of ForwardRef in get_type_hints (#21553)
Show description for f766adcauthored andcommitted- authored andcommitted
- authored andcommitted
bpo-41182 selector: use DefaultSelector based upon implementation (GH-21257)
Show description for b1bac9cauthored andcommittedbpo-4630: Fix errors in Lib/idlelib/NEWS.txt (GH-21594)
Show description for b5ffc5cauthored andcommitted- authored andcommitted
- authored andcommitted
bpo-41373: IDLE: Fix saving files loaded with no newlines or mixed newlines (GH-21597)
Show description for aaac3b5authored andcommitted- authored andcommitted
- authored andcommitted
bpo-41314: fixed annotations __future__ version (GH-21616)
Show description for 1ca7578authored andcommitted- authored andcommitted
- authored andcommitted
Delete remaining references to Grammar/Grammar from docs (#21624)
Show description for 3b83635authored andcommitted- authored andcommitted
bpo-41384: Raise TclError in tkinter.OptionMenu (GH-21601)
Show description for 36457bbauthored andcommitted- authored andcommitted

- authored andcommitted
bpo-41401: Fix test_fspath_support in test_io. (GH-21640)
Show description for aa7c22eauthored andcommittedbpo-40939: Use the new grammar for the grammar specification documentation (GH-19969)
Show description for ae085b1authored andcommittedbpo-40939: Remove even more references to the old parser (GH-21642)
Show description for dbdeaa2authored andcommittedbpo-41045: Document debug feature of f-strings ('=') (GH-21509)
Show description for 68732c1authored andcommittedValidate the AST produced by the parser in debug mode (GH-21643)
Show description for d00400dauthored andcommittedbpo-35328: Set VIRTUAL_ENV_PROMPT at venv activation (GH-21587)
Show description for f45a004authored andcommitted- authored andcommitted

bpo-41412 and bpo-40948: Windows installer updates (GH-21656)
Show description for 97ac216authored andcommitted- authored andcommitted
- authored andcommitted
closes bpo-38156: Always handle interrupts in PyOS_StdioReadline. (GH-21569)
Show description for 744a9c5authored andcommittedbpo-41426 Fix grammar in curses.getmouse() documentation (GH-21677)
Show description for 953733bauthored andcommittedbpo-41323: Perform 'peephole' optimizations directly on the CFG. (GH-21517)
Show description for 2c6db7bauthored andcommitted- authored andcommitted
- authored andcommitted
- authored andcommitted
bpo-40979: refactored typing.rst; (mostly) same content, new sub-sections and ordering (#21574)
Show description for 51a9b9eauthored andcommitted- authored andcommitted
bpo-41425: Make tkinter doc example runnable (GH-21706)
Show description for 78aeea9authored andcommitted
A (very) slight speed improvement for iterating over bytes (#21705)
Show description for 2edc37aauthored andcommitted- committed
- committed
- committed
bpo-38912: regrtest logs unraisable exception into sys.__stderr__ (GH-21718)
Show description for 4c461adauthored andcommittedbpo-38156: Fix compiler warning in PyOS_StdioReadline() (GH-21721)
Show description for 587f073authored andcommittedbpo-41467: Fix asyncio recv_into() on Windows (GH-21720)
Show description for 11c2ff2authored andcommitted- authored andcommitted
bpo-36982: Add support for extended color functions in ncurses 6.1 (GH-17536)
Show description for b568ebbauthored andcommitted