Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-40956: Fix segfault when Connection.backup is called without target (GH-2... | Erlend Egeberg Aasland | 2021-02-10 | 1 | -19/+10 |
* | 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 |
* | bpo-40956: Convert _sqlite3.Row to Argument Clinic (GH-23964) | Erlend Egeberg Aasland | 2020-12-29 | 1 | -0/+56 |
* | bpo-40956: Convert _sqlite3.Connection to Argument Clinic, part 2 (GH-23838) | Erlend Egeberg Aasland | 2020-12-27 | 1 | -1/+209 |
* | bpo-40956: Fix sqlite3 AC code (GH-23837) | Dong-hee Na | 2020-12-18 | 1 | -3/+27 |
* | bpo-40956: Convert _sqlite3.Connection to Argument Clinic (GH-23341) | Erlend Egeberg Aasland | 2020-12-18 | 1 | -0/+490 |
* | bpo-40956: Convert _sqlite3 module level functions to Argument Clinic (GH-22484) | Erlend Egeberg Aasland | 2020-10-31 | 1 | -0/+222 |