summaryrefslogtreecommitdiff
path: root/Lib/test/test_msilib.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-12639: msilib.Directory.start_component() fails if *keyfile* is not None ...Miss Islington (bot)2019-05-311-0/+9
* bpo-1104: msilib.SummaryInfo.GetProperty() truncates the string by one charac...Miss Islington (bot)2019-02-021-2/+25
* bpo-12239: Make GetProperty() return None for VT_EMPTY (GH-4539)Berker Peksag2017-11-241-0/+7
* bpo-12382: Make OpenDatabase() raise better exception messages (GH-4528)Berker Peksag2017-11-241-0/+12
* bpo-1102: View.Fetch() now returns None when it's exhausted (GH-4459)Berker Peksag2017-11-231-1/+40
* Issue #23277: Remove unused sys and os importsBerker Peksag2016-04-241-1/+0
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-5/+2
* Closes #11696: Fix ID generation in msilib.Martin v. Löwis2011-03-271-0/+46