- 20 Kas, 2014 1 kayıt (commit)
-
-
Nick Coghlan yazdı
- interpreter startup and shutdown code moved to a new pylifecycle.c module - Py_OptimizeFlag moved into the new module with the other global flags
-
- 19 Kas, 2014 4 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Patch by David Watson.
-
Serhiy Storchaka yazdı
Patch by David Watson.
-
Serhiy Storchaka yazdı
Based on patch by Franck Michea.
-
Serhiy Storchaka yazdı
Based on patch by Franck Michea.
-
- 18 Kas, 2014 8 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Victor Stinner yazdı
-
Serhiy Storchaka yazdı
Patch by Roumen Petrov.
-
Serhiy Storchaka yazdı
Patch by Roumen Petrov.
-
- 17 Kas, 2014 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 15 Kas, 2014 7 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
Fixed an error in _PySys_GetSizeOf declaration.
-
Serhiy Storchaka yazdı
Fixed an error in _PySys_GetSizeOf declaration.
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
-
- 14 Kas, 2014 3 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Guido van Rossum yazdı
Patch by Ludovic.Gasc.
-
Guido van Rossum yazdı
Patch by Ludovic.Gasc.
-
- 12 Kas, 2014 4 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
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.
-
- 11 Kas, 2014 6 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Donald Stufft yazdı
-
Donald Stufft yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 10 Kas, 2014 5 kayıt (commit)
-
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-