- 26 Eki, 2018 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 17 Agu, 2018 1 kayıt (commit)
-
-
Sebastian Rittau yazdı
The http_response() and https_response() methods of the HTTPErrorProcessor class have two required parameters, 'request' and 'response'.
-
- 24 Haz, 2018 1 kayıt (commit)
-
-
Andrés Delfino yazdı
(cherry picked from commit c45cb479) Co-authored-by:
Andrés Delfino <adelfino@gmail.com>
-
- 31 May, 2018 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
85% of them are already links.
-
- 20 Ock, 2018 1 kayıt (commit)
-
-
Sanyam Khurana yazdı
Fixes some redirection links in docs.
-
- 24 Ock, 2017 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 09 Kas, 2016 2 kayıt (commit)
-
-
Andrew Kuchling yazdı
-
Andrew Kuchling yazdı
-
- 19 Eki, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 10 Eyl, 2016 1 kayıt (commit)
-
-
Christian Heimes yazdı
The deprecation include manual creation of SSLSocket and certfile/keyfile (or similar) in ftplib, httplib, imaplib, smtplib, poplib and urllib. ssl.wrap_socket() is not marked as deprecated yet.
-
- 27 Agu, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
The previous attempt to determine the file’s Content-Length gave a false positive for pipes on Windows. Also, drop the special case for sending zero-length iterable bodies.
-
- 24 Agu, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
When the body object is a file, its size is no longer determined with fstat(), since that can report the wrong result (e.g. reading from a pipe). Instead, determine the size using seek(), or fall back to chunked encoding for unseekable files. Also, change the logic for detecting text files to check for TextIOBase inheritance, rather than inspecting the “mode” attribute, which may not exist (e.g. BytesIO and StringIO). The Content-Length for text files is no longer determined ahead of time, because the original logic could have been wrong depending on the codec and newline translation settings. Patch by Demian Brecht and Rolf Krahl, with a few tweaks by me.
-
- 31 Tem, 2016 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
Ignore the HTTP_PROXY variable when REQUEST_METHOD environment is set, which indicates that the script is in CGI mode. Issue #27568 Reported and patch contributed by Rémi Rampin.
-
- 11 Tem, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 11 Haz, 2016 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi.
-
- 04 Haz, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 03 Haz, 2016 2 kayıt (commit)
-
-
R David Murray yazdı
I'm not sure how my previous merge commit got screwed up, hopefully this one will do the right thing.
-
R David Murray yazdı
-
- 01 Haz, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 28 May, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
Patch by Anish Shah and Aatish Neupane.
-
- 10 May, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Original patch by James Edwards.
-
- 07 May, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 25 Nis, 2016 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
over UPPER_CASE or Mixed_Case ones. Patch contributed by Hans-Peter Jansen. Reviewed by Martin Panter and Senthil Kumaran.
-
- 23 Nis, 2016 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
- 26 Şub, 2016 1 kayıt (commit)
-
-
Georg Brandl yazdı
Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch.
-
- 26 Kas, 2015 1 kayıt (commit)
-
-
Martin Panter yazdı
Previous documentation was not clear if the geturl(), info() and getcode() were valid for HTTP responses. The “msg” attribute is different to the usual HTTPResponse.msg attribute. Based on patch by Evens Fortuné.
-
- 24 Kas, 2015 1 kayıt (commit)
-
-
Martin Panter yazdı
No charset parameter is standardized for this Content-Type value. Also clarify that urlencode() outputs ASCII.
-
- 14 Kas, 2015 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 02 Kas, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 10 Eki, 2015 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 15 Haz, 2015 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
Related Issues: #issue21528 #issue24453
-
- 20 Nis, 2015 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
Patch from Van Lindberg
-
Benjamin Peterson yazdı
-
- 17 Nis, 2015 1 kayıt (commit)
-
-
Berker Peksag yazdı
-
- 16 Nis, 2015 1 kayıt (commit)
-
-
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.
-
- 12 Nis, 2015 1 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Martin Panter.
-
- 23 Kas, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 12 Kas, 2014 1 kayıt (commit)
-
-
Nick Coghlan yazdı
This auth handler adds the Authorization header to the first HTTP request rather than waiting for a HTTP 401 Unauthorized response from the server as the default HTTPBasicAuthHandler does. This allows working with websites like https://api.github.com which do not follow the strict interpretation of RFC, but more the dicta in the end of section 2 of RFC 2617: > A client MAY preemptively send the corresponding Authorization > header with requests for resources in that space without receipt > of another challenge from the server. Similarly, when a client > sends a request to a proxy, it may reuse a userid and password in > the Proxy-Authorization header field without receiving another > challenge from the proxy server. See section 4 for security > considerations associated with Basic authentication. Patch by Matej Cepl.
-
- 03 Kas, 2014 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Patch by Alex Gaynor with some modifications by me.
-