Python 3.14.0a7
  1. 29af6ce Python 3.14.0a7 by Hugo van Kemenade · 4 months ago v3.14.0a7
  2. 0f04f24 gh-117779: Fix reading duplicated entries in zipfile by name (GH-129254) by Serhiy Storchaka · 4 months ago
  3. ac3c439 gh-131998: Fix `NULL` dereference when using an unbound method descriptor in a specialized code path (#132000) by Peter Bierma · 4 months ago
  4. 3eda146 gh-74598: add `fnmatch.filterfalse` for excluding names matching a patern (#121185) by Bénédikt Tran · 4 months ago
  5. ee36572 gh-118761: Optimise import time for ``string`` (#132037) by Adam Turner · 4 months ago
  6. 53908bd gh-93096: fix `test_mimetypes.test_guess_type_conflicting_with_mimetypes` (#131408) by Bénédikt Tran · 4 months ago
  7. 8c9ef8f gh-100239: more stats for BINARY_OP/SUBSCR specialization (#132230) by Irit Katriel · 4 months ago
  8. 297e059 Fixed a typo in the documentation (#132005) by David Brochart · 4 months ago
  9. 403886c gh-132021: Add bool type to the list of allowed JSON key types (#132048) by Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) · 4 months ago
  10. f7305a0 gh-115942: Add `locked` to several multiprocessing locks (#115944) by sobolevn · 4 months ago
  11. 6cd1d6c gh-84481: Make ZipFile.data_offset more robust (#132178) by Emma Smith · 4 months ago
  12. 4084416 Add psfhosted Plausible instance to analytics (#132252) by Ee Durbin · 4 months ago
  13. e2b35ee enum: remove unused function (#132044) by Inada Naoki · 4 months ago
  14. f5639d8 gh-130521: Add Open Graph meta tags to template pages (#130523) by Stan Ulbrych · 4 months ago
  15. c0de650 gh-131809: Upgrade vendored expat to 2.7.1 (#132192) by Gregory P. Smith · 4 months ago
  16. f0dcb29 gh-118761: Cover the import time optimisations in What's New (#132035) by Adam Turner · 4 months ago
  17. bc5233b gh-130775: Allow negative locations in `ast` (#130795) by sobolevn · 4 months ago
  18. 8e260b3 gh-128182: switch `ctypes` locking to critical sections (#132133) by Peter Bierma · 4 months ago
  19. ed99e28 gh-132213: use relaxed atomics for set hash (#132215) by Kumar Aditya · 4 months ago
  20. fd1b98d gh-130843: add UUIDv7 timestamp recipes (#132154) by Bénédikt Tran · 4 months ago
  21. ce72457 Docs HTML: Remove self-closing tags (#132220) by Hugo van Kemenade · 4 months ago
  22. 9a6b702 dictobject.c: Fix incorrect function name in errors (#132193) by Jelle Zijlstra · 4 months ago
  23. 8b62374 gh-132221: Fix `__match_args__` generation docs in `dataclasses.rst` (#132222) by sobolevn · 4 months ago
  24. e80ed2c gh-123299: List PEPs 758 and 768 in 3.14 release highlights (#132211) by Hugo van Kemenade · 4 months ago
  25. 3169743 gh-131912: Use different grouping options for the integral and fractional parts (#132170) by Prometheus3375 · 4 months ago
  26. 3980718 gh-132171: Fix `_interpreters.run_string` crash on string subclass (#132173) by sobolevn · 4 months ago
  27. 895d983 gh-61456: Add Thai language codec aliases (#15079) by btwood · 4 months ago
  28. f2daa96 gh-132174: Fix function name in error message of `_interpreters.run_string` (#132175) by sobolevn · 4 months ago
  29. af8d1b9 gh-122040: reword `Modules/xxmodule.c` module-level comment (#132201) by Sonny Ding · 4 months ago
  30. b865871 gh-99108: add support for SIMD-accelerated HMAC-BLAKE2 (#132120) by Bénédikt Tran · 4 months ago
  31. c55c020 gh-124111: Update macOS installer to use Tcl/Tk 8.6.16. (#132190) by Ned Deily · 4 months ago
  32. ce49022 gh-131423: Update macOS installer to use OpenSSL 3.0.16. (GH-132189) by Ned Deily · 4 months ago
  33. 4c5dcc6 gh-129204: Add _PYTHON_SUBPROCESS_USE_POSIX_SPAWN environment knob (GH-132184) by Vincent Fazio · 4 months ago
  34. 6eaa4ae Docs: Add a single table summary for ``cmath`` (#131887) by Sergey B Kirpichev · 4 months ago
  35. e247639 gh-132168: Add `__class_getitem__` to `ctypes.py_object` (#132169) by Brian Schubert · 4 months ago
  36. 0788948 gh-84481: Add ZipFile.data_offset attribute (#132165) by Emma Smith · 4 months ago
  37. dff8bcf gh-126703: Add freelist for range and range_iter objects (GH-128619) by Pieter Eendebak · 4 months ago
  38. 2067378 gh-131591: Handle includes for iOS in remote_debugging.c (#132050) by Pablo Galindo Salgado · 4 months ago
  39. a693eaa gh-132121: Always escape non-printable characters in pygettext (GH-132122) by Tomas R. · 4 months ago
  40. 7bb1e1a gh-132159: Do not shadow user arguments in generated `__new__` by `@warnings.deprecated` (#132160) by Xuehai Pan · 4 months ago
  41. c0661df gh-132011: Fix crash on invalid `CALL_LIST_APPEND` deoptimization (#132018) by sobolevn · 4 months ago
  42. 42e3a84 gh-132139: 3.14 what's new: elaborate on why you can no longer set `Union` attributes (#132157) by Alex Waygood · 4 months ago
  43. f247e1d gh-131178: Add tests for `pickle` command-line interface (#131275) by Semyon Moroz · 4 months ago
  44. dbfc6a4 gh-132139: Document that you can no longer set attributes on unions (#132146) by Jelle Zijlstra · 4 months ago
  45. 0dba59e gh-128182: add critical sections to ctypes arrays getters and setters (#132152) by Kumar Aditya · 4 months ago
  46. 0a10b45 Docs: Replace dead hyperlink for CGI environment variables (#132137) by Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) · 4 months ago
  47. 8680400 gh-132134: Add the clangd ``.cache`` directory to ``.gitignore`` (#132135) by Nadeshiko Manju · 4 months ago
  48. 85bc489 GH-131798: Narrow the result of _CONTAINS_OP_SET to bool in the JIT (GH-132057) by Tomas R. · 4 months ago
  49. ad6a032 gh-131852: Filter out POT-Creation-Date in msgfmt (GH-131880) by Stan Ulbrych · 4 months ago
  50. 3766318 Fix numbered list syntax in programming.rst (#130158) by Rafael Fontenelle · 4 months ago
  51. 1755157 GH-118761: Expose more core interpreter types in ``_types`` (#132103) by Adam Turner · 4 months ago
  52. 92fb949 gh-132132: Upgrade LLVM on tail calling CI (GH-132098) by Ken Jin · 4 months ago
  53. d827d4d gh-131591: Fix GENERATE_DEBUG_SECTION for clangcl on Windows (GH-132112) by Chris Eibl · 4 months ago
  54. 29772b0 gh-126703: Add PyCFunction freelist (GH-128692) by Pieter Eendebak · 4 months ago
  55. 561965f Generate social media preview cards for the documentation (#132101) by Adam Turner · 4 months ago
  56. ef70f02 Skip a test for Bluetooth HCI socket (added in GH-132023) if it fails (GH-132072) by Serhiy Storchaka · 4 months ago
  57. bfc292a Docs: Fix typo in `InternalDocs/jit.md` (#132119) by Tomas R. · 4 months ago
  58. b9d8d99 gh-128182: add critical section to `_ctypes.Simple` getters and setters (#132081) by Kumar Aditya · 4 months ago
  59. f7a8bc5 gh-128182: add critical section to `_ctypes.PyCData` methods (#132082) by Kumar Aditya · 4 months ago
  60. 37bc386 gh-85162: Add `HTTPSServer` to `http.server` to serve files over HTTPS (#129607) by Semyon Moroz · 4 months ago
  61. 99e9798 Docs: document `plistlib.InvalidFileException` (#132069) by Yuki Kobayashi · 4 months ago
  62. 0555778 gh-131015: Add test for bytes formatting errors (#131881) by Ageev Maxim · 4 months ago
  63. 06a110f gh-131912: Improve description of grouping options in the format specification docs (#132030) by Prometheus3375 · 4 months ago
  64. ac14d4a gh-129463, gh-128593: Simplify ForwardRef (#129465) by Jelle Zijlstra · 5 months ago
  65. 231a50f gh-109599: Expose `CapsuleType` via the `_types` module (#131969) by Adam Turner · 5 months ago
  66. 7473c60 gh-131933: Document UnionType/Union merger in What's New (#131941) by Jelle Zijlstra · 5 months ago
  67. ac3a7bf Fix typo in `template_replace()` test helper docstring (#132094) by Victorien · 5 months ago
  68. 68e72cf gh-100239: fix bug in comparison (#132093) by Irit Katriel · 5 months ago
  69. 0a97427 gh-99108: Implement HACL* HMAC (#130157) by Bénédikt Tran · 5 months ago
  70. 7099c75 GH-131498: Cases generator: manage stacks automatically (GH-132074) by Mark Shannon · 5 months ago
  71. 305be5f gh-118761: Lazily import annotationlib in typing (#132060) by Jelle Zijlstra · 5 months ago
  72. 04bc681 gh-131938: Update exception message for `Element.remove()` when an element is not found (#131972) by Bénédikt Tran · 5 months ago
  73. df59226 gh-100239: more refined specialisation stats for BINARY_OP/SUBSCR (#132068) by Irit Katriel · 5 months ago
  74. 7212306 gh-130115: fix thread identifiers for 32-bit musl (#130391) by Vincent Fazio · 5 months ago
  75. 345baa7 gh-132075: Fix possible use of sockaddr structures with uninitialized members (GH-132076) by Serhiy Storchaka · 5 months ago
  76. 255eb37 gh-118761: Defer import of functools in annotationlib (#132059) by Jelle Zijlstra · 5 months ago
  77. a126cef gh-130655: Add a test for corrupt `.mo` files in `gettext` (#131911) by Tomas R. · 5 months ago
  78. 16a6270 gh-130655: Add a test for bad magic numbers in `.mo` files parsed by `gettext` (#131909) by Tomas R. · 5 months ago
  79. 891c61c gh-128632: fix segfault on nested __classdict__ type param (#128744) by Tomasz Pytel · 5 months ago
  80. d1db43c gh-105499: Defer "import warnings" in typing (#132061) by Jelle Zijlstra · 5 months ago
  81. 2009871 GH-131288: Use `_AddressOfReturnAddress` for MSVC in pycore_ceval.h (gh-131289) by Chris Eibl · 5 months ago
  82. 37d47d4 gh-125434: Display thread name in faulthandler (#132016) by Victor Stinner · 5 months ago
  83. 2ccd6aa Add tests for Bluetooth RFCOMM, HCI and SCO (GH-132023) by Serhiy Storchaka · 5 months ago
  84. 6ab4ace GH-131770: increase assumed WASI stack size to 131072 (wasi-sdk default) (#131844) by Filipe Laíns 🇵🇸 · 5 months ago
  85. 0dbaeb9 Enable Windows on Arm GitHub runners (#131994) by Diego Russo · 5 months ago
  86. b6c92ec gh-132038: Make perf version check in test_perf_profiler more robust (#132039) by Itamar Oren · 5 months ago
  87. 5518c2a gh-128661: Remove DeprecationWarning in evaluate_forward_ref (#128930) by Jelle Zijlstra · 5 months ago
  88. 24decb0 gh-131423: Update OpenSSL build tag to 3.0.16.2 to fix ARM64 crash (GH-132051) by Steve Dower · 5 months ago
  89. 943cc14 gh-131591: Implement PEP 768 (#131937) by Pablo Galindo Salgado · 5 months ago
  90. 275056a GH-131904: Fix Py_STACKREF_DEBUG build (GH-132022) by Mark Shannon · 5 months ago
  91. b3e3cc0 Remove deferred ``typing`` import in ``annotationlib`` (#132034) by Adam Turner · 5 months ago
  92. 6bd9689 gh-60115: Support frozen modules for linecache.getline() (#131638) by Tian Gao · 5 months ago
  93. 06822bf gh-118761: Fix star-import of ast (#132025) by Jelle Zijlstra · 5 months ago
  94. 643dd51 gh-111178: Skip test_perf_profiler on function sanitizer (#132020) by Victor Stinner · 5 months ago
  95. f20f02e gh-118761: Optimise import time for ast (#131953) by Adam Turner · 5 months ago
  96. ad053d8 GH-131498: Cases generator: Parse down to C statement level. (GH-131948) by Mark Shannon · 5 months ago
  97. 6e91d1f gh-131974: Fix usages of `locked_deref` in `ctypes` (#131975) by Peter Bierma · 5 months ago
  98. 25275bd gh-131544: Update docs for PyType_AddWatcher (gh-132015) by Donghee Na · 5 months ago
  99. e808531 gh-59705: Fix solaris detection in test_threading.test_set_name() (#132012) by Jakub Kulík · 5 months ago
  100. 76f6b5e gh-132013: use relaxed atomics in hash of frozenset (#132014) by Kumar Aditya · 5 months ago