- 20 Apr, 2015 15 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Serhiy Storchaka authored
on Windows instead of silently truncate them. Removed no longer used _PyUnicode_HasNULChars().
-
Serhiy Storchaka authored
on Windows instead of silently truncate them.
-
Serhiy Storchaka authored
0-0xffff for empty data.
-
Serhiy Storchaka authored
0-0xffff for empty data.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Steve Dower authored
-
Steve Dower authored
-
Steve Dower authored
-
- 19 Apr, 2015 14 commits
-
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
doko authored
-
Berker Peksag authored
-
Berker Peksag authored
-
Berker Peksag authored
Patch by Andy Holst.
-
Berker Peksag authored
Patch by Andy Holst.
-
- 18 Apr, 2015 3 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Christian Heimes authored
-
- 17 Apr, 2015 3 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Berker Peksag authored
-
- 16 Apr, 2015 5 commits
-
-
R David Murray authored
There are doubtless other debug messages in smtplib that would trigger an error if they were tested, but this fixes the things we do now test, which is good enough for now.
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
Patch by Gavin Chappell and Maciej Szulik.
-
R David Murray authored
This fix is a superset of the functionality introduced by the issue #19494 enhancement, and supersedes that fix. Instead of a new handler, we have a new password manager that tracks whether we should send the auth for a given uri. This allows us to say "always send", satisfying #19494, or track that we've succeeded in auth and send the creds right away on every *subsequent* request. The support for using the password manager is added to AbstractBasicAuth, which means the proxy handler also now can handle prior auth if passed the new password manager. Patch by Akshit Khurana, docs mostly by me.
-