1. 14 Sep, 2014 3 commits
  2. 13 Sep, 2014 1 commit
  3. 12 Sep, 2014 1 commit
    • Steve Dower's avatar
      #22398 Tools/msi enhancements for 2.7 · 144de315
      Steve Dower authored
      Fix build_tkinter.py.
      Update msi.py to use environment vars and correct tcl/tk paths.
      Update msilib.py to generate short names for files with multiple dots in the name.
      144de315
  4. 11 Sep, 2014 6 commits
  5. 10 Sep, 2014 2 commits
  6. 06 Sep, 2014 2 commits
  7. 05 Sep, 2014 10 commits
  8. 04 Sep, 2014 3 commits
  9. 02 Sep, 2014 1 commit
  10. 03 Sep, 2014 3 commits
  11. 01 Sep, 2014 1 commit
  12. 31 Aug, 2014 2 commits
  13. 30 Aug, 2014 1 commit
    • R David Murray's avatar
      #22215: have the smtplib 'quit' command reset the state. · 7234e03c
      R David Murray authored
      Without this reset, starttls would fail if a connect/starttls was done after a
      quit, because smtplib assumed the existing value of emspt_features was
      accurate, but it gets reset when starttls completes (and the new value does
      not contain the starttls capability, since tls is already started at that
      point).  (There may be additional places where this lack of reset was an
      issue as well.)
      
      Patch by Milan Oberkirch.
      7234e03c
  14. 28 Aug, 2014 4 commits