gh-46771: docs for asyncio.timeout#94764
Closed
Tinche wants to merge 410 commits intopython:mainfrom Tinche:tin/bpo-46771-docs
Commits
This pull request is big! We're only showing the most recent 250 commits
Commits on May 30, 2022
Commits on May 31, 2022
Commits on Jun 1, 2022
Commits on Jun 3, 2022
Commits on Jun 5, 2022
Commits on Jun 6, 2022
- authored
Commits on Jun 7, 2022
Commits on Jun 8, 2022
[3.11] pythonGH-93481: Suppress expected deprecation warning in test_pyclbr (pythonGH-93483) (pythonGH-93601)
authored[3.11] pythongh-93584: Make all install+tests targets depends on all (pythonGH-93589) (pythonGH-93603)
authored- authored
[3.11] pythongh-93575: Use correct way to calculate PyUnicode struct sizes (pythonGH-93602) (pythonGH-93613)
authored
Commits on Jun 9, 2022
Doc: Update references and examples of old, unsupported OSes and uarches (pythonGH-92791) (pythonGH-93638)
[3.11] pythongh-79096: Protect cookie file created by {LWP,Mozilla}CookieJar.save() (pythonGH-93463) (pythonGH-93636)
[3.11] Improve logging documentation with example and additional cookbook re… (pythonGH-93644) (pythonGH-93647)
authored
Commits on Jun 10, 2022
pythongh-92434: Silence compiler warning in Modules/_sqlite/connection.c on 32-bit systems (pythonGH-93090)
bpo-42658: Use LCMapStringEx in ntpath.normcase to match OS behaviour for case-folding (pythonGH-93591)
- authored
pythongh-87961: Remove outdated notes from functions that aren't in the Limited API (pythonGH-93581) (pythonGH-93604)
📝 Make sure the phrase "constant-time compare" actually appears in the docs (pythonGH-93396) (pythonGH-93399)
- authored
pythongh-93671: Avoid exponential backtracking in deeply nested sequence patterns in match statements (pythonGH-93680)
pythongh-92886: Fix tests that fail when running with optimizations (
-O
) intest_zipimport.py
(pythonGH-93236)
Commits on Jun 11, 2022
Commits on Jun 13, 2022
Commits on Jun 14, 2022
[3.11] pythongh-93741: Add private C API _PyImport_GetModuleAttrString() (pythonGH-93742) (pythonGH-93792)
authored- authored
- authored
[3.11] pythongh-93795: Use test.support TESTFN/unlink in sqlite3 tests (pythonGH-93796) (python#93808)
authored[3.11] pythongh-91162: Support splitting of unpacked arbitrary-length tuple over TypeVar and TypeVarTuple parameters (alt) (pythonGH-93412) (pythonGH-93746)
Commits on Jun 15, 2022
- authored
Commits on Jun 16, 2022
Commits on Jun 17, 2022
pythongh-91877: Fix WriteTransport.get_write_buffer_{limits,size} docs (python#92338) (python#93806)
pythongh-91404: Revert "bpo-23689: re module, fix memory leak when a match is terminated by a signal or allocation failure (pythonGH-32283) (pythonGH-93882)
pythongh-89745: Avoid exact match when comparing program_name in test_embed on Windows (pythonGH-93888)
- authored
pythonGH-83658: make multiprocessing.Pool raise an exception if maxtasksperchild is not None or a positive int (pythonGH-93364) (pythonGH-93923)
authored
Commits on Jun 18, 2022
Commits on Jun 19, 2022
- authored
Commits on Jun 20, 2022
Commits on Jun 21, 2022
- authored
Commits on Jun 22, 2022
pythongh-74696: Do not change the current working directory in shutil.make_archive() if possible (pythonGH-93160) (pythonGH-94105)
pythongh-93951: In test_bdb.StateTestCase.test_skip, avoid including auxiliary importers. (pythonGH-93962) (pythonGH-94118)
pythongh-91172: Create a workflow for verifying bundled pip and setuptools (pythonGH-31885) (pythonGH-94121)
[3.11] pythonGH-93516: Backport pythonGH-93769: Speedup line number checks when tracing (pythonGH-94127)
- authored
Commits on Jun 23, 2022
Commits on Jun 24, 2022
Commits on Jun 25, 2022
- authored
Commits on Jun 26, 2022
[3.11] [doc] fix typo in reference to tp_descr_get and tp_descr_set (pythonGH-94140) (pythonGH-94293)
- authored
pythongh-94192: Fix error for dictionary literals with invalid expression as value. (pythonGH-94304)
[3.11] pythongh-85023: [doc] clarify parameters vs arguments explanation in FAQ (pythonGH-94282) (pythonGH-94311)
Commits on Jun 27, 2022
Commits on Jun 28, 2022
Commits on Jun 29, 2022
[3.11] pythongh-94026: Buffer regrtest worker stdout in temporary file (pythonGH-94253) (pythonGH-94408)
authored- authored
[3.11] pythongh-94404: Use module CFLAGS before PY_STDMODULE_CFLAGS (pythonGH-94413) (pythonGH-94415)
authoredDocs: Update SyntaxError message in REPL example for list comprehension (pythonGH-93901) (pythonGH-94425)
Commits on Jun 30, 2022
[3.11] pythonGH-77403: Fix tests which fail when PYTHONUSERBASE is not normalized (pythonGH-93917) (pythonGH-93969)
authoredpythongh-94332: make it safe to call assemble_free when assemble_init has not been called (pythonGH-94389) (pythonGH-94442)
authored- authored
[3.11] pythongh-89038: [doc] update dis.findlinestarts documentation for changes related to PEP-626 (pythonGH-94247) (pythonGH-94450)
authoredpythongh-91719: Reload opcode on unknown error so that C can optimize the dispatching in ceval.c (pythonGH-94364) (python#94453)
pythongh-84753: Make inspect.iscoroutinefunction() work with AsyncMock (pythonGH-94050) (pythonGH-94460)
[3.11] pythonGH-93354: Use exponential backoff to avoid excessive specialization attempts (pythonGH-93355) (pythonGH-93379)
Commits on Jul 1, 2022
Commits on Jul 3, 2022
Commits on Jul 5, 2022
pythongh-93626: Set the release for
__future__.annotations
toNone
(pythonGH-93628) (pythonGH-94553)Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (pythonGH-94551) (pythonGH-94557)
[3.11] pythongh-94485: Set line number of module's RESUME instruction to 0 as specified by PEP 626 (pythonGH-94552) (pythonGH-94562)
authored- authored
[3.11] pythongh-92897: Ensure
venv --copies
respects source build property of the creating interpreter (pythonGH-92899) (pythonGH-94567)- authored
pythongh-94360: Fix a tokenizer crash when reading encoded files with syntax errors from stdin (pythonGH-94386)
pythongh-91330: Tests and docs for dataclass descriptor-typed fields (pythonGH-94424) (pythonGH-94576)
authored[3.11] pythongh-94510: Raise on re-entrant calls to sys.setprofile and sys.settrace (pythonGH-94511) (pythonGH-94578)
authored
Commits on Jul 6, 2022
Commits on Jul 7, 2022
[3.11] pythongh-94628: Add explicit parameter list to sqlite3.connect docs (pythonGH-94629) (python#94645)
authored[3.11] pythongh-92228: disable the compiler's 'small exit block inlining' optimization for blocks that have a line number (pythonGH-94592) (pythonGH-94643)
[3.11] pythongh-94430: Allow params named
module
orself
with custom C names in AC (pythonGH-94431) (python#94649)authored
Commits on Jul 8, 2022
Commits on Jul 10, 2022
- committed
- committed