summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* gh-58451: Add optional delete_on_close parameter to NamedTemporaryFile (GH-97...Ev2geny2022-10-042-37/+139
* gh-97008: Add a Python implementation of AttributeError and NameError suggest...Łukasz Langa2022-10-044-519/+50625
* gh-93357: Start porting asyncio server test cases to IsolatedAsyncioTestCase ...Oleg Iarygin2022-10-041-173/+119
* gh-96142: add missing params to `dataclass._DataclassParams` (gh-96382)Nikita Sobolev2022-10-042-3/+45
* gh-97670: Remove sys.getdxp() and analyze_dxp.py script (#97671)Victor Stinner2022-10-041-8/+1
* gh-97669: Remove outdated example scripts (#97675)Victor Stinner2022-10-044-506/+0
* gh-97816: Remove unused variables in `mutliprocessing.managers.Server` (#97817)Koki Saito2022-10-041-1/+0
* gh-97639: Remove `tokenize.NL` check from `tabnanny` (#97640)Nikita Sobolev2022-10-041-2/+0
* Add comment to subtle dataclass code (gh-96133)Shantanu2022-10-041-0/+4
* Remove space. (GH-97807)Benjamin Peterson2022-10-041-1/+1
* GH-97752: Clear the `previous` member of newly-created generator/coroutine fr...Brandt Bucher2022-10-031-0/+19
* gh-97799: use inspect.get_annotations in dataclass (#97800)larryhastings2022-10-031-5/+2
* Document that MozillaCookieJar works for curl's cookie files (#91852)Boris Verkhovskiy2022-10-031-1/+1
* gh-96512: Move int_max_str_digits setting to PyConfig (#96944)Gregory P. Smith2022-10-034-1/+59
* 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-031-0/+14
* gh-94732: Fix KeyboardInterrupt race in asyncio run_forever() (#97765)hetmankp2022-10-031-3/+4
* gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICODE conve...Serhiy Storchaka2022-10-031-6/+6
* gh-96819: multiprocessing.resource_tracker: check if length of pipe write <= ...Koki Saito2022-10-032-2/+10
* gh-97706: multiprocessing tests: Delete unused variable `rand` (#97707)Koki Saito2022-10-031-2/+1
* gh-97591: In `Exception.__setstate__()` acquire strong references before call...Ofey Chan2022-10-021-0/+25
* gh-95588: Drop the safety claim from `ast.literal_eval` docs. (#95919)Gregory P. Smith2022-10-021-1/+3
* gh-90908: Document asyncio.Task.cancelling() and asyncio.Task.uncancel() (#95...Łukasz Langa2022-10-012-6/+126
* GH-97592: Fix crash in C remove_done_callback due to evil code (#97660)Guido van Rossum2022-09-301-0/+15
* GH-96827: Don't touch closed loops from executor threads (#96837)Guido van Rossum2022-09-302-2/+6
* bpo-35675: IDLE - separate config_key window and frame (#11427)Cheryl Sabella2022-09-304-82/+174
* gh-96348: Deprecate the 3-arg signature of coroutine.throw and generator.thro...Ofey Chan2022-09-306-15/+56
* gh-91212: Fixed flickering when the tracer is turned off (#95129)Shin-myoung-serp2022-09-292-2/+1
* gh-97616: list_resize() checks for integer overflow (#97617)Victor Stinner2022-09-281-0/+13
* 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-283-7/+26
* gh-96670: Raise SyntaxError when parsing NULL bytes (#97594)Pablo Galindo Salgado2022-09-274-6/+21
* gh-73588: Fix generation of the default name of tkinter.Checkbutton. (GH-97547)Serhiy Storchaka2022-09-275-3/+54
* gh-97545: Make Semaphore run faster. (#97549)Cyker Way2022-09-262-23/+18
* bpo-38748: Add ctypes test for stack corruption due to misaligned arguments (...Michael Curran2022-09-261-0/+13
* gh-96848: Fix -X int_max_str_digits option parsing (#96988)Victor Stinner2022-09-261-0/+2
* Reject invalid opcode names in assertInBytecode (GH-97548)Dennis Sweeney2022-09-251-0/+2
* GH-78724: Initialize struct.Struct in __new__ (GH-94532)Kumar Aditya2022-09-251-0/+14
* gh-97527: IDLE: protect macosx Tk() call when no GUI (#97530)Terry Jan Reedy2022-09-241-13/+17
* gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)Serhiy Storchaka2022-09-249-43/+43
* gh-94808: Coverage: Test uppercase string literal prefixes (GH-95925)Michael Droettboom2022-09-241-0/+7
* gh-77171: Fixes SubFormat check to compare the entire value. Add docs (GH-97509)Steve Dower2022-09-232-5/+15
* GH-85760: Fix race in calling process_exited callback too early (#97009)Kumar Aditya2022-09-221-1/+2
* gh-90155: Fix bug in asyncio.Semaphore and strengthen FIFO guarantee (#93222)Cyker Way2022-09-222-22/+142
* GH-96975: Skip incomplete frames in PyEval_GetFrame (GH-97003)Brandt Bucher2022-09-221-0/+3
* gh-96954: Add tests for unicodedata.name/lookup (#96955)Batuhan Taskaya2022-09-211-1/+9
* gh-90808: add more examples to `test_sched.test_priority` (#31144)Nikita Sobolev2022-09-211-4/+17
* [Enum] fix typos (GH-96285)wim glenn2022-09-201-2/+2
* gh-95591: [Enum] use `_FlagTests` base class (GH-96475)Nikita Sobolev2022-09-201-4/+4
* GH-95921: Fix positions for some chained comparisons (GH-96968)Brandt Bucher2022-09-201-0/+25