summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [3.12] GH-115986 Reorder pprint docs and amend some references (GH-116019) (#...Miss Islington (bot)2024-02-281-89/+92
* [3.12] doc: Use super() in subclassed JSONEncoder examples (GH-115565) (GH-11...Miss Islington (bot)2024-02-282-3/+3
* [3.12] gh-115961: Improve tests for compressed file-like objects (GH-115963) ...Miss Islington (bot)2024-02-285-45/+476
* [3.12] gh-112006: Fix inspect.unwrap() for types where __wrapped__ is a data ...Miss Islington (bot)2024-02-273-13/+23
* [3.12] bpo-43952: Fix multiprocessing Listener authkey bug (GH-25845) (GH-115...Miss Islington (bot)2024-02-273-1/+23
* [3.12] gh-115315: Update time.rst to include microseconds field (%f) in chart...Miss Islington (bot)2024-02-271-6/+16
* [3.12] bpo-44865: Fix yet one missing translations in argparse (GH-27668) (GH...Miss Islington (bot)2024-02-262-1/+3
* [3.12] gh-77956: Add the words 'default' and 'version' help text localizable...Serhiy Storchaka2024-02-262-2/+5
* [3.12] gh-114763: Protect lazy loading modules from attribute access races (G...Miss Islington (bot)2024-02-263-32/+94
* [3.12] gh-115881: Ensure `ast.parse()` parses conditional context managers ev...Alex Waygood2024-02-264-10/+10
* [3.12] gh-115823: Calculate correctly error locations when dealing with impli...Miss Islington (bot)2024-02-263-11/+13
* [3.12] gh-115931: Fix `SyntaxWarning`s in `test_unparse` (GH-115935) (#115948)Miss Islington (bot)2024-02-261-2/+11
* [3.12] gh-115091: Remove a left-over sentence that refers to Py_OptimizeFlag ...Miss Islington (bot)2024-02-261-4/+0
* [3.12] Doc: Clarify the return type of Event.wait when timeout is used (GH-10...Miss Islington (bot)2024-02-261-10/+7
* [3.12] gh-101100: Fix Sphinx warnings in `whatsnew/2.1.rst` (GH-112357) (#115...Miss Islington (bot)2024-02-262-38/+37
* [3.12] gh-115921: Change 'equation' to 'expression' in random.rst (GH-115927)...Miss Islington (bot)2024-02-261-1/+2
* [3.12] gh-101100: Fix broken xrefs in fcntl module doc (GH-115691) (#115924)Carol Willing2024-02-263-16/+29
* [3.12] gh-113479: Link to workaround for subtle issue with takewhile() (gh-11...Miss Islington (bot)2024-02-251-33/+41
* [3.12] gh-103417: Fix the scheduler example (GH-111497) (GH-115908)Miss Islington (bot)2024-02-251-1/+1
* [3.12] gh-115886: Handle embedded null characters in shared memory name (GH-1...Serhiy Storchaka2024-02-253-3/+30
* [3.12] bpo-14322: added test case for invalid update to hmac (GH-26636) (#115...Miss Islington (bot)2024-02-251-0/+8
* [3.12] gh-101100: Fix Sphinx warnings in `whatsnew/2.0.rst` (GH-112351) (#115...Hugo van Kemenade2024-02-252-53/+53
* [3.12] Add an example of of custom `__repr__` (GH-112761) (#115900)Miss Islington (bot)2024-02-251-0/+10
* [3.12] Erase some unnecessary quotes on data model doc (GH-113521) (#115896)Miss Islington (bot)2024-02-252-5/+4
* [3.12] gh-115872: Doc: remove obsolete reference to MSI packages (GH-115873) ...Miss Islington (bot)2024-02-241-1/+1
* [3.12] Update http.cookiejar document for cookie object attributes (GH-101885...Miss Islington (bot)2024-02-231-0/+5
* [3.12] gh-67044: Always quote or escape \r and \n in csv.writer() (GH-115741)...Miss Islington (bot)2024-02-233-15/+43
* [3.12] gh-54358: Clarify data chunking in pyexpat (GH-31629) (GH-115864)Miss Islington (bot)2024-02-231-2/+6
* [3.12] gh-90300: Reformat the Python CLI help output (GH-93415) (#115847)Łukasz Langa2024-02-231-95/+95
* [3.12] gh-89480: Document the gdb helpers (GH-115657) (GH-115857)Miss Islington (bot)2024-02-232-0/+450
* gh-114435: Allow test_stat_inaccessible_file() to have matching ino/dev (GH-1...Miss Islington (bot)2024-02-231-4/+3
* [3.12] gh-88516: show file proxy icon in IDLE editor windows on macOS (GH-112...Miss Islington (bot)2024-02-232-1/+12
* [3.12] gh-115663: Remove 'regen-sbom' from the 'regen-all' target (GH-115790)...Seth Michael Larson2024-02-222-3/+3
* [3.12] gh-100762: Fix optimization in gen_close (GH-111069) (#115818)Miss Islington (bot)2024-02-223-8/+5
* [3.12] gh-115795: Doc: fix obsolete URL (GH-115749) (#115803)Miss Islington (bot)2024-02-221-1/+1
* [3.12] gh-112364: Correct unparsing of backslashes and quotes in ast.… (#11...Frank Hoffmann2024-02-213-7/+24
* [3.12] gh-93205: When rotating logs with no namer specified, match whole exte...Miss Islington (bot)2024-02-213-19/+62
* gh-113655: Increase stack reserve size on Windows for when running PGO (GH-11...Steve Dower2024-02-212-0/+2
* [3.12] gh-96310: Fix a traceback in argparse when all options in a mutually e...Miss Islington (bot)2024-02-213-0/+25
* [3.12] gh-114785: Remove content from `Porting from Python2` how-to (GH-11480...Miss Islington (bot)2024-02-213-420/+19
* [3.12] gh-115399: Document CVE-2023-52425 under "XML vulnerabilities" (GH-115...Miss Islington (bot)2024-02-212-0/+14
* [3.12] gh-115653: Document PyCode_GetFirstFree() (GH-115654) (#115752)Miss Islington (bot)2024-02-211-2/+6
* [3.12] gh-86291: linecache: get module name from __spec__ if available (GH-22...Miss Islington (bot)2024-02-203-7/+45
* [3.12] gh-115712: Support CSV dialects with delimiter=' ' and skipinitialspac...Serhiy Storchaka2024-02-203-8/+92
* [3.12] Add missed `stream` argument (GH-111775) (#115716)Miss Islington (bot)2024-02-202-1/+3
* [3.12] gh-112020: Document the meaning of empty bytes returned by socket.recv...Miss Islington (bot)2024-02-201-2/+3
* [3.12] Make the title match the content (GH-115702) (gh-115703)Miss Islington (bot)2024-02-202-5/+5
* [3.12] Modernize the Sorting HowTo guide (gh-115479) (gh-115701)Miss Islington (bot)2024-02-201-6/+54
* [3.12] gh-115539: Allow enum.Flag to have None members (GH-115636) (GH-115694)Miss Islington (bot)2024-02-202-21/+52
* gh-115543: Update py.exe to know about Python 3.13 and to install 3.12 by def...Miss Islington (bot)2024-02-192-1/+7