1. c99354c [3.13] Replace `capi-sig` mailing list with `discuss.python.org` (GH-136211) (#136214) by Miss Islington (bot) · 5 hours ago 3.13
  2. 1e6db47 [3.13] gh-115119: Defer removal of bundled libmpdec to 3.16 (GH-133997) (#136201) by Sergey B Kirpichev · 10 hours ago
  3. da2c4ef [3.13] gh-87298: Add tests for find_in_strong_cache() bug in _zoneinfo (GH-24829) (GH-136182) by Miss Islington (bot) · 31 hours ago
  4. 0c439de [3.13] gh-136169: Update parameter name in fractions.from_float method (GH-136172) (#136175) by Miss Islington (bot) · 33 hours ago
  5. e3a277c [3.13] gh-135607: remove null checking of weakref list in dealloc of extension modules and objects (#135614) (#136126) by Victor Stinner · 2 days ago
  6. 1e3466a [3.13] gh-133982: Use implementation-specific `open` in `test_fileio.OtherFileTests` (GH-135364) (GH-136149) by Miss Islington (bot) · 2 days ago
  7. e194793 [3.13] gh-85702: Catch PermissionError in zoneinfo.load_tzdata() (GH-136117) (#136136) by Miss Islington (bot) · 2 days ago
  8. b415d1c [3.13] gh-63207: Update `time.time` documentation after GH-116822 (GH-136068) (#136139) by Miss Islington (bot) · 2 days ago
  9. 4f4fa72 [3.13] gh-85702: Catch IsADirectoryError in zoneinfo (GH-131333) (#136130) by Miss Islington (bot) · 2 days ago
  10. 38c7b0e [3.13] gh-136122: Fix video link for math.tau documentation (GH-136129) (#136132) by Miss Islington (bot) · 2 days ago
  11. ef4a70b [3.13] gh-48181: Document `codecs.charmap_build` (GH-135997) (#136124) by Miss Islington (bot) · 2 days ago
  12. ad5f88e [3.13] gh-131885: Update documented signatures for `csv.{writer,reader}` (GH-136085) (GH-136121) by Miss Islington (bot) · 2 days ago
  13. b5fafc3 [3.13] gh-128051: Fix tests if sys.float_repr_style is 'legacy' (#135908) (#136026) by Victor Stinner · 3 days ago
  14. 008c8ca [3.13] gh-132813: Fix the csv documentation for quoting and escaping (GH-133209) (#136114) by Miss Islington (bot) · 3 days ago
  15. be9a383 [3.13] gh-136087: Remove `\r` from documented `os.linesep` values (GH-136088) (#136112) by Miss Islington (bot) · 3 days ago
  16. 76dd0ee [3.13] Doc: Fix duplicate words in idlelib (GH-136089) (#136091) by Miss Islington (bot) · 4 days ago
  17. a2f1d22 [3.13] gh-76595: Add note on `PyCapsule_Import` behavior (GH-134022) (GH-136075) by Miss Islington (bot) · 4 days ago
  18. d3bcecd [3.13] gh-135571: Guard `_hashlib` usage in `test_hashlib.py` (GH-135572) (#136041) by Bénédikt Tran · 5 days ago
  19. ad1b0c9 [3.13] gh-108765: fix comment about macro definitions in `_stat.c` post GH-108854 (GH-136027) (#136044) by Miss Islington (bot) · 5 days ago
  20. e7a8f96 [3.13] gh-136028: Fix parsing month names containing "İ" (U+0130) in strptime() (GH-136029) (GH-136038) by Miss Islington (bot) · 5 days ago
  21. 1e972c7 [3.13] gh-92266: Replace tabs with four spaces in Python files (GH-135983) (#136036) by Miss Islington (bot) · 5 days ago
  22. 3576e1a [3.13] gh-78465: Fix error message for cls.__new__(cls, ...) where cls is not instantiable (GH-135981) (GH-136031) by Serhiy Storchaka · 5 days ago
  23. ea25f4a [3.13] gh-53203: Fix strptime() for %c, %x and %X formats on some locales (GH-135971) (GH-136020) by Miss Islington (bot) · 6 days ago
  24. d105eae [3.13] gh-135968: Add iOS binary stubs for strip (GH-135970) (#136015) by Miss Islington (bot) · 6 days ago
  25. 07a7636 [3.13] gh-135966: Modify iOS testbed to make app_packages a site directory (GH-135967) (#136013) by Russell Keith-Magee · 6 days ago
  26. cee66dd [3.13] Docs: Fix duplicate word typos (GH-135958) (GH-136008) by Brian Schubert · 6 days ago
  27. 784c0ed [3.13] gh-135995: Fix missing char in palmos encoding (GH-135990) (#136002) by Miss Islington (bot) · 6 days ago
  28. ac8b868 [3.13] IDLE: Update NEWS2x.txt with 2.7.0 release date (GH-129908) (#136000) by Miss Islington (bot) · 6 days ago
  29. 3be3c49 [3.13] gh-91555: add warning to docs about possibility of deadlock/infinite recursion (GH-135954) (GH-135989) by Miss Islington (bot) · 6 days ago
  30. a724632 [3.13] gh-135110: Fix misleading `generator.close()` documentation (GH-135152) (GH-135986) by Miss Islington (bot) · 6 days ago
  31. 3789d8d [3.13] gh-135965: Delete duplicate word in isolating-extensions howto (GH-135964) (#135978) by Miss Islington (bot) · 6 days ago
  32. 21f9873 [3.13] gh-135956: Remove duplicate word in _pydatetime docstring (GH-135957) (#135963) by Miss Islington (bot) · 7 days ago
  33. c148a68 [3.13] gh-91555: Revert disabling of logger while handling log record. (GH-135858) (GH-135911) by Miss Islington (bot) · 7 days ago
  34. 335d7da [3.13] Docs: Fix indentation in `slice` class of `functions.rst` (GH-134393) (GH-135949) by Miss Islington (bot) · 7 days ago
  35. c64df2a [3.13] gh-135871: Fix needless spinning in `_PyMutex_LockTimed` with zero timeout (gh-135872) (gh-135947) by Sam Gross · 7 days ago
  36. 86c050a [3.13] Docs: Add cross-reference for `positional_item` in the `calls` productionlist (GH-129977) (GH-135941) by Miss Islington (bot) · 7 days ago
  37. 28c5adf [3.13] gh-135839: Fix `module_traverse` and `module_clear` in `_interpchannelsmodule` (GH-135840) (#135919) by sobolevn · 8 days ago
  38. c344aad [3.13] gh-135755: Docs: C API: Document missing `PyFunction_GET*` macros (GH-135762) (GH-135917) by Miss Islington (bot) · 8 days ago
  39. 3e43628 [3.13] gh-135855: Raise TypeError When Passing Non-dict Object to `_interpreters.set___main___attrs` (gh-135903) by Brian Schubert · 8 days ago
  40. 469f69d [3.13] gh-135878: Fix crash in `types.SimpleNamespace.__repr__` (GH-135889) (#135895) by Miss Islington (bot) · 8 days ago
  41. 86d1821 [3.13] gh-135487: fix `reprlib.Repr.repr_int` when given very large integers (GH-135506) (#135886) by Miss Islington (bot) · 8 days ago
  42. a27398d [3.13] gh-135494: Fix python -m test --pgo -x test_re (#135713) (#135881) by Victor Stinner · 8 days ago
  43. 028d56f [3.13] Bump mypy to 1.16.1 (GH-135720) (#135849) by Hugo van Kemenade · 9 days ago
  44. 980d6cc [3.13] Docs: Use `arguments` to replace `args` in `argparse.rst` (GH-135510) (GH-135867) by Miss Islington (bot) · 9 days ago
  45. 666795a [3.13] gh-135698: Fix Cross-interpreter Queue.full() With Negative/Default max_size (gh-135778) by Eric Snow · 9 days ago
  46. 3e81d56 [3.13] gh-134986: Catch PermissionError when trying to call perf in tests (GH-134987) (#135842) by Miss Islington (bot) · 9 days ago
  47. b79e64b [3.13] patchcheck: use URL paths to identify upstream remote (GH-135806) (#135809) by Miss Islington (bot) · 10 days ago
  48. 6e0ad71 [3.13] gh-135815: skip `netrc` security checks if `os.getuid` is missing (GH-135816) (#135826) by Miss Islington (bot) · 10 days ago
  49. 4eab9da [3.13] gh-135756: Fix nonexistent parameter in tkinter docs (GH-135770) (#135777) by Miss Islington (bot) · 12 days ago
  50. c6e26ef [3.13] Docs: Document `PyExceptionClass` functions in the C API (GH-135697) (GH-135758) by Miss Islington (bot) · 12 days ago
  51. a8c3af0 [3.13] gh-135273: Unify `ZoneInfo.from_file` signatures (GH-135274) (#135715) by Miss Islington (bot) · 13 days ago
  52. 2537188 [3.13] Docs: Add missing lines between regex and text (GH-134505) (GH-135719) by Miss Islington (bot) · 13 days ago
  53. af48f39 [3.13] Docs: Emphasize parameter name in `pkgutil.iter_importers` (GH-135597) (GH-135711) by Miss Islington (bot) · 13 days ago
  54. 55a34a1 [3.13] gh-126112: Fix test_os.TimerfdTests: use 10 ms resolution (GH-135681) (#135705) by Miss Islington (bot) · 14 days ago
  55. 773ca09 [3.13] Document that PyType_GetModuleByDef returns a borrowed reference (GH-135666) (GH-135702) by Miss Islington (bot) · 14 days ago
  56. 7e783e5 gh-134538: Add link to shutil.rmtree example in function docs (GH-135540) by Miss Islington (bot) · 2 weeks ago
  57. 3bfb7da [3.13] gh-135641: Fix flaky `test_capi.test_lock_two_threads` test case (gh-135642) (gh-135688) by Miss Islington (bot) · 2 weeks ago
  58. dfe0e30 [3.13] Docs: Fix markups for emphasis (GH-135598) (GH-135686) by Miss Islington (bot) · 2 weeks ago
  59. a0a1aa3 [3.13] gh-135335: flush stdout/stderr in forkserver after preloading modules (GH-135338) (#135671) by Miss Islington (bot) · 2 weeks ago
  60. 28a70a5 [3.13] gh-135489: Show verbose output for failing tests during PGO profiling step with `--enable-optimizations` (#135600) by Miss Islington (bot) · 2 weeks ago
  61. be1ca79 [3.13] Use replacements to update versions in "Using Python on macOS" (GH-130400) (#135587) by Miss Islington (bot) · 2 weeks ago
  62. f33a5e8 [3.13] gh-132617: Fix `dict.update()` mutation check (gh-134815) (gh-135582) by Sam Gross · 2 weeks ago
  63. 404e8aa [3.13] gh-132969: Fix error/hang when shutdown(wait=False) and task exited abnormally (GH-133222) (GH-135343) by Miss Islington (bot) · 2 weeks ago
  64. 3bd2818 [3.13] gh-67022: Document bytes/str inconsistency in email.header.decode_header() and suggest email.headerregistry.HeaderRegistry as a sane alternative (GH-92900) (#135549) by Miss Islington (bot) · 2 weeks ago
  65. a80d47e [3.13] gh-135171: Update documentation for the generator expression (GH-135351) (GH-135525) by Miss Islington (bot) · 3 weeks ago
  66. 1534077 [3.13] gh-135497: fix `MAXLOGNAME` detection in `configure.ac` (GH-135508) (#135517) by Miss Islington (bot) · 3 weeks ago
  67. a43cf10 [3.13] gh-135496: Fix f string exclamation mark error typo (GH-135495) (#135501) by GiGaGon · 3 weeks ago
  68. e753a7c [3.13] gh-125723: Fix crash with f_locals when generator frame outlive their generator (GH-135453) by Mikhail Efimov · 3 weeks ago
  69. 22cf289 [3.13] gh-133439: Fix dot commands with trailing spaces are mistaken for multi-line sqlite statements in the sqlite3 command-line interface (GH-133440) (GH-133765) by Tan Long · 3 weeks ago
  70. 4455cba [3.13] gh-135462: Fix quadratic complexity in processing special input in HTMLParser (GH-135464) (GH-135482) by Miss Islington (bot) · 3 weeks ago
  71. bea67a1 [3.13] doc: Remove what was essentially duplicate wording. (GH-135431) (GH-135441) by Miss Islington (bot) · 3 weeks ago
  72. 6b9672c [3.13] gh-106318: Add example for `str.expandtabs()` (GH-134525) (#135477) by Miss Islington (bot) · 3 weeks ago
  73. 0430135 gh-135455: Fix version and architecture detection in PC/layout script. (GH-135461) by Miss Islington (bot) · 3 weeks ago
  74. c260ed1 [3.13] gh-106318: Add example for `str.endswith()` (GH-134523) (#135460) by Miss Islington (bot) · 3 weeks ago
  75. db408a4 [3.13] gh-106318: Add example for `str.encode()` (GH-134520) (#135458) by Miss Islington (bot) · 3 weeks ago
  76. 9a10b73 [3.13] Fix presentation of dataclasses' `unsafe_hash` default value (GH-116532) (#135417) by Miss Islington (bot) · 3 weeks ago
  77. 8d07562 Post 3.13.5 by Thomas Wouters · 3 weeks ago
  78. 6cb20a2 Python 3.13.5 by Thomas Wouters · 3 weeks ago v3.13.5
  79. d24d925 [3.13] gh-133264: Correct documentation of how Py_Main and Py_RunMain handle SystemExit (GH-135337) (#135395) by Miss Islington (bot) · 3 weeks ago
  80. 6ae5158 [3.13] GH-135171: Roll back all fixes for GH-127682 as they are not suitable for 3.13 (#135390) by T. Wouters · 3 weeks ago
  81. 5f5b173 [3.13] gh-132415: Update vendored setuptools in ``Lib/test/wheeldata`` (GH-132887) (#135391) by Miss Islington (bot) · 3 weeks ago
  82. 6901988 [3.13] Docs: Add note to tutorial clarifying scope (GH-134534) (#134535) by Miss Islington (bot) · 3 weeks ago
  83. 871adc8 [3.13] gh-135321: Always raise a correct exception for BINSTRING argument > 0x7fffffff in pickle (GH-135322) (GH-135383) by Miss Islington (bot) · 3 weeks ago
  84. 6519257 [3.13] gh-128605: Add branch protections for x86_64 in asm_trampoline.S (#128606) (#135353) by stratakis · 3 weeks ago
  85. ffeaeaf [3.13] gh-133967: Do not normalize locale name 'C.UTF-8' to 'en_US.UTF-8' (GH-135347) (GH-135350) by Miss Islington (bot) · 3 weeks ago
  86. 37027ab [3.13] gh-135326: Restore support of __index__ in random.getrandbits() (#135332) by Serhiy Storchaka · 3 weeks ago
  87. dd7ffdb [3.13] gh-133157: fix UBSan failures in `Parser/pegen.c` (GH-134048) (#135334) by Bénédikt Tran · 3 weeks ago
  88. 857647f [3.13] Heavily comment Python/perf_jit_trampoline.c to improve maintainability (GH-134527) (#135300) by Miss Islington (bot) · 3 weeks ago
  89. 8c28241 [3.13] Use f-strings in csv docs example (GH-135245) (#135286) by Miss Islington (bot) · 3 weeks ago
  90. f0d48b2 [3.13] gh-135276: Refresh `zipfile.Path` from zipp 3.23 (GH-135277) (#135279) by Miss Islington (bot) · 3 weeks ago
  91. b13720e [3.13] gh-135263: Fix typo in token.NAME documentation (GH-135275) (#135281) by Miss Islington (bot) · 3 weeks ago
  92. 0a8fbb3 [3.13] Update tutorial for new "Copy" button (GH-135007) (#135271) by Miss Islington (bot) · 3 weeks ago
  93. 47a828e [3.13] gh-134976: document the exception type that can be raised by `s[i]` (GH-134977) (#135259) by Miss Islington (bot) · 3 weeks ago
  94. e5d1771 [3.13] gh-134151 Fix `TypeError` in `email.utils.decode_params` when sorting RFC 2231 continuations (GH-134687) (#135248) by Miss Islington (bot) · 4 weeks ago
  95. 7620805 [3.13] gh-134160: Use PyModuleDef.m_free in the example module xxlimited (GH-135174) (GH-135214) by Miss Islington (bot) · 4 weeks ago
  96. 58b9581 [3.13] gh-134155: fix AttributeError in email._header_value_parser.get_address (GH-134194) (#135192) by Miss Islington (bot) · 4 weeks ago
  97. b250035 [3.13] Docs: Update `PyExc_*` tables in the c-api documentation (GH-131640) (GH-135221) by Miss Islington (bot) · 4 weeks ago
  98. f9c18ba [3.13] gh-128605: Revert "Add branch protections for x86_64 in asm_tr…ampoline.S (GH-128606) (GH-135077)" (GH-135175) (GH-135203) by Miss Islington (bot) · 4 weeks ago
  99. 705fa8a [3.13] feat(docs): type fix - apply pep8 by using docstring instead of comment in the doc. (GH-135181) (#135211) by Miss Islington (bot) · 4 weeks ago
  100. d864a91 [3.13] gh-135120: Add test.support.subTests() (GH-135121) (GH-135210) by Serhiy Storchaka · 4 weeks ago