Gregory P. Smith
|
dd96db63f6
|
This reverts r63675 based on the discussion in this thread:
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.
|
2008-06-09 04:58:54 +00:00 |
Martin v. Löwis
|
ffe62ed46d
|
Patch #2125: Add GetInteger and GetString methods for
msilib.Record objects.
|
2008-06-02 08:40:06 +00:00 |
Christian Heimes
|
593daf545b
|
Renamed PyString to PyBytes
|
2008-05-26 12:51:38 +00:00 |
Martin v. Löwis
|
e0d30ef0ca
|
Patch #1736: Fix file name handling of _msi.FCICreate.
|
2008-02-12 13:47:26 +00:00 |
Martin v. Löwis
|
6819210b9e
|
PEP 3123: Provide forward compatibility with Python 3.0, while keeping
backwards compatibility. Add Py_Refcnt, Py_Type, Py_Size, and
PyVarObject_HEAD_INIT.
|
2007-07-21 06:55:02 +00:00 |
Georg Brandl
|
412a9ea10e
|
Patch #1572724: fix typo ('=' instead of '==') in _msi.c.
|
2006-10-09 19:03:06 +00:00 |
Martin v. Löwis
|
dd860caa8f
|
Update copyright notice.
|
2006-03-05 13:39:10 +00:00 |
Martin v. Löwis
|
fbab90e95b
|
Import bdist_msi
|
2006-03-05 13:36:04 +00:00 |