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-124483: Mark `Py_DECREF`, etc. as escaping for the JIT (GH-128678)
Mark Shannon
2025-01-13
1
-4/+14
*
GH-127809: Fix the JIT's understanding of ** (GH-127844)
Brandt Bucher
2025-01-08
1
-0/+1
*
GH-128375: Better instrument for `FOR_ITER` (GH-128445)
Mark Shannon
2025-01-06
5
-4/+15
*
GH-128073: Include `EXIT_IF` when checking for escaping calls (GH-128537)
Mark Shannon
2025-01-06
1
-1/+1
*
gh-128152: Argument Clinic: ignore pre-processor directives inside C comments...
Erlend E. Aasland
2025-01-04
1
-0/+3
*
gh-125985: Fix `cmodule_function()` scaling benchmark (#128460)
Sam Gross
2025-01-03
1
-3/+11
*
gh-115765: Upgrade to GNU Autoconf 2.72 (#128411)
Erlend E. Aasland
2025-01-03
1
-1/+1
*
gh-128277: make globals variables thread safe in socket module (#128286)
Kumar Aditya
2024-12-31
1
-0/+2
*
GH-122548: Implement branch taken and not taken events for sys.monitoring (GH...
Mark Shannon
2024-12-19
1
-0/+2
*
gh-128083: Fix macro redefinition warning in clinic. (GH-127950)
Peter Bierma
2024-12-19
1
-0/+3
*
gh-125588: Allow to regenerate the parser with Python < 3.12 (#127969)
Pablo Galindo Salgado
2024-12-15
2
-3/+9
*
gh-119786: Fix miscellaneous typos in `InternalDocs/interpreter_definition.md...
Stan Ulbrych
2024-12-15
1
-3/+3
*
gh-115999: Specialize loading attributes from modules in free-threaded builds...
mpage
2024-12-13
2
-0/+19
*
gh-102471, PEP 757: Add PyLong import and export API (#121339)
Victor Stinner
2024-12-13
1
-0/+1
*
gh-127629: Add ctypes to the Emscripten build (#127683)
Hood Chatham
2024-12-10
3
-11/+75
*
gh-127503: Fix realpath handling in emscripten cli (#127632)
Hood Chatham
2024-12-09
1
-1/+1
*
gh-127503 Don't propagate native PATH to Emscripten Python (#127633)
Hood Chatham
2024-12-09
1
-1/+2
*
[doc] Fix typos in `interpreter_definition.md` (#127742)
Stan Ulbrych
2024-12-08
1
-3/+3
*
GH-127652: stop using `--wasi preview2` in `wasi.py` (GH-127704)
Brett Cannon
2024-12-06
1
-2/+0
*
gh-127503: Emscripten make Python.sh function as proper Python CLI (#127506)
Hood Chatham
2024-12-05
2
-15/+49
*
gh-127111: Apply prettier formatter to Emscripten web example (#127551)
Hood Chatham
2024-12-05
2
-446/+511
*
Enable native AArch64 Ubuntu CI jobs (#127584)
Diego Russo
2024-12-04
1
-85/+0
*
gh-127111: Emscripten Make web example work again (#127113)
Hood Chatham
2024-12-02
5
-62/+122
*
GH-126491: GC: Mark objects reachable from roots before doing cycle collectio...
Mark Shannon
2024-12-02
1
-1/+4
*
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
[next]