| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-123271: Make builtin zip method safe under free-threading (#123272) | Pieter Eendebak | 2024-08-27 | 1 | -1/+2 |
|
|
* | gh-122234: Add DECREFs to error paths (#122406) | Petr Viktorin | 2024-07-29 | 1 | -0/+4 |
|
|
* | gh-122234: fix accuracy issues for sum() (#122236) | Sergey B Kirpichev | 2024-07-29 | 1 | -11/+13 |
|
|
* | gh-121153: Fix some errors with use of _PyLong_CompactValue() (GH-121154) | Serhiy Storchaka | 2024-07-13 | 1 | -2/+2 |
|
|
* | gh-121149: improve accuracy of builtin sum() for complex inputs (gh-121176) | Sergey B Kirpichev | 2024-07-05 | 1 | -26/+105 |
|
|
* | gh-120526: Correct signature of map() builtin (GH-120528) | Adam Williamson | 2024-06-15 | 1 | -1/+1 |
|
|
* | gh-117657: Fix race involving immortalizing objects (#119927) | Sam Gross | 2024-06-03 | 1 | -3/+3 |
|
|
* | gh-119613: Use C99+ functions instead of Py_IS_NAN/INFINITY/FINITE (#119619) | Sergey B Kirpichev | 2024-05-29 | 1 | -2/+2 |
|
|
* | gh-118527: Intern code consts in free-threaded build (#118667) | Sam Gross | 2024-05-07 | 1 | -0/+13 |
|
|
* | gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH... | Petr Viktorin | 2024-05-06 | 1 | -1/+1 |
|
|
* | gh-116322: Add Py_mod_gil module slot (#116882) | Brett Simmers | 2024-05-03 | 1 | -0/+3 |
|
|
* | gh-105879: Add support for keyword arguments to eval and exec (#105885) | Raphael Gaschignard | 2024-05-02 | 1 | -4/+4 |
|
|
* | gh-117764: Fix and add signatures for many builtins (GH-117769) | Serhiy Storchaka | 2024-04-12 | 1 | -5/+5 |
|
|
* | gh-116437: Use new C API PyDict_Pop() to simplify the code (GH-116438) | Serhiy Storchaka | 2024-03-07 | 1 | -4/+1 |
|
|
* | gh-76763: Make chr() always raising ValueError for out-of-range values (GH-11... | Serhiy Storchaka | 2024-02-10 | 1 | -4/+21 |
|
|
* | gh-111417: Remove unused code block in math.trunc() and round() (GH-111454) | Jason Zhang | 2024-02-03 | 1 | -5/+0 |
|
|
* | gh-90350: Optimize builtin functions min() and max() (GH-30286) | colorfulappl | 2023-12-11 | 1 | -36/+45 |
|
|
* | gh-74616: Raise ValueError in case of null character in input prompt (GH-1738) | Kushal Das | 2023-12-07 | 1 | -0/+5 |
|
|
* | gh-111789: Use PyDict_GetItemRef() in Python/bltinmodule.c (gh-112081) | Serhiy Storchaka | 2023-11-27 | 1 | -6/+3 |
|
|
* | gh-111999: Add signatures and improve docstrings for builtins (GH-112000) | Serhiy Storchaka | 2023-11-13 | 1 | -9/+13 |
|
|
* | gh-111933: fix broken link to A.Neumaier article (gh-111937) | Sergey B Kirpichev | 2023-11-12 | 1 | -1/+4 |
|
|
* | gh-110014: Include explicitly <unistd.h> header (#110155) | Victor Stinner | 2023-09-30 | 1 | -0/+5 |
|
|
* | gh-109611: Add convenient C API function _PyFile_Flush() (GH-109612) | Serhiy Storchaka | 2023-09-23 | 1 | -15/+7 |
|
|
* | gh-108765: Python.h no longer includes <ctype.h> (#108831) | Victor Stinner | 2023-09-03 | 1 | -1/+0 |
|
|
* | gh-108634: Py_TRACE_REFS uses a hash table (#108663) | Victor Stinner | 2023-08-31 | 1 | -1/+1 |
|
|
* | gh-106320: Remove private pythonrun API (#108599) | Victor Stinner | 2023-08-29 | 1 | -0/+1 |
|
|
* | gh-106320: Remove private _PySys functions (#108452) | Victor Stinner | 2023-08-24 | 1 | -0/+1 |
|
|
* | gh-108113: Make it possible to optimize an AST (#108282) | Irit Katriel | 2023-08-23 | 1 | -11/+28 |
|
|
* | gh-107526: Revert "gh-100357: Convert several functions in bltinsmodule to AC... | Nikita Sobolev | 2023-08-21 | 1 | -108/+98 |
|
|
* | gh-106320: Remove private _PyDict C API (#107145) | Victor Stinner | 2023-07-24 | 1 | -0/+1 |
|
|
* | gh-106521: Remove _PyObject_LookupAttr() function (GH-106642) | Serhiy Storchaka | 2023-07-12 | 1 | -5/+5 |
|
|
* | gh-106572: Convert PyObject_DelAttr() to a function (#106611) | Victor Stinner | 2023-07-11 | 1 | -1/+2 |
|
|
* | gh-105340: include hidden fast-locals in locals() (#105715) | Carl Meyer | 2023-07-05 | 1 | -34/+53 |
|
|
* | gh-106320: Create pycore_modsupport.h header file (#106355) | Victor Stinner | 2023-07-03 | 1 | -1/+2 |
|
|
* | gh-105375: Improve error handling in the builtins extension module (#105585) | Erlend E. Aasland | 2023-06-11 | 1 | -8/+32 |
|
|
* | gh-92536: Remove PyUnicode_READY() calls (#105210) | Victor Stinner | 2023-06-01 | 1 | -2/+0 |
|
|
* | gh-103886: Improve `builtins.__doc__` (#104179) | Tomas R | 2023-05-07 | 1 | -2/+9 |
|
|
* | gh-94673: Ensure Builtin Static Types are Readied Properly (gh-103940) | Eric Snow | 2023-04-27 | 1 | -1/+1 |
|
|
* | gh-102939: Fix "conversion from Py_ssize_t to long" warning in builtins (GH-1... | Nikita Sobolev | 2023-03-23 | 1 | -2/+2 |
|
|
* | GH-101291: Rearrange the size bits in PyLongObject (GH-102464) | Mark Shannon | 2023-03-22 | 1 | -8/+8 |
|
|
* | gh-102660: Fix Refleaks in import.c (#102744) | Eric Snow | 2023-03-16 | 1 | -3/+0 |
|
|
* | gh-102660: Handle m_copy Specially for the sys and builtins Modules (gh-102661) | Eric Snow | 2023-03-14 | 1 | -0/+3 |
|
|
* | gh-102356: Add thrashcan macros to filter object dealloc (#102426) | Marta Gómez Macías | 2023-03-05 | 1 | -0/+2 |
|
|
* | GH-101291: Refactor the `PyLongObject` struct into object header and PyLongVa... | Mark Shannon | 2023-01-30 | 1 | -2/+2 |
|
|
* | GH-90829: Fix empty iterable error message in min/max (#31181) | Nnarol | 2023-01-08 | 1 | -1/+1 |
|
|
* | gh-100776: Fix misleading default value in help(input) (#100788) | Shantanu | 2023-01-08 | 1 | -2/+2 |
|
|
* | gh-100357: Convert several functions in `bltinsmodule` to AC (#100358) | Nikita Sobolev | 2022-12-24 | 1 | -98/+108 |
|
|
* | GH-100425: Improve accuracy of builtin sum() for float inputs (GH-100426) | Raymond Hettinger | 2022-12-23 | 1 | -1/+20 |
|
|
* | bpo-15999: Accept arbitrary values for boolean parameters. (#15609) | Serhiy Storchaka | 2022-12-03 | 1 | -2/+2 |
|
|
* | gh-99537: Use Py_SETREF(var, NULL) in C code (#99687) | Victor Stinner | 2022-11-23 | 1 | -8/+4 |
|
|