Python 3.13.0
  1. 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
  2. 612e469 [3.13] gh-123892: Add "_wmi" to sys.stdlib_module_names (GH-123893) (#123896) by Miss Islington (bot) · 11 months ago
  3. 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
  4. de8dc92 [3.13] gh-123880: Allow recursive import of single-phase-init modules (GH-123950) (#124273) by Miss Islington (bot) · 11 months ago
  5. ad944b5 [3.13] gh-123700: Update OpenSSL versions in multissltests and CI (GH-123702) by Miss Islington (bot) · 12 months ago
  6. e3b4564 [3.13] gh-123418: Update CI to use fresh OpenSSL releases (GH-123696) by Miss Islington (bot) · 12 months ago
  7. f812423 [3.13] gh-123458: Skip SBOM generation if no git repository is detected (GH-123507) (#123616) by Miss Islington (bot) · 12 months ago
  8. 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
  9. 8b6dd92 [3.13] gh-122688: Fix support of var-positional parameter in Argument Clinic (GH-122689) (#122852) by Serhiy Storchaka · 12 months ago
  10. 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
  11. 27a5292 [3.13] GH-118943: Handle races when moving jit_stencils.h (GH-122709) by Miss Islington (bot) · 1 year ago
  12. 35bf9c6 [3.13] Fix syntax in generate_re_casefix.py (GH-122699) (#122721) by Miss Islington (bot) · 1 year ago
  13. 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
  14. 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
  15. 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
  16. 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
  17. 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
  18. c12f81e [3.13] GH-121970: Rewrite the C-API annotations extension (#121985) (#122027) by Adam Turner · 1 year, 1 month ago
  19. a12c105 [3.13] Add note about PYTHON_JIT environment variable to JIT README (GH-121942) by Miss Islington (bot) · 1 year, 1 month ago
  20. 2e34591 [3.13] GH-120371: Add WASI SDK 22 support (GH-121870) (GH-121873) by Miss Islington (bot) · 1 year, 1 month ago
  21. 85e9018 [3.13] gh-117657: Remove TSAN suppressions for _abc.c (GH-121508) (#121598) by Miss Islington (bot) · 1 year, 1 month ago
  22. 927f882 [3.13] gh-117657: Fix TSan race in _PyDict_CheckConsistency (GH-121551) (#121590) by Miss Islington (bot) · 1 year, 1 month ago
  23. 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
  24. f0d16f7 [3.13] gh-117657: Fix TSAN races in setobject.c (GH-121511) (#121541) by Miss Islington (bot) · 1 year, 1 month ago
  25. 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
  26. 7db14f1 [3.13] Ignore some failing tests in emulated JIT CI (GH-120977) by Miss Islington (bot) · 1 year, 2 months ago
  27. 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
  28. 6b714d5 [3.13] GH-120602: Support LLVM_VERSION_SUFFIX for JIT builds (GH-120768) by Miss Islington (bot) · 1 year, 2 months ago
  29. 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
  30. 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
  31. 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
  32. 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
  33. 3067c62 [3.13] gh-117657: Make PyType_HasFeature atomic (GH-120210) (#120443) by Miss Islington (bot) · 1 year, 2 months ago
  34. 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
  35. 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
  36. 517733c [3.13] gh-117657: Fix TSAN race involving import lock (GH-118523) (#120169) by Miss Islington (bot) · 1 year, 2 months ago
  37. ee7d268 [3.13] gh-117657: Fix race involving GC and heap initialization (GH-119923) (#120038) by Miss Islington (bot) · 1 year, 2 months ago
  38. 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
  39. 79fae3b [3.13] gh-117657: Fix itertools.count thread safety (GH-119268) (#120007) by Sam Gross · 1 year, 2 months ago
  40. ae70531 [3.13] gh-117657: Fix race involving immortalizing objects (GH-119927) (#120005) by Sam Gross · 1 year, 2 months ago
  41. ca37034 [3.13] gh-117657: Avoid `sem_clockwait` in TSAN (GH-119915) (#119992) by Miss Islington (bot) · 1 year, 3 months ago
  42. 671b740 gh-119679: Ensures correct import libraries are included in Windows install packages (GH-119790) by Miss Islington (bot) · 1 year, 3 months ago
  43. 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
  44. 9d3de7b [3.13] gh-117657: Fix TSAN reported race in `_PyEval_IsGILEnabled`. (GH-119921) (#119939) by Miss Islington (bot) · 1 year, 3 months ago
  45. 9f9be95 [3.13] gh-117657: Add TSAN suppression for `set_discard_entry` (GH-119908) (#119914) by Miss Islington (bot) · 1 year, 3 months ago
  46. 48054d2 [3.13] gh-117657: Fix TSAN race in QSBR assertion (GH-119887) (#119904) by Miss Islington (bot) · 1 year, 3 months ago
  47. 48f3378 [3.13] gh-117657: Fix TSAN race in free-threaded GC (GH-119883) (#119903) by Miss Islington (bot) · 1 year, 3 months ago
  48. 7dae73b [3.13] gh-97747: Improvements to WASM browser REPL. (GH-97665) (GH-119828) by Miss Islington (bot) · 1 year, 3 months ago
  49. 48c7776 [3.13] gh-119661: Add _Py_SINGLETON() include in Argumenet Clinic (#119712) (#119716) by Victor Stinner · 1 year, 3 months ago
  50. 12a580b [3.13] gh-117398: Statically Allocate the Datetime C-API (GH-119472) (gh-119641) by Eric Snow · 1 year, 3 months ago
  51. 3e30a38 gh-117505: Run ensurepip in isolated env in Windows installer (GH-118257) by Miss Islington (bot) · 1 year, 3 months ago
  52. bfd9c3e [3.13] gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpreters (gh-119331) (gh-119410) by Miss Islington (bot) · 1 year, 3 months ago
  53. d8c562a [3.13] gh-112844: Update CPE references for external dependencies (GH-118521) (#119237) by Miss Islington (bot) · 1 year, 3 months ago
  54. acffe20 [3.13] GH-118943: Fix a race condition when generating jit_stencils.h (GH-119101) by Miss Islington (bot) · 1 year, 3 months ago
  55. 45fbca9 [3.13] Explain how to install LLVM on Fedora (GH-119100) by Miss Islington (bot) · 1 year, 3 months ago
  56. 29a2f9c [3.13] GH-118836: Fix JIT build error when SHT_NOTE section is present (GH-119020) by Miss Islington (bot) · 1 year, 3 months ago
  57. 7dc9e92 [3.13] gh-117657: Log TSAN warnings to separate files and archive them (GH-118747) (#118931) by Miss Islington (bot) · 1 year, 3 months ago
  58. 0becae3 [3.13] gh-117657: Fix QSBR race condition (GH-118843) (#118905) by Miss Islington (bot) · 1 year, 3 months ago
  59. 4480dd8 [3.13] gh-117657: Fix data races reported by TSAN on `interp->threads.main` (GH-118865) (#118904) by Miss Islington (bot) · 1 year, 3 months ago
  60. 982c73a [3.13] gh-117657: Replace TSAN suppresions with more specific rules (GH-118722) (#118870) by Miss Islington (bot) · 1 year, 3 months ago
  61. 7b9ca26 [3.13] gh-117657: Fix data races when writing / reading `ob_gc_bits` (GH-118292) (#118796) by Miss Islington (bot) · 1 year, 3 months ago
  62. c4f9823 gh-118671: Updated dead ActiveState links (#118730) by trag1c · 1 year, 3 months ago
  63. 1b22d80 gh-118518: Allow perf to work without frame pointers (#112254) by Pablo Galindo Salgado · 1 year, 3 months ago
  64. f6b5d3b build(deps): bump hypothesis from 6.100.0 to 6.100.2 in /Tools (#118462) by dependabot[bot] · 1 year, 4 months ago
  65. b034f14 gh-74929: Implement PEP 667 (GH-115153) by Tian Gao · 1 year, 4 months ago
  66. 85af789 gh-111997: C-API for signalling monitoring events (#116413) by Irit Katriel · 1 year, 4 months ago
  67. 1b7e5e6 GH-113464: Generate a more efficient JIT (GH-118512) by Brandt Bucher · 1 year, 4 months ago
  68. 37d0950 gh-117657: Disable the function/code cache in free-threaded builds (#118301) by mpage · 1 year, 4 months ago
  69. 5248596 GH-118251: Skip fewer test in emulated JIT CI (GH-118536) by Savannah Ostrowski · 1 year, 4 months ago
  70. cb57a52 GH-118487: Add Black to `.pre-commit-config.yaml` for JIT files (GH-118537) by Savannah Ostrowski · 1 year, 4 months ago
  71. ca269e5 gh-116126: Implement PEP 696 (#116129) by Jelle Zijlstra · 1 year, 4 months ago
  72. f8290df gh-116738: Make `_codecs` module thread-safe (#117530) by Brett Simmers · 1 year, 4 months ago
  73. 67bba9d GH-117442: Check eval-breaker at start (rather than end) of tier 2 loops (GH-118482) by Mark Shannon · 1 year, 4 months ago
  74. f8e088d gdb/libpython.py: Update PyLongObjectPtr docstring (GH-118438) by Andrej · 1 year, 4 months ago
  75. 424438b GH-113464: Display a warning when building the JIT (GH-118481) by Brandt Bucher · 1 year, 4 months ago
  76. 1161ab9 build(deps-dev): bump types-psutil from 5.9.5.20240316 to 5.9.5.20240423 in /Tools (#118464) by dependabot[bot] · 1 year, 4 months ago
  77. 6d12f44 Bump types-setuptools from 69.2.0.20240317 to 69.5.0.20240423 in /Tools (#118463) by dependabot[bot] · 1 year, 4 months ago
  78. 2d161cb Bump mypy from 1.9.0 to 1.10.0 in /Tools (#118461) by dependabot[bot] · 1 year, 4 months ago
  79. 49baa65 GH-115802: Use the GHC calling convention in JIT code (GH-118287) by Brandt Bucher · 1 year, 4 months ago
  80. 7d83f7b gh-118335: Configure Tier 2 interpreter at build time (#118339) by Guido van Rossum · 1 year, 4 months ago
  81. 72dae53 gh-116122: Add SBOM generation to PCbuild/build.bat (GH-116138) by Seth Michael Larson · 1 year, 4 months ago
  82. 8b56d82 GH-118306: Update JIT to use LLVM 18 (GH-118307) by Savannah Ostrowski · 1 year, 4 months ago
  83. 96d8ca7 gh-118347: Fix Windows installer not updating launcher (GH-118386) by Steve Dower · 1 year, 4 months ago
  84. 2ba1aed gh-117657: TSAN fix race on `gstate->young.count` (#118313) by Alex Turner · 1 year, 4 months ago
  85. c618d53 Fix typo in Tools/wasm/README.md(#118358) by Xie Yanbo · 1 year, 4 months ago
  86. 3e06c7f GH-118095: Add dynamic exit support and FOR_ITER_GEN support to tier 2 (GH-118279) by Mark Shannon · 1 year, 4 months ago
  87. a5eeb83 gh-117657: Fix race data race in `_Py_IsOwnedByCurrentThread()` (#118258) by mpage · 1 year, 4 months ago
  88. 5da0280 gh-117657: Fixes a few small TSAN issues in dictobject (#118200) by Dino Viehland · 1 year, 4 months ago
  89. cce5ae6 gh-117657: Add a couple more TSAN suppressions (#118256) by mpage · 1 year, 4 months ago
  90. f14e9f9 gh-117657: Fix data race in `_Py_IsImmortal` (#118261) by mpage · 1 year, 4 months ago
  91. 9b280ab gh-116988: Remove duplicates of `annotated_rhs` in the Grammar (#117004) by David Rubin · 1 year, 4 months ago
  92. 03e3e31 gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791) by Eric Snow · 1 year, 4 months ago
  93. 8b541c0 gh-112075: Make instance attributes stored in inline "dict" thread safe (#114742) by Dino Viehland · 1 year, 4 months ago
  94. 07525c9 gh-116818: Make `sys.settrace`, `sys.setprofile`, and monitoring thread-safe (#116775) by Dino Viehland · 1 year, 4 months ago
  95. 1e4a4c4 gh-117657: use relaxed loads for checking dict keys immortality (#118067) by Dino Viehland · 1 year, 4 months ago
  96. d3bd6b5 GH-115419: Improve list of escaping functions (GH-118054) by Mark Shannon · 1 year, 4 months ago
  97. 6099fdf build(deps): bump hypothesis from 6.98.15 to 6.100.0 in /Tools (#117416) by dependabot[bot] · 1 year, 4 months ago
  98. c1d7147 gh-117613: Argument Clinic: disallow defining class parameter at module level (#117950) by neonene · 1 year, 4 months ago
  99. 0d29302 gh-117657: Quiet erroneous TSAN reports of data races in `_PySeqLock` (#117955) by mpage · 1 year, 4 months ago
  100. b6c62c7 gh-117657: Fix data races in the method cache in free-threaded builds (#117954) by mpage · 1 year, 4 months ago