summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-113703: Correctly identify incomplete f-strings in the codeop modul...Pablo Galindo Salgado2024-01-051-0/+2
* [3.12] gh-113320: Reduce the number of dangerous `getattr()` calls when const...Alex Waygood2024-01-051-0/+4
* [3.12] gh-113538: Don't error in stream reader protocol callback when task is...Miss Islington (bot)2024-01-041-0/+5
* [3.12] Document the `co_lines` method on code objects (#113682) (#113686)Alex Waygood2024-01-031-2/+2
* [3.12] gh-101100: Fix Sphinx warnings for removed dead batteries (GH-113669) ...Hugo van Kemenade2024-01-037-10/+10
* [3.12] gh-113602: Bail out when the parser tries to override existing errors ...Miss Islington (bot)2024-01-021-0/+2
* [3.12] gh-101100: Fix Sphinx warnings in `library/configparser.rst` (GH-11359...Hugo van Kemenade2023-12-313-6/+6
* [3.12] gh-113543: Make sure that `MacOSXOSAScript` sends `webbrowser.open` au...Miss Islington (bot)2023-12-291-0/+2
* [3.12] bpo-11102: Make configure enable major(), makedev(), and minor() on HP...Miss Islington (bot)2023-12-281-0/+2
* [3.12] gh-110459: Make sure --with-openssl-rpath works on macOS (GH-113441) (...Miss Islington (bot)2023-12-281-0/+2
* [3.12] bpo-26791: Update shutil.move() to provide the same symlink move behav...Miss Islington (bot)2023-12-271-0/+4
* [3.12] gh-57795: IDLE: Enter the selected text when opening the "Replace" dia...Miss Islington (bot)2023-12-271-0/+1
* [3.12] gh-111615: Fix regression in QueueHandler configuration. (GH-111638) (...Miss Islington (bot)2023-12-271-0/+2
* [3.12] bpo-36959: Fix error messages for invalid ISO format string in _strpti...Miss Islington (bot)2023-12-261-0/+2
* [3.12] gh-106905: Use separate structs to track recursion depth in each PyAST...Serhiy Storchaka2023-12-251-0/+7
* [3.12] bpo-37013: Fix the error handling in socket.if_indextoname() (GH-13503...Miss Islington (bot)2023-12-251-0/+3
* [3.12] gh-113407: Fix import of unittest.mock when CPython is built without d...Miss Islington (bot)2023-12-241-0/+1
* [3.12] gh-113421: Fix multiprocessing logger for "%(filename)s" (GH-113423) (...Miss Islington (bot)2023-12-241-0/+1
* [3.12] gh-113028: Correctly memoize str in pickle when escapes added (GH-1134...Miss Islington (bot)2023-12-241-0/+6
* [3.12] gh-111784: Fix two segfaults in the elementtree module (GH-113405) (GH...Miss Islington (bot)2023-12-241-0/+5
* [3.12] gh-112559: Avoid unnecessary conversion attempts to enum_klass in sign...Miss Islington (bot)2023-12-241-0/+3
* [3.12] gh-113297: Fix segfault in compiler for with statement with 19 context...Irit Katriel2023-12-231-0/+1
* [3.12] gh-74573: document that ndbm can silently corrupt databases on macOS (...Miss Islington (bot)2023-12-231-0/+3
* [3.12] gh-113188: Fix shutil.copymode() and shutil.copystat() on Windows (GH-...Serhiy Storchaka2023-12-231-0/+6
* [3.12] gh-65701: document that freeze doesn't work with framework builds on m...Miss Islington (bot)2023-12-221-0/+2
* [3.12] gh-112305: Fix check-clean-src to detect frozen_modules .h files. (GH-...Miss Islington (bot)2023-12-211-0/+3
* [3.12] GH-113214: Fix SSLProto exception handling in SSL-over-SSL scenarios (...Miss Islington (bot)2023-12-211-0/+1
* [3.12] gh-108269: Add CFBundleAllowMixedLocalizations to Info.plist on macOS ...Miss Islington (bot)2023-12-191-0/+4
* [3.12] gh-102362: Fix macOS version number in result of sysconfig.get_platfor...Miss Islington (bot)2023-12-191-0/+3
* [3.12] gh-101100: Fix Sphinx warnings in `library/ast.rst` (GH-113289) (#113290)Hugo van Kemenade2023-12-191-1/+1
* [3.12] gh-113269: IDLE - Fix test_editor hang (macOS) (GH-113271) (#113272)Miss Islington (bot)2023-12-191-0/+1
* [3.12] gh-113199: Make read1() and readline() of HTTPResponse close IO after ...Miss Islington (bot)2023-12-181-0/+3
* [3.12] gh-113246: Updated bundled pip to 23.3.2 (gh-113249) (#113253)Stéphane Bidoul2023-12-181-0/+1
* [3.12] gh-110746: Improve markup in ``tkinter.ttk.rst`` (GH-111236) (#113193)Miss Islington (bot)2023-12-151-0/+1
* [3.12] gh-113009: Fix multiprocessing Process.terminate() on Windows (GH-1131...Miss Islington (bot)2023-12-151-0/+5
* [3.12] gh-61648: Detect line numbers of properties in doctests (GH-113161) (G...Miss Islington (bot)2023-12-151-0/+1
* [3.12] gh-112716: Fix SystemError when __builtins__ is not a dict (GH-112770)...Serhiy Storchaka2023-12-141-0/+2
* [3.12] gh-111049: Fix crash during garbage collection of the BytesIO buffer o...Miss Islington (bot)2023-12-141-0/+2
* [3.12] gh-112867: fix for WITH_PYMALLOC_RADIX_TREE=0 (GH-112885) (#113068)Miss Islington (bot)2023-12-131-0/+1
* [3.12] bpo-40648: Test modes that file can get with chmod() on Windows (GH-20...Miss Islington (bot)2023-12-131-0/+1
* [3.12] gh-101100: Fix Sphinx warning in references with asterisks (GH-113029)...Miss Islington (bot)2023-12-135-10/+10
* [3.12] gh-94606: Fix error when message with Unicode surrogate not surrogatee...Miss Islington (bot)2023-12-111-0/+3
* [3.12] gh-112898: warn about unsaved files when quitting IDLE on macOS (GH-11...Miss Islington (bot)2023-12-111-0/+1
* [3.12] gh-112943: Correctly compute end offsets for multiline tokens in the t...Pablo Galindo Salgado2023-12-111-0/+2
* [3.12] gh-109980: Fix test_tarfile_vs_tar on macOS (GH-112905) (#112927)Miss Islington (bot)2023-12-101-0/+2
* [3.12] gh-110820: Disable test_signal.test_stress_modifying_handlers on macOS...Ronald Oussoren2023-12-091-0/+3
* [3.12] gh-79429: Ignore FileNotFoundError when remove a temporary directory i...Serhiy Storchaka2023-12-091-0/+2
* [3.12] gh-110017: Disable test_signal.test_stress_modifying_handlers on macOS...Miss Islington (bot)2023-12-081-0/+2
* Python 3.12.1v3.12.1Thomas Wouters2023-12-07152-356/+1594
* [3.12] gh-79325: Fix recursion error in TemporaryDirectory cleanup on Windows...Miss Islington (bot)2023-12-071-0/+2