- 20 Mar, 2014 11 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
Issue #10141: updated new usages of AF_CAN to be in #ifdef AF_CAN rather than #ifdef HAVE_LINUX_CAN_H to allow compilation on older Linuxes.
-
Victor Stinner authored
by multiprocessing.connection
-
Victor Stinner authored
multiprocessing.connection
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
OS/2 support in distutils
-
Victor Stinner authored
-
Victor Stinner authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 19 Mar, 2014 14 commits
-
-
Andrew Kuchling authored
Initial patch by Alba Magallanes.
-
Andrew Kuchling authored
-
Zachary Ware authored
-
Zachary Ware authored
-
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 4 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).
-