Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-40275: Use new test.support helper submodules in tests (GH-21315) | Hai Shi | 2020-07-06 | 1 | -1/+2 |
| | |||||
* | bpo-41142: Add support of non-ASCII paths for CAB files. (GH-21195) | Serhiy Storchaka | 2020-06-30 | 1 | -0/+10 |
| | | | | * The path to the CAB file can be non-ASCII. * Paths of added files can be non-ASCII. | ||||
* | bpo-41069: Make TESTFN and the CWD for tests containing non-ascii ↵ | Serhiy Storchaka | 2020-06-25 | 1 | -2/+2 |
| | | | | characters. (GH-21035) | ||||
* | bpo-41074: Fix support of non-ASCII names and SQL in msilib. (GH-21126) | Serhiy Storchaka | 2020-06-25 | 1 | -2/+12 |
| | | | | | * Fix support of non-ASCII names in functions OpenDatabase() and init_database(). * Fix support of non-ASCII SQL in method Database.OpenView(). | ||||
* | bpo-37124: Fix reference leak in test_msilib (GH-13750) | Pablo Galindo | 2019-06-02 | 1 | -0/+1 |
| | |||||
* | bpo-12202: Properly check MsiSummaryInfoGetProperty() calls in msilib (GH-13711) | Zackery Spytz | 2019-06-01 | 1 | -0/+9 |
| | |||||
* | bpo-12639: msilib.Directory.start_component() fails if *keyfile* is not None ↵ | Zackery Spytz | 2019-05-31 | 1 | -0/+9 |
| | | | | | (GH-13688) msilib.Directory.start_component() was passing an extra argument to CAB.gen_id(). | ||||
* | bpo-1104: msilib.SummaryInfo.GetProperty() truncates the string by one ↵ | Tzu-ping Chung | 2019-02-02 | 1 | -2/+25 |
| | | | | | | character (GH-4517) Add one char to MsiSummaryInfoGetProperty() output Based on the patch in bpo-1104 by Anthony Tuininga (atuining) and Mark McMahon (markm). | ||||
* | bpo-12239: Make GetProperty() return None for VT_EMPTY (GH-4539) | Berker Peksag | 2017-11-24 | 1 | -0/+7 |
| | | | | | | | The previous behavior was to raise an exception NotImplementedError: result of type 0 when the value of the property is VT_EMPTY. | ||||
* | bpo-12382: Make OpenDatabase() raise better exception messages (GH-4528) | Berker Peksag | 2017-11-24 | 1 | -0/+12 |
| | | | | | | | | | | | Previously, 'msilib.OpenDatabase()' function raised a cryptical exception message when it couldn't open or create an MSI file. For example: Traceback (most recent call last): File "<stdin>", line 1, in <module> _msi.MSIError: unknown error 6e | ||||
* | bpo-1102: View.Fetch() now returns None when it's exhausted (GH-4459) | Berker Peksag | 2017-11-23 | 1 | -1/+40 |
| | |||||
* | Issue #23277: Remove unused sys and os imports | Berker Peksag | 2016-04-24 | 1 | -1/+0 |
| | | | | Patch by Jon Dufresne. | ||||
* | Issue #21741: Update 147 test modules to use test discovery. | Zachary Ware | 2015-04-13 | 1 | -5/+2 |
| | | | | | | | I have compared output between pre- and post-patch runs of these tests to make sure there's nothing missing and nothing broken, on both Windows and Linux. The only differences I found were actually tests that were previously *not* run. | ||||
* | Closes #11696: Fix ID generation in msilib. | Martin v. Löwis | 2011-03-27 | 1 | -0/+46 |
Patch by Mark Mc Mahon. |