Python 3.14.0a4
  1. f26daa9 Python 3.14.0a4 by Hugo van Kemenade · 7 months ago v3.14.0a4
  2. 9830132 gh-123299: Copyedit "What's New in Python 3.14" (#128814) by Hugo van Kemenade · 7 months ago
  3. 06cad77 gh-71339: Add additional assertion methods for unittest (GH-128707) by Serhiy Storchaka · 7 months ago
  4. 41f7350 gh-106320: Document private C APIs promoted to public C API (#128788) by Victor Stinner · 7 months ago
  5. 8dfc743 gh-128182: Add per-object memory access synchronization to `ctypes` (GH-128490) by Peter Bierma · 7 months ago
  6. 5044c22 gh-67748: DOC:Add summary table for str methods in stdtypes.rst (GH-1709) by Cheryl Sabella · 7 months ago
  7. 6ff8f82 gh-128150: Improve performances of `uuid.uuid*` constructor functions. (#128151) by Bénédikt Tran · 7 months ago
  8. 29fe807 gh-123345: improve `fnmatch` docs (#123346) by Bénédikt Tran · 7 months ago
  9. 553cdc6 gh-128696: Add arm64 to the get_platform return val description (#128701) by RUANG (James Roy) · 7 months ago
  10. 1b39b50 gh-128409: Document that pdb.post_mortem() accepts exceptions (#128410) by Adam Johnson · 7 months ago
  11. 8af5781 gh-128650: Fix incorrect statement in partial documentation (gh-128651) by dgpb · 7 months ago
  12. ea39c8b gh-118915: Document `PyUnstable_InterpreterState_GetMainModule` (GH-128483) by Peter Bierma · 7 months ago
  13. 4322a31 gh-124433: fix docs for `asyncio.Queue.task_done` (#128669) by Kumar Aditya · 7 months ago
  14. b2adf55 gh-126137: improve docs for `loop.add_reader` and `loop.add_writer` (#128666) by Kumar Aditya · 7 months ago
  15. 1439b81 gh-128629: Add Py_PACK_VERSION and Py_PACK_FULL_VERSION (GH-128630) by Petr Viktorin · 7 months ago
  16. 4685401 gh-79149: document reentrant safety of `loop.call_soon_threadsafe` (#128662) by Kumar Aditya · 7 months ago
  17. a1284e9 gh-97850: Remove the mention of removal from `ResourceReader` docs (#128602) by Tomas R. · 7 months ago
  18. cdfb8bc gh-87506: Amend json.loads() post PR #127355 (#128609) by Erlend E. Aasland · 7 months ago
  19. 15372d0 gh-87506: Document that json.load*() can raise UnicodeDecodeError (#127355) by Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) · 7 months ago
  20. a21e31e Docs: mark up json.load() using parameter list (#128488) by Erlend E. Aasland · 7 months ago
  21. 145276a Add `.. availability:: Windows` directive to COM-related function prototype (GH-127436) by Jun Komoda · 7 months ago
  22. b3cbd8f gh-108202: Document calendar.Calendar.firstweekday (#128566) by Erlend E. Aasland · 7 months ago
  23. 953b49e gh-108202: Document `calendar.Calendar` methods `getfirstweekday` and `setfirstweekday` (#127579) by Stan Ulbrych · 7 months ago
  24. f89e5e2 gh-127350: Add Py_fopen() and Py_fclose() functions (#127821) by Victor Stinner · 7 months ago
  25. 657d7b7 gh-90241: Clarify documentation for PyUnicode_FSConverter and PyUnicode_FSDecoder (GH-128451) by Serhiy Storchaka · 7 months ago
  26. 8d15058 gh-77214: Update outdated documentation for numeric PyArg_Parse formats (GH-128454) by Serhiy Storchaka · 7 months ago
  27. 3b231be Docs: fix `MessageDefect` references in email.policy docs (#128468) by Yuki Kobayashi · 7 months ago
  28. 0cafa97 gh-115765: Document and enforce Autoconf 2.72 requirement (#128502) by Erlend E. Aasland · 8 months ago
  29. 8ade153 gh-127954: Document PyObject_DelItemString (#127986) by RUANG (James Roy) · 8 months ago
  30. 87ee760 Docs: amend json.dump() post gh-128482 (#128489) by Erlend E. Aasland · 8 months ago
  31. f28d471 gh-126719: Clarify math.fmod docs (#127741) by Stan Ulbrych · 8 months ago
  32. a0088b4 Docs: mark up json.dump() using parameter list (#128482) by Erlend E. Aasland · 8 months ago
  33. befcfdf gh-128400: Only show the current thread in `faulthandler` if the GIL is disabled (GH-128425) by Peter Bierma · 8 months ago
  34. b4f799b gh-112015: Implement `ctypes.memoryview_at()` (GH-112018) by Rian Hunter · 8 months ago
  35. f21af18 gh-128317: Highlight today in colour in calendar CLI output (#128318) by Hugo van Kemenade · 8 months ago
  36. 8abd6ce gh-115765: Upgrade to GNU Autoconf 2.72 (#128411) by Erlend E. Aasland · 8 months ago
  37. bb73426 gh-108202: Document calendar.TextCalendar formatting helpers (#127608) by Stan Ulbrych · 8 months ago
  38. e7adeec gh-128426: Mention PySequence_Fast in free-threading C API HOWTO (#128428) by Nathan Goldbaum · 8 months ago
  39. c9d2bc6 Revert "Doc: Show object descriptions in the table of contents (#125757)" (#128406) by Hugo van Kemenade · 8 months ago
  40. 8e48a6e gh-126624: Expose error code ``XML_ERROR_NOT_STARTED`` of Expat >=2.6.4 (#126625) by Sebastian Pipping · 8 months ago
  41. a3711d1 gh-124130: Fix a bug in matching regular expression \B in empty string (GH-127007) by Serhiy Storchaka · 8 months ago
  42. e1baa77 gh-95371: Add support for other image formats(e.g. PNG) to the turtle… (#95378) by Shin-myoung-serp · 8 months ago
  43. 60c6518 gh-128349: Use `.. data::` instead of `.. class::` for pre-defined decimal `Context` objects (#128379) by abkmystery · 8 months ago
  44. d903b17 gh-121676: Raise a ``DeprecationWarning`` if the Python implementation of ``functools.reduce`` is called with `function` or `sequence` as a keyword args (#121677) by Kirill Podoprigora · 8 months ago
  45. c5438fd Reword `about.rst` to not limit Sphinx (#128325) by Stan Ulbrych · 8 months ago
  46. 6dbace3 gh-128317: Document `calendar.TextCalendar.formatweek` (#128353) by Hugo van Kemenade · 8 months ago
  47. 2bd5a7a Docs: correctly markup sys.monitoring "What's New" entry (#128346) by Erlend E. Aasland · 8 months ago
  48. 7e819ce gh-123424: add `ZipInfo._for_archive` to set suitable default properties (#123429) by Bénédikt Tran · 8 months ago
  49. c9159b7 expand the `asyncio.run_coroutine_threadsafe` recipes (#127576) by Thomas Grainger · 8 months ago
  50. f9a5a3a gh-128192: support HTTP sha-256 digest authentication as per RFC-7617 (GH-128193) by Calvin Bui · 8 months ago
  51. 64173cd gh-127949: make deprecation of policy system more prominent (#128290) by Kumar Aditya · 8 months ago
  52. 08a0728 gh-125887: Update PyObject_HasAttr exception behavior (#125907) by Damien · 8 months ago
  53. 9ddc388 gh-124761: add `socket.SO_REUSEPORT_LB` (#124961) by Thomas Grainger · 8 months ago
  54. 8a26c7b Docs: Fix comment out in `c-api/typeobj.rst` (#128266) by Yuki Kobayashi · 8 months ago
  55. 3eb746a gh-127949: add docs for asyncio policy deprecation (#128269) by Kumar Aditya · 8 months ago
  56. 418114c gh-128035: Add ssl.HAS_PHA to detect libssl PHA support (GH-128036) by Will Childs-Klein · 8 months ago
  57. 7985d46 gh-128227: Regenerate `Doc/requirements-oldest-sphinx.txt` (#128228) by Bogdan Romanyuk · 8 months ago
  58. 9fce906 gh-127949: deprecate `asyncio.set_event_loop` (#128218) by Kumar Aditya · 8 months ago
  59. a391d80 gh-127949: deprecate asyncio policy classes (#128216) by Kumar Aditya · 8 months ago
  60. 831b6de gh-126180: Remove getopt and optparse deprecation notices (GH-126227) by Alyssa Coghlan · 8 months ago
  61. 228f275 gh-126664: revert: Use `else` instead of `finally` in docs explaining "with" (#128169) by Gregory P. Smith · 8 months ago
  62. 2a66dd3 gh-112328: Make EnumDict usable on its own and document it (GH-123669) by Petr Viktorin · 8 months ago
  63. 5a584c8 Python Tutorial typo fix (#128077) by shallow-beach · 8 months ago
  64. 39e69a7 gh-112328: Document EnumDict in docs and release notes (GH-121720) by Md Rokibul Islam · 8 months ago
  65. 255762c gh-127274: Defer nested methods (#128012) by mpage · 8 months ago
  66. d2f1d91 GH-122548: Implement branch taken and not taken events for sys.monitoring (GH-122564) by Mark Shannon · 8 months ago
  67. 7b811d0 gh-128008: Add `PyWeakref_IsDead()` (GH-128009) by Sam Gross · 8 months ago
  68. ea578fc gh-127688: Add `SCHED_DEADLINE` and `SCHED_NORMAL` constants to `os` module (GH-127689) by RUANG (James Roy) · 8 months ago
  69. 19c5134 gh-122706: fix docs for asyncio ssl sockets (#128092) by Kumar Aditya · 8 months ago
  70. dbd08fb gh-127949: deprecate `asyncio.get_event_loop_policy` (#128053) by Kumar Aditya · 8 months ago
  71. 0581e3f gh-127174: add docs for asyncio.get_event_loop replacements (#127640) by Thomas Grainger · 8 months ago
  72. 5892853 gh-127949: deprecate `asyncio.set_event_loop_policy` (#128024) by Kumar Aditya · 8 months ago
  73. 401bfc6 Python 3.14.0a3 by Hugo van Kemenade · 8 months ago v3.14.0a3
  74. e4981e3 Fix typo in itertools docs (gh-127995) by Gugubo · 8 months ago
  75. 52d552c gh-127896: Add missing documentation of `PySequence_In` (GH-127979) by Yuki Kobayashi · 8 months ago
  76. 7900a85 Clarify ast docs to use a less confusing example for `ast.ParamSpec` (#127955) by Steve C · 8 months ago
  77. e2325c9 gh-127852: add remark about ',' separator (#127854) by Sergey B Kirpichev · 8 months ago
  78. 292067f Minor readability improvements for the itertools recipes (gh-127928) by Raymond Hettinger · 8 months ago
  79. 8bc1818 gh-127691: add type checks when using `PyUnicodeError` objects (GH-127694) by Bénédikt Tran · 8 months ago
  80. 6446408 gh-102471, PEP 757: Add PyLong import and export API (#121339) by Victor Stinner · 8 months ago
  81. 11ff328 link to the correct output method in documentation (#127857) by Viktor Kálmán · 8 months ago
  82. 58942a0 Document PyObject_SelfIter (#127861) by Miro Hrončok · 8 months ago
  83. 0cbc19d Fix typo in traceback docs (#127884) by Daniel Haag · 8 months ago
  84. 8bbd379 Simplify and speed-up an itertools recipe (gh-127848) by Raymond Hettinger · 8 months ago
  85. dd9da73 gh-118915: C API: Document frame locals proxies. (#127720) by Peter Bierma · 8 months ago
  86. d5d84c3 gh-127791: Fix, document, and test `PyUnstable_AtExit` (#127793) by Peter Bierma · 8 months ago
  87. 5121685 gh-126821: Add versionadded annotation to use_system_logger feature. (#127755) by Russell Keith-Magee · 8 months ago
  88. 035f512 Docs: Fix indents in `xmlrpc.client.rst` (#127782) by Yuki Kobayashi · 8 months ago
  89. c91ccbe gh-59705: Set OS thread name when Thread.name is changed (#127702) by Victor Stinner · 8 months ago
  90. 8dbdbad gh-101100: Fix sphinx warnings in `whatsnew/3.0.rst` (#127662) by Yuki Kobayashi · 8 months ago
  91. 4331832 gh-125420: implement `Sequence.count` API on `memoryview` objects (#125443) by Bénédikt Tran · 8 months ago
  92. 212448b gh-127718: Add colour to `test.regrtest` output (#127719) by Hugo van Kemenade · 8 months ago
  93. 58c7538 gh-125420: implement `Sequence.index` API on `memoryview` objects (#125446) by Bénédikt Tran · 8 months ago
  94. 2041a95 gh-126925: Modify how iOS test results are gathered (#127592) by Russell Keith-Magee · 8 months ago
  95. 77a61c0 gh-101100: amend references starting with `!~` in gh-127054 (#127684) by Yuki Kobayashi · 8 months ago
  96. 8b3cccf GH-125413: Revert addition of `pathlib.Path.scandir()` method (#127377) by Barney Gale · 9 months ago
  97. 657d0e9 [Docs] GDB howto: Fix block type of a cast example (#127621) by Maciej Olko · 9 months ago
  98. 23f2e8f gh-127221: Add colour to unittest output (#127223) by Hugo van Kemenade · 9 months ago
  99. 67b9a53 gh-127413: allow to show specialized bytecode via `dis` CLI (#127414) by Bénédikt Tran · 9 months ago
  100. 1ef6e8c gh-119182: Complete PyUnicodeWriter documentation (#127607) by Victor Stinner · 9 months ago