summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
Commit message (Expand)AuthorAgeFilesLines
* [3.11] gh-99834: Update macOS installer to Tcl/Tk 8.6.13. (GH-110710)Miss Islington (bot)2023-10-111-0/+1
* [3.11] gh-110647: Fix signal test_stress_modifying_handlers() (GH-110650) (#1...Miss Islington (bot)2023-10-111-0/+2
* [3.11] gh-109286: Update Windows installer to use SQLite 3.43.1 (#110403) (#1...Erlend E. Aasland2023-10-101-0/+1
* [3.11] gh-110388: Add tests for tty (GH-110394) (GH-110634)Serhiy Storchaka2023-10-101-0/+1
* [3.11] gh-81002: Add tests for termios (GH-110386) (GH-110620)Miss Islington (bot)2023-10-101-0/+1
* [3.11] gh-110590: Fix a bug where _sre.compile would overwrite exceptions (GH...Miss Islington (bot)2023-10-101-0/+3
* [3.11] gh-110378: Close invalid generators in contextmanager and asynccontext...Miss Islington (bot)2023-10-101-0/+3
* [3.11] gh-109191: Fix build with newer editline (gh-110239) (#110575)Bo Anderson2023-10-091-0/+1
* [3.11] gh-110519: Improve deprecation warning in the gettext module (GH-11052...Miss Islington (bot)2023-10-091-0/+3
* [3.11] gh-110437: Allow overriding VCRuntimeDLL with a semicolon separated li...Miss Islington (bot)2023-10-091-0/+2
* [3.11] gh-109286: Update macOS installer to use SQLite 3.43.1 (GH-110482) (#1...Miss Islington (bot)2023-10-091-0/+1
* [3.11] gh-110237: Check `PyList_Append` for errors in `_PyEval_MatchClass` (G...Miss Islington (bot)2023-10-081-0/+1
* [3.11] gh-109521: Fix obscure cases handling in PyImport_GetImporter() (GH-10...Serhiy Storchaka2023-10-071-0/+5
* [3.11] gh-103053: Fix test_tools.test_freeze on FreeBSD (GH-110451) (#110457)Miss Islington (bot)2023-10-061-0/+3
* [3.11] gh-103053: Fix make check-clean-src: check "python" program (GH-110449...Miss Islington (bot)2023-10-061-0/+3
* [3.11] gh-110167: Fix test_socket deadlock in doCleanups() (GH-110416) (#110424)Miss Islington (bot)2023-10-051-0/+5
* [3.11] gh-110365: Fix error overwrite in `termios.tcsetattr` (GH-110366) (#11...Miss Islington (bot)2023-10-051-0/+2
* [3.11] gh-109974: Fix threading lock_tests race conditions (#110057) (#110355)Victor Stinner2023-10-041-0/+3
* [3.11] [3.12] gh-109972: Enhance test_gdb (GH-110026) (GH-110351) (#110354)Miss Islington (bot)2023-10-041-0/+4
* [3.11] gh-109972: Split test_gdb.py into test_gdb package (#109977) (… (#11...Victor Stinner2023-10-041-0/+2
* [3.11] gh-110267: Add tests for pickling and copying PyStructSequence objects...Miss Islington (bot)2023-10-041-0/+2
* Python 3.11.6v3.11.6Pablo Galindo2023-10-0256-159/+607
* [3.11] GH-101100: Fix reference warnings for ``namedtuple`` (GH-110113) (#110...Miss Islington (bot)2023-09-301-1/+1
* [3.11] gh-109991: Update Windows build to use OpenSSL 3.0.11 (GH-110059)Zachary Ware2023-09-291-0/+1
* [3.11] gh-110031: Skip test_threading fork tests if ASAN (#110100) (#110104)Victor Stinner2023-09-291-0/+2
* [3.11] gh-110088, gh-109878: Fix test_asyncio timeouts (#110092) (#110099)Victor Stinner2023-09-291-0/+4
* [3.11] gh-102304: Add links to the Stable ABI and Limited C API docs (#105345...Adam Turner2023-09-292-2/+2
* [3.11] gh-109634: Use :samp: role (GH-109635) (GH-109778)Serhiy Storchaka2023-09-295-6/+6
* [3.11] gh-110036: multiprocessing Popen.terminate() catches PermissionError (...Miss Islington (bot)2023-09-291-0/+5
* [3.11] gh-110038: KqueueSelector must count all read/write events (GH-110039)...Davide Rizzo2023-09-281-0/+3
* [3.11] gh-110033: Fix signal test_interprocess_signal() (GH-110035) (#110041)Miss Islington (bot)2023-09-281-0/+5
* [3.11] gh-109594: Fix concurrent.futures test_timeout() (GH-110018) (#110022)Miss Islington (bot)2023-09-281-0/+4
* [3.11] gh-109991: Update macOS installer to use OpenSSL 3.0.10. (GH-110010)Miss Islington (bot)2023-09-281-0/+1
* [3.11] gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.11 and multis...Ned Deily2023-09-281-0/+2
* [3.11] gh-109593: Fix reentrancy issue in multiprocessing resource_tracker (G...Miss Islington (bot)2023-09-261-0/+1
* [3.11] gh-109631: Allow interruption of short repeated regex matches (GH-1098...Miss Islington (bot)2023-09-261-0/+3
* [3.11] gh-109748: Fix venv test_zippath_from_non_installed_posix() (GH-109872...Miss Islington (bot)2023-09-251-0/+3
* [3.11] gh-105829: Fix concurrent.futures.ProcessPoolExecutor deadlock (GH-108...elfstrom2023-09-241-0/+1
* [3.11] Docs: Update Donghee Na's name (GH-109743) (#109759)Hugo van Kemenade2023-09-2333-98/+98
* [3.11] gh-109375: Fix bug where pdb registers an alias without an associated ...Miss Islington (bot)2023-09-221-0/+1
* [3.11] gh-108388: Convert test_concurrent_futures to package (#108401) (#109704)Victor Stinner2023-09-221-0/+2
* [3.11] gh-108388: Split test_multiprocessing_spawn (GH-108396) (#109688)Miss Islington (bot)2023-09-211-0/+4
* [3.11] gh-109613: _pystat_fromstructstat() checks for exceptions (#109618) (#...Victor Stinner2023-09-211-0/+4
* [3.11] GH-109209: Bump the minimum Sphinx version to 4.2 (GH-109210) (#109637)Miss Islington (bot)2023-09-211-0/+1
* [3.11] gh-103053: Skip test_freeze_simple_script() on PGO build (#109591) (#1...Victor Stinner2023-09-201-0/+4
* [3.11] gh-108843: fix ast.unparse for f-string with many quotes (#108980)Shantanu2023-09-181-0/+1
* [3.11] gh-109396: Fix test_socket.test_hmac_sha1() in FIPS mode (GH-109423) (...Miss Islington (bot)2023-09-141-0/+3
* [3.11] gh-109351: Fix crash when compiling AST with invalid NamedExpr (GH-109...Miss Islington (bot)2023-09-131-0/+2
* [3.11] gh-104736: Fix test_gdb tests on ppc64le with clang (GH-109360) (#109362)Miss Islington (bot)2023-09-131-0/+4
* [3.11] gh-84867: Do not load tests from TestCase and FunctionTestCase (GH-100...Miss Islington (bot)2023-09-121-0/+2