index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Python
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-116604: Check for `gcstate->enabled` in _Py_RunGC in free-threaded build (...
Sam Gross
2024-03-12
1
-0/+4
*
gh-116604: Correctly honor the gc status when calling _Py_RunGC (#116628)
Pablo Galindo Salgado
2024-03-12
1
-0/+4
*
gh-116515: Clear thread-local state before tstate_delete_common() (#116517)
Sam Gross
2024-03-11
1
-1/+2
*
gh-110850: Fix _PyTime_FromSecondsDouble() API (#116606)
Victor Stinner
2024-03-11
1
-7/+4
*
gh-116167: Allow disabling the GIL with `PYTHON_GIL=0` or `-X gil=0` (#116338)
Brett Simmers
2024-03-11
3
-0/+71
*
GH-116596: Better determination of escaping uops. (GH-116597)
Mark Shannon
2024-03-11
2
-4/+5
*
gh-116590: Fix unused `current_thread_holds_gil` function warning (#116591)
Nikita Sobolev
2024-03-11
1
-0/+2
*
GH-116468: Use constants instead of `oparg` in stack effects when `oparg` is ...
Mark Shannon
2024-03-11
4
-103/+93
*
gh-108724: Fix _PySemaphore_Wait call during thread deletion (#116483)
Sam Gross
2024-03-08
1
-4/+6
*
gh-112075: Support freeing object memory via QSBR (#116344)
Dino Viehland
2024-03-08
1
-2/+8
*
gh-115103: Fix unregistering of QSBR state (#116480)
Sam Gross
2024-03-08
1
-3/+7
*
gh-116447: Fix possible UB in `arraymodule` and `getargs` (#116459)
Nikita Sobolev
2024-03-08
1
-2/+2
*
GH-113710: Fix optimization of globals using `_CHECK_FUNCTION` (GH-116460)
Mark Shannon
2024-03-08
3
-10/+16
*
gh-116396: Pass "detached_state" argument to tstate_set_detached (#116398)
Sam Gross
2024-03-07
1
-6/+6
*
gh-116381: Remove bad specializations, add fail stats (GH-116464)
Ken Jin
2024-03-07
6
-194/+41
*
gh-116420: Fix unused var compilation warnings (GH-116466)
Ken Jin
2024-03-07
2
-0/+24
*
gh-116437: Use new C API PyDict_Pop() to simplify the code (GH-116438)
Serhiy Storchaka
2024-03-07
6
-39/+36
*
gh-116397: Move the _PyGC_ClearAllFreeLists to the safe point (gh-116414)
Donghee Na
2024-03-06
1
-2/+5
*
gh-116381: Specialize CONTAINS_OP (GH-116385)
Ken Jin
2024-03-06
6
-8/+373
*
gh-115103: Delay reuse of mimalloc pages that store PyObjects (#115435)
Sam Gross
2024-03-06
2
-10/+9
*
GH-113710: Tier 2 optimizer: check the function instead of checking globals. ...
Mark Shannon
2024-03-06
4
-36/+27
*
GH-115687: Most comparisons create Booleans, so propagate that information (G...
Mark Shannon
2024-03-06
2
-16/+68
*
gh-107954: Add PyConfig_MEMBER_BOOL type to PyConfigSpec (#116359)
Victor Stinner
2024-03-06
1
-40/+50
*
Fix debug output for optimized executor (#116337)
Guido van Rossum
2024-03-05
1
-3/+4
*
GH-115685: Split `_TO_BOOL_ALWAYS_TRUE` into micro-ops (GH-116352)
Mark Shannon
2024-03-05
5
-21/+27
*
GH-115819: Eliminate Boolean guards when value is known (GH-116355)
Mark Shannon
2024-03-05
4
-0/+97
*
gh-116326: Handler errors correctly in `getwindowsversion` in `sysmodule` (#1...
Nikita Sobolev
2024-03-05
1
-20/+32
*
GH-115685: Optimize `TO_BOOL` and variants based on truthiness of input. (GH-...
Mark Shannon
2024-03-05
4
-55/+149
*
gh-115320: Refactor `get_hash_info` in `sysmodule.c` not to swallow errors (#...
Nikita Sobolev
2024-03-04
1
-23/+25
*
GH-116134: JIT aarch64-pc-windows-msvc (GH-116130)
Brandt Bucher
2024-03-04
1
-0/+7
*
gh-115832: Fix instrumentation version mismatch during interpreter shutdown (...
Brett Simmers
2024-03-04
2
-1/+12
*
gh-115103: Update refleak checker to trigger _PyMem_ProcessDelayed (gh-116238)
Donghee Na
2024-03-02
1
-0/+18
*
gh-114271: Make `_thread.ThreadHandle` thread-safe in free-threaded builds (G...
mpage
2024-03-01
1
-0/+31
*
gh-115480: Type propagate _BINARY_OP_ADD_UNICODE (GH-115710)
Ken Jin
2024-03-01
2
-2/+33
*
gh-116098: Revert "gh-107674: Improve performance of `sys.settrace` (GH-11498...
Tian Gao
2024-03-01
6
-63/+53
*
gh-115999: Disable the specializing adaptive interpreter in free-threaded bui...
Brett Simmers
2024-03-01
2
-0/+63
*
gh-115685: Type/values propagate for TO_BOOL in tier 2 (GH-115686)
Ken Jin
2024-02-29
4
-10/+140
*
gh-116088: Insert bottom checks after all sym_set_...() calls (#116089)
Guido van Rossum
2024-02-29
4
-32/+85
*
GH-115802: JIT "small" code for Windows (GH-115964)
Brandt Bucher
2024-02-29
6
-30/+33
*
gh-115816: Generate calls to sym_new_const() etc. without _Py_uop prefix (#11...
Guido van Rossum
2024-02-29
1
-98/+98
*
gh-115859: Re-enable T2 optimizer pass by default (#116062)
Guido van Rossum
2024-02-28
5
-27/+74
*
gh-112529: Simplify PyObject_GC_IsTracked and PyObject_GC_IsFinalized (#114732)
Sam Gross
2024-02-28
1
-8/+2
*
gh-115816: Improve internal symbols API in optimizer (#116028)
Guido van Rossum
2024-02-28
3
-62/+184
*
gh-107674: Improve performance of `sys.settrace` (GH-114986)
Tian Gao
2024-02-28
6
-53/+63
*
gh-116012: Preserve GetLastError() across calls to TlsGetValue on Windows (GH...
Steve Dower
2024-02-28
2
-10/+6
*
gh-105858: Improve AST node constructors (#105880)
Jelle Zijlstra
2024-02-28
1
-7/+4326
*
GH-115816: Assorted naming and formatting changes to improve maintainability....
Mark Shannon
2024-02-27
4
-428/+453
*
GH-115816: Make tier2 optimizer symbols testable, and add a few tests. (GH-11...
Mark Shannon
2024-02-27
4
-599/+612
*
gh-115168: Add pystats counter for invalidated executors (GH-115169)
Michael Droettboom
2024-02-26
7
-10/+17
*
Rename tier 2 redundancy eliminator to optimizer (#115888)
Guido van Rossum
2024-02-26
3
-6/+6
[next]