summaryrefslogtreecommitdiffstats
path: root/Lib/msilib/schema.py
Commit message (Collapse)AuthorAgeFilesLines
* [3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511)Łukasz Langa2021-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> (cherry picked from commit 8f943ca25732d548cf9f0b0393ba8d582fb93e29) Co-authored-by: Mohamad Mansour <66031317+mohamadmansourX@users.noreply.github.com>
* 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