summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* gh-108494: AC supports pos-only args in limited C API (#108498)Victor Stinner2023-08-252-1/+51
* gh-108494: Argument Clinic partial supports of Limited C API (#108495)Victor Stinner2023-08-253-0/+123
* gh-106320: Remove private _PyTraceback functions (#108453)Victor Stinner2023-08-242-2/+5
* gh-108444: Replace _PyLong_AsInt() with PyLong_AsInt() (#108459)Victor Stinner2023-08-2410-18/+18
* gh-108444: Argument Clinic uses PyLong_AsInt() (#108458)Victor Stinner2023-08-2453-356/+356
* gh-108444: Add PyLong_AsInt() public function (#108445)Victor Stinner2023-08-242-1/+34
* gh-106320: Remove private _PySys functions (#108452)Victor Stinner2023-08-244-1/+6
* gh-106320: Remove private _PyDict functions (#108449)Victor Stinner2023-08-248-23/+29
* gh-106320: Remove private _PyEval function (#108433)Victor Stinner2023-08-245-0/+5
* gh-107178: Remove _testcapi.test_dict_capi() (#108436)Victor Stinner2023-08-241-191/+0
* gh-106320: Remove private _PyContext_NewHamtForTests() (#108434)Victor Stinner2023-08-242-9/+10
* gh-106320: Remove private PyLong C API functions (#108429)Victor Stinner2023-08-247-4/+14
* gh-107211: No longer export internal functions (7) (#108425)Victor Stinner2023-08-241-2/+2
* gh-108314: Add PyDict_ContainsString() function (#108323)Victor Stinner2023-08-242-14/+34
* gh-108240: Add _PyCapsule_SetTraverse() internal function (#108339)Victor Stinner2023-08-231-6/+31
* gh-108294: Add time.sleep audit event (GH-108298)Petr Viktorin2023-08-231-0/+2
* gh-89745: Remove commented code in getpath.c (#108307)Victor Stinner2023-08-221-18/+0
* gh-106320: Remove _PyDict_GetItemStringWithError() function (#108313)Victor Stinner2023-08-221-4/+5
* Ignore _Py_write_noraise() result: cast to (void) (#108291)Victor Stinner2023-08-221-2/+2
* gh-105539: Emit ResourceWarning if sqlite3 database is not closed explicitly ...Erlend E. Aasland2023-08-221-0/+8
* gh-107801: Improve the accuracy of io.TextIOWrapper.seek docs (#107933)Erlend E. Aasland2023-08-222-5/+39
* gh-108216: Cleanup #include in internal header files (#108228)Victor Stinner2023-08-213-24/+22
* gh-108220: Internal header files require Py_BUILD_CORE to be defined (#108221)Victor Stinner2023-08-214-0/+16
* gh-95065, gh-107704: Argument Clinic: support multiple '/ [from ...]' and '* ...Serhiy Storchaka2023-08-212-32/+413
* gh-107915: Handle errors in C API functions PyErr_Set*() and PyErr_Format() (...Serhiy Storchaka2023-08-192-1/+104
* gh-107704: Argument Clinic: add support for deprecating keyword use of parame...Serhiy Storchaka2023-08-194-1171/+2387
* gh-107801: Improve the accuracy of os.lseek docs (#107935)Erlend E. Aasland2023-08-182-8/+22
* gh-108083: Don't ignore exceptions in sqlite3.Connection.__init__() and .clos...Erlend E. Aasland2023-08-181-31/+74
* gh-108014: Add Py_IsFinalizing() function (#108032)Victor Stinner2023-08-181-1/+1
* gh-105481: opcode.h is no longer generated during the build (#108080)Irit Katriel2023-08-172-1/+91
* GH-108035: Remove the `_PyCFrame` struct as it is no longer needed for perfor...Mark Shannon2023-08-171-1/+1
* gh-100061: Proper fix of the bug in the matching of possessive quantifiers (G...SKO2023-08-161-0/+4
* gh-106242: Fix path truncation in os.path.normpath (GH-106816)Finn Womack2023-08-151-1/+3
* gh-93057: Deprecate positional use of optional sqlite3.connect() params (#107...Erlend E. Aasland2023-08-154-4/+55
* Revert "gh-104469 : Convert _testcapi/vectorcall_limited.c to use AC … (gh-...Dong-hee Na2023-08-142-68/+4
* gh-107938: Synchonise the signature of of sqlite3.connect and sqlite3.Connect...Erlend E. Aasland2023-08-143-18/+61
* gh-107880: Teach Argument Clinic to clone __init__ and __new__ methods (#107885)Erlend E. Aasland2023-08-132-1/+201
* Improve `_typing.__doc__` (#107908)Nikita Sobolev2023-08-131-1/+1
* gh-104469 : Convert _testcapi/vectorcall_limited.c to use AC (gh-107857)nahyeon2023-08-122-4/+68
* gh-106844: Fix issues in _winapi.LCMapStringEx (GH-107832)Serhiy Storchaka2023-08-112-16/+30
* gh-84805: Autogenerate signature for METH_NOARGS and METH_O extension functio...Serhiy Storchaka2023-08-111-9/+55
* GH-106485: Handle dict subclasses correctly when dematerializing `__dict__` (...Mark Shannon2023-08-101-0/+36
* gh-95065: Argument Clinic: Add functional tests of deprecated positionals (#1...Erlend E. Aasland2023-08-102-1/+1233
* gh-107689: Add docstring to `ctypes.Array` (#107697)Kostya Farber2023-08-101-2/+12
* GH-107812: extend `socket`'s netlink support to FreeBSD (gh-107813)Mina Galić2023-08-101-0/+2
* gh-91054: make code watcher tests resilient to other watchers (#107821)Carl Meyer2023-08-091-3/+11
* gh-107659: Add docstrings for ctypes.pointer and ctypes.POINTER (#107660)Tomas R2023-08-082-5/+77
* gh-107735: Add C API tests for PySys_GetObject() and PySys_SetObject() (GH-10...Serhiy Storchaka2023-08-071-0/+41
* gh-107178: Add the C API tests for the Abstract Objects Layer (GH-107179)Serhiy Storchaka2023-08-075-163/+1026
* GH-84436: Skip refcounting for known immortals (GH-107605)Brandt Bucher2023-08-044-9/+9