- 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 19 commits
-
-
Berker Peksag authored
-
Berker Peksag authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
The re module could be used during building before array is built.
-
Serhiy Storchaka authored
The re module could be used during building before array is built.
-
Serhiy Storchaka authored
different lowercase are now matched in case-insensitive regular expressions.
-
Serhiy Storchaka authored
different lowercase are now matched in case-insensitive regular expressions.
-
Serhiy Storchaka authored
platforms.
-
Serhiy Storchaka authored
platforms.
-
Serhiy Storchaka authored
-
Berker Peksag authored
-
Raymond Hettinger authored
-
Brett Cannon authored
-
Brett Cannon authored
Along the way, fix an argumrnt to fcntl.fcntl to be an int instead of a long. Thanks to Serhiy Storchaka for reviewing my Clinic patch and for writing the patch to fix the long/int issue.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 09 Nov, 2014 1 commit
-
-
Raymond Hettinger authored
-