- 02 Dec, 2013 6 commits
-
-
Christian Heimes authored
with server_hostname on handshake.
-
Gregory P. Smith authored
-
Gregory P. Smith authored
descriptor 0, 1 or 2 is closed. The errpipe_write fd will always be >= 3.
-
Alexandre Vassalotti authored
-
Alexandre Vassalotti authored
-
Gregory P. Smith authored
descriptor 0, 1 or 2 is closed. (correct fix for 3.4 this time)
-
- 01 Dec, 2013 14 commits
-
-
Alexandre Vassalotti authored
-
Alexandre Vassalotti authored
Patch by Daniel Urban.
-
Charles-François Natali authored
Vajrasky Kok.
-
Charles-François Natali authored
EINTR.
-
Charles-François Natali authored
-
Victor Stinner authored
tracemalloc in objects destructor Replace atexit handler with an harcoded C function _PyTraceMalloc_Fini().
-
Gregory P. Smith authored
causing test_multiprocessing_forkserver and test_multiprocessing_spawn failures on head (3.4).
-
Gregory P. Smith authored
causing test_multiprocessing_forkserver and test_multiprocessing_spawn failures on head (3.4).
-
Gregory P. Smith authored
descriptor 0, 1 or 2 is closed.
-
Gregory P. Smith authored
descriptor 0, 1 or 2 is closed.
-
Alexandre Vassalotti authored
-
Alexandre Vassalotti authored
-
Alexandre Vassalotti authored
-
Alexandre Vassalotti authored
-
- 30 Nov, 2013 16 commits
-
-
Guido van Rossum authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Alexandre Vassalotti authored
-
Alexandre Vassalotti authored
-
Serhiy Storchaka authored
-
Alexandre Vassalotti authored
-
Alexandre Vassalotti authored
This fix does not cause any degradation in performance.
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Nick Coghlan authored
MvL would like to be able to preserve CPython's existing clean uninstall behaviour on Windows before enabling the pip installation option by default. This private CLI means running "python -m ensurepip._uninstall" will remove pip and setuptools before proceeding with the rest of the uninstallation process. If the version of pip differs from the one bootstrapped by CPython, then the uninstallation helper will leave it alone (just like any other pip installed packages)
-
Nick Coghlan authored
-
Alexandre Vassalotti authored
-
Zachary Ware authored
-
- 29 Nov, 2013 4 commits
-
-
Guido van Rossum authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Brett Cannon authored
that don't require changing test.test_importlib.util.mock_modules().
-