1. 293dd23 Remove binding of captured exceptions when not used to reduce the chances of creating cycles (GH-17246) by Pablo Galindo · 4 years, 10 months ago
  2. c8d5bf6 bpo-12639: msilib.Directory.start_component() fails if *keyfile* is not None (GH-13688) by Zackery Spytz · 5 years ago
  3. 11eb1a9 bpo-34251: Restore msilib.Win64 to preserve compatibility (GH-8510) by Berker Peksag · 6 years ago
  4. 49ce74e Remove all mention of Windows IA-64 support (GH-3389) by Zachary Ware · 7 years ago
  5. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
  6. 3e04d5b Issue #27076: Merge spelling from 3.5 by Martin Panter · 8 years ago
  7. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  8. 31a858c Issue #16620: Got rid of using undocumented function glob.glob1(). by Serhiy Storchaka · 9 years ago
  9. e914cd1 Issue #16620: Fixed AttributeError in msilib.Directory.glob(). by Serhiy Storchaka · 9 years ago
  10. a84f6c3 Issue #25523: Merge a-to-an corrections from 3.4. by Serhiy Storchaka · 9 years ago
  11. d65c949 Issue #25523: Further a-to-an corrections. by Serhiy Storchaka · 9 years ago
  12. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 9 years ago
  13. c30b7b1 Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, by Terry Jan Reedy · 11 years ago
  14. e130a52 Remove duplication. by Ezio Melotti · 13 years ago
  15. 987403b merge #11696 by Martin v. Löwis · 13 years ago
  16. f8d887e Closes #11696: Fix ID generation in msilib. Patch by Mark Mc Mahon. by Martin v. Löwis · 13 years ago
  17. a6e0b4f merge #7639 by Martin v. Löwis · 13 years ago
  18. 9bad3a9 Fix short file name generation in bdist_msi. by Martin v. Löwis · 13 years ago
  19. e01de8f remove pointless coding cookies by Florent Xicluna · 14 years ago
  20. 83eacca Merged revisions 73390 via svnmerge from by Martin v. Löwis · 15 years ago
  21. 513b2ac long integer -> integer. by Georg Brandl · 17 years ago
  22. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  23. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  24. d77d699 Change a bunch of file encodings from Latin-1 to UTF-8. by Guido van Rossum · 17 years ago
  25. aa97f04 Fix various spots where int/long and str/unicode unification by Walter Dörwald · 17 years ago
  26. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  27. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  28. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  29. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  30. 33552e9 Excise the sets module. SF #1500611 by Collin Winter. by Guido van Rossum · 18 years ago
  31. f1a69c1 Get rid of a bunch more has_key() uses. We *really* need a tool for this. by Neal Norwitz · 18 years ago
  32. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  33. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  34. fbab90e Import bdist_msi by Martin v. Löwis · 19 years ago