1. 18 Sep, 2014 1 commit
  2. 17 Sep, 2014 1 commit
  3. 16 Sep, 2014 1 commit
  4. 15 Sep, 2014 1 commit
  5. 14 Sep, 2014 3 commits
  6. 13 Sep, 2014 1 commit
  7. 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
  8. 11 Sep, 2014 6 commits
  9. 10 Sep, 2014 2 commits
  10. 06 Sep, 2014 2 commits
  11. 05 Sep, 2014 10 commits
  12. 04 Sep, 2014 3 commits
  13. 02 Sep, 2014 1 commit
  14. 03 Sep, 2014 3 commits
  15. 01 Sep, 2014 1 commit
  16. 31 Aug, 2014 2 commits
  17. 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