- 20 Mar, 2014 10 kayıt (commit)
-
-
Giampaolo Rodola yazdı
-
Victor Stinner yazdı
by multiprocessing.connection
-
Victor Stinner yazdı
multiprocessing.connection
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
OS/2 support in distutils
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 19 Mar, 2014 14 kayıt (commit)
-
-
Andrew Kuchling yazdı
Initial patch by Alba Magallanes.
-
Andrew Kuchling yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Ethan Furman yazdı
-
Kristján Valur Jónsson yazdı
Enhance HTTPResponse.readline() performance
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
- Remove configuration settings from removed _sha3.vcxproj - Don't try to build configurations of _testembed that don't exist (namely, PGInstrument and PGUpdate)
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
- 18 Mar, 2014 11 kayıt (commit)
-
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Only test the error handler. The encoding is not ASCII on Windows: it may the OEM or ANSI code page.
-
Victor Stinner yazdı
to get LC_CTYPE constant on Windows.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
:py:data:`sys.stdin` and :py:data:`sys.stdout` are now using the ``surrogateescape`` error handler, instead of the ``strict`` error handler.
-
- 17 Mar, 2014 5 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
* Tolerate 10 seconds instead of 3 seconds for slow test * Faster test, use sleep of 100 ms instead of 1 sec * Replace a number of iterations with an explicit deadline for the timeout
-
Victor Stinner yazdı
-
Victor Stinner yazdı
(Windows code page 65001, Microsoft UTF-8).
-
Victor Stinner yazdı
tables for base32, ascii85 and base85 codecs in the base64 module, and delay the initialization of the unquote_to_bytes() table of the urllib.parse module, to not waste memory if these modules are not used.
-