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
/
Include
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gh-116869: Make C API compatible with ISO C90 (#116950)
Victor Stinner
2024-03-18
2
-3/+3
*
gh-116916: Remove separate next_func_version counter (#116918)
Guido van Rossum
2024-03-18
1
-1/+0
*
gh-116869: Fix redefinition of the _PyOptimizerObject type (#116963)
Victor Stinner
2024-03-18
1
-2/+2
*
gh-116809: Restore removed _PyErr_ChainExceptions1() function (#116900)
Victor Stinner
2024-03-16
2
-3/+4
*
gh-114271: Fix race in `Thread.join()` (#114839)
mpage
2024-03-16
3
-37/+1
*
GH-116422: Modify a few uops so that they can be supported by tier 2 with hot...
Mark Shannon
2024-03-15
1
-2/+7
*
gh-111696, PEP 737: Add %T and %N to PyUnicode_FromFormat() (#116839)
Victor Stinner
2024-03-14
1
-0/+2
*
gh-111696, PEP 737: Add PyType_GetModuleName() function (#116824)
Victor Stinner
2024-03-14
2
-5/+2
*
GH-116422: Factor out eval breaker checks at end of calls into its own micro-...
Mark Shannon
2024-03-14
3
-144/+147
*
gh-111696, PEP 737: Add PyType_GetFullyQualifiedName() function (#116815)
Victor Stinner
2024-03-14
1
-0/+3
*
Post 3.13.0a5
Thomas Wouters
2024-03-12
1
-1/+1
*
Python 3.13.0a5
v3.13.0a5
Thomas Wouters
2024-03-12
1
-2/+2
*
Fix code comment regarding DK_ENTRIES (GH-113960)
Matthias Diener
2024-03-12
1
-1/+1
*
gh-85283: Convert grp extension to the limited C API (#116611)
Victor Stinner
2024-03-12
4
-6/+0
*
gh-110850: Fix _PyTime_FromSecondsDouble() API (#116606)
Victor Stinner
2024-03-11
1
-2/+4
*
gh-116167: Allow disabling the GIL with `PYTHON_GIL=0` or `-X gil=0` (#116338)
Brett Simmers
2024-03-11
3
-0/+20
*
GH-116596: Better determination of escaping uops. (GH-116597)
Mark Shannon
2024-03-11
2
-26/+26
*
gh-112536: Define MI_TSAN to 1 for --with-mimalloc and --with-thread-sanitize...
Donghee Na
2024-03-11
1
-0/+4
*
GH-116468: Use constants instead of `oparg` in stack effects when `oparg` is ...
Mark Shannon
2024-03-11
1
-5/+5
*
gh-111389: expose PyHASH_INF/BITS/MODULUS/IMAG macros as public (#111418)
Sergey B Kirpichev
2024-03-09
1
-5/+11
*
gh-112075: Support freeing object memory via QSBR (#116344)
Dino Viehland
2024-03-08
2
-3/+27
*
gh-116381: Remove bad specializations, add fail stats (GH-116464)
Ken Jin
2024-03-07
6
-77/+40
*
gh-116381: Specialize CONTAINS_OP (GH-116385)
Ken Jin
2024-03-06
8
-139/+208
*
gh-115398: Revert `PyExpat_CAPI_MAGIC` version bump (GH-116411)
Sebastian Pipping
2024-03-06
1
-1/+1
*
gh-115103: Delay reuse of mimalloc pages that store PyObjects (#115435)
Sam Gross
2024-03-06
3
-1/+24
*
GH-113710: Tier 2 optimizer: check the function instead of checking globals. ...
Mark Shannon
2024-03-06
2
-113/+110
*
gh-115103: Enable internal mimalloc assertions in debug builds (#116343)
Sam Gross
2024-03-05
1
-1/+1
*
chore: fix typos (#116345)
cui fliter
2024-03-05
6
-7/+7
*
GH-115685: Split `_TO_BOOL_ALWAYS_TRUE` into micro-ops (GH-116352)
Mark Shannon
2024-03-05
3
-23/+23
*
GH-115819: Eliminate Boolean guards when value is known (GH-116355)
Mark Shannon
2024-03-05
1
-0/+1
*
GH-115685: Optimize `TO_BOOL` and variants based on truthiness of input. (GH-...
Mark Shannon
2024-03-05
1
-0/+1
*
gh-115398: Increment PyExpat_CAPI_MAGIC for SetReparseDeferralEnabled additio...
Gregory P. Smith
2024-03-04
1
-1/+1
*
GH-116226: include `pthread_stubs.h` in `pycore_pythreads.h` (#116227)
Brett Cannon
2024-03-01
1
-1/+2
*
gh-114271: Make `_thread.ThreadHandle` thread-safe in free-threaded builds (G...
mpage
2024-03-01
1
-0/+13
*
gh-115999: Disable the specializing adaptive interpreter in free-threaded bui...
Brett Simmers
2024-03-01
1
-0/+5
*
gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) (GH-115...
Sebastian Pipping
2024-02-29
1
-1/+3
*
gh-115685: Type/values propagate for TO_BOOL in tier 2 (GH-115686)
Ken Jin
2024-02-29
2
-20/+23
*
gh-116088: Insert bottom checks after all sym_set_...() calls (#116089)
Guido van Rossum
2024-02-29
1
-4/+4
*
GH-115802: JIT "small" code for Windows (GH-115964)
Brandt Bucher
2024-02-29
16
-44/+47
*
gh-115859: Re-enable T2 optimizer pass by default (#116062)
Guido van Rossum
2024-02-28
1
-0/+2
*
gh-115816: Improve internal symbols API in optimizer (#116028)
Guido van Rossum
2024-02-28
1
-5/+7
*
gh-115773: Add tests to exercise the _Py_DebugOffsets structure (#115774)
Pablo Galindo Salgado
2024-02-28
2
-35/+47
*
gh-105858: Expose some union-related objects as internal APIs (GH-116025)
Jelle Zijlstra
2024-02-28
1
-2/+4
*
gh-105858: Improve AST node constructors (#105880)
Jelle Zijlstra
2024-02-28
4
-0/+6
*
GH-115816: Assorted naming and formatting changes to improve maintainability....
Mark Shannon
2024-02-27
1
-38/+35
*
GH-115816: Make tier2 optimizer symbols testable, and add a few tests. (GH-11...
Mark Shannon
2024-02-27
1
-0/+85
*
gh-115168: Add pystats counter for invalidated executors (GH-115169)
Michael Droettboom
2024-02-26
2
-2/+3
*
gh-113706: Update comment about long int representation (#113707)
Michael Droettboom
2024-02-26
1
-10/+21
*
gh-112075: Iterating a dict shouldn't require locks (#115108)
Dino Viehland
2024-02-22
1
-0/+1
*
gh-115304: Add doc for initializing PyMutex as a global variable (#115305)
AN Long
2024-02-21
1
-0/+3
[prev]
[next]