summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Python 3.14.0a7v3.14.0a7Hugo van Kemenade2025-04-08117-273/+1110
* gh-117779: Fix reading duplicated entries in zipfile by name (GH-129254)Serhiy Storchaka2025-04-083-6/+121
* gh-131998: Fix `NULL` dereference when using an unbound method descriptor in ...Peter Bierma2025-04-085-0/+47
* gh-74598: add `fnmatch.filterfalse` for excluding names matching a patern (#1...Bénédikt Tran2025-04-085-40/+102
* gh-118761: Optimise import time for ``string`` (#132037)Adam Turner2025-04-082-15/+32
* gh-93096: fix `test_mimetypes.test_guess_type_conflicting_with_mimetypes` (#1...Bénédikt Tran2025-04-082-63/+64
* gh-100239: more stats for BINARY_OP/SUBSCR specialization (#132230)Irit Katriel2025-04-082-1/+31
* Fixed a typo in the documentation (#132005)David Brochart2025-04-081-1/+1
* gh-132021: Add bool type to the list of allowed JSON key types (#132048)Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి)2025-04-082-4/+4
* gh-115942: Add `locked` to several multiprocessing locks (#115944)sobolevn2025-04-0810-6/+89
* gh-84481: Make ZipFile.data_offset more robust (#132178)Emma Smith2025-04-082-2/+9
* Add psfhosted Plausible instance to analytics (#132252)Ee Durbin2025-04-081-0/+1
* enum: remove unused function (#132044)Inada Naoki2025-04-081-12/+0
* gh-130521: Add Open Graph meta tags to template pages (#130523)Stan Ulbrych2025-04-073-0/+37
* gh-131809: Upgrade vendored expat to 2.7.1 (#132192)Gregory P. Smith2025-04-076-16/+26
* gh-118761: Cover the import time optimisations in What's New (#132035)Adam Turner2025-04-071-0/+10
* gh-130775: Allow negative locations in `ast` (#130795)sobolevn2025-04-073-5/+23
* gh-128182: switch `ctypes` locking to critical sections (#132133)Peter Bierma2025-04-072-137/+148
* gh-132213: use relaxed atomics for set hash (#132215)Kumar Aditya2025-04-071-7/+9
* gh-130843: add UUIDv7 timestamp recipes (#132154)Bénédikt Tran2025-04-071-2/+13
* Docs HTML: Remove self-closing tags (#132220)Hugo van Kemenade2025-04-074-22/+22
* dictobject.c: Fix incorrect function name in errors (#132193)Jelle Zijlstra2025-04-071-2/+2
* gh-132221: Fix `__match_args__` generation docs in `dataclasses.rst` (#132222)sobolevn2025-04-071-4/+7
* gh-123299: List PEPs 758 and 768 in 3.14 release highlights (#132211)Hugo van Kemenade2025-04-071-3/+5
* gh-131912: Use different grouping options for the integral and fractional par...Prometheus33752025-04-071-4/+4
* gh-132171: Fix `_interpreters.run_string` crash on string subclass (#132173)sobolevn2025-04-073-1/+8
* gh-61456: Add Thai language codec aliases (#15079)btwood2025-04-072-0/+6
* gh-132174: Fix function name in error message of `_interpreters.run_string` (...sobolevn2025-04-072-1/+2
* gh-122040: reword `Modules/xxmodule.c` module-level comment (#132201)Sonny Ding2025-04-071-2/+1
* gh-99108: add support for SIMD-accelerated HMAC-BLAKE2 (#132120)Bénédikt Tran2025-04-071-4/+75
* gh-124111: Update macOS installer to use Tcl/Tk 8.6.16. (#132190)Ned Deily2025-04-072-3/+4
* gh-131423: Update macOS installer to use OpenSSL 3.0.16. (GH-132189)Ned Deily2025-04-072-3/+4
* gh-129204: Add _PYTHON_SUBPROCESS_USE_POSIX_SPAWN environment knob (GH-132184)Vincent Fazio2025-04-072-0/+5
* Docs: Add a single table summary for ``cmath`` (#131887)Sergey B Kirpichev2025-04-061-0/+51
* gh-132168: Add `__class_getitem__` to `ctypes.py_object` (#132169)Brian Schubert2025-04-065-1/+12
* gh-84481: Add ZipFile.data_offset attribute (#132165)Emma Smith2025-04-064-0/+73
* gh-126703: Add freelist for range and range_iter objects (GH-128619)Pieter Eendebak2025-04-064-9/+30
* gh-131591: Handle includes for iOS in remote_debugging.c (#132050)Pablo Galindo Salgado2025-04-062-20/+14
* gh-132121: Always escape non-printable characters in pygettext (GH-132122)Tomas R.2025-04-063-5/+6
* gh-132159: Do not shadow user arguments in generated `__new__` by `@warnings....Xuehai Pan2025-04-063-1/+21
* gh-132011: Fix crash on invalid `CALL_LIST_APPEND` deoptimization (#132018)sobolevn2025-04-065-4/+32
* gh-132139: 3.14 what's new: elaborate on why you can no longer set `Union` at...Alex Waygood2025-04-061-2/+3
* gh-131178: Add tests for `pickle` command-line interface (#131275)Semyon Moroz2025-04-062-5/+64
* gh-132139: Document that you can no longer set attributes on unions (#132146)Jelle Zijlstra2025-04-061-0/+2
* gh-128182: add critical sections to ctypes arrays getters and setters (#132152)Kumar Aditya2025-04-062-28/+165
* Docs: Replace dead hyperlink for CGI environment variables (#132137)Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి)2025-04-061-1/+1
* gh-132134: Add the clangd ``.cache`` directory to ``.gitignore`` (#132135)Nadeshiko Manju2025-04-061-0/+1
* GH-131798: Narrow the result of _CONTAINS_OP_SET to bool in the JIT (GH-132057)Tomas R.2025-04-054-3/+35
* gh-131852: Filter out POT-Creation-Date in msgfmt (GH-131880)Stan Ulbrych2025-04-054-3/+10
* Fix numbered list syntax in programming.rst (#130158)Rafael Fontenelle2025-04-051-5/+5