summaryrefslogtreecommitdiffstats
path: root/PC/_msi.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #1717: rename tp_compare to tp_reserved. I'll change theMark Dickinson2009-02-021-4/+4
* RPC_WSTR is not available Visual Studio 2003 or earlier.Hirokazu Yamamoto2008-08-171-1/+1
* Bug #3542: Support Unicode strings in _msi module.Martin v. Löwis2008-08-161-19/+19
* Return the module at the end of its init function.Amaury Forgeot d'Arc2008-06-171-1/+1
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-4/+18
* Port GetInteger and GetString to 3k.Martin v. Löwis2008-06-021-2/+2
* Merged revisions 63888 via svnmerge fromMartin v. Löwis2008-06-021-0/+47
* Renamed PyString to PyBytesChristian Heimes2008-05-261-6/+6
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-121-9/+9
* Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow.Martin v. Löwis2007-12-041-2/+6
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-021-4/+4
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-8/+4
* Merged the int/long unification branch, by very crude means (sorry Thomas!).Guido van Rossum2007-01-141-1/+1
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-1/+1
* Update copyright notice.Martin v. Löwis2006-03-051-1/+1
* Import bdist_msiMartin v. Löwis2006-03-051-0/+1008