Python 3.13.6
  1. d29a9c5 [3.13] Doc: fix duplicated words (GH-136086) (#137357) by Brian Schubert · 14 days ago
  2. 0936a53 [3.13] parser_generator.py typo - keywods -> keywords (GH-135014) (#136773) by Miss Islington (bot) · 4 weeks ago
  3. 4a889d8 [3.13] gh-136297: Fix `hypothesis` and `subTest` usage in `test_zoneinfo_property.py` (GH-136384) (#136408) by Miss Islington (bot) · 6 weeks ago
  4. 028d56f [3.13] Bump mypy to 1.16.1 (GH-135720) (#135849) by Hugo van Kemenade · 8 weeks ago
  5. b79e64b [3.13] patchcheck: use URL paths to identify upstream remote (GH-135806) (#135809) by Miss Islington (bot) · 8 weeks ago
  6. 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) · 10 weeks ago
  7. dd7ffdb [3.13] gh-133157: fix UBSan failures in `Parser/pegen.c` (GH-134048) (#135334) by Bénédikt Tran · 10 weeks ago
  8. 728a881 [3.13] gh-135151: Fix incorrect packaging of pyconfig.h in Windows installer (GH-135180) by Steve Dower · 2 months ago
  9. bc1a6ec [3.13] gh-133410: Fix PR detection in build workflow (GH-133671) (#134054) by Miss Islington (bot) · 3 months ago
  10. cec0e13 [3.13] gh-133403: Check `Tools/build/deepfreeze.py` with mypy (GH-133802) (#134040) by sobolevn · 3 months ago
  11. 4c7a04b [3.13] gh-133412: amend docs for the `inst` definition (GH-133708) (#133730) by Miss Islington (bot) · 3 months ago
  12. df85816 gh-133626: Ensure the traditional Windows installer doesn't accidentally pick up site-packages (GH-133693) by Steve Dower · 3 months ago
  13. c2cddb7 [3.13] gh-133403: Check `Tools/build/verify_ensurepip_wheels.py` with mypy (GH-133453) (#133690) by Miss Islington (bot) · 3 months ago
  14. aed613f [3.13] gh-133403: Type `Tools/build/update_file.py` and check it with `mypy` (GH-133404) (#133637) by sobolevn · 3 months ago
  15. d4f6367 [3.13] gh-132921: Fix setuptools._distutils.dep_util deprecation (#133522) by Victor Stinner · 3 months ago
  16. 1105ed3 [3.13] GH-133410: Use commit hashes for change detection (gh-133416) (#133427) by Miss Islington (bot) · 3 months ago
  17. df1669e [3.13] Bump mypy to 1.15 (GH-133405) (#133429) by Miss Islington (bot) · 3 months ago
  18. 994529d [3.13] Revert "[3.13] gh-132921: Fix setuptools._distutils.dep_util deprecation (GH-132923) (#132926)" (#133004) by Victor Stinner · 4 months ago
  19. 3776ade [3.13] gh-132921: Fix setuptools._distutils.dep_util deprecation (GH-132923) (#132926) by Miss Islington (bot) · 4 months ago
  20. 3a130c1 [3.13] Update `pre-commit` repos (GH-132792) (#132804) by sobolevn · 4 months ago
  21. 3c29fb2 [3.13] gh-132753: Argument Clinic: Fix support of c_default for the bool converter (GH-132754) (GH-132766) by Serhiy Storchaka · 4 months ago
  22. 793293d [3.13] gh-130834: Fix free-threaded build with JIT for aarch64 linux (#132368) by Donghee Na · 4 months ago
  23. bde7283 [3.13] GH-130673: Gracefully handle missing sections in JIT build (GH-131749) by Miss Islington (bot) · 4 months ago
  24. 3b60cd8 [3.13] gh-131852: Filter out POT-Creation-Date in msgfmt (GH-131880) (GH-132217) by Miss Islington (bot) · 4 months ago
  25. 2d909c3 [3.13] gh-130197: pygettext: Test the --escape option (GH-131902) (GH-132032) by Tomas R. · 5 months ago
  26. 2ccb84a [3.13] gh-128446: Run Windows CI tests on each commit (GH-131702) (#131705) by Miss Islington (bot) · 5 months ago
  27. 478eb73 [3.13] gh-130587: Add hand-written docs for non-OP tokens (GH-130588) (GH-131465) by Petr Viktorin · 5 months ago
  28. 78f75d3 [3.13] gh-85012: Properly reset msgctxt when compiling messages with msgfmt (GH-130525) (GH-131205) by Serhiy Storchaka · 5 months ago
  29. 137595f [3.13] gh-124878: Add temporary TSAN suppression for free_threadstate (gh-130602) (gh-130687) by Sam Gross · 6 months ago
  30. 9966dae [3.13] gh-117657: Enable test_opcache under TSAN (GH-129831) (GH-130597) by Sam Gross · 6 months ago
  31. ebb02da [3.13] gh-128446: Skip Windows CI for Unix build system changes (GH-128450) (#130434) by Miss Islington (bot) · 6 months ago
  32. 019918a [3.13] Convert change detection to a Python script (GH-129627) (#130367) by Hugo van Kemenade · 6 months ago
  33. 4d941d3 [3.13] gh-129805: Fix `bytes` annotation in `Tools/jit` (GH-129806) (#130216) by sobolevn · 6 months ago
  34. b5eed8c [3.13] Merge TSAN test matrices in CI (#123278) (#129673) by 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) · 6 months ago
  35. fcb2656 [3.13] gh-129438: Update ``--enable-experimental-jit`` section with install requirements (GH-129450) (#129472) by Miss Islington (bot) · 7 months ago
  36. e1900db [3.13] Replace `strict_concatenate = True` with `extra_checks = True` (GH-126391) (#129286) by Miss Islington (bot) · 7 months ago
  37. 32012ed [3.13] gh-109413: Add more type hints to `libregrtest` (GH-126352) (#126388) by Miss Islington (bot) · 7 months ago
  38. 883cb23 [3.13] gh-128152: Argument Clinic: ignore pre-processor directives inside C comments (GH-128464) (#128478) by Miss Islington (bot) · 8 months ago
  39. 3a8bdaf [3.13] gh-128083: Fix macro redefinition warning in clinic. (GH-127950) (#128102) by Peter Bierma · 8 months ago
  40. dddea7c [3.13] gh-122907: Fix Builds Without HAVE_DYNAMIC_LOADING Set (gh-122952) (#122984) by Miss Islington (bot) · 9 months ago
  41. a442c87 [3.13] gh-127341: Argument Clinic: fix compiler warnings for getters with docstrings (GH-127310) (#127431) by Peter Bierma · 9 months ago
  42. c54b9ae [3.13] summarize: Fix typo in stats (GH-127450) (#127454) by Miss Islington (bot) · 9 months ago
  43. 4cba0e6 [3.13] gh-127303: Add docs for token.EXACT_TOKEN_TYPES (GH-127304) (#127390) by Miss Islington (bot) · 9 months ago
  44. 9187ac3 [3.13] gh-126316: Make grp.getgrall() thread-safe: add a mutex (#127055) (#127104) by Victor Stinner · 9 months ago
  45. 3227680 gh-118973: Add _tkinter to freethreaded MSI (GH-126768) by Miss Islington (bot) · 9 months ago
  46. bf40fdb [3.13] gh-126807: pygettext: Do not attempt to extract messages from function definitions. (GH-126808) (GH-126846) by Miss Islington (bot) · 9 months ago
  47. 1d6ba84 [3.13] gh-126623: Update libexpat to 2.6.4, make future updates easier (GH-126792) (GH-126796) by Miss Islington (bot) · 9 months ago
  48. 6cefffc [3.13] gh-126525: Fix `makeunicodedata.py` output on macOS and Windows (GH-126526) (#126725) by Miss Islington (bot) · 9 months ago
  49. b1a406d gh-126497: Add missing venv redirectors to freethreaded installer (GH-126556) by Miss Islington (bot) · 9 months ago
  50. 9ecaee6 [3.13] GH-123877: make `wasm32-wasip1` the target triple for WASI (#126561) by Brett Cannon · 9 months ago
  51. 9dd3add [3.13] gh-89640: harden float word ordering (#125571 and #126387) (#126429) by Erlend E. Aasland · 10 months ago
  52. d24ea89 [3.13] gh-124612: Use ghcr.io/python/autoconf instead of public image (GH-124657) (#126183) by Miss Islington (bot) · 10 months ago
  53. 014d0ee [3.13] gh-125741: Update `build.yml` for the new check_autoconf_regen job (GH-125772) (#125779) by Miss Islington (bot) · 10 months ago
  54. 3fda8a8 [3.13] CI: Bump Python to 3.13 and mypy to 1.12 in mypy workflow (GH-… (#125596) by Kirill Podoprigora · 10 months ago
  55. cc1892d [3.13] GH-121634: have `wasi.py` accept the host target triple as an argument (GH-123030) (GH-123042) by Miss Islington (bot) · 10 months ago
  56. d432fa4 [3.13] Fix typos (#123775) (#123866) by Victor Stinner · 10 months ago
  57. 3fd3b8a [3.13] gh-123915: Ensure that Windows AMD64 and ARM64 release builds use different directories (GH-123918) (#123921) by Miss Islington (bot) · 11 months ago
  58. 612e469 [3.13] gh-123892: Add "_wmi" to sys.stdlib_module_names (GH-123893) (#123896) by Miss Islington (bot) · 11 months ago
  59. 7f101dc [3.13] gh-124254: Detect freethreaded MSI component when doing an upgrade on Windows (GH-124279) (#124347) by Miss Islington (bot) · 11 months ago
  60. de8dc92 [3.13] gh-123880: Allow recursive import of single-phase-init modules (GH-123950) (#124273) by Miss Islington (bot) · 11 months ago
  61. ad944b5 [3.13] gh-123700: Update OpenSSL versions in multissltests and CI (GH-123702) by Miss Islington (bot) · 12 months ago
  62. e3b4564 [3.13] gh-123418: Update CI to use fresh OpenSSL releases (GH-123696) by Miss Islington (bot) · 12 months ago
  63. f812423 [3.13] gh-123458: Skip SBOM generation if no git repository is detected (GH-123507) (#123616) by Miss Islington (bot) · 12 months ago
  64. 7b453ad [3.13] build(deps): bump hypothesis from 6.108.10 to 6.111.2 in /Tools (GH-123567) (#123591) by Hugo van Kemenade · 12 months ago
  65. 8b6dd92 [3.13] gh-122688: Fix support of var-positional parameter in Argument Clinic (GH-122689) (#122852) by Serhiy Storchaka · 12 months ago
  66. 5148e03 [3.13] GH-121723: Skip test_config_queue_handler_multiprocessing_context in emulated JIT CI (GH-122991) by Miss Islington (bot) · 12 months ago
  67. 27a5292 [3.13] GH-118943: Handle races when moving jit_stencils.h (GH-122709) by Miss Islington (bot) · 1 year ago
  68. 35bf9c6 [3.13] Fix syntax in generate_re_casefix.py (GH-122699) (#122721) by Miss Islington (bot) · 1 year ago
  69. 8e96d85 [3.13] gh-117657: Avoid race in `PAUSE_ADAPTIVE_COUNTER` in free-threaded build (GH-122190) (#122475) by Miss Islington (bot) · 1 year, 1 month ago
  70. e122d2a [3.13] gh-122044: Don't error during gitignore filtering with no files (GH-122045) (#122355) by Miss Islington (bot) · 1 year, 1 month ago
  71. 9d5dde5 [3.13] gh-122201: Lock mutex when setting handling_thread to NULL (GH-122204) (#122319) by Miss Islington (bot) · 1 year, 1 month ago
  72. 9162da2 [3.13] GH-122155: Fix cases generator to correctly compute 'peek' offset for error handling (GH-122158) (GH-122174) by Mark Shannon · 1 year, 1 month ago
  73. 83bfc5b [3.13] gh-122270: Fix typos in the Py_DEBUG macro name (GH-122271) (GH-122275) by Miss Islington (bot) · 1 year, 1 month ago
  74. c12f81e [3.13] GH-121970: Rewrite the C-API annotations extension (#121985) (#122027) by Adam Turner · 1 year, 1 month ago
  75. a12c105 [3.13] Add note about PYTHON_JIT environment variable to JIT README (GH-121942) by Miss Islington (bot) · 1 year, 1 month ago
  76. 2e34591 [3.13] GH-120371: Add WASI SDK 22 support (GH-121870) (GH-121873) by Miss Islington (bot) · 1 year, 1 month ago
  77. 85e9018 [3.13] gh-117657: Remove TSAN suppressions for _abc.c (GH-121508) (#121598) by Miss Islington (bot) · 1 year, 1 month ago
  78. 927f882 [3.13] gh-117657: Fix TSan race in _PyDict_CheckConsistency (GH-121551) (#121590) by Miss Islington (bot) · 1 year, 1 month ago
  79. 3824dc9 [3.13] GH-121521: Detect when wasmtime is not installed in `Tools/wasm/wasi.py` (GH-121522) (GH-121558) by Miss Islington (bot) · 1 year, 1 month ago
  80. f0d16f7 [3.13] gh-117657: Fix TSAN races in setobject.c (GH-121511) (#121541) by Miss Islington (bot) · 1 year, 1 month ago
  81. 06fd745 [3.13] gh-117657: Fix data races reported by TSAN in some set methods (GH-120914) (#121240) by Miss Islington (bot) · 1 year, 2 months ago
  82. 7db14f1 [3.13] Ignore some failing tests in emulated JIT CI (GH-120977) by Miss Islington (bot) · 1 year, 2 months ago
  83. 9769b7a [3.13] gh-113993: Allow interned strings to be mortal, and fix related issues (GH-120520) (GH-120945) by Petr Viktorin · 1 year, 2 months ago
  84. 6b714d5 [3.13] GH-120602: Support LLVM_VERSION_SUFFIX for JIT builds (GH-120768) by Miss Islington (bot) · 1 year, 2 months ago
  85. 396f8b0 [3.13] gh-117657: Fix `__slots__` thread safety in free-threaded build (GH-119368) (#120655) by Miss Islington (bot) · 1 year, 2 months ago
  86. 0dbb86c [3.13] gh-117657: Fix TSan reported data race on ioctl_works (GH-120175) (#120654) by Miss Islington (bot) · 1 year, 2 months ago
  87. f7ba323 [3.13] gh-120433: Mention ``chocolatey`` for installing llvm on Windows as an alternative option (GH-120434) (#120651) by Miss Islington (bot) · 1 year, 2 months ago
  88. 6e3e112 [3.13] gh-117657: Add TSAN suppression for set_default_allocator_unlocked (GH-120500) (#120510) by Miss Islington (bot) · 1 year, 2 months ago
  89. 3067c62 [3.13] gh-117657: Make PyType_HasFeature atomic (GH-120210) (#120443) by Miss Islington (bot) · 1 year, 2 months ago
  90. 0041087 [3.13] gh-71587: Drop local reference cache to `_strptime` module in `_datetime` (gh-120424) by Miss Islington (bot) · 1 year, 2 months ago
  91. 91c4444 [3.13] gh-117657: Make Py_TYPE and Py_SET_TYPE thread safe (GH-120165) (GH-120403) by Miss Islington (bot) · 1 year, 2 months ago
  92. 517733c [3.13] gh-117657: Fix TSAN race involving import lock (GH-118523) (#120169) by Miss Islington (bot) · 1 year, 2 months ago
  93. ee7d268 [3.13] gh-117657: Fix race involving GC and heap initialization (GH-119923) (#120038) by Miss Islington (bot) · 1 year, 2 months ago
  94. e5fb3a2 [3.13] gh-117398: Use Per-Interpreter State for the _datetime Static Types (gh-120009) by Miss Islington (bot) · 1 year, 2 months ago
  95. 79fae3b [3.13] gh-117657: Fix itertools.count thread safety (GH-119268) (#120007) by Sam Gross · 1 year, 2 months ago
  96. ae70531 [3.13] gh-117657: Fix race involving immortalizing objects (GH-119927) (#120005) by Sam Gross · 1 year, 3 months ago
  97. ca37034 [3.13] gh-117657: Avoid `sem_clockwait` in TSAN (GH-119915) (#119992) by Miss Islington (bot) · 1 year, 3 months ago
  98. 671b740 gh-119679: Ensures correct import libraries are included in Windows install packages (GH-119790) by Miss Islington (bot) · 1 year, 3 months ago
  99. e5dfcea [3.13] gh-117657: Fix data races report by TSAN unicode-hash (gh-119907) (gh-119963) by Miss Islington (bot) · 1 year, 3 months ago
  100. 9d3de7b [3.13] gh-117657: Fix TSAN reported race in `_PyEval_IsGILEnabled`. (GH-119921) (#119939) by Miss Islington (bot) · 1 year, 3 months ago