- 06 Dec, 2014 1 commit
-
-
Benjamin Peterson authored
Patch from Berker Peksag.
-
- 02 Dec, 2014 1 commit
-
-
Benjamin Peterson authored
-
- 30 Nov, 2014 3 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch from Alex Gaynor.
-
- 28 Nov, 2014 1 commit
-
-
Benjamin Peterson authored
-
- 26 Nov, 2014 3 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 25 Nov, 2014 6 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 24 Nov, 2014 11 commits
-
-
Berker Peksag authored
-
Berker Peksag authored
Patch by Charles-Axel Dein.
-
Ned Deily authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch from Donald Stufft.
-
- 23 Nov, 2014 5 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
This is basically a backport of issues #9003 and #22366.
-
Benjamin Peterson authored
-
- 17 Oct, 2014 1 commit
-
-
Antoine Pitrou authored
The backport currently doesn't achieve anything since the function isn't used (yet).
-
- 23 Nov, 2014 1 commit
-
-
Ned Deily authored
-
- 22 Nov, 2014 2 commits
- 21 Nov, 2014 3 commits
-
-
Serhiy Storchaka authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
daemon threads run while the interpreter is shutting down; instead, these threads are now killed when they try to take the GIL), as it seems to break some existing code.
-
- 20 Nov, 2014 2 commits
-
-
Donald Stufft authored
-
Ned Deily authored
The backport of ensurepip to 2.7.9 allows pip to optionally be installed or upgraded using the bundled pip provided by the new ensurepip module. The option can be specified persistently using the configure option: ./configure --with-ensurepip[=upgrade|install|no] It can also be overridden on either the "install" or "altinstall" targets: make [alt]install ENSUREPIP=[upgrade|install|no] For Python 2, the default option is "no" (do not install pip).
-