- 19 Mar, 2014 10 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Ethan Furman authored
-
Kristján Valur Jónsson authored
Enhance HTTPResponse.readline() performance
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
- 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 authored
-
Zachary Ware authored
-
- 18 Mar, 2014 11 commits
-
-
Zachary Ware authored
-
Zachary Ware authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Victor Stinner authored
-
Victor Stinner authored
Only test the error handler. The encoding is not ASCII on Windows: it may the OEM or ANSI code page.
-
Victor Stinner authored
to get LC_CTYPE constant on Windows.
-
Victor Stinner authored
-
Victor Stinner authored
: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 19 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
* 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 authored
-
Victor Stinner authored
(Windows code page 65001, Microsoft UTF-8).
-
Victor Stinner authored
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.
-
Victor Stinner authored
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.
-
Victor Stinner authored
Changes of 3.4 after 3.4.0 must already be present in the 3.4 branch.
-
Victor Stinner authored
In fact, items were already present by Misc/NEWS format was improved.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Zachary Ware authored
-
Benjamin Peterson authored
correct the fix for #20637; allow slot descriptor inheritance to take place before creating cached keys
-
Éric Araujo authored
-
Éric Araujo authored
-
Jesus Cea authored
-
Jesus Cea authored
-
Jesus Cea authored
-
Jesus Cea authored
-