- 20 Nis, 2015 1 kayıt (commit)
-
-
Steve Dower yazdı
-
- 16 Nis, 2015 1 kayıt (commit)
-
-
Guido van Rossum yazdı
It said "New text", an apparent test edit by MvL ages ago.
-
- 19 Nis, 2015 11 kayıt (commit)
-
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
doko@ubuntu.com yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
Patch by Andy Holst.
-
Berker Peksag yazdı
Patch by Andy Holst.
-
- 18 Nis, 2015 3 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Christian Heimes yazdı
-
- 17 Nis, 2015 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Berker Peksag yazdı
-
- 16 Nis, 2015 16 kayıt (commit)
-
-
R David Murray yazdı
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 yazdı
-
R David Murray yazdı
-
R David Murray yazdı
Patch by Gavin Chappell and Maciej Szulik.
-
R David Murray yazdı
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.
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
R David Murray yazdı
Patch by Michael McFadden, with a few small style tweaks.
-
Christian Heimes yazdı
CID 1294331 (#1 of 1): Identical code for different branches (IDENTICAL_BRANCHES)
-
Christian Heimes yazdı
Remove redundant check for tb != NULL to shut up Coverity . It has been set to Py_None a couple of lines earlier. CID 1291697 (#1 of 1): Dereference before null check (REVERSE_INULL) check_after_deref: Null-checking tb suggests that it may be null, but it has already been dereferenced on all paths leading to the check.
-
Christian Heimes yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Larry Hastings yazdı
accepting bytes, bytearrays, and buffers is now consistent with both the documentation and the implementation.
-
Ned Deily yazdı
module binaries, with a platform triple of just "darwin", resulting in file names like: _ssl.cpython-35m-darwin.so rather than just _ssl.so as previously. Instead of attempting to encode differences in CPU architecture and OS X deployment targets in the file name as is done on other platforms, these continue to be managed by the use of Apple multi-architecture ("fat") files, by the system dynamic loader, and by logic in higher-levels like sysconfig.get_platform() and pip.
-
- 15 Nis, 2015 5 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Demian Brecht.
-
Steve Dower yazdı
-
doko@ubuntu.com yazdı
-
R David Murray yazdı
Patch by Arnon Yaari.
-
Steve Dower yazdı
-