- 26 Ock, 2015 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 25 Ock, 2015 8 kayıt (commit)
-
-
Serhiy Storchaka yazdı
replacment string longer than mailformed input data.
-
Serhiy Storchaka yazdı
replacment string longer than mailformed input data.
-
Serhiy Storchaka yazdı
decoding and translating.
-
R David Murray yazdı
-
R David Murray yazdı
-
R David Murray yazdı
This change parallels the language used in the unix man page.
-
Senthil Kumaran yazdı
Increase http.client.HTTPConnection test coverage. Added a new tunnel test to verify setting of _tunnel_host, _tunnel_port, _tunnel_headers attributes on HTTPConnection object.
-
Senthil Kumaran yazdı
Added a new tunnel test to verify setting of _tunnel_host, _tunnel_port, _tunnel_headers attributes on HTTPConnection object.
-
- 24 Ock, 2015 2 kayıt (commit)
-
-
Steve Dower yazdı
-
Ethan Furman yazdı
-
- 23 Ock, 2015 15 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Benjamin Peterson yazdı
Patch by Demian Brecht.
-
Gregory P. Smith yazdı
*any* kwarg supplied to _assert_python causes it to not append -E to the command line flags so without='-E' does effectively work.
-
Gregory P. Smith yazdı
*any* kwarg supplied to _assert_python causes it to not append -E to the command line flags so without='-E' does effectively work.
-
Gregory P. Smith yazdı
script_helper.assert_python_failure(). No such feature has ever existed, thus it doesn't do what the comment claims. (It does add a 'without' variable to the environment of the child process but that was not intended)
-
Gregory P. Smith yazdı
script_helper.assert_python_failure(). No such feature has ever existed, thus it doesn't do what the comment claims. (It does add a 'without' variable to the environment of the child process but that was not intended)
-
Gregory P. Smith yazdı
mode. Explicitly remove the PYTHONFAULTHANDLER environment variable before launching a child interpreter when its presence would impact the test (the reason -E was being used in the first place). This enables running the test in an environment where other Python environment variables must be set in order for things to run (such as using PYTHONHOME to tell an embedded interpreter where it should think it lives).
-
Gregory P. Smith yazdı
mode. Explicitly remove the PYTHONFAULTHANDLER environment variable before launching a child interpreter when its presence would impact the test (the reason -E was being used in the first place). This enables running the test in an environment where other Python environment variables must be set in order for things to run (such as using PYTHONHOME to tell an embedded interpreter where it should think it lives).
-
- 22 Ock, 2015 11 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Overlapped.ConnectNamedPipe() now returns a boolean: True if the pipe is connected (if ConnectNamedPipe() failed with ERROR_PIPE_CONNECTED), False if the connection is in progress. This change removes multiple hacks in IocpProactor.
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Add _overlapped.ConnectPipe() which tries to connect to the pipe for asynchronous I/O (overlapped): call CreateFile() in a loop until it doesn't fail with ERROR_PIPE_BUSY. Use an increasing delay between 1 ms and 100 ms. Remove Overlapped.WaitNamedPipeAndConnect() which is no more used.
-
Victor Stinner yazdı
cancelled
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
- 21 Ock, 2015 3 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
_WaitCancelFuture futures
-
Victor Stinner yazdı
only Exception
-