summaryrefslogtreecommitdiff
path: root/Lib/msilib
Commit message (Expand)AuthorAgeFilesLines
* bpo-12639: msilib.Directory.start_component() fails if *keyfile* is not None ...Miss Islington (bot)2019-05-311-1/+1
* bpo-34251: Restore msilib.Win64 to preserve compatibility (GH-8510)Miss Islington (bot)2018-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 #27076: Merge spelling from 3.5Martin Panter2016-05-261-1/+1
|\
| * Issue #27076: Doc, comment and tests spelling fixesMartin Panter2016-05-261-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 #25523: Merge a-to-an corrections from 3.4.Serhiy Storchaka2015-11-021-1/+1
|\
| * Issue #25523: Further a-to-an corrections.Serhiy Storchaka2015-11-021-1/+1
* | 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
* Remove duplication.Ezio Melotti2011-10-191-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
* long integer -> integer.Georg Brandl2007-11-291-7/+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
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-023-654/+654
* 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-273-1407/+136
* Import bdist_msiMartin v. Löwis2006-03-054-0/+2994