- 18 Mar, 2014 3 commits
-
-
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 33 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
-
Jesus Cea authored
-
Jesus Cea authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
R David Murray authored
-
R David Murray authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
- 16 Mar, 2014 4 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch by Ryan Kelly, karl, and Nikolaus Rath.
-
Victor Stinner authored
self parameter is implicit. Mention also that communicate() and wait() are coroutines.
-
Benjamin Peterson authored
-