summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
Commit message (Expand)AuthorAgeFilesLines
...
* [3.12] gh-111187: Postpone removal version for locale.getdefaultlocale() to 3...Hugo van Kemenade2023-10-271-0/+1
* [3.12] gh-111380: Show SyntaxWarnings only once when parsing if invalid synta...Miss Islington (bot)2023-10-271-0/+2
* GH-111293: Fix DirEntry.inode dropping higher bits on Windows (GH-111294)Miss Islington (bot)2023-10-261-0/+1
* [3.12] gh-111165: Move test running code from test.support to libregrtest (GH...Serhiy Storchaka2023-10-251-0/+2
* [3.12] gh-111174: Fix crash in getbuffer() called repeatedly for empty BytesI...Miss Islington (bot)2023-10-251-0/+2
* [3.12] gh-102956: Fix returning of empty byte strings after seek in zipfile â...Miss Islington (bot)2023-10-251-0/+1
* [3.12] GH-94438: Restore ability to jump over None tests (GH-111243)Miss Islington (bot)2023-10-241-0/+1
* [3.12] gh-110196: Fix ipaddress.IPv6Address.__reduce__ (GH-110198) (GH-111191)Miss Islington (bot)2023-10-221-0/+1
* [3.12] gh-111085: Fix invalid state handling in TaskGroup and Timeout (GH-111...Miss Islington (bot)2023-10-211-0/+3
* [3.12] gh-111159: Fix `doctest` output comparison for exceptions with notes (...Miss Islington (bot)2023-10-211-0/+1
* [3.12] gh-110918: regrtest: allow to intermix --match and --ignore options (G...Serhiy Storchaka2023-10-211-0/+4
* [3.12] gh-110932: Fix regrtest for SOURCE_DATE_EPOCH (GH-111143) (#111154)Miss Islington (bot)2023-10-211-0/+2
* [3.12] gh-111046: for wasi-threads, export memory as well via the linker (GH-...Miss Islington (bot)2023-10-201-0/+1
* gh-110913: Fix WindowsConsoleIO chunking of UTF-8 text (GH-111007)Miss Islington (bot)2023-10-201-0/+1
* [3.12] gh-111092: Make turtledemo run without default root enabled (GH-111093...Miss Islington (bot)2023-10-201-0/+1
* [3.12] GH-101100: Fix reference warnings for ``__enter__`` and ``__exit__`` (...Miss Islington (bot)2023-10-191-1/+1
* [3.12] GH-101100: Fix reference warnings for ``__getitem__`` (GH-110118) (#11...Miss Islington (bot)2023-10-192-2/+2
* [3.12] gh-108791: Fix pdb CLI invalid argument handling (GH-108816) (#111064)Radislav Chugunov2023-10-191-0/+1
* [3.12] gh-111015: Install IDLE.app and Python Launcher.app on macOS with corr...Miss Islington (bot)2023-10-181-0/+1
* [3.12] gh-110938: Fix error messages for indented blocks with functio… (#11...Jelle Zijlstra2023-10-181-0/+2
* [3.12] gh-110995: Fix test_gdb check_usable_gdb() (GH-110998) (#111003)Miss Islington (bot)2023-10-171-0/+2
* [3.12] bpo-42663: Fix parsing TZ strings in zoneinfo module (GH-23825) (GH-11...Serhiy Storchaka2023-10-151-0/+4
* [3.12] gh-109216: Fix possible memory leak in `BUILD_MAP` (#109324)Nikita Sobolev2023-10-151-0/+2
* [3.12] gh-109747: Improve errors for unsupported look-behind patterns (GH-109...Miss Islington (bot)2023-10-141-0/+3
* [3.12] gh-110392: Fix tty functions (GH-110642) (GH-110853)Miss Islington (bot)2023-10-141-0/+4
* [3.12] gh-110782: Fix crash when TypeVar is constructed with keyword args (GH...Miss Islington (bot)2023-10-121-0/+2
* [3.12] gh-110696: Fix incorrect syntax error message for incorrect argument u...Pablo Galindo Salgado2023-10-121-0/+2
* [3.12] gh-108826: Document `dis` module CLI and rename `_test` function to `m...Hugo van Kemenade2023-10-111-0/+1
* [3.12] gh-65052: Prevent pdb from crashing when trying to display objects (GH...Miss Islington (bot)2023-10-111-0/+1
* [3.12] GH-110488: Fix two small issues in `pathlib.PurePath.with_name()` (GH-...Barney Gale2023-10-111-0/+4
* [3.12] gh-110647: Fix signal test_stress_modifying_handlers() (GH-110650) (#1...Miss Islington (bot)2023-10-111-0/+2
* [3.12] gh-110388: Add tests for tty (GH-110394) (#110621)Miss Islington (bot)2023-10-101-0/+1
* [3.12] gh-81002: Add tests for termios (GH-110386) (GH-110619)Miss Islington (bot)2023-10-101-0/+1
* [3.12] gh-110590: Fix a bug where _sre.compile would overwrite exceptions (GH...Miss Islington (bot)2023-10-101-0/+3
* [3.12] gh-110378: Close invalid generators in contextmanager and asynccontext...Miss Islington (bot)2023-10-101-0/+3
* [3.12] gh-110519: Improve deprecation warning in the gettext module (GH-11052...Miss Islington (bot)2023-10-091-0/+3
* [3.12] gh-109191: Fix build with newer editline (gh-110239) (gh-110562)Miss Islington (bot)2023-10-091-0/+1
* [3.12] gh-110437: Allow overriding VCRuntimeDLL with a semicolon separated li...Miss Islington (bot)2023-10-091-0/+2
* [3.12] gh-109286: Update macOS installer to use SQLite 3.43.1 (GH-110482) (#1...Miss Islington (bot)2023-10-091-0/+1
* [3.12] gh-109151: Revert readline support in the sqlite3 CLI (#110542)Serhiy Storchaka2023-10-091-1/+0
* [3.12] gh-109286: Update Windows installer to use SQLite 3.43.1 (GH-110403) (...Miss Islington (bot)2023-10-091-0/+1
* [3.12] gh-110514: Add PY_THROW to `sys.setprofile` events (GH-110524) (#110541)Miss Islington (bot)2023-10-091-0/+1
* [3.12] gh-110237: Check `PyList_Append` for errors in `_PyEval_MatchClass` (G...Miss Islington (bot)2023-10-081-0/+1
* [3.12] GH-110455: Guard `assert(tstate->thread_id > 0)` with `GH-ifndef HAVE_...Miss Islington (bot)2023-10-061-0/+3
* [3.12] gh-103053: Fix test_tools.test_freeze on FreeBSD (GH-110451) (#110456)Miss Islington (bot)2023-10-061-0/+3
* [3.12] gh-103053: Fix make check-clean-src: check "python" program (GH-110449...Miss Islington (bot)2023-10-061-0/+3
* [3.12] gh-110167: Fix test_socket deadlock in doCleanups() (GH-110416) (#110423)Miss Islington (bot)2023-10-051-0/+5
* [3.12] gh-110259: Fix f-strings with multiline expressions and format specs (...Miss Islington (bot)2023-10-051-0/+3
* [3.12] gh-110365: Fix error overwrite in `termios.tcsetattr` (GH-110366) (#11...Miss Islington (bot)2023-10-051-0/+2
* [3.12] gh-109151: Enable readline in the sqlite3 CLI (GH-109152) (#110352)Miss Islington (bot)2023-10-041-0/+1