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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gh-120619: Strength reduce function guards, support 2-operand uop forms (GH-1...
Ken Jin
2024-11-09
17
-270/+379
*
gh-126187 Add emscripten.py script to automate emscripten build (#126190)
Hood Chatham
2024-11-09
3
-136/+354
*
GH-126212: Fix removal of slashes in file URIs on Windows (#126214)
Barney Gale
2024-11-08
3
-21/+18
*
GH-126547: Pre-assign version numbers for a few common classes (GH-126551)
Mark Shannon
2024-11-08
12
-2/+29
*
gh-126497: Add missing venv redirectors to freethreaded installer (GH-126556)
Steve Dower
2024-11-08
2
-4/+8
*
gh-125298: Remove misleading text in os.kill documentation (GH-125749)
RUANG (James Roy)
2024-11-08
1
-2/+1
*
gh-126072: Set docstring attribute for module and class (#126231)
Xuanteng Huang
2024-11-08
6
-20/+77
*
remove minor redundant code from `_asyncio` (#126578)
Kumar Aditya
2024-11-08
1
-3/+1
*
gh-126579: Adapt sys.audit() to Argument Clinic (GH-126580)
Serhiy Storchaka
2024-11-08
2
-42/+63
*
GH-107803: use circular double linked list for tasks in `_asyncio` (#126577)
Kumar Aditya
2024-11-08
1
-52/+21
*
gh-122943: Add the varpos parameter in _PyArg_UnpackKeywords (GH-126564)
Serhiy Storchaka
2024-11-08
94
-685/+1220
*
gh-122943: Move code generation for var-positional parameter to converters (G...
Serhiy Storchaka
2024-11-08
2
-73/+91
*
gh-89640: Restore configure error message on failure to detect float word ord...
Hood Chatham
2024-11-08
2
-2/+7
*
gh-126171: fix possible null dereference in _imp_find_frozen_impl (#126566)
Valery Fedorenko
2024-11-08
1
-1/+1
*
gh-122943: Remove the object converter for var-positional parameter (GH-126560)
Serhiy Storchaka
2024-11-08
7
-87/+80
*
gh-120017: use 'do-while(0)' in some `{codegen,compile}.c` multi-line macros ...
Bénédikt Tran
2024-11-07
2
-62/+72
*
GH-123877: default to `wasm32-wasip1` instead of `wasm32-wasi` to be more spe...
Brett Cannon
2024-11-07
5
-9/+12
*
gh-122943: Rework support of var-positional parameter in Argument Clinic (GH-...
Serhiy Storchaka
2024-11-07
22
-662/+1597
*
GH-126464 Fix JIT CI on aarch64-apple-darwin (GH-126494)
alm
2024-11-07
1
-8/+7
*
gh-126298: Don't deduplicate slice constants based on equality (#126398)
Michael Droettboom
2024-11-07
2
-20/+93
*
gh-76785: Minor Cleanup of "Cross-interpreter" Code (gh-126457)
Eric Snow
2024-11-07
15
-337/+343
*
Chore: Fix typo in `pyarena.c` (#126527)
Aditya Borikar
2024-11-07
1
-1/+1
*
gh-126529: Update devguide links to relative filenames in InternalDocs (#126530)
Valerii
2024-11-07
2
-3/+3
*
Doc: C API: Demote sections to subsections for consistency (#126535)
Richard Hansen
2024-11-07
1
-7/+7
*
GH-126222: Fix `_PyUop_num_popped` (GH-126507)
Mark Shannon
2024-11-07
4
-56/+69
*
gh-126500: test_ssl: Don't stop ThreadedEchoServer on OSError in ConnectionHa...
Petr Viktorin
2024-11-07
1
-5/+12
*
gh-126499: test_ssl: Don't assume err.reason is a string (GH-126501)
Petr Viktorin
2024-11-07
1
-1/+1
*
gh-48020: [docs] Remove the logging howto suggested future FileHandler multip...
Gregory P. Smith
2024-11-07
1
-5/+2
*
gh-96398: Improve accuracy of compiler checks in configure.ac (#117815)
Erlend E. Aasland
2024-11-07
2
-203/+127
*
gh-125679: multiprocessing Lock and RLock - fix invalid representation string...
Duprat
2024-11-07
3
-2/+126
*
Cleanup multiprocessing comment and unusual import error message (#126532)
Gregory P. Smith
2024-11-07
2
-8/+8
*
gh-125926: Fix urllib.parse.urljoin() for base URI with undefined authority (...
Serhiy Storchaka
2024-11-07
3
-2/+78
*
gh-125631: Enable setting persistent_id and persistent_load of pickler and un...
Serhiy Storchaka
2024-11-07
3
-2/+146
*
GH-126458: disable SIMD for HACL under WASI (#126512)
Brett Cannon
2024-11-06
3
-4/+9
*
gh-126451: Register contextvars.Context to collections.abc.Mapping (#126452)
Stephen Morton
2024-11-06
3
-0/+20
*
gh-126509: Update link to CPython's grammar docs in InternalDocs/parser.md (#...
Valerii
2024-11-06
1
-1/+1
*
gh-126513: Use helpers for `_Py_Specialize_ConstainsOp` (#126517)
Kirill Podoprigora
2024-11-06
1
-17/+7
*
gh-126489: Do not call persistent_id() for a persistent id in Python pickle (...
Serhiy Storchaka
2024-11-06
3
-4/+14
*
gh-115999: Move specializer test from test_dis to test_opcache (gh-126498)
Donghee Na
2024-11-06
2
-45/+59
*
gh-115999: Introduce helpers for (un)specializing instructions (#126414)
mpage
2024-11-06
1
-48/+84
*
gh-126461: Fix _Unpickler_ReadFromFile() error handling (#126485)
Victor Stinner
2024-11-06
1
-0/+4
*
gh-122838: Document missing opcodes (#123073)
Kamil Turek
2024-11-06
1
-0/+21
*
gh-126455: Disallow _ssl.SSLSocket instantiation (#126481)
Victor Stinner
2024-11-06
1
-1/+1
*
gh-126433: Change channel_info.count to int64_t (#126447)
Victor Stinner
2024-11-06
1
-1/+1
*
gh-120754: Add to `io` optimization to what's new (#126466)
Cody Maloney
2024-11-06
1
-0/+9
*
gh-115999: Add free-threaded specialization for CONTAINS_OP (gh-126450)
Donghee Na
2024-11-06
4
-6/+29
*
GH-126464: Temporarily disable `aarch64-apple-darwin` JIT CI jobs (gh-126465)
Brandt Bucher
2024-11-06
1
-5/+6
*
gh-70764: inspect.getclosurevars now identifies global variables with LOAD_GL...
blhsing
2024-11-05
3
-5/+23
*
gh-122544: Change OS image in GitHub Actions to Ubuntu 24.04 (#122566)
Damien
2024-11-05
5
-8/+7
*
GH-125911: Rename big trampoline to "shim" (GH-126339)
Savannah Ostrowski
2024-11-05
4
-11/+9
[prev]
[next]