summaryrefslogtreecommitdiff
path: root/Lib/msilib/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-12639: msilib.Directory.start_component() fails if *keyfile* is not None ...Zackery Spytz2019-05-311-1/+1
* bpo-34251: Restore msilib.Win64 to preserve compatibility (GH-8510)Berker Peksag2018-07-281-0/+2
* Remove all mention of Windows IA-64 support (GH-3389)Zachary Ware2017-09-061-6/+2
* #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-081-1/+1
* Issue #16620: Got rid of using undocumented function glob.glob1().Serhiy Storchaka2016-01-191-2/+8
* Issue #16620: Fixed AttributeError in msilib.Directory.glob().Serhiy Storchaka2016-01-191-1/+5
* Issue #23731: Implement PEP 488.Brett Cannon2015-04-131-4/+3
* Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*,Terry Jan Reedy2013-03-111-1/+1
* merge #11696Martin v. Löwis2011-03-271-3/+2
|\
| * Closes #11696: Fix ID generation in msilib.Martin v. Löwis2011-03-271-3/+2
* | merge #7639Martin v. Löwis2011-03-271-8/+17
|\ \ | |/
| * Fix short file name generation in bdist_msi.Martin v. Löwis2011-03-271-8/+17
* | remove pointless coding cookiesFlorent Xicluna2010-08-301-1/+0
|/
* Merged revisions 73390 via svnmerge fromMartin v. Löwis2009-06-121-3/+7
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-161-1/+1
* Raise statement normalization in Lib/.Collin Winter2007-08-301-2/+2
* Change a bunch of file encodings from Latin-1 to UTF-8.Guido van Rossum2007-07-161-2/+2
* Fix various spots where int/long and str/unicode unificationWalter Dörwald2007-05-031-1/+1
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-2/+2
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-1/+1
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* Excise the sets module. SF #1500611 by Collin Winter.Guido van Rossum2007-01-101-5/+5
* Get rid of a bunch more has_key() uses. We *really* need a tool for this.Neal Norwitz2006-08-201-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-4/+6
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-8/+7
* Import bdist_msiMartin v. Löwis2006-03-051-0/+462