index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Python
/
bltinmodule.c
Commit message (
Expand
)
Author
Age
*
gh-130070: Fix `exec(<string>, closure=<non-None>)` unexpected path (#130071)
Bartosz Sławecki
2025-04-17
*
gh-131525: Cache the result of tuple_hash (#131529)
Michael Droettboom
2025-03-27
*
gh-131586: Avoid refcount contention in some "special" calls (#131588)
Sam Gross
2025-03-26
*
gh-131670: Fix crash in `anext()` when `__anext__` is sync and raises (#131682)
sobolevn
2025-03-24
*
gh-131238: Remove more includes from pycore_interp.h (#131480)
Victor Stinner
2025-03-19
*
gh-131238: Remove pycore_runtime.h from pycore_pystate.h (#131356)
Victor Stinner
2025-03-19
*
gh-130080: implement PEP 765 (#130087)
Irit Katriel
2025-03-17
*
GH-131238: More refactoring of core header files (GH-131351)
Mark Shannon
2025-03-17
*
gh-111178: Change Argument Clinic signature for METH_O (#130682)
Victor Stinner
2025-03-11
*
gh-130163: Fix crashes related to PySys_GetObject() (GH-130503)
Serhiy Storchaka
2025-02-25
*
gh-130139: always check ast node type in ast.parse() with ast input (#130140)
Irit Katriel
2025-02-16
*
gh-111178: fix UBSan failures in `Python/bltinmodule.c` (GH-128235)
Bénédikt Tran
2025-01-10
*
gh-127271: Replace use of PyCell_GET/SET (gh-127272)
Neil Schemenauer
2024-12-03
*
gh-69639: Add mixed-mode rules for complex arithmetic (C-like) (GH-124829)
Sergey B Kirpichev
2024-11-26
*
gh-126757: fix minor typo (GH-126758)
Yuxuan Zhang
2024-11-12
*
gh-122943: Remove the object converter for var-positional parameter (GH-126560)
Serhiy Storchaka
2024-11-08
*
gh-119793: Add optional length-checking to `map()` (GH-120471)
Nice Zombies
2024-11-04
*
gh-125900: Clean-up logic around immortalization in free-threading (#125901)
Sam Gross
2024-10-24
*
gh-123271: Make builtin zip method safe under free-threading (#123272)
Pieter Eendebak
2024-08-27
*
gh-122234: Add DECREFs to error paths (#122406)
Petr Viktorin
2024-07-29
*
gh-122234: fix accuracy issues for sum() (#122236)
Sergey B Kirpichev
2024-07-29
*
gh-121153: Fix some errors with use of _PyLong_CompactValue() (GH-121154)
Serhiy Storchaka
2024-07-13
*
gh-121149: improve accuracy of builtin sum() for complex inputs (gh-121176)
Sergey B Kirpichev
2024-07-05
*
gh-120526: Correct signature of map() builtin (GH-120528)
Adam Williamson
2024-06-15
*
gh-117657: Fix race involving immortalizing objects (#119927)
Sam Gross
2024-06-03
*
gh-119613: Use C99+ functions instead of Py_IS_NAN/INFINITY/FINITE (#119619)
Sergey B Kirpichev
2024-05-29
*
gh-118527: Intern code consts in free-threaded build (#118667)
Sam Gross
2024-05-06
*
gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH...
Petr Viktorin
2024-05-06
*
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers
2024-05-03
*
gh-105879: Add support for keyword arguments to eval and exec (#105885)
Raphael Gaschignard
2024-05-02
*
gh-117764: Fix and add signatures for many builtins (GH-117769)
Serhiy Storchaka
2024-04-12
*
gh-116437: Use new C API PyDict_Pop() to simplify the code (GH-116438)
Serhiy Storchaka
2024-03-07
*
gh-76763: Make chr() always raising ValueError for out-of-range values (GH-11...
Serhiy Storchaka
2024-02-10
*
gh-111417: Remove unused code block in math.trunc() and round() (GH-111454)
Jason Zhang
2024-02-03
*
gh-90350: Optimize builtin functions min() and max() (GH-30286)
colorfulappl
2023-12-11
*
gh-74616: Raise ValueError in case of null character in input prompt (GH-1738)
Kushal Das
2023-12-07
*
gh-111789: Use PyDict_GetItemRef() in Python/bltinmodule.c (gh-112081)
Serhiy Storchaka
2023-11-27
*
gh-111999: Add signatures and improve docstrings for builtins (GH-112000)
Serhiy Storchaka
2023-11-13
*
gh-111933: fix broken link to A.Neumaier article (gh-111937)
Sergey B Kirpichev
2023-11-11
*
gh-110014: Include explicitly <unistd.h> header (#110155)
Victor Stinner
2023-09-30
*
gh-109611: Add convenient C API function _PyFile_Flush() (GH-109612)
Serhiy Storchaka
2023-09-23
*
gh-108765: Python.h no longer includes <ctype.h> (#108831)
Victor Stinner
2023-09-03
*
gh-108634: Py_TRACE_REFS uses a hash table (#108663)
Victor Stinner
2023-08-31
*
gh-106320: Remove private pythonrun API (#108599)
Victor Stinner
2023-08-29
*
gh-106320: Remove private _PySys functions (#108452)
Victor Stinner
2023-08-24
*
gh-108113: Make it possible to optimize an AST (#108282)
Irit Katriel
2023-08-23
*
gh-107526: Revert "gh-100357: Convert several functions in bltinsmodule to AC...
Nikita Sobolev
2023-08-20
*
gh-106320: Remove private _PyDict C API (#107145)
Victor Stinner
2023-07-24
*
gh-106521: Remove _PyObject_LookupAttr() function (GH-106642)
Serhiy Storchaka
2023-07-12
*
gh-106572: Convert PyObject_DelAttr() to a function (#106611)
Victor Stinner
2023-07-11
[next]