Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixup indentation of PC/_msi.c | Antoine Pitrou | 2010-05-09 | 1 | -355/+355 |
| | |||||
* | Untabify C files. Will watch buildbots. | Antoine Pitrou | 2010-05-09 | 1 | -376/+376 |
| | |||||
* | This reverts r63675 based on the discussion in this thread: | Gregory P. Smith | 2008-06-09 | 1 | -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 for | Martin v. Löwis | 2008-06-02 | 1 | -0/+47 |
| | | | | msilib.Record objects. | ||||
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -6/+6 |
| | |||||
* | Patch #1736: Fix file name handling of _msi.FCICreate. | Martin v. Löwis | 2008-02-12 | 1 | -9/+9 |
| | |||||
* | PEP 3123: Provide forward compatibility with Python 3.0, while keeping | Martin v. Löwis | 2007-07-21 | 1 | -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 Brandl | 2006-10-09 | 1 | -1/+1 |
| | |||||
* | Update copyright notice. | Martin v. Löwis | 2006-03-05 | 1 | -1/+1 |
| | |||||
* | Import bdist_msi | Martin v. Löwis | 2006-03-05 | 1 | -0/+1008 |