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
/
Tools
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gh-126211: Exclude preprocessor directives from statements containing escapin...
mpage
2024-11-01
1
-1/+1
*
gh-90370: Argument Clinic: avoid temporary tuple creation for varargs (#126064)
Sergey B Kirpichev
2024-10-31
2
-26/+24
*
GH-125498: Update JIT builds to use LLVM 19 and preserve_none (GH-125499)
Savannah Ostrowski
2024-10-30
8
-75/+52
*
gh-125588: Teach the python PEG generator the new f-string tokens (#125589)
Pablo Galindo Salgado
2024-10-29
4
-2/+51
*
gh-118423: Add `INSTRUCTION_SIZE` macro to code generator (GH-125467)
Tomas R.
2024-10-29
4
-6/+54
*
gh-124928: Emscripten node support: Clean up old node <= 16 flags (#124929)
Hood Chatham
2024-10-29
1
-0/+9
*
gh-125985: Add free threading scaling micro benchmarks (#125986)
Sam Gross
2024-10-28
1
-0/+324
*
GH-125515: Reduce number of compiler warnings in generated code (GH-125697)
Mark Shannon
2024-10-28
1
-0/+1
*
gh-89640: properly detect float word ordering on Linux (#125571)
Erlend E. Aasland
2024-10-26
1
-1/+1
*
GH-125521: Remove `if (true)` from generated output to reduce C compiler warn...
Mark Shannon
2024-10-22
2
-6/+14
*
gh-124889: Rework Python generator cache (#125816)
Mikhail Efimov
2024-10-22
1
-27/+48
*
gh-125741: Update `build.yml` for the new check_autoconf_regen job (#125772)
Adam Turner
2024-10-21
1
-1/+1
*
gh-125207: Fix MSVC 1935 build with JIT (#125209)
Michael Droettboom
2024-10-18
2
-3/+6
*
gh-124102: Clean up unsupported VS and WiX detections (GH-124784)
Wulian
2024-10-18
2
-11/+11
*
CI: Bump Python to 3.13 and mypy to 1.12 in mypy workflow (#125592)
Kirill Podoprigora
2024-10-16
2
-4/+2
*
gh-124872: Replace enter/exit events with "switched" (#125532)
Kirill Podoprigora
2024-10-16
1
-2/+2
*
gh-125512: Revert "gh-124872: Replace enter/exit events with "switched" (#124...
Kirill Podoprigora
2024-10-15
1
-2/+2
*
gh-124872: Replace enter/exit events with "switched" (#124776)
Richard Hansen
2024-10-14
1
-2/+2
*
gh-119786: [doc] broken link and typo fix in interpreter_definition.md (#125...
Mikhail Efimov
2024-10-14
1
-2/+3
*
GH-125323: Convert DECREF_INPUTS_AND_REUSE_FLOAT into a function that takes P...
Mark Shannon
2024-10-14
1
-0/+1
*
gh-125323: Remove some unsafe Py_DECREFs in bytecodes.c, replacing them with ...
Ken Jin
2024-10-14
2
-0/+2
*
gh-124612: Update autoconf container image (#125320)
Donghee Na
2024-10-11
1
-1/+1
*
GH-125174: Make immortal objects more robust, following design from PEP 683 (...
Mark Shannon
2024-10-10
1
-1/+0
*
gh-125039: Make `this_instr`/`prev_instr` const in cases generator (GH-125071)
Tomas R.
2024-10-09
1
-3/+3
*
gh-124612: Use ghcr.io/python/autoconf instead of public image (#124657)
Donghee Na
2024-10-09
1
-4/+2
*
gh-125084: Resolve paths in generator common code (GH-125085)
Cody Maloney
2024-10-08
1
-3/+3
*
gh-123961: Convert _curses to a multi-phase init module (PEP-489) (#124965)
Bénédikt Tran
2024-10-08
1
-3/+1
*
GH-119866: Spill the stack around escaping calls. (GH-124392)
Mark Shannon
2024-10-07
8
-381/+1040
*
gh-124889: Remove redundant artificial rules in PEG parser (#124893)
efimov-mikhail
2024-10-03
2
-47/+50
*
GH-119726: Deduplicate AArch64 trampolines within a trace (GH-123872)
Diego Russo
2024-10-02
3
-51/+61
*
GH-124820: Move `-mno-outline-atomics` flag to aarch64 Linux JIT builds only ...
Savannah Ostrowski
2024-10-02
1
-4/+6
*
gh-124487: Updated installer messages and internal docs regarding minimum Win...
Wulian
2024-10-01
2
-10/+2
*
gh-124487: Require at least Windows 10 SDK and update install check (GH-124672)
Steve Dower
2024-09-30
2
-6/+7
*
gh-123961: Add a global state to _curses (#124729)
Bénédikt Tran
2024-09-29
1
-0/+1
*
gh-124665: Add `_PyCodec_UnregisterError` and `_codecs._unregister_error` (#1...
Bénédikt Tran
2024-09-29
1
-0/+1
*
generate_global_objects.py: Fix name of macro in error message (#124464)
Jelle Zijlstra
2024-09-27
1
-2/+2
*
GH-123516: Improve JIT memory consumption by invalidating cold executors (GH-...
Savannah Ostrowski
2024-09-27
2
-0/+4
*
Remove some unused files related to WASM/WASI (GH-124635)
Brett Cannon
2024-09-26
3
-57/+2
*
gh-124285: Fix bug where bool() is called multiple times for the same part of...
Irit Katriel
2024-09-25
3
-9/+22
*
GH-124408: Temporarily skip test_strftime_y2k for emulated Linux JIT CI (GH-1...
Savannah Ostrowski
2024-09-25
1
-0/+1
*
gh-123923: Defer refcounting for `f_funcobj` in `_PyInterpreterFrame` (#124026)
Sam Gross
2024-09-24
2
-4/+17
*
gh-119333: Add C api to have contextvar enter/exit callbacks (#119335)
Jason Fried
2024-09-24
1
-0/+3
*
Lint and format Tools/build/check-warnings.py (#124382)
Hugo van Kemenade
2024-09-23
2
-7/+33
*
gh-124102: Update internal PCbuild docs to accurately list build dependencies...
Wulian
2024-09-23
2
-18/+9
*
GH-124284: Add stats for refcount operations on immortal objects (GH-124288)
Mark Shannon
2024-09-23
1
-6/+12
*
gh-124254: Detect freethreaded MSI component when doing an upgrade on Windows...
Steve Dower
2024-09-23
1
-0/+1
*
gh-123880: Allow recursive import of single-phase-init modules (GH-123950)
Petr Viktorin
2024-09-20
1
-0/+1
*
gh-124190: Ignore files directories check warning tooling (#124193)
Nate Ohlson
2024-09-18
3
-47/+104
*
gh-124191: Disable -Wconversion in enable safety (gh-124192)
Nate Ohlson
2024-09-18
2
-474/+5
*
gh-124064: Fix -Wconversion warnings in Parser/pegen.c (#124181)
Victor Stinner
2024-09-17
2
-2/+0
[prev]
[next]