- 21 Kas, 2014 3 kayıt (commit)
-
-
Brett Cannon yazdı
working directory no longer exists. Thanks to Martin Panter for the bug report.
-
Steve Dower yazdı
-
Antoine Pitrou yazdı
Issue #22796: HTTP cookie parsing is now stricter, in order to protect against potential injection attacks.
-
- 20 Kas, 2014 8 kayıt (commit)
-
-
Victor Stinner yazdı
before calling the parent close() method. If the event loop is already closed, the self-pipe is not unregistered from the selector.
-
Victor Stinner yazdı
the parent close() method. If the event loop is already closed, the self-pipe is not unregistered from the selector.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
functions: * add_signal_handler() * call_at() * call_later() * call_soon() * call_soon_threadsafe() * run_in_executor() Fix also the error message of add_signal_handler() (fix the name of the function).
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
release mode
-
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 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-