summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-113696: Docs: Annotate PyObject_CallOneArg and PyObject_CallNoArgs ...Miss Islington (bot)2024-01-051-0/+7
* [3.12] gh-113538: Don't error in stream reader protocol callback when task is...Miss Islington (bot)2024-01-043-7/+21
* [3.12] Document the `co_lines` method on code objects (#113682) (#113686)Alex Waygood2024-01-035-11/+49
* [3.12] gh-101100: Fix Sphinx warnings for removed dead batteries (GH-113669) ...Hugo van Kemenade2024-01-0319-49/+49
* [3.12] gh-113637: Let c_annotations.py to handle the spacing of Limited/Unsta...Miss Islington (bot)2024-01-033-12/+14
* [3.12] `functools.partial` docs: Use the more common spelling for "referencea...Miss Islington (bot)2024-01-031-1/+1
* [3.12] gh-113628: Fix test_site test with long stdlib paths (GH-113640) (#113...Miss Islington (bot)2024-01-031-22/+21
* [3.12] gh-113602: Bail out when the parser tries to override existing errors ...Miss Islington (bot)2024-01-023-0/+8
* [3.12] Use the official term "free-threading" for GitHub Action (g… (#113646)Donghee Na2024-01-022-6/+6
* [3.12] gh-101100: Fix Sphinx warnings from removed `~!` references (GH-113629...Hugo van Kemenade2024-01-022-4/+4
* [3.12] gh-81094: Refer to PEP 318 in compound_statements.rst (GH-113588) (#11...Miss Islington (bot)2024-01-021-1/+4
* [3.12] GH- gh-111700: Fix syntax highlighting for C code in the "What's New I...Miss Islington (bot)2024-01-011-1/+3
* [3.12] gh-101578: [doc] mention that PyErr_GetRaisedException returns NULL wh...Miss Islington (bot)2023-12-311-1/+1
* [3.12] gh-101100: Fix Sphinx warnings in `library/configparser.rst` (GH-11359...Hugo van Kemenade2023-12-3111-36/+35
* [3.12] Update ConfigParser docs defining valid section name (GH-110506) (#113...Miss Islington (bot)2023-12-301-1/+1
* [3.12] gh-89414: Document that SIGCLD is not available on macOS (GH-113580) (...Miss Islington (bot)2023-12-301-0/+2
* [3.12] gh-113543: Make sure that `MacOSXOSAScript` sends `webbrowser.open` au...Miss Islington (bot)2023-12-292-0/+3
* [3.12] Doc/library/os.rst: `os.waitid` absent on MacOS (GH-104558) (#113553)Miss Islington (bot)2023-12-291-0/+3
* [3.12] gh-101100: Fix Sphinx warnings in library/random.rst (GH-112981) (#113...Miss Islington (bot)2023-12-282-16/+44
* [3.12] bpo-11102: Make configure enable major(), makedev(), and minor() on HP...Miss Islington (bot)2023-12-284-4/+9
* [3.12] gh-110459: Make sure --with-openssl-rpath works on macOS (GH-113441) (...Miss Islington (bot)2023-12-283-2/+14
* [3.12] gh-57795: Add news to idlelib/News3.txt (GH-113522) (#113523)Miss Islington (bot)2023-12-271-0/+4
* [3.12] gh-67641: Clarify documentation on bytes vs text with non-seeking tarf...Miss Islington (bot)2023-12-272-8/+11
* [3.12] bpo-26791: Update shutil.move() to provide the same symlink move behav...Miss Islington (bot)2023-12-273-1/+34
* [3.12] gh-57795: IDLE: Enter the selected text when opening the "Replace" dia...Miss Islington (bot)2023-12-272-16/+8
* [3.12] gh-111615: Fix regression in QueueHandler configuration. (GH-111638) (...Miss Islington (bot)2023-12-273-17/+40
* [3.12] gh-101100: Fix Sphinx warnings in `library/cmd.rst` (GH-113502) (#113511)Hugo van Kemenade2023-12-272-12/+14
* [3.12] gh-101100: Fix Sphinx warnings in `library/calendar.rst` (GH-113500) (...Hugo van Kemenade2023-12-272-4/+10
* [3.12] gh-101100: Fix Sphinx warnings in `library/bisect.rst` (GH-113496) (#1...Miss Islington (bot)2023-12-262-5/+4
* [3.12] bpo-36959: Fix error messages for invalid ISO format string in _strpti...Miss Islington (bot)2023-12-263-40/+61
* [3.12] gh-101100: Fix Sphinx warnings in `howto/isolating-extensions.rst` (GH...Miss Islington (bot)2023-12-262-3/+2
* [3.12] Docs: make htmllive: open browser when ready (GH-113288) (#113484)Miss Islington (bot)2023-12-261-3/+7
* [3.12] gh-113468: Remove the "_new_ suffix from class names in pydocfodder (G...Miss Islington (bot)2023-12-261-8/+8
* [3.12] Misc minor improvements to the itertools recipes (gh-113477) (gh-113478)Miss Islington (bot)2023-12-251-81/+83
* [3.12] gh-106905: Use separate structs to track recursion depth in each PyAST...Serhiy Storchaka2023-12-254-328/+420
* [3.12] gh-112252: Fix error on unset $OSNAME in venv/activate (GH-112253) (GH...Miss Islington (bot)2023-12-251-1/+1
* [3.12] bpo-37013: Fix the error handling in socket.if_indextoname() (GH-13503...Miss Islington (bot)2023-12-253-5/+27
* [3.12] gh-76785: Make test.test_interpreters executable (GH-112982) (GH-113470)Jeff Allen2023-12-251-0/+4
* [3.12] [doc] Make subprocess.wait documentation more precise (GH-98700) (GH-1...Miss Islington (bot)2023-12-251-3/+4
* [3.12] docs: specify that PyBytes_AsStringAndSize returns 0 on success (GH-11...Miss Islington (bot)2023-12-251-0/+1
* [3.12] gh-113407: Fix import of unittest.mock when CPython is built without d...Miss Islington (bot)2023-12-242-5/+12
* [3.12] gh-113440: Ignore the "ver" command failure with exit code 0xc0000142 ...Miss Islington (bot)2023-12-241-0/+2
* [3.12] gh-113421: Fix multiprocessing logger for "%(filename)s" (GH-113423) (...Miss Islington (bot)2023-12-243-4/+28
* [3.12] gh-113028: Correctly memoize str in pickle when escapes added (GH-1134...Miss Islington (bot)2023-12-243-7/+21
* [3.12] gh-111784: Fix two segfaults in the elementtree module (GH-113405) (GH...Miss Islington (bot)2023-12-242-2/+19
* [3.12] gh-112559: Avoid unnecessary conversion attempts to enum_klass in sign...Miss Islington (bot)2023-12-244-2/+51
* [3.12] gh-109989: Fix test_c_locale_coercion when PYTHONIOENCODING is set (GH...Miss Islington (bot)2023-12-231-5/+49
* [3.12] gh-113297: Fix segfault in compiler for with statement with 19 context...Irit Katriel2023-12-234-1/+29
* [3.12] gh-74573: document that ndbm can silently corrupt databases on macOS (...Miss Islington (bot)2023-12-233-0/+13
* [3.12] gh-81682: Fix test failures when CPython is built without docstrings (...Serhiy Storchaka2023-12-2312-16/+43