summaryrefslogtreecommitdiffstats
path: root/Lib/msilib/schema.py
Commit message (Collapse)AuthorAgeFilesLines
* [codemod] Fix non-matching bracket pairs (GH-28473)Mohamad Mansour2021-09-211-1/+1
| | | | | Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> Co-authored-by: Łukasz Langa <lukasz@langa.pl>
* Issue #27076: Doc, comment and tests spelling fixesMartin Panter2016-05-261-1/+1
| | | | Most fixes to Doc/ and Lib/ directories by Ville Skyttä.
* Issue #25523: Further a-to-an corrections.Serhiy Storchaka2015-11-021-1/+1
|
* Remove duplication.Ezio Melotti2011-10-191-1/+1
|
* long integer -> integer.Georg Brandl2007-11-291-7/+7
|
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-424/+424
|
* Import bdist_msiMartin v. Löwis2006-03-051-0/+1007