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
*
summarize: Fix typo in stats (#127450)
alm
2024-11-30
1
-1/+1
*
gh-127341: Argument Clinic: fix compiler warnings for getters with docstrings...
Peter Bierma
2024-11-29
1
-7/+3
*
gh-127303: Add docs for token.EXACT_TOKEN_TYPES (#127304)
Илья Любавский
2024-11-29
1
-1/+2
*
gh-127330: Update for OpenSSL 3.4 & document+improve the update process (GH-1...
Petr Viktorin
2024-11-28
3
-6/+34
*
gh-126612: Include stack effects of uops when computing maximum stack depth (...
mpage
2024-11-26
2
-22/+134
*
GH-115869: Make jit_stencils.h reproducible (GH-127166)
Brandt Bucher
2024-11-24
4
-9/+17
*
GH-89435: os.path should not be a frozen module (#126924)
Filipe Laíns 🇵🇸
2024-11-22
1
-3/+0
*
gh-127022: Simplify `PyStackRef_FromPyObjectSteal` (#127024)
Sam Gross
2024-11-22
1
-1/+4
*
gh-126700: pygettext: Support more gettext functions (GH-126912)
Tomas R.
2024-11-22
1
-73/+171
*
Allow local use of `static PyMutex` in the C analyzer (#127102)
Peter Bierma
2024-11-22
2
-1/+14
*
gh-115999: Specialize `LOAD_GLOBAL` in free-threaded builds (#126607)
mpage
2024-11-21
1
-0/+3
*
gh-126316: Make grp.getgrall() thread-safe: add a mutex (#127055)
Victor Stinner
2024-11-21
1
-0/+1
*
gh-126898: Emscripten support: Use es6 modules (#126903)
Hood Chatham
2024-11-21
3
-26/+55
*
gh-125729: Makes the installation of the turtle module dependent on the Tcl/T...
CoderTCY
2024-11-19
3
-5/+6
*
Revert "GH-126491: GC: Mark objects reachable from roots before doing cycle c...
Hugo van Kemenade
2024-11-19
1
-4/+1
*
GH-126491: GC: Mark objects reachable from roots before doing cycle collectio...
Mark Shannon
2024-11-18
1
-1/+4
*
gh-126691: Remove --with-emscripten-target (#126787)
Hood Chatham
2024-11-16
2
-8/+8
*
gh-118973: Add _tkinter to freethreaded MSI (GH-126768)
Steve Dower
2024-11-15
1
-1/+1
*
gh-126807: pygettext: Do not attempt to extract messages from function defini...
Tomas R.
2024-11-14
1
-0/+6
*
gh-89640: Pull in update to float word order detection in autoconf-archive (#...
Hood Chatham
2024-11-13
1
-1/+1
*
gh-126623: Update libexpat to 2.6.4, make future updates easier (GH-126792)
Seth Michael Larson
2024-11-13
1
-0/+28
*
gh-126525: Fix `makeunicodedata.py` output on macOS and Windows (#126526)
sobolevn
2024-11-12
1
-1/+1
*
gh-120619: Strength reduce function guards, support 2-operand uop forms (GH-1...
Ken Jin
2024-11-09
5
-18/+34
*
gh-126187 Add emscripten.py script to automate emscripten build (#126190)
Hood Chatham
2024-11-09
2
-136/+353
*
gh-126497: Add missing venv redirectors to freethreaded installer (GH-126556)
Steve Dower
2024-11-08
1
-4/+6
*
gh-122943: Add the varpos parameter in _PyArg_UnpackKeywords (GH-126564)
Serhiy Storchaka
2024-11-08
1
-9/+4
*
gh-122943: Move code generation for var-positional parameter to converters (G...
Serhiy Storchaka
2024-11-08
2
-73/+91
*
gh-122943: Remove the object converter for var-positional parameter (GH-126560)
Serhiy Storchaka
2024-11-08
1
-4/+0
*
GH-123877: default to `wasm32-wasip1` instead of `wasm32-wasi` to be more spe...
Brett Cannon
2024-11-07
1
-1/+1
*
gh-122943: Rework support of var-positional parameter in Argument Clinic (GH-...
Serhiy Storchaka
2024-11-07
6
-84/+156
*
gh-76785: Minor Cleanup of "Cross-interpreter" Code (gh-126457)
Eric Snow
2024-11-07
1
-0/+1
*
GH-126222: Fix `_PyUop_num_popped` (GH-126507)
Mark Shannon
2024-11-07
1
-0/+2
*
GH-125911: Rename big trampoline to "shim" (GH-126339)
Savannah Ostrowski
2024-11-05
3
-4/+4
*
gh-115999: Fix gdb support for libpython.so after thread-local bytecode chang...
T. Wouters
2024-11-05
1
-6/+9
*
gh-126366: Fix crash if `__iter__` raises an exception during `yield from` (#...
Peter Bierma
2024-11-05
1
-0/+1
*
gh-115999: Implement thread-local bytecode and enable specialization for `BIN...
mpage
2024-11-04
1
-1/+22
*
gh-109413: Add more type hints to `libregrtest` (#126352)
sobolevn
2024-11-04
1
-1/+1
*
gh-99108: Cleanup references to inexisting `Modules/_blake2`. (GH-126270)
Bénédikt Tran
2024-11-01
2
-4/+0
*
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
[next]