summaryrefslogtreecommitdiffstats
path: root/PC/_msi.c
Commit message (Collapse)AuthorAgeFilesLines
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-091-6/+6
| | | | | | | http://mail.python.org/pipermail/python-dev/2008-June/079988.html Python 2.6 should stick with PyString_* in its codebase. The PyBytes_* names in the spirit of 3.0 are available via a #define only. See the email thread.
* Patch #2125: Add GetInteger and GetString methods forMartin v. Löwis2008-06-021-0/+47
| | | | msilib.Record objects.
* 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
| | | | | backwards compatibility. Add Py_Refcnt, Py_Type, Py_Size, and PyVarObject_HEAD_INIT.
* 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