| Commit message (Expand) | Author | Age | Files | Lines |
* | GH-119726: Emit AArch64 trampolines out-of-line (GH-121280) | Diego Russo | 2024-07-03 | 1 | -8/+6 |
|
|
* | build(deps): bump hypothesis from 6.100.2 to 6.104.2 in /Tools (#121218) | dependabot[bot] | 2024-07-03 | 1 | -1/+1 |
|
|
* | gh-117139: Add _PyTuple_FromStackRefSteal and use it (#121244) | Sam Gross | 2024-07-02 | 1 | -0/+1 |
|
|
* | GH-119726: Use LDR for AArch64 trampolines (GH-121001) | Diego Russo | 2024-07-01 | 1 | -22/+9 |
|
|
* | GH-116017: Get rid of _COLD_EXITs (GH-120960) | Brandt Bucher | 2024-07-01 | 3 | -13/+0 |
|
|
* | gh-117657: Fix data races reported by TSAN in some set methods (#120914) | AN Long | 2024-07-01 | 1 | -1/+0 |
|
|
* | gh-117657: Use critical section to make _socket.socket.close thread safe (GH-... | AN Long | 2024-07-01 | 1 | -1/+0 |
|
|
* | build(deps-dev): bump types-setuptools from 70.0.0.20240524 to 70.1.0.2024062... | dependabot[bot] | 2024-07-01 | 1 | -1/+1 |
|
|
* | build(deps-dev): bump mypy from 1.10.0 to 1.10.1 in /Tools (#121216) | dependabot[bot] | 2024-07-01 | 1 | -1/+1 |
|
|
* | build(deps-dev): bump types-psutil from 5.9.5.20240516 to 6.0.0.20240621 in /... | dependabot[bot] | 2024-07-01 | 1 | -1/+1 |
|
|
* | gh-61103: Support double complex (_Complex) type in ctypes (#120894) | Sergey B Kirpichev | 2024-07-01 | 1 | -0/+11 |
|
|
* | gh-117139: Convert the evaluation stack to stack refs (#118450) | Ken Jin | 2024-06-26 | 10 | -25/+56 |
|
|
* | GH-120982: Add stack check assertions to generated interpreter code (GH-120992) | Mark Shannon | 2024-06-25 | 2 | -0/+4 |
|
|
* | gh-120956: Avoid comparison of int to Py_ssize_t in parser (#120959) | Lysandros Nikolaou | 2024-06-24 | 1 | -1/+1 |
|
|
* | GH-117062: Make _JUMP_TO_TOP a general absolute jump (GH-120854) | Brandt Bucher | 2024-06-24 | 2 | -6/+0 |
|
|
* | gh-113993: Allow interned strings to be mortal, and fix related issues (GH-12... | Petr Viktorin | 2024-06-21 | 2 | -5/+36 |
|
|
* | GH-120602: Support LLVM_VERSION_SUFFIX for JIT builds (GH-120604) | Xarblu | 2024-06-20 | 1 | -1/+1 |
|
|
* | Fix types in pegen parser generator (GH-120720) | yf-yang | 2024-06-19 | 3 | -6/+6 |
|
|
* | GH-119726: Deduplicate JIT trampolines for out-of-range jumps (GH-120250) | Diego Russo | 2024-06-19 | 1 | -4/+16 |
|
|
* | Ignore some failing tests in emulated JIT CI (GH-120375) | Diego Russo | 2024-06-19 | 1 | -1/+4 |
|
|
* | gh-120417: Remove unused imports in cases_generator (#120622) | Victor Stinner | 2024-06-17 | 11 | -30/+7 |
|
|
* | gh-117657: Fix `__slots__` thread safety in free-threaded build (#119368) | Daniele Parmeggiani | 2024-06-17 | 1 | -2/+0 |
|
|
* | gh-117657: Fix TSan reported data race on ioctl_works (#120175) | Sam Gross | 2024-06-17 | 1 | -1/+0 |
|
|
* | gh-120417: Remove unused imports in Tools (#120623) | Victor Stinner | 2024-06-17 | 3 | -5/+2 |
|
|
* | gh-120507: Double WASI memory (#120648) | Victor Stinner | 2024-06-17 | 2 | -4/+3 |
|
|
* | gh-120433: Mention ``chocolatey`` for installing llvm on Windows as an altern... | Kirill Podoprigora | 2024-06-17 | 1 | -0/+6 |
|
|
* | gh-117657: Add TSAN suppression for set_default_allocator_unlocked (#120500) | AN Long | 2024-06-14 | 1 | -0/+2 |
|
|
* | gh-117657: Make PyType_HasFeature atomic (GH-120210) | Ken Jin | 2024-06-13 | 1 | -1/+0 |
|
|
* | gh-71587: Drop local reference cache to `_strptime` module in `_datetime` (gh... | neonene | 2024-06-12 | 1 | -1/+0 |
|
|
* | gh-117657: Make Py_TYPE and Py_SET_TYPE thread safe (GH-120165) | Ken Jin | 2024-06-12 | 1 | -2/+0 |
|
|
* | gh-117657: Fix TSAN race involving import lock (#118523) | Sam Gross | 2024-06-06 | 1 | -4/+0 |
|
|
* | gh-117657: Fix race involving GC and heap initialization (#119923) | Sam Gross | 2024-06-04 | 1 | -3/+0 |
|
|
* | gh-117398: Use Per-Interpreter State for the _datetime Static Types (gh-119929) | Eric Snow | 2024-06-03 | 2 | -0/+2 |
|
|
* | gh-117657: Fix race involving immortalizing objects (#119927) | Sam Gross | 2024-06-03 | 1 | -2/+0 |
|
|
* | gh-117657: Avoid `sem_clockwait` in TSAN (#119915) | Sam Gross | 2024-06-03 | 1 | -9/+0 |
|
|
* | gh-119679: Ensures correct import libraries are included in Windows install p... | Steve Dower | 2024-06-03 | 1 | -8/+14 |
|
|
* | gh-116991: Improve `pygen --help` for `python` subparser (#116992) | Nikita Sobolev | 2024-06-03 | 1 | -1/+4 |
|
|
* | gh-117657: Fix data races report by TSAN unicode-hash (gh-119907) | Donghee Na | 2024-06-03 | 1 | -1/+0 |
|
|
* | gh-117657: Fix TSAN reported race in `_PyEval_IsGILEnabled`. (#119921) | Sam Gross | 2024-06-02 | 1 | -1/+0 |
|
|
* | gh-117657: Add TSAN suppression for `set_discard_entry` (#119908) | Sam Gross | 2024-06-01 | 1 | -0/+2 |
|
|
* | gh-117657: Fix TSAN race in QSBR assertion (#119887) | Sam Gross | 2024-06-01 | 1 | -2/+0 |
|
|
* | gh-117657: Fix TSAN race in free-threaded GC (#119883) | Sam Gross | 2024-06-01 | 1 | -3/+0 |
|
|
* | Bump types-psutil from 5.9.5.20240423 to 5.9.5.20240516 in /Tools (#119900) | dependabot[bot] | 2024-06-01 | 1 | -1/+1 |
|
|
* | build(deps-dev): bump types-setuptools from 69.5.0.20240423 to 70.0.0.2024052... | dependabot[bot] | 2024-06-01 | 1 | -1/+1 |
|
|
* | gh-97747: Improvements to WASM browser REPL. (#97665) | Katie Bell | 2024-05-31 | 2 | -8/+69 |
|
|
* | gh-118235: Move RAISE_SYNTAX_ERROR actions to invalid rules and make sure the... | Petr Viktorin | 2024-05-30 | 1 | -0/+12 |
|
|
* | gh-119689: generate stack effect metadata for pseudo instructions (#119691) | Irit Katriel | 2024-05-29 | 5 | -20/+47 |
|
|
* | gh-119661: Add _Py_SINGLETON() include in Argumenet Clinic (#119712) | Victor Stinner | 2024-05-29 | 1 | -3/+9 |
|
|
* | gh-119396: Optimize unicode_repr() (#119617) | Victor Stinner | 2024-05-28 | 1 | -0/+1 |
|
|
* | gh-117557: Improve error messages when a string, bytes or bytearray of length... | Serhiy Storchaka | 2024-05-28 | 1 | -3/+22 |
|
|