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-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
*
gh-122544: Change OS image in Azure pipeline to Ubuntu 24.04 (#125344)
Damien
2024-11-05
1
-1/+1
*
pathlib ABCs: defer path joining (#126409)
Barney Gale
2024-11-05
3
-46/+43
*
gh-126074: Removes unnecessary DLLs from embeddable package (GH-126143)
Steve Dower
2024-11-05
2
-1/+8
*
GH-124985: Document that `pathlib.Path.copy()` uses copy-on-write. (#125861)
Barney Gale
2024-11-05
1
-0/+5
*
gh-126238: Fix possible null pointer dereference of freevars in _PyCompile_Lo...
Valery Fedorenko
2024-11-05
1
-1/+1
*
gh-126433: Fix compiler warnings on 32-bit Windows (#126444)
Victor Stinner
2024-11-05
5
-10/+12
*
gh-115999: Fix gdb support for libpython.so after thread-local bytecode chang...
T. Wouters
2024-11-05
1
-6/+9
*
gh-126425: Refactor `_lsprof_Profiler_enable` (#126426)
sobolevn
2024-11-05
1
-12/+25
*
gh-126417: Register multiprocessing proxy types to an appropriate collections...
Stephen Morton
2024-11-05
4
-1/+18
*
gh-126366: Fix crash if `__iter__` raises an exception during `yield from` (#...
Peter Bierma
2024-11-05
6
-6/+25
*
Doc: C API: Delete claim that `PyObject_Init` is GC-aware (#126418)
Richard Hansen
2024-11-05
1
-4/+2
*
gh-119793: Prefer `map(..., strict=True)` over starmap/zip in examples (#126407)
Lukas Geiger
2024-11-05
3
-5/+5
*
gh-120057: Add os.reload_environ() function (#126268)
Victor Stinner
2024-11-05
5
-31/+52
*
gh-126303: Fix pickling and copying of os.sched_param objects (GH-126336)
Serhiy Storchaka
2024-11-05
5
-0/+46
*
gh-125436: Doc: Add missing ``allow_unnamed_section`` parameter to ``ConfigPa...
lit
2024-11-05
1
-3/+28
*
gh-126415: Fix conversion warning in `Python/bytecodes.c` (#126416)
Kirill Podoprigora
2024-11-05
2
-3/+3
*
gh-89640: Hardcode WASM float word ordering as little endian (#126387)
Erlend E. Aasland
2024-11-04
4
-53/+41
*
GH-126363: Speed up pattern parsing in `pathlib.Path.glob()` (#126364)
Barney Gale
2024-11-04
2
-14/+29
*
gh-115999: Implement thread-local bytecode and enable specialization for `BIN...
mpage
2024-11-04
44
-254/+1509
*
Doc: Fix typo in documentation for ``MAKE_FUNCTION`` opcode (#126396)
Mikhail Efimov
2024-11-04
1
-1/+1
*
gh-101865: Docs: Keep co_lnotab deprecation for at least 3.14 (#126392)
Hugo van Kemenade
2024-11-04
4
-10/+12
*
gh-126220: Adapt `_lsprof` to Argument Clinic (#126233)
sobolevn
2024-11-04
6
-117/+517
*
gh-119793: Add optional length-checking to `map()` (GH-120471)
Nice Zombies
2024-11-04
6
-17/+210
*
gh-109413: Add more type hints to `libregrtest` (#126352)
sobolevn
2024-11-04
12
-63/+71
*
gh-126353: remove implicit creation of loop from `asyncio.get_event_loop` (#1...
Kumar Aditya
2024-11-04
8
-62/+24
*
Docs: turn getopt examples into doctests (#126377)
Erlend E. Aasland
2024-11-04
1
-2/+10
*
gh-126165: Improve docs of function `math.isclose` (#126215)
Zhikang Yan
2024-11-04
2
-16/+20
[prev]
[next]