- 30 Aug, 2014 1 commit
-
-
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.
-
- 28 Aug, 2014 5 commits
-
-
Benjamin Peterson authored
Patch from Alex Gaynor.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 26 Aug, 2014 1 commit
-
-
Stefan Krah authored
-
- 24 Aug, 2014 5 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch from Brian Kearns.
-
Serhiy Storchaka authored
window is created for every test class. Fixed Tkinter images copying operations in NoDefaultRoot mode. Tcl command names generated for "after" callbacks now contains a name of original function.
-
Ned Deily authored
-
- 23 Aug, 2014 3 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Nick Coghlan authored
-
- 22 Aug, 2014 4 commits
-
-
Ned Deily authored
-
Ned Deily authored
for 2.7 to match other versions of sysconfig.
-
Ned Deily authored
python --generate-posix-vars in pybuilddir.txt build target by ensuring that pybuilddir.txt is always regenerated when configure is run and that the newly built skeleton python does not inadvertently import modules from previously installed instances.
-
Brett Cannon authored
Thanks to Jon Poler for the patch.
-
- 21 Aug, 2014 3 commits
-
-
Serhiy Storchaka authored
-
Ned Deily authored
-
Benjamin Peterson authored
-
- 20 Aug, 2014 8 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
A contribution of Alex Gaynor and David Reid with the generous support of Rackspace. May God have mercy on their souls.
-
Senthil Kumaran authored
Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. Initial patch by Sam Bull.
-
- 19 Aug, 2014 4 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
'As' became a full keyword when with statements were added in 2.5/2.6.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 18 Aug, 2014 1 commit
-
-
Serhiy Storchaka authored
-
- 17 Aug, 2014 3 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
extracts ZIP files with directory entries. Patch by Ryan Wilson.
-
Serhiy Storchaka authored
Support for Py_LIMITED_API was introduced in Python 3.2. Thanks Arfrever Frehtes Taifersar Arahesis.
-
- 16 Aug, 2014 2 commits
-
-
Senthil Kumaran authored
-
Victor Stinner authored
any .gdbinit initialization files".
-