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-126255: Ignore warning about JIT being deactivated when perf support is ac...
mpage
2024-11-01
4
-5/+14
*
gh-120026: soft deprecate Py_HUGE_VAL macro (#120027)
Sergey B Kirpichev
2024-11-01
10
-18/+23
*
gh-126220: Fix crash on calls to `_lsprof.Profiler` methods with 0 args (back...
sobolevn
2024-11-01
3
-0/+42
*
gh-120754: _io Ensure stat cache is cleared on fd change (#125166)
Cody Maloney
2024-11-01
2
-5/+9
*
gh-125560: Pin JIT CI to ubuntu-22.04 (#125564)
Savannah Ostrowski
2024-11-01
1
-6/+6
*
gh-125916: Adapt functools.reduce() to Argument Clinic (#125999)
Sergey B Kirpichev
2024-11-01
3
-22/+70
*
Doc: Add a single table as summary to math documentation (GH-125810)
Joseph Martinot-Lagarde
2024-11-01
1
-3/+89
*
docs: add a more precise example in enum doc (GH-121015)
Filip "Ret2Me" Poplewski
2024-11-01
1
-1/+1
*
GH-125413: pathlib ABCs: use `scandir()` to speed up `walk()` (#126262)
Barney Gale
2024-11-01
2
-12/+14
*
GH-125413: pathlib ABCs: use `scandir()` to speed up `glob()` (#126261)
Barney Gale
2024-11-01
3
-25/+10
*
gh-97850: remove ``find_loader`` and ``get_loader`` from ``pkgutil`` (#119656)
Bénédikt Tran
2024-11-01
9
-183/+12
*
gh-99108: Cleanup references to inexisting `Modules/_blake2`. (GH-126270)
Bénédikt Tran
2024-11-01
6
-16/+0
*
gh-126211: Exclude preprocessor directives from statements containing escapin...
mpage
2024-11-01
2
-1/+34
*
gh-111495: improve test coverage of codecs C API (GH-126030)
Bénédikt Tran
2024-11-01
1
-23/+115
*
gh-125783: Add more tests to prevent regressions with the combination of ctyp...
Jun Komoda
2024-11-01
1
-0/+65
*
gh-126206: make clinic now forcefully regenerates clinic code (#126244)
Erlend E. Aasland
2024-11-01
2
-1/+3
*
gh-126259: Fix "unclosed database" warning in sqlite3 doctest (#126260)
sobolevn
2024-11-01
1
-0/+1
*
GH-125413: Add `pathlib.Path.scandir()` method (#126060)
Barney Gale
2024-11-01
6
-11/+114
*
gh-126256: Update time.rst to use the same clock as instead of the same clock...
Alperen Keleş
2024-10-31
1
-2/+2
*
gh-126156: Improve performance of creating `Morsel` objects (#126157)
J. Nick Koston
2024-10-31
2
-2/+4
*
gh-126080: fix UAF on `task->task_context` in `task_call_step_soon` due to an...
Bénédikt Tran
2024-10-31
2
-1/+8
*
gh-101123: Adapt vararg functions in the math module to Argument Clinic (#126...
Sergey B Kirpichev
2024-10-31
2
-37/+143
*
gh-126240: handle `NULL` returned by `_Py_asdl_expr_seq_new` (#126241)
Bénédikt Tran
2024-10-31
1
-0/+9
*
gh-126223: Propagate unicode errors in `_interpreters.create()` (#126224)
Peter Bierma
2024-10-31
3
-1/+10
*
gh-90370: Argument Clinic: avoid temporary tuple creation for varargs (#126064)
Sergey B Kirpichev
2024-10-31
11
-222/+209
*
gh-126083: Fix a reference leak in `asyncio.Task` when reinitializing with ne...
Nico-Posada
2024-10-31
3
-1/+24
*
gh-125818: Fix incorrect signature of argument `skip_file_prefixes` in warnin...
RUANG (James Roy)
2024-10-31
1
-1/+1
*
gh-126178: NFC Separate Emscripten and WASI standard lib disables in configur...
Hood Chatham
2024-10-31
2
-43/+69
*
Add myself to CODEOWNERS for WASM/emscripten and Android (#126210)
Russell Keith-Magee
2024-10-31
1
-3/+3
*
GH-126205: Fix conversion of UNC paths to file URIs (#126208)
Barney Gale
2024-10-30
3
-13/+10
*
gh-121267: Improve performance of tarfile (#121267) (#121269)
Johan Förberg
2024-10-30
2
-8/+19
*
gh-125674: Doc: Fix type of `newfunc` first parameter (GH-125675)
Richard Hansen
2024-10-30
1
-2/+2
*
gh-114990: Add missing mixin methods in collections.abc's document (GH-114991)
AN Long
2024-10-30
1
-2/+3
*
gh-125315: Avoid crashing in _wmimodule due to slow WMI calls on some Windows...
Steve Dower
2024-10-30
2
-7/+17
*
GH-125498: Update JIT builds to use LLVM 19 and preserve_none (GH-125499)
Savannah Ostrowski
2024-10-30
11
-78/+69
*
gh-126055: Add omitted command (in docs [os.walk]) for code to fulfill `shut...
Victor Wheeler
2024-10-30
1
-0/+1
*
gh-60712: Include the "object" type in the lists of documented types (GH-103036)
Furkan Onder
2024-10-30
4
-18/+93
*
Fix incorrect indentation in importlib.metadata.rst (GH-126189)
Rafael Fontenelle
2024-10-30
1
-3/+3
*
gh-85583: Add f-string index in tutorial/inputoutput.rst (GH-21681)
amaajemyfren
2024-10-30
1
-0/+7
*
gh-126068: Fix exceptions in the argparse module (GH-126069)
Serhiy Storchaka
2024-10-30
4
-58/+72
*
gh-125669: Do not run `-ugui` tests by default on `make test` (#125730)
sobolevn
2024-10-30
6
-4/+20
*
gh-91962: Fix `hstrerror` detection issues on Solaris (GH-91963)
Jakub Kulík
2024-10-30
3
-9/+88
*
gh-125206: Correct detection of complex numbers support in libffi (#126104)
Sergey B Kirpichev
2024-10-30
3
-6/+22
*
gh-126072: do not add `None` to `co_consts` if there is no docstring (GH-126101)
Xuanteng Huang
2024-10-30
16
-58/+148
*
gh-126071: Improve formatting of the argparse documentation (GH-126073)
Serhiy Storchaka
2024-10-30
1
-65/+72
*
gh-118633: Add warning regarding the unsafe usage of eval and exec (GH-118437)
Daniel Ruf
2024-10-30
1
-0/+10
*
gh-58032: Docs: Sort argparse alphabetically (GH-125871)
Hugo van Kemenade
2024-10-30
2
-21/+20
*
gh-124855: Don't allow the JIT and perf support to be active at the same time...
Pablo Galindo Salgado
2024-10-30
4
-7/+26
*
docs: restore an anchor to for/else (#126154)
Ned Batchelder
2024-10-30
1
-0/+1
*
gh-126139: Improve error message location for future statement with unknown f...
Brian Schubert
2024-10-29
4
-8/+18
[next]