| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | gh-95656: Enable the sqlite3 load extension API in Windows build (#95662) | Erlend Egeberg Aasland | 2022-08-04 | 1 | -1/+1 |
| | | |||||
| * | gh-69093: Support basic incremental I/O to blobs in `sqlite3` (GH-30680) | Erlend Egeberg Aasland | 2022-04-15 | 1 | -0/+2 |
| | | | | | | | | Authored-by: Aviv Palivoda <palaviv@gmail.com> Co-authored-by: Erlend E. Aasland <erlend.aasland@innova.no> Co-authored-by: palaviv <palaviv@gmail.com> Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> | ||||
| * | bpo-41930: Add support for SQLite serialise/deserialise API (GH-26728) | Erlend Egeberg Aasland | 2022-04-05 | 1 | -0/+1 |
| | | | | | Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> | ||||
| * | bpo-42862: Use functools.lru_cache iso. _sqlite.Cache in sqlite3 module ↵ | Erlend Egeberg Aasland | 2021-06-03 | 1 | -2/+0 |
| | | | | | | (GH-24203) Co-authored-by: Pablo Galindo <Pablogsal@gmail.com> | ||||
| * | bpo-43444: Move sqlite3 MODULE_NAME from setup.py to module.h (GH-24801) | Erlend Egeberg Aasland | 2021-03-13 | 1 | -1/+0 |
| | | |||||
| * | bpo-36941: Windows build changes for Windows ARM64 (GH-13365) | Paul Monson | 2019-05-17 | 1 | -0/+16 |
| | | |||||
| * | bpo-35976: Enable Windows projects to build with platform ARM32 (GH-11825) | Paul Monson | 2019-02-14 | 1 | -0/+16 |
| | | | | This change adds the necessary items to the build projects to avoid erroring out right at the start. It does not add _support_ for targeting Windows on ARM32, but is a necessary prerequisite for adding it. | ||||
| * | bpo-32507: Change Windows install to include app-local UCRT (#5119) | Steve Dower | 2018-01-09 | 1 | -3/+0 |
| | | |||||
| * | Adds version info to all signed binaries on Windows. | Steve Dower | 2016-04-06 | 1 | -0/+3 |
| | | |||||
| * | Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ↵ | Steve Dower | 2014-11-22 | 1 | -175/+8 |
| | | | | | which will be used for the official 3.5 release. | ||||
| * | Issue #18701: Remove support of old CPython versions (<3.0) from C code. | Serhiy Storchaka | 2013-08-16 | 1 | -1/+0 |
| | | |||||
| * | Clean up the PCBuild project files, removing redundant settings and | Kristján Valur Jónsson | 2012-05-19 | 1 | -6/+0 |
| | | | | | | use "references" to link to dependent projects. Update readme and batch files. | ||||
| * | changeset: 76969:0cbe1099226d | Brian Curtin | 2012-05-13 | 1 | -0/+4 |
| | | | | | | | | | branch: vs2010 tag: tip user: Brian Curtin <brian@python.org> date: Sun May 13 16:15:11 2012 -0500 summary: Changes to allow Profile Guided Optimization builds to succeed on VS2010 | ||||
| * | Fix #13210. Port the Windows build from VS2008 to VS2010. | Brian Curtin | 2012-05-13 | 1 | -0/+276 |
