Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-42064: Convert `sqlite3` global state to module state (GH-29073) | Erlend Egeberg Aasland | 2021-10-27 | 1 | -16/+5 |
* | bpo-43413: Fix handling keyword arguments in subclasses of some buitin classe... | Serhiy Storchaka | 2021-09-12 | 1 | -2/+3 |
* | bpo-44859: Improve error handling in sqlite3 and and raise more accurate exce... | Serhiy Storchaka | 2021-08-08 | 1 | -1/+30 |
* | bpo-42064: Optimise `sqlite3` state access, part 1 (GH-27273) | Erlend Egeberg Aasland | 2021-07-29 | 1 | -5/+16 |
* | Fix docstring typo in sqlite3.Connection.executescript/sqlite3.Cursor.execute... | Erlend Egeberg Aasland | 2021-07-14 | 1 | -2/+2 |
* | bpo-42064: Move sqlite3 types to global state (GH-26537) | Erlend Egeberg Aasland | 2021-06-15 | 1 | -4/+4 |
* | bpo-40956: Fix sqlite3.Cursor.fetchmany() default value (GH-24214) | Erlend Egeberg Aasland | 2021-01-13 | 1 | -3/+6 |
* | bpo-40956: Convert _sqlite3.Cursor to Argument Clinic (GH-24007) | Erlend Egeberg Aasland | 2021-01-05 | 1 | -0/+259 |