- 23 Eyl, 2015 5 kayıt (commit)
-
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
Issue #19143: platform module now reads Windows version from kernel32.dll to avoid compatibility shims.
-
Steve Dower yazdı
Issue #19143: platform module now reads Windows version from kernel32.dll to avoid compatibility shims.
-
- 22 Eyl, 2015 12 kayıt (commit)
-
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Berker Peksag yazdı
Also, properly skip the test_nested_optimization test for partial subclasses and add a test for the suggested usage.
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
Change destination to help.html. Adjust NEWS entries.
-
Terry Jan Reedy yazdı
Change destination to help.html. Adjust NEWS entries.
-
- 21 Eyl, 2015 23 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
The proactor event loop requires also to mock loop._stop_serving.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
ssl.SSLContext() does not always disable compression. Fix unit test.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
sequence of strings. Patch written by Yann Sionneau.
-
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ı
of catching socket.EAI_NODATA error which doesn't exist on FreeBSD.
-
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.
-
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.
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Berker Peksag yazdı
Patch by Bar Harel.
-