summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [3.10] gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICOD...Serhiy Storchaka2022-10-038-40/+44
* Fix typo in unittest docs (GH-97742)Miss Islington (bot)2022-10-031-1/+1
* [3.10] gh-96845: Fix docs around importlib.abc.Traversable (GH-97515)Jason R. Coombs2022-10-031-2/+6
* gh-97740: Fix bang in Sphinx C domain ref target syntax (GH-97741)Miss Islington (bot)2022-10-032-0/+17
* gh-96819: multiprocessing.resource_tracker: check if length of pipe write <= ...Miss Islington (bot)2022-10-033-2/+11
* GH-85447: Clarify docs about awaiting future multiple times (GH-97738)Miss Islington (bot)2022-10-021-1/+2
* gh-97607: Fix content parsing in the impl-detail reST directive (GH-97652)Miss Islington (bot)2022-10-021-16/+7
* gh-97591: In `Exception.__setstate__()` acquire strong references before call...Miss Islington (bot)2022-10-023-1/+34
* gh-95588: Drop the safety claim from `ast.literal_eval` docs. (GH-95919)Miss Islington (bot)2022-10-023-9/+25
* Fix capitalization of Unix in documentation (GH-96913)Miss Islington (bot)2022-10-016-9/+9
* GH-97592: Fix crash in C remove_done_callback due to evil code (GH-97660)Miss Islington (bot)2022-09-303-2/+23
* GH-96827: Don't touch closed loops from executor threads (GH-96837)Miss Islington (bot)2022-09-303-2/+7
* gh-87597: Document TimeoutExpired.stdout & .stderr types (GH-97685)Miss Islington (bot)2022-09-301-2/+7
* bpo-35675: IDLE - separate config_key window and frame (GH-11427)Miss Islington (bot)2022-09-304-82/+174
* gh-90989: Clarify some installer text (GH-97676)Steve Dower2022-09-302-5/+6
* [3.10] Use SyntaxError invalid range in tutorial introduction example (GH-930...Miss Islington (bot)2022-09-302-2/+3
* gh-96397: Document that attributes need not be identifiers (GH-96454)Miss Islington (bot)2022-09-292-2/+17
* closes gh-97650: correct sphinx executable (gh-97651)Miss Islington (bot)2022-09-291-1/+1
* gh-91212: Fixed flickering when the tracer is turned off (GH-95129)Miss Islington (bot)2022-09-293-2/+2
* gh-97612: Fix shell injection in get-remote-certificate.py (GH-97613)Miss Islington (bot)2022-09-282-18/+10
* gh-97616: list_resize() checks for integer overflow (GH-97617)Miss Islington (bot)2022-09-283-2/+24
* Fix typo in error message in plistlib (GH-97540)Miss Islington (bot)2022-09-281-1/+1
* fixup policy docs (GH-97618)Miss Islington (bot)2022-09-281-1/+1
* [3.10] gh-65046: Add note about logging from async code. (GH-97602) (GH-97609)Miss Islington (bot)2022-09-281-0/+8
* gh-96377: Update asyncio policy doc intro paras to be clear and accurate (GH-...Miss Islington (bot)2022-09-284-15/+32
* gh-73588: Fix generation of the default name of tkinter.Checkbutton. (GH-97547)Miss Islington (bot)2022-09-276-3/+58
* gh-96959: Update more HTTP links (GH-97536)Miss Islington (bot)2022-09-2722-101/+101
* [3.10] gh-97567: Fixup cached_statements default value in sqlite3.connect doc...Jia Junjie2022-09-271-1/+1
* gh-97545: Make Semaphore run faster. (GH-97549)Miss Islington (bot)2022-09-263-23/+19
* GH-65046: Fix docs about logging in `asyncio` (GH-97559)Miss Islington (bot)2022-09-261-0/+4
* gh-96848: Fix -X int_max_str_digits option parsing (GH-96988)Miss Islington (bot)2022-09-263-1/+7
* gh-82530: Create blank function instead of invalid import for email example (...Miss Islington (bot)2022-09-261-5/+9
* gh-97519: Synchronize links in other copies of HISTORY OF THE SOFTWARE (GH-97...Miss Islington (bot)2022-09-253-8/+8
* gh-94808: Coverage: Test uppercase string literal prefixes (GH-95925)Miss Islington (bot)2022-09-251-0/+7
* gh-96052: codeop: fix handling compiler warnings in incomplete input (GH-96132)Miss Islington (bot)2022-09-253-13/+37
* gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)Miss Islington (bot)2022-09-2524-63/+63
* gh-97527: IDLE: protect macosx Tk() call when no GUI (GH-97530)Miss Islington (bot)2022-09-241-13/+17
* gh-77171: Document that wave only supports simple PCM files (GH-97510)Miss Islington (bot)2022-09-231-1/+2
* gh-75608: Add Windows FAQ entry for missing UCRT (GH-92765)Miss Islington (bot)2022-09-231-0/+8
* gh-96397: Document that keywords in calls need not be identifiers (GH-96393)Miss Islington (bot)2022-09-221-2/+12
* GH-85760: Fix race in calling process_exited callback too early (GH-97009)Miss Islington (bot)2022-09-222-1/+3
* gh-90155: Fix bug in asyncio.Semaphore and strengthen FIFO guarantee (GH-93222)Miss Islington (bot)2022-09-223-22/+143
* gh-97005: Update libexpat from 2.4.7 to 2.4.9 (gh-97006)Miss Islington (bot)2022-09-228-17/+28
* [3.10] gh-96954: Add tests for unicodedata.name/lookup (GH-96955) (GH-96992)Ɓukasz Langa2022-09-211-0/+7
* gh-81039: Add small example of f-string's "=}" to tutorial (gh-92291) (gh-96990)Miss Islington (bot)2022-09-212-1/+12
* gh-90808: add more examples to `test_sched.test_priority` (GH-31144)Miss Islington (bot)2022-09-211-4/+17
* [3.10] GH-95921: Fix positions for some chained comparisons (GH-96968) (GH-96...Brandt Bucher2022-09-206-1632/+1666
* [3.10] GH-96864: Check for error between line and opcode events (GH-96969)Brandt Bucher2022-09-203-1/+17
* [3.10] gh-68966: Make mailcap refuse to match unsafe filenames/types/params (...Miss Islington (bot)2022-09-205-4/+54
* [3.10] gh-96917: link to typing.readthedocs.io from typing.rst (GH-96921) (GH...Shantanu2022-09-201-0/+5