summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-96512: Move int_max_str_digits setting to PyConfig (#96944)Gregory P. Smith2022-10-0313-24/+111
* gh-94808: Coverage: Check picklablability of calliter (#95923)Michael Droettboom2022-10-031-10/+11
* gh-94808: Add test coverage for PyObject_HasAttrString (#96627)MonadChains2022-10-032-0/+40
* gh-94732: Fix KeyboardInterrupt race in asyncio run_forever() (#97765)hetmankp2022-10-031-3/+4
* Fix typos in `bltinmodule.c`. (GH-97766)Nikita Sobolev2022-10-032-12/+12
* gh-94808: `_PyLineTable_StartsLine` was not used (GH-96609)Nikita Sobolev2022-10-031-27/+0
* gh-97681: Remove Tools/demo/ directory (#97682)Victor Stinner2022-10-0320-2730/+14
* Fix typo in unittest docs (#97742)annonm2022-10-031-1/+1
* gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICODE conve...Serhiy Storchaka2022-10-038-42/+46
* gh-95913: Fix PEP number in PEP 678 What's New ref label (#97739)C.A.M. Gerlach2022-10-031-1/+1
* gh-95913: Copyedit/improve New Modules What's New section (#97721)C.A.M. Gerlach2022-10-031-3/+6
* gh-97740: Fix bang in Sphinx C domain ref target syntax (#97741)C.A.M. Gerlach2022-10-032-0/+17
* gh-96819: multiprocessing.resource_tracker: check if length of pipe write <= ...Koki Saito2022-10-033-2/+11
* gh-97706: multiprocessing tests: Delete unused variable `rand` (#97707)Koki Saito2022-10-031-2/+1
* GH-85447: Clarify docs about awaiting future multiple times (#97738)Kumar Aditya2022-10-021-1/+2
* [docs] Update logging cookbook with recipe for using a logger like an outputâ...Vinay Sajip2022-10-021-0/+76
* gh-97607: Fix content parsing in the impl-detail reST directive (#97652)C.A.M. Gerlach2022-10-021-16/+7
* gh-95975: Move except/*/finally ref labels to more precise locations (#95976)C.A.M. Gerlach2022-10-021-45/+76
* gh-97591: In `Exception.__setstate__()` acquire strong references before call...Ofey Chan2022-10-023-1/+34
* gh-95588: Drop the safety claim from `ast.literal_eval` docs. (#95919)Gregory P. Smith2022-10-023-9/+25
* Fix capitalization of Unix in documentation (#96913)Will Hawkins2022-10-016-9/+9
* gh-90908: Document asyncio.Task.cancelling() and asyncio.Task.uncancel() (#95...Łukasz Langa2022-10-013-80/+254
* gh-90110: Update the c-analyzer Tool (gh-97695)Eric Snow2022-10-012-68/+7
* GH-97592: Fix crash in C remove_done_callback due to evil code (#97660)Guido van Rossum2022-09-303-2/+23
* GH-96827: Don't touch closed loops from executor threads (#96837)Guido van Rossum2022-09-303-2/+7
* gh-87597: Document TimeoutExpired.stdout & .stderr types (#97685)Gregory P. Smith2022-09-301-2/+7
* bpo-35675: IDLE - separate config_key window and frame (#11427)Cheryl Sabella2022-09-304-82/+174
* gh-94526: getpath_dirname() no longer encodes the path (#97645)Victor Stinner2022-09-302-9/+18
* gh-90989: Install Windows launcher per-user, and clarify some installer text ...Steve Dower2022-09-303-7/+9
* gh-97649: The Tools directory is no longer installed on Windows (GH-97653)Steve Dower2022-09-3010-117/+2
* Use SyntaxError invalid range in tutorial introduction example (GH-93031)Eddie Hebert2022-09-302-2/+3
* gh-96348: Deprecate the 3-arg signature of coroutine.throw and generator.thro...Ofey Chan2022-09-3014-21/+125
* gh-96397: Document that attributes need not be identifiers (#96454)Jeff Allen2022-09-292-2/+17
* closes gh-97650: correct sphinx executable (gh-97651)NoSuck2022-09-291-1/+1
* gh-91212: Fixed flickering when the tracer is turned off (#95129)Shin-myoung-serp2022-09-293-2/+2
* gh-52597: Add position-only markers for os functions (#94735)Stanley2022-09-291-67/+67
* gh-97612: Fix shell injection in get-remote-certificate.py (#97613)Victor Stinner2022-09-282-18/+10
* gh-97616: list_resize() checks for integer overflow (#97617)Victor Stinner2022-09-283-2/+24
* Fix typo in error message in plistlib (GH-97540)Jakob Weigert2022-09-281-1/+1
* GH-82448: Add thread timeout for loop.shutdown_default_executor (#97561)Kumar Aditya2022-09-286-9/+44
* fixup policy docs (#97618)Kumar Aditya2022-09-281-1/+1
* bpo-47243: Duplicate entry in 'Objects/unicodetype_db.h' (GH-32376)LiarPrincess2022-09-283-2335/+2324
* gh-65046: Add note about logging from async code. (GH-97602)Vinay Sajip2022-09-281-0/+8
* Fix docs on conditional expression grouping (GH-96447)Andrew Kay2022-09-281-1/+1
* gh-96377: Update asyncio policy doc intro paras to be clear and accurate (#97...C.A.M. Gerlach2022-09-274-15/+32
* gh-96670: Raise SyntaxError when parsing NULL bytes (#97594)Pablo Galindo Salgado2022-09-2710-21/+65
* gh-96959: Update more HTTP links (GH-97536)Serhiy Storchaka2022-09-2722-101/+101
* gh-73588: Fix generation of the default name of tkinter.Checkbutton. (GH-97547)Serhiy Storchaka2022-09-276-3/+58
* gh-97545: Make Semaphore run faster. (#97549)Cyker Way2022-09-263-23/+19
* GH-65046: Fix docs about logging in `asyncio` (#97559)Kumar Aditya2022-09-261-0/+4