- 21 Eyl, 2015 40 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Victor Stinner yazdı
It doesn't work to use #define XXX defined(YYY)" and then "#ifdef XXX" to check YYY.
-
Terry Jan Reedy yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Add a macro which ensures that the writer has at least the requested kind.
-
Victor Stinner yazdı
Factorize code with the new get_error_handler() function. Add some empty lines for readability.
-
Victor Stinner yazdı
ignore and replace. Initial patch written by Naoki Inada. The decoder is now up to 60 times as fast for these error handlers. Add also unit tests for the ASCII decoder.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Replace "#if XXX" with #ifdef XXX".
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
The proactor event loop requires also to mock loop._stop_serving.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
ssl.SSLContext() does not always disable compression. Fix unit test.
-
Eric V. Smith yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
sequence of strings. Patch written by Yann Sionneau.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
This info is required on Python 3.5 and newer to get specific information on the SSL object, like getting the binary peer certificate (instead of getting it as text).
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
of catching socket.EAI_NODATA error which doesn't exist on FreeBSD.
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
above "What's New and 0 lines above "Release date". Remove most old headers for non-final releases (they currently do not get carried forward.
-
Terry Jan Reedy yazdı
above "What's New and 0 lines above "Release date". Remove most old headers for non-final releases (they currently do not get carried forward.
-
Terry Jan Reedy yazdı
above "What's New and 0 lines above "Release date". Remove most old headers for non-final releases (they currently do not get carried forward.
-
Berker Peksag yazdı
threading and multiprocessing modules. In multiprocessing, the name of the first parameter of the acquire methods is "block", but "blocking" in threading. This commit also improves documentation of Lock and RLock. Patch by Davin Potts.
-
Berker Peksag yazdı
threading and multiprocessing modules. In multiprocessing, the name of the first parameter of the acquire methods is "block", but "blocking" in threading. This commit also improves documentation of Lock and RLock. Patch by Davin Potts.
-
Berker Peksag yazdı
threading and multiprocessing modules. In multiprocessing, the name of the first parameter of the acquire methods is "block", but "blocking" in threading. This commit also improves documentation of Lock and RLock. Patch by Davin Potts.
-