| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes loop variables to be the same types as their limit (GH-120958) | Steve Dower | 2024-06-24 | 1 | -1/+1 |
|
|
* | gh-113993: Allow interned strings to be mortal, and fix related issues (GH-12... | Petr Viktorin | 2024-06-21 | 1 | -2/+2 |
|
|
* | gh-118928: sqlite3: correctly bail if sequences of params are used with named... | Erlend E. Aasland | 2024-05-20 | 1 | -0/+1 |
|
|
* | gh-118928: sqlite3: disallow sequences of params with named placeholders (#11... | Erlend E. Aasland | 2024-05-14 | 1 | -6/+2 |
|
|
* | gh-118924: Remove `sqlite3.version` and `sqlite3.version_info` (#118925) | Hugo van Kemenade | 2024-05-10 | 1 | -4/+0 |
|
|
* | gh-116322: Add Py_mod_gil module slot (#116882) | Brett Simmers | 2024-05-03 | 1 | -0/+1 |
|
|
* | gh-118406: Add signature for sqlite3.Connection objects (#118428) | Erlend E. Aasland | 2024-04-30 | 1 | -0/+7 |
|
|
* | gh-117995: Don't raise DeprecationWarnings for indexed nameless params (#118001) | Erlend E. Aasland | 2024-04-22 | 1 | -1/+1 |
|
|
* | gh-117613: Argument Clinic: ensure that 'defining_class' params are positiona... | neonene | 2024-04-16 | 1 | -4/+4 |
|
|
* | gh-111926: Make weakrefs thread-safe in free-threaded builds (#117168) | mpage | 2024-04-08 | 2 | -5/+4 |
|
|
* | gh-111140: Adds PyLong_AsNativeBytes and PyLong_FromNative[Unsigned]Bytes fun... | Steve Dower | 2024-02-12 | 1 | -1/+1 |
|
|
* | gh-91602: Add iterdump() support for filtering database objects (#114501) | Mariusz Felisiak | 2024-02-06 | 2 | -11/+69 |
|
|
* | gh-115026: Argument Clinic: handle PyBuffer_FillInfo errors in generated code... | Nikita Sobolev | 2024-02-05 | 1 | -2/+4 |
|
|
* | gh-111789: Simplify the sqlite code (GH-111829) | Serhiy Storchaka | 2023-11-10 | 2 | -17/+6 |
|
|
* | Add private _PyUnicode_AsUTF8NoNUL() function (GH-111957) | Serhiy Storchaka | 2023-11-10 | 1 | -7/+1 |
|
|
* | gh-111089: Revert PyUnicode_AsUTF8() changes (#111833) | Victor Stinner | 2023-11-07 | 4 | -18/+93 |
|
|
* | gh-111089: Use PyUnicode_AsUTF8() in Argument Clinic (#111585) | Victor Stinner | 2023-11-01 | 3 | -87/+17 |
|
|
* | gh-67565: Remove redundant C-contiguity checks (GH-105521) | Furkan Onder | 2023-10-23 | 2 | -10/+2 |
|
|
* | gh-111089: Use PyUnicode_AsUTF8() in sqlite3 (#111122) | Victor Stinner | 2023-10-20 | 1 | -6/+1 |
|
|
* | gh-110964: Remove private _PyArg functions (#110966) | Victor Stinner | 2023-10-17 | 8 | -6/+19 |
|
|
* | gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726) | Victor Stinner | 2023-08-31 | 6 | -30/+14 |
|
|
* | gh-106320: Remove private _PyErr_ChainExceptions() (#108713) | Victor Stinner | 2023-08-31 | 1 | -0/+2 |
|
|
* | gh-108278: Deprecate passing the first param of sqlite3.Connection callback A... | Erlend E. Aasland | 2023-08-29 | 2 | -16/+111 |
|
|
* | gh-108278: Deprecate passing the three first params as keyword args for sqlit... | Erlend E. Aasland | 2023-08-28 | 2 | -5/+60 |
|
|
* | gh-108494: Argument Clinic: fix support of Limited C API (GH-108536) | Serhiy Storchaka | 2023-08-28 | 1 | -1/+1 |
|
|
* | gh-108444: Replace _PyLong_AsInt() with PyLong_AsInt() (#108459) | Victor Stinner | 2023-08-24 | 1 | -1/+1 |
|
|
* | gh-108444: Argument Clinic uses PyLong_AsInt() (#108458) | Victor Stinner | 2023-08-24 | 4 | -21/+21 |
|
|
* | gh-106320: Remove private PyLong C API functions (#108429) | Victor Stinner | 2023-08-24 | 1 | -0/+5 |
|
|
* | gh-105539: Emit ResourceWarning if sqlite3 database is not closed explicitly ... | Erlend E. Aasland | 2023-08-22 | 1 | -0/+8 |
|
|
* | gh-107704: Argument Clinic: add support for deprecating keyword use of parame... | Serhiy Storchaka | 2023-08-19 | 1 | -24/+13 |
|
|
* | gh-108083: Don't ignore exceptions in sqlite3.Connection.__init__() and .clos... | Erlend E. Aasland | 2023-08-18 | 1 | -31/+74 |
|
|
* | gh-93057: Deprecate positional use of optional sqlite3.connect() params (#107... | Erlend E. Aasland | 2023-08-15 | 4 | -4/+55 |
|
|
* | gh-107938: Synchonise the signature of of sqlite3.connect and sqlite3.Connect... | Erlend E. Aasland | 2023-08-14 | 3 | -18/+61 |
|
|
* | gh-106869: Use new PyMemberDef constant names (#106871) | Victor Stinner | 2023-07-25 | 3 | -21/+21 |
|
|
* | gh-106521: Remove _PyObject_LookupAttr() function (GH-106642) | Serhiy Storchaka | 2023-07-12 | 1 | -2/+2 |
|
|
* | gh-106320: Remove private pylifecycle.h functions (#106400) | Victor Stinner | 2023-07-04 | 1 | -0/+1 |
|
|
* | gh-106320: Remove private _PyImport C API functions (#106383) | Victor Stinner | 2023-07-03 | 2 | -0/+7 |
|
|
* | gh-106320: Remove private _PyErr C API functions (#106356) | Victor Stinner | 2023-07-03 | 1 | -0/+6 |
|
|
* | gh-104922: remove PY_SSIZE_T_CLEAN (#106315) | Inada Naoki | 2023-07-02 | 7 | -7/+0 |
|
|
* | gh-105927: Avoid calling PyWeakref_GET_OBJECT() (#105997) | Victor Stinner | 2023-06-22 | 1 | -3/+10 |
|
|
* | gh-105927: Add _PyWeakref_IS_DEAD() function (#105992) | Victor Stinner | 2023-06-22 | 1 | -12/+14 |
|
|
* | gh-105875: Require SQLite 3.15.2 or newer (#105876) | Erlend E. Aasland | 2023-06-18 | 3 | -107/+4 |
|
|
* | gh-105375: Improve error handling in sqlite3 collation callback (#105412) | Erlend E. Aasland | 2023-06-07 | 1 | -3/+5 |
|
|
* | gh-92536: Argument Clinic no longer emits PyUnicode_READY() (#105208) | Victor Stinner | 2023-06-01 | 3 | -18/+3 |
|
|
* | gh-104341: Adjust tstate_must_exit() to Respect Interpreter Finalization (gh-... | Eric Snow | 2023-05-15 | 1 | -1/+1 |
|
|
* | gh-100370: fix OverflowError in sqlite3.Connection.blobopen for 32-bit builds... | Erlend E. Aasland | 2023-05-07 | 2 | -9/+26 |
|
|
* | gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205) | Eric Snow | 2023-05-05 | 1 | -0/+1 |
|
|
* | gh-103489: Add get/set config methods to sqlite3.Connection (#103506) | Erlend E. Aasland | 2023-04-26 | 3 | -1/+240 |
|
|
* | gh-103015: Add entrypoint keyword param to sqlite3.Connection.load_extension ... | Erlend E. Aasland | 2023-04-26 | 2 | -12/+70 |
|
|
* | gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (in... | Irit Katriel | 2023-02-24 | 2 | -14/+10 |
|
|