summaryrefslogtreecommitdiffstats
path: root/PC/_msi.c
Commit message (Expand)AuthorAgeFilesLines
* bpo-36140: Fix an incorrect check in msidb_getsummaryinformation() (GH-12074)Miss Islington (bot)2019-03-071-1/+1
* [2.7] bpo-1104: msilib.SummaryInfo.GetProperty() truncates the string by one ...Tzu-ping Chung2019-02-191-10/+21
* bpo-23855: Add missing NULL checks for malloc() in _msi.c (GH-9038)Miss Islington (bot)2018-09-101-0/+7
* Fix a memory leak in _msi.c (GH-4127) (#4308)Miss Islington (bot)2017-11-071-0/+1
* Issue #24594: Validates persist parameter when opening MSI databaseSteve Dower2016-09-091-3/+17
* Fixup indentation of PC/_msi.cAntoine Pitrou2010-05-091-355/+355
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-376/+376
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-091-6/+6
* Patch #2125: Add GetInteger and GetString methods forMartin v. Löwis2008-06-021-0/+47
* Renamed PyString to PyBytesChristian Heimes2008-05-261-6/+6
* Patch #1736: Fix file name handling of _msi.FCICreate.Martin v. Löwis2008-02-121-9/+9
* PEP 3123: Provide forward compatibility with Python 3.0, while keepingMartin v. Löwis2007-07-211-8/+4
* Patch #1572724: fix typo ('=' instead of '==') in _msi.c.Georg Brandl2006-10-091-1/+1
* Update copyright notice.Martin v. Löwis2006-03-051-1/+1
* Import bdist_msiMartin v. Löwis2006-03-051-0/+1008