- 28 Jan, 2015 9 commits
-
-
Donald Stufft authored
-
Donald Stufft authored
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
no dynamically allocated bases.
-
Serhiy Storchaka authored
no dynamically allocated bases.
-
Vinay Sajip authored
-
Vinay Sajip authored
-
- 27 Jan, 2015 9 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
* Remove unused SSLProtocol._closing attribute * test_sslproto: skip test if ssl module is missing * Python issue #23208: Don't use the traceback of the current handle if we already know the traceback of the source. The handle may be more revelant, but having 3 tracebacks (handle, source, exception) becomes more difficult to read. The handle may be preferred later but it requires more work to make this choice.
-
Benjamin Peterson authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
Remove unneeded dummy test from the set search loop (when the hashes match we know the key is not a dummy).
-
Raymond Hettinger authored
Instead of masking and shifting every loopup, move the wrap-around test outside of the inner-loop.
-
Berker Peksag authored
-
Berker Peksag authored
Patch by Mayank Tripathi.
-
Berker Peksag authored
Patch by Mayank Tripathi.
-
- 26 Jan, 2015 22 commits
-
-
Victor Stinner authored
There was a bug which was fixed. The unit test was also wrong.
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
If ReadFile() fails with ERROR_BROKEN_PIPE, the operation is not pending: don't register the overlapped. I don't know if WSARecv() can fail with ERROR_BROKEN_PIPE. Since Overlapped.WSARecv() already handled ERROR_BROKEN_PIPE, let me guess that it has the same behaviour than ReadFile().
-
Victor Stinner authored
If UnregisterWaitEx() fais with ERROR_IO_PENDING, it doesn't mean that the wait is unregistered yet. We still have to wait until the wait is cancelled.
-
Victor Stinner authored
Explicitly cast the long to char.
-
Victor Stinner authored
PyUnicode_EncodeCodePage() now raise an exception if the object is not an Unicode object. For PyUnicode_EncodeFSDefault(), it was already the case on platforms other than Windows. Patch written by Campbell Barton.
-
Benjamin Peterson authored
-
Victor Stinner authored
-
Victor Stinner authored
Use a coroutine with asyncio.sleep() instead of call_later() to ensure that the schedule call is cancelled. Add also a unit test cancelling connect_pipe().
-
Victor Stinner authored
-
Victor Stinner authored
If a client connected before the server was closed: drop the client (close the pipe) and exit.
-
Serhiy Storchaka authored
non-seekable streams.
-
Serhiy Storchaka authored
threadsafe now.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
a function or a loop (e.g. "return" or "break").
-