- 20 Nov, 2014 1 commit
-
-
Nick Coghlan authored
- 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 Nov, 2014 4 commits
-
-
Serhiy Storchaka authored
Patch by David Watson.
-
Serhiy Storchaka authored
Patch by David Watson.
-
Serhiy Storchaka authored
Based on patch by Franck Michea.
-
Serhiy Storchaka authored
Based on patch by Franck Michea.
-
- 18 Nov, 2014 8 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Victor Stinner authored
-
Serhiy Storchaka authored
Patch by Roumen Petrov.
-
Serhiy Storchaka authored
Patch by Roumen Petrov.
-
- 17 Nov, 2014 2 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 15 Nov, 2014 7 commits
-
-
Raymond Hettinger authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Fixed an error in _PySys_GetSizeOf declaration.
-
Serhiy Storchaka authored
Fixed an error in _PySys_GetSizeOf declaration.
-
Ned Deily authored
-
Ned Deily authored
-
Ned Deily authored
-
- 14 Nov, 2014 3 commits
-
-
Antoine Pitrou authored
-
Guido van Rossum authored
Patch by Ludovic.Gasc.
-
Guido van Rossum authored
Patch by Ludovic.Gasc.
-
- 12 Nov, 2014 4 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Nick Coghlan authored
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 Nov, 2014 6 commits
-
-
Serhiy Storchaka authored
-
Donald Stufft authored
-
Donald Stufft authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 10 Nov, 2014 5 commits
-
-
Berker Peksag authored
-
Berker Peksag authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-