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-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
*
gh-125588: Teach the python PEG generator the new f-string tokens (#125589)
Pablo Galindo Salgado
2024-10-29
6
-2/+61
*
Doc: Note that pydoc uses and prefers ``MANPAGER`` (#125362)
Matthieu Ancellin
2024-10-29
2
-2/+4
*
bpo-41793: Fix an inaccuracy about reflected methods in datamodel docs (GH-22...
Wim Jeantine-Glenn
2024-10-29
1
-11/+14
*
gh-116938: Fix `dict.update` docstring and remove erraneous full stop from `d...
Prometheus3375
2024-10-29
2
-3/+3
*
gh-126146: Remove ``__cmp__`` method from tests (#126147)
Kirill Podoprigora
2024-10-29
2
-8/+0
*
gh-124932: Distinguish build prefix from host prefix in cross builds (#124933)
Hood Chatham
2024-10-29
4
-2/+57
*
GH-125866: Improve tests for `pathname2url()` and `url2pathname()` (#125993)
Barney Gale
2024-10-29
1
-86/+77
*
gh-126084: Fix venvwlauncher.exe to run pythonw.exe (GH-126088)
Christian Ullrich
2024-10-29
3
-1/+24
*
Add lightweight comments to conf.py and update docs readme (GH-126100)
Carol Willing
2024-10-29
2
-14/+16
*
gh-118423: Add `INSTRUCTION_SIZE` macro to code generator (GH-125467)
Tomas R.
2024-10-29
9
-34/+115
*
gh-126105: Fix crash in `ast` module, when `._fields` is deleted (#126115)
sobolevn
2024-10-29
4
-20/+34
*
gh-122767: document "new style" formatting for complexes (GH-122848)
Sergey B Kirpichev
2024-10-29
1
-5/+15
*
GH-125837: Split `LOAD_CONST` into three. (GH-125972)
Mark Shannon
2024-10-29
33
-538/+706
*
tomllib: Add a comment about implicit lru_cache bound (GH-126078)
Taneli Hukkinen
2024-10-29
1
-0/+3
*
gh-126106: Fix `NULL` possible derefrence in `Modules/_ssl.c` (#126111)
sobolevn
2024-10-29
2
-3/+4
*
Align functools.reduce() docstring with PEP-257 (#126045)
Sergey B Kirpichev
2024-10-29
2
-12/+16
*
gh-126014: Ignore `__pycache__`-only folders in makefile tests (#126066)
sobolevn
2024-10-29
1
-1/+4
*
gh-124928: Emscripten node support: Clean up old node <= 16 flags (#124929)
Hood Chatham
2024-10-29
4
-83/+12
*
gh-89762: Document strftime %G, %V, and %u format specifiers (#124572)
RUANG (James Roy)
2024-10-28
1
-0/+13
*
gh-125985: Add free threading scaling micro benchmarks (#125986)
Sam Gross
2024-10-28
1
-0/+324
*
GH-125912: Teach the JIT's optimizer about _BINARY_OP_INPLACE_ADD_UNICODE (GH...
Brandt Bucher
2024-10-28
2
-0/+37
*
Pre-commit: prevent spaces in news entry paths (#126063)
Hugo van Kemenade
2024-10-28
5
-0/+16
*
Lint GitHub Actions and Dependabot (#126002)
Hugo van Kemenade
2024-10-28
7
-67/+85
*
gh-126081: For PRs labeled with "type-feature", require a core review (GH-126...
Łukasz Langa
2024-10-28
1
-4/+42
*
GH-125515: Reduce number of compiler warnings in generated code (GH-125697)
Mark Shannon
2024-10-28
4
-8/+11
*
gh-126035: add missing whitespace to *Py_EnterRecursiveCall() messages (#126036)
Bénédikt Tran
2024-10-27
2
-3/+3
*
gh-124295: Skip translation tests when pygettext is missing (GH-126051)
Tomas R.
2024-10-27
1
-0/+2
*
gh-125966: fix use-after-free on `fut->fut_callback0` due to an evil callback...
Bénédikt Tran
2024-10-27
3
-1/+26
*
gh-124295: Add translation tests for argparse (GH-124803)
Tomas R.
2024-10-27
4
-0/+102
*
gh-125984: fix use-after-free on `fut->fut_{callback,context}0` due to an evi...
Bénédikt Tran
2024-10-27
3
-8/+87
*
gh-126018: Avoid aborting due to unnecessary assert in `sys.audit` (#126020)
devdanzin
2024-10-27
4
-1/+20
[prev]
[next]