- ee7d268 [3.13] gh-117657: Fix race involving GC and heap initialization (GH-119923) (#120038) by Miss Islington (bot) · 1 year, 2 months ago
- e5fb3a2 [3.13] gh-117398: Use Per-Interpreter State for the _datetime Static Types (gh-120009) by Miss Islington (bot) · 1 year, 3 months ago
- 79fae3b [3.13] gh-117657: Fix itertools.count thread safety (GH-119268) (#120007) by Sam Gross · 1 year, 3 months ago
- ae70531 [3.13] gh-117657: Fix race involving immortalizing objects (GH-119927) (#120005) by Sam Gross · 1 year, 3 months ago
- ca37034 [3.13] gh-117657: Avoid `sem_clockwait` in TSAN (GH-119915) (#119992) by Miss Islington (bot) · 1 year, 3 months ago
- 671b740 gh-119679: Ensures correct import libraries are included in Windows install packages (GH-119790) by Miss Islington (bot) · 1 year, 3 months ago
- 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
- 9d3de7b [3.13] gh-117657: Fix TSAN reported race in `_PyEval_IsGILEnabled`. (GH-119921) (#119939) by Miss Islington (bot) · 1 year, 3 months ago
- 9f9be95 [3.13] gh-117657: Add TSAN suppression for `set_discard_entry` (GH-119908) (#119914) by Miss Islington (bot) · 1 year, 3 months ago
- 48054d2 [3.13] gh-117657: Fix TSAN race in QSBR assertion (GH-119887) (#119904) by Miss Islington (bot) · 1 year, 3 months ago
- 48f3378 [3.13] gh-117657: Fix TSAN race in free-threaded GC (GH-119883) (#119903) by Miss Islington (bot) · 1 year, 3 months ago
- 7dae73b [3.13] gh-97747: Improvements to WASM browser REPL. (GH-97665) (GH-119828) by Miss Islington (bot) · 1 year, 3 months ago
- 48c7776 [3.13] gh-119661: Add _Py_SINGLETON() include in Argumenet Clinic (#119712) (#119716) by Victor Stinner · 1 year, 3 months ago
- 12a580b [3.13] gh-117398: Statically Allocate the Datetime C-API (GH-119472) (gh-119641) by Eric Snow · 1 year, 3 months ago
- 3e30a38 gh-117505: Run ensurepip in isolated env in Windows installer (GH-118257) by Miss Islington (bot) · 1 year, 3 months ago
- 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
- d8c562a [3.13] gh-112844: Update CPE references for external dependencies (GH-118521) (#119237) by Miss Islington (bot) · 1 year, 3 months ago
- 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
- 45fbca9 [3.13] Explain how to install LLVM on Fedora (GH-119100) by Miss Islington (bot) · 1 year, 3 months ago
- 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
- 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
- 0becae3 [3.13] gh-117657: Fix QSBR race condition (GH-118843) (#118905) by Miss Islington (bot) · 1 year, 3 months ago
- 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
- 982c73a [3.13] gh-117657: Replace TSAN suppresions with more specific rules (GH-118722) (#118870) by Miss Islington (bot) · 1 year, 3 months ago
- 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
- c4f9823 gh-118671: Updated dead ActiveState links (#118730) by trag1c · 1 year, 3 months ago
- 1b22d80 gh-118518: Allow perf to work without frame pointers (#112254) by Pablo Galindo Salgado · 1 year, 4 months ago
- f6b5d3b build(deps): bump hypothesis from 6.100.0 to 6.100.2 in /Tools (#118462) by dependabot[bot] · 1 year, 4 months ago
- b034f14 gh-74929: Implement PEP 667 (GH-115153) by Tian Gao · 1 year, 4 months ago
- 85af789 gh-111997: C-API for signalling monitoring events (#116413) by Irit Katriel · 1 year, 4 months ago
- 1b7e5e6 GH-113464: Generate a more efficient JIT (GH-118512) by Brandt Bucher · 1 year, 4 months ago
- 37d0950 gh-117657: Disable the function/code cache in free-threaded builds (#118301) by mpage · 1 year, 4 months ago
- 5248596 GH-118251: Skip fewer test in emulated JIT CI (GH-118536) by Savannah Ostrowski · 1 year, 4 months ago
- cb57a52 GH-118487: Add Black to `.pre-commit-config.yaml` for JIT files (GH-118537) by Savannah Ostrowski · 1 year, 4 months ago
- ca269e5 gh-116126: Implement PEP 696 (#116129) by Jelle Zijlstra · 1 year, 4 months ago
- f8290df gh-116738: Make `_codecs` module thread-safe (#117530) by Brett Simmers · 1 year, 4 months ago
- 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
- f8e088d gdb/libpython.py: Update PyLongObjectPtr docstring (GH-118438) by Andrej · 1 year, 4 months ago
- 424438b GH-113464: Display a warning when building the JIT (GH-118481) by Brandt Bucher · 1 year, 4 months ago
- 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
- 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
- 2d161cb Bump mypy from 1.9.0 to 1.10.0 in /Tools (#118461) by dependabot[bot] · 1 year, 4 months ago
- 49baa65 GH-115802: Use the GHC calling convention in JIT code (GH-118287) by Brandt Bucher · 1 year, 4 months ago
- 7d83f7b gh-118335: Configure Tier 2 interpreter at build time (#118339) by Guido van Rossum · 1 year, 4 months ago
- 72dae53 gh-116122: Add SBOM generation to PCbuild/build.bat (GH-116138) by Seth Michael Larson · 1 year, 4 months ago
- 8b56d82 GH-118306: Update JIT to use LLVM 18 (GH-118307) by Savannah Ostrowski · 1 year, 4 months ago
- 96d8ca7 gh-118347: Fix Windows installer not updating launcher (GH-118386) by Steve Dower · 1 year, 4 months ago
- 2ba1aed gh-117657: TSAN fix race on `gstate->young.count` (#118313) by Alex Turner · 1 year, 4 months ago
- c618d53 Fix typo in Tools/wasm/README.md(#118358) by Xie Yanbo · 1 year, 4 months ago
- 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
- a5eeb83 gh-117657: Fix race data race in `_Py_IsOwnedByCurrentThread()` (#118258) by mpage · 1 year, 4 months ago
- 5da0280 gh-117657: Fixes a few small TSAN issues in dictobject (#118200) by Dino Viehland · 1 year, 4 months ago
- cce5ae6 gh-117657: Add a couple more TSAN suppressions (#118256) by mpage · 1 year, 4 months ago
- f14e9f9 gh-117657: Fix data race in `_Py_IsImmortal` (#118261) by mpage · 1 year, 4 months ago
- 9b280ab gh-116988: Remove duplicates of `annotated_rhs` in the Grammar (#117004) by David Rubin · 1 year, 4 months ago
- 03e3e31 gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791) by Eric Snow · 1 year, 4 months ago
- 8b541c0 gh-112075: Make instance attributes stored in inline "dict" thread safe (#114742) by Dino Viehland · 1 year, 4 months ago
- 07525c9 gh-116818: Make `sys.settrace`, `sys.setprofile`, and monitoring thread-safe (#116775) by Dino Viehland · 1 year, 4 months ago
- 1e4a4c4 gh-117657: use relaxed loads for checking dict keys immortality (#118067) by Dino Viehland · 1 year, 4 months ago
- d3bd6b5 GH-115419: Improve list of escaping functions (GH-118054) by Mark Shannon · 1 year, 4 months ago
- 6099fdf build(deps): bump hypothesis from 6.98.15 to 6.100.0 in /Tools (#117416) by dependabot[bot] · 1 year, 4 months ago
- c1d7147 gh-117613: Argument Clinic: disallow defining class parameter at module level (#117950) by neonene · 1 year, 4 months ago
- 0d29302 gh-117657: Quiet erroneous TSAN reports of data races in `_PySeqLock` (#117955) by mpage · 1 year, 4 months ago
- b6c62c7 gh-117657: Fix data races in the method cache in free-threaded builds (#117954) by mpage · 1 year, 4 months ago
- c179c0e gh-117680: make _PyInstructionSequence a PyObject and use it in tests (#117629) by Irit Katriel · 1 year, 4 months ago
- acf69e0 gh-115178: Add Counts of UOp Pairs to pystats (GH-115181) by Jeff Glass · 1 year, 4 months ago
- c520bf9 gh-117613: Argument Clinic: ensure that 'defining_class' params are positional-only (#117781) by neonene · 1 year, 4 months ago
- 4783206 gh-117657: Add TSAN suppressions for the free-threaded build (#117736) by mpage · 1 year, 4 months ago
- 671cb22 gh-113317: Add ParseArgsCodeGen class (#117707) by Victor Stinner · 1 year, 4 months ago
- a2ae847 gh-113317: Add Codegen class to Argument Clinic (#117626) by Victor Stinner · 1 year, 4 months ago
- ef41182 gh-117142: Port _ctypes to multi-phase init (GH-117181) by neonene · 1 year, 4 months ago
- 0d42ac9 gh-117431: Argument Clinic: copy forced text signature when cloning (#117591) by Erlend E. Aasland · 1 year, 4 months ago
- e1eeb99 gh-113317: Remove unused INVALID constant in Argument Clinic (#117624) by Victor Stinner · 1 year, 4 months ago
- 375425a Cases generator: Remove type_prop and passthrough (#117614) by Ken Jin · 1 year, 4 months ago
- 62aeb0e GH-117512: Allow 64-bit JIT operands on 32-bit platforms (GH-117527) by Brandt Bucher · 1 year, 4 months ago
- 0edde64 GH-117457: Correct pystats uop "miss" counts (GH-117477) by Michael Droettboom · 1 year, 5 months ago
- 060a96f gh-116968: Reimplement Tier 2 counters (#117144) by Guido van Rossum · 1 year, 5 months ago
- dc54714 gh-113317: Finish splitting Argument Clinic into sub-files (#117513) by Victor Stinner · 1 year, 5 months ago
- c43f6a4 gh-113317: Argument Clinic: Add libclinic.clanguage (#117455) by Victor Stinner · 1 year, 5 months ago
- ea94b3b gh-116303: Skip test module dependent tests if test modules are unavailable (#117341) by Erlend E. Aasland · 1 year, 5 months ago
- e3b6f28 gh-113317: Argument Clinic: Add libclinic.return_converters (#117451) by Victor Stinner · 1 year, 5 months ago
- c32dc47 GH-115776: Embed the values array into the object, for "normal" Python objects. (GH-116115) by Mark Shannon · 1 year, 5 months ago
- 5fd1897 gh-113317: Argument Clinic: Add libclinic.converters module (#117315) by Victor Stinner · 1 year, 5 months ago
- 348cf6e Bump mypy from 1.8.0 to 1.9.0 in /Tools (#117418) by dependabot[bot] · 1 year, 5 months ago
- 9b403fb build(deps-dev): bump types-psutil from 5.9.5.20240205 to 5.9.5.20240316 in /Tools (#117417) by dependabot[bot] · 1 year, 5 months ago
- 93c7d9d build(deps-dev): bump types-setuptools from 69.1.0.20240301 to 69.2.0.20240317 in /Tools (#117419) by dependabot[bot] · 1 year, 5 months ago
- 94c9742 Fix broken format in error for bad input in summarize_stats.py (#117375) by Guido van Rossum · 1 year, 5 months ago
- 19c1dd6 gh-117323: Make `cell` thread-safe in free-threaded builds (#117330) by Sam Gross · 1 year, 5 months ago
- 7e2fef8 gh-117142: ctypes: Migrate global vars to module state (GH-117189) by neonene · 1 year, 5 months ago
- 26d328b GH-117121: Add pystats to JIT builds (GH-117346) by Michael Droettboom · 1 year, 5 months ago
- 7aa89bc gh-113317: Change how Argument Clinic lists converters (#116853) by Victor Stinner · 1 year, 5 months ago
- 669ef49 gh-99108: Update and check HACL* version information (GH-117295) by Seth Michael Larson · 1 year, 5 months ago
- bf82f77 GH-116422: Tier2 hot/cold splitting (GH-116813) by Mark Shannon · 1 year, 5 months ago
- 50369e6 gh-116996: Add pystats about _Py_uop_analyse_and_optimize (GH-116997) by Michael Droettboom · 1 year, 5 months ago
- 617158e gh-76785: Drop PyInterpreterID_Type (gh-117101) by Eric Snow · 1 year, 5 months ago
- 8bea6c4 gh-115754: Add Py_GetConstant() function (#116883) by Victor Stinner · 1 year, 5 months ago
- 1530932 GH-108362: Incremental Cycle GC (GH-116206) by Mark Shannon · 1 year, 5 months ago
- 2c82592 GH-116017: Put JIT code and data on the same page (GH-116845) by Brandt Bucher · 1 year, 5 months ago
- 9c7b368 gh-108716: Cleanup remaining deepfreeze infrastructure (#116919) by Guido van Rossum · 1 year, 5 months ago
- 1a33513 gh-116879: Add new optimizer pystats to tables (GH-116880) by Michael Droettboom · 1 year, 5 months ago