1. ff3bc82 Python 3.12.5 by Thomas Wouters · 11 months ago v3.12.5
  2. b895f18 [3.12] gh-122334: Fix test_embed failure when missing _ssl module (GH-122630) (#122648) by Miss Islington (bot) · 11 months ago
  3. 1c4d08d [3.12] gh-122744: Bump bundled pip to 24.2 (#122747) by Pradyun Gedam · 11 months ago
  4. b317641 [3.12] gh-119577: Adjust DeprecationWarning when testing element truth values in Element tree (GH-119762) (#120190) by Gregory P. Smith · 11 months ago
  5. e970431 [3.12] gh-117270: Add missed change to COMPARE_OP from 3.12 to dis documentation (GH-117272) (#117274) by Christopher Chianelli · 11 months ago
  6. 81bed0f [3.12] gh-120104: IDLE: Fix padding in config and search dialogs (GH-120107) (#122741) by Miss Islington (bot) · 11 months ago
  7. 4766d12 [3.12] gh-121650: Encode newlines in headers, and verify headers are sound (GH-122233) (#122599) by Petr Viktorin · 11 months ago
  8. 01db0e4 [3.12] gh-122573: Require Python 3.10 or newer for Windows builds (GH-122574) (#122677) by Gregory P. Smith · 11 months ago
  9. 7063665 [3.12] gh-83505: Add markdown mimetype mapping (GH-17995) (#118594) by Miss Islington (bot) · 11 months ago
  10. be88b3b [3.12] Fix syntax in generate_re_casefix.py (GH-122699) (#122722) by Miss Islington (bot) · 11 months ago
  11. 2ff4158 [3.12] gh-122613: Document PyLong_GetInfo() (part of Limited API) (GH-122280) (#122644) by Sergey B Kirpichev · 11 months ago
  12. 8f19be4 [3.12] gh-121367: [doc] BUILD_TUPLE arg can be 0 (GH-122663) (#122684) by Miss Islington (bot) · 11 months ago
  13. 4d6b7b7 [3.12] Add `3.13` and remove `3.7` in Azure Pipelines (GH-122670) (#122672) by Miss Islington (bot) · 11 months ago
  14. f7ae2c1 [3.12] gh-122661: Remove GNU make-specific directive from Doc/Makefile (GH-122662) (#122669) by Miss Islington (bot) · 11 months ago
  15. 62f224a [3.12] gh-122623: Improve `c-api/bytearray.rst` with error handling info (GH-122624) (#122659) by Miss Islington (bot) · 11 months ago
  16. 8f1b385 [3.12] GH-121970: Fix ``gettext`` for audit events (GH-122651) (#122654) by Miss Islington (bot) · 11 months ago
  17. e2103fc [3.12] Doc: Grammar fix in ``library/ssl.rst``, 'Verifying certificates' (GH-122646) (#122650) by Miss Islington (bot) · 11 months ago
  18. 6dd6ea0 [3.12] Doc: Improve wording of ``os.path.commonpath()`` (GH-122627) (#122642) by Miss Islington (bot) · 11 months ago
  19. 6b8a9a1 [3.12] gh-122334: Fix crash when importing ssl after re-initialization (GH-122481) (#122495) by neonene · 11 months ago
  20. 372df19 [3.12] Fix typos in docs (#122502) (#122605) by Alex Waygood · 11 months ago
  21. c47943a [3.12] gh-121723: Relax constraints on queue objects for `logging.handlers.QueueHandler`. (GH-122154) (GH-122604) by Miss Islington (bot) · 11 months ago
  22. 757bcfd [3.12] gh-122544: Change OS image in readthedocs.yml to ubuntu-24.04 (GH-122568) (#122594) by Miss Islington (bot) · 11 months ago
  23. c654bce [3.12] Fixes typo in idlelib/idle_test/example_stub.pyi (GH-122520) (#122591) by Miss Islington (bot) · 11 months ago
  24. fed70e0 [3.12] gh-122384: Mark strings from Download page for translation (GH-122385) (#122554) by Miss Islington (bot) · 11 months ago
  25. 8ab6d1b [3.12] Move change detection to separate workflow in CI (GH-122336). (#122538) by Sviatoslav Sydorenko (Святослав Сидоренко) · 11 months ago
  26. 5df322e [3.12] gh-122133: Rework pure Python socketpair tests to avoid use of importlib.reload. (GH-122493) (GH-122505) by Miss Islington (bot) · 11 months ago
  27. 5377f55 [3.12] gh-87320: In the code module, handle exceptions raised in sys.excepthook (GH-122456) (GH-122515) by Serhiy Storchaka · 11 months ago
  28. ef21e48 [3.12] Docs: bump Sphinx to 8.0 and update constraints (GH-122496) (#122500) by Hugo van Kemenade · 11 months ago
  29. efba83f [3.12] GH-122482: Make About IDLE direct discussion to DPO (GH-122483) (#122486) by Miss Islington (bot) · 11 months ago
  30. 1cd57b9 [3.12] Remove outdated note about instance methods from datamodel.rst (GH-122471) (#122480) by Miss Islington (bot) · 11 months ago
  31. c8f5ca6 [3.12] gh-122208: Don't delivery PyDict_EVENT_ADDED until it can't fail (#122327) by Dino Viehland · 11 months ago
  32. ca22750 [3.12] gh-121474: Add threading.Barrier parties arg sanity check. (GH-121480) (GH-122443) by Miss Islington (bot) · 11 months ago
  33. 9491d18 [3.12] gh-122400: Handle ValueError in filecmp (GH-122401) (GH-122442) by Miss Islington (bot) · 11 months ago
  34. 6b4abde [3.12] GH-121970: Extract ``audit_events`` into a new extension (GH-122325) (#122435) by Miss Islington (bot) · 11 months ago
  35. dd86217 [3.12] GH-122085: Use include files for C API deprecations (GH-109843) (#122423) by Adam Turner · 11 months ago
  36. 220e31a [3.12] gh-122133: Authenticate socket connection for `socket.socketpair()` fallback (GH-122134) (GH-122425) by Miss Islington (bot) · 11 months ago
  37. bad8497 [3.12] gh-122311: Fix a refleak in pickle (GH-122411) (GH-122416) by Miss Islington (bot) · 11 months ago
  38. e6878fc Revert "[3.12] gh-120713: Normalize year with century for datetime.strftime (GH-120820) (GH-121145)" (GH-122409) by Serhiy Storchaka · 11 months ago
  39. 5bd2ea2 [3.12] gh-117482: Fix the Slot Wrapper Inheritance Tests (gh-122250) by Eric Snow · 11 months ago
  40. e299104 [3.12] gh-122292: Split up ``Lib/test/test_ast.py`` into a couple of … (#122395) by Kirill Podoprigora · 11 months ago
  41. a3076c7 [3.12] gh-122311: Fix some error messages in pickle (GH-122386) (GH-122388) by Miss Islington (bot) · 11 months ago
  42. ecc97cb [3.12] gh-122311: Add more tests for pickle (GH-122376) (GH-122378) by Serhiy Storchaka · 11 months ago
  43. ccb4e3b [3.12] gh-122085: Create dedicated page for deprecations (GH-122352) (#122375) by Miss Islington (bot) · 11 months ago
  44. ca3486c [3.12] gh-122300: Preserve AST nodes for format specifiers with single elements (GH-122308) (#122363) by Pablo Galindo Salgado · 11 months ago
  45. 8205c16 [3.12] GH-121462: pathlib docs: improve table of corresponding os/os.path functions (GH-121465) (#122360) by Barney Gale · 11 months ago
  46. 0f83b8f [3.12] gh-122044: Don't error during gitignore filtering with no files (GH-122045) (#122354) by Miss Islington (bot) · 11 months ago
  47. fb2826a [3.12] gh-122085: Use include files for `whatsnew/3.14.rst` deprecations (GH-122242) (#122351) by Hugo van Kemenade · 11 months ago
  48. 2e37d67 [3.12] gh-122170: Handle ValueError raised by os.stat() in linecache (GH-122176) (GH-122349) by Miss Islington (bot) · 11 months ago
  49. a4449a1 [3.12] Move macOS matrix to the calling workflow (GH-121809) (#122330) by Sviatoslav Sydorenko (Святослав Сидоренко) · 11 months ago
  50. 102dc44 [3.12] gh-122332: Fix missing `NULL` check in `asyncio.Task.get_coro` (GH-122338) (#122345) by Miss Islington (bot) · 11 months ago
  51. d4ca183 [3.12] Document ``mimetypes.MimeTypes.add_type()`` (GH-122301) (#122329) by Miss Islington (bot) · 11 months ago
  52. 7353106 [3.12] gh-122311: Fix typo in the pickle error formatting code (GH-122312) (GH-122315) by Miss Islington (bot) · 11 months ago
  53. 0300e33 [3.12] gh-121913: Use str(exc) instead of exc.strerror in `asyncio.base_events` (GH-122269) (#122279) by Miss Islington (bot) · 11 months ago
  54. 02c19f0 [3.12] gh-122270: Fix typos in the Py_DEBUG macro name (GH-122271) (GH-122276) by Miss Islington (bot) · 11 months ago
  55. 9d65ea1 [3.12] gh-82951: Fix serializing by name in pickle protocols < 4 (GH-122149) (GH-122265) by Miss Islington (bot) · 11 months ago
  56. be5e229 [3.12] gh-122191: Fix test_warnings failure if run with -Werror (GH-122222) (GH-122257) by Serhiy Storchaka · 11 months ago
  57. dd4c8ac [3.12] gh-117482: Simplify the Fix For Builtin Types Slot Wrappers (gh-122241) by Eric Snow · 11 months ago
  58. 1a104e5 [3.12] gh-122085: Use include files for `whatsnew/3.12.rst` deprecations (GH-122093) (#122224) by Hugo van Kemenade · 11 months ago
  59. f8ddebb [3.12] Integrate `build_msi` into main CI workflow (GH-121778) (#122231) by Sviatoslav Sydorenko (Святослав Сидоренко) · 11 months ago
  60. 9dad694 [3.12] GH-120754: Add more tests around seek + readall (GH-122103) (#122216) by Miss Islington (bot) · 11 months ago
  61. 257c413 [3.12] gh-122029: Log call events in sys.setprofile when it's a method with c function (GH-122072) (GH-122206) by Miss Islington (bot) · 11 months ago
  62. d7c67e0 [3.12] gh-117482: Expand Tests for Slot Wrappers of Inherited Slots of Static Builtin Types (gh-122197) by Eric Snow · 11 months ago
  63. cde9a26 [3.12] Docs: Use cross-reference to `os.uname` in `sysconfig.get_platform` (GH-122083) (#122172) by Miss Islington (bot) · 11 months ago
  64. 6477653 [3.12] GH-121970: Remove ``escape4chm`` (GH-122065) (#122168) by Miss Islington (bot) · 11 months ago
  65. b24ca6a [3.12] Refactor test_capi.test_long (GH-122113) (GH-122151) by Serhiy Storchaka · 11 months ago
  66. 8d1f157 [3.12] Merge Ubuntu test matrices in CI (GH-121813) (#122116) by Sviatoslav Sydorenko (Святослав Сидоренко) · 12 months ago
  67. c1e834d [3.12] gh-121957: Emit audit events for python -i and python -m asyncio (GH-122117) by Łukasz Langa · 12 months ago
  68. 6e9b3f7 [3.12] Generalize reusable Windows CI jobs (#121766) (#121776) by Sviatoslav Sydorenko (Святослав Сидоренко) · 12 months ago
  69. 6586b17 [3.12] gh-118124: fix assert related C++ checks on Solaris/Illumos (GH-121974) (#122109) by Jakub Kulík · 12 months ago
  70. 71970d6 [3.12] Docs: spelling and grammar fixes (GH-122084) (#122107) by Russell Keith-Magee · 12 months ago
  71. 9343c6d [3.12] Delete stale note about mp.Lock.acquire/SIGINT (GH-120929) (GH-122079) by Miss Islington (bot) · 12 months ago
  72. 5f46a72 [3.12] gh-121977: Add tips for handling unhashable data (GH-122075) (#122077) by Miss Islington (bot) · 12 months ago
  73. 966eff9 [3.12] gh-122026: Fix identification of mismatched parentheses inside f-strings (GH-122028) (#122062) by Pablo Galindo Salgado · 12 months ago
  74. 0298da4 [3.12] Docs: Fix duplicate object description warnings (GH-122068) (#122070) by Miss Islington (bot) · 12 months ago
  75. a9daa4f [3.12] gh-121130: Fix f-string format specifiers with debug expressions (GH-121150) (#122063) by Pablo Galindo Salgado · 12 months ago
  76. ca531e4 [3.12] GH-121970: Modernise the patchlevel extension (GH-121995) (#122061) by Miss Islington (bot) · 12 months ago
  77. 8bd4713 [3.12] gh-120930: Remove extra blank occuring in wrapped encoded words in email headers (GH-121747) (GH-121964) by Miss Islington (bot) · 12 months ago
  78. 3f72821 [3.12] gh-59022: Added tests for `pkgutil.extend_path` (GH-121673) (GH-121950) by Miss Islington (bot) · 12 months ago
  79. e80497c [3.12] gh-121160: Note that readline libraries using different history formats. (GH-121327) (GH-122031) by Petr Viktorin · 12 months ago
  80. ff98d90 [3.12] GH-121970: Rewrite the C-API annotations extension (GH-121985) (#122025) by Adam Turner · 12 months ago
  81. 7c8b6f8 [3.12] GH-121970: Use Ruff to check and format the docs tools (GH-122018) (#122024) by Adam Turner · 12 months ago
  82. 2cd816e [3.12] GH-121970: Combine custom Pygments lexers into a package (GH-121976) (#122022) by Miss Islington (bot) · 12 months ago
  83. 2e8dba3 [3.12] gh-121657: Additional `yield from` error test using lambda (GH-121722) (GH-121962) by Miss Islington (bot) · 12 months ago
  84. 88618d2 [3.12] GH-121970: Make ``DeprecatedRemoved`` a subclass of ``VersionChange`` (GH-121971) (#122020) by Miss Islington (bot) · 12 months ago
  85. 2d4eccf [3.12] GH-121970: Improve the glossary preview in HTML search (GH-121991) (#122016) by Miss Islington (bot) · 12 months ago
  86. 39dea21 [3.12] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122013) by Serhiy Storchaka · 12 months ago
  87. e7130dc [3.12] Docs: Upgrade Sphinx to 7.4 (GH-121987) (#122011) by Miss Islington (bot) · 12 months ago
  88. b1c31a1 [3.12] gh-65453: Docs - clarify AttributeError behaviour on PropertyMock (GH-121666) (GH-121969) by Miss Islington (bot) · 12 months ago
  89. eda9b7f [3.12] GH-117928: Bump the minimum Sphinx version to 6.2.1 (GH-121986) (#121993) by Miss Islington (bot) · 12 months ago
  90. 1855784 [3.12] GH-121970: Use ``SphinxDirective`` instead of ``Directive`` (GH-121972) (#122009) by Miss Islington (bot) · 12 months ago
  91. eedb44e [3.12] Docs: Fix typo in description of ``INTRINSIC_ASYNC_GEN_WRAP`` (GH-122004) (#122007) by Miss Islington (bot) · 12 months ago
  92. 0403cb4 [3.12] gh-120289: Add external timer in traverse of _lsprof.Profiler (GH-121998) (#122001) by Miss Islington (bot) · 12 months ago
  93. 001584d [3.12] gh-120289: Disallow disable() and clear() in external timer to prevent use-after-free (GH-120297) (#121989) by Miss Islington (bot) · 12 months ago
  94. f88ec9a [3.12] gh-64308: Remove TestProgram from the unittest docs (GH-121675) (GH-121743) by Miss Islington (bot) · 12 months ago
  95. 1d915aa [3.12] gh-121874: Define audit-event open parameters consistently (GH-121883) (GH-121955) by Miss Islington (bot) · 12 months ago
  96. 3279a4f [3.12] gh-119698: fix a special case in `symtable.Class.get_methods` (GH-121802) (#121910) by Miss Islington (bot) · 12 months ago
  97. a6516de [3.12] gh-78889: Stop IDLE Shell freezes from sys.stdout.shell.xyz (GH-121876) (#121912) by Miss Islington (bot) · 12 months ago
  98. 874eed6 [3.12] gh-121153: Fix some errors with use of _PyLong_CompactValue() (GH-121154) by Serhiy Storchaka · 12 months ago
  99. 6a19d22 [3.12] gh-121834: Improve `complex` C-API docs (GH-121835) (#121897) by sobolevn · 12 months ago
  100. 6e0ba93 [3.12] gh-121842: Improve coverage of `PyBytes_FromStringAndSize` (GH-121843) (#121894) by Miss Islington (bot) · 12 months ago