- 24 Nov, 2014 1 commit
-
-
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).
-
- 18 Nov, 2014 2 commits
-
-
Serhiy Storchaka authored
Warn against the use of leaking macro PyObject_REPR().
-
Serhiy Storchaka authored
Patch by Roumen Petrov.
-
- 15 Nov, 2014 3 commits
-
-
Serhiy Storchaka authored
Fixed an error in _PySys_GetSizeOf declaration.
-
Ned Deily authored
-
Ned Deily authored
-
- 14 Nov, 2014 3 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Nick Coghlan authored
-
- 13 Nov, 2014 1 commit
-
-
Steve Dower authored
-
- 11 Nov, 2014 4 commits
-
-
Donald Stufft authored
-
Donald Stufft authored
-
Donald Stufft authored
* Backports ensurepip to the 2.7 branch * Backports some of the improved documentation to the 2.7 branch. * Adds a private backport of the 3.x mock library as test._mock_backport to enable saner testing of ensurepip. Key Differences from 3.x: * Ensurepip does not have any Makefile integration, specifically it is not ran by default in the Makefile. * There is no venv module in 2.7, so downstream distributors can completely disable ensurepip, ideally with a message redirecting to the correct way to install pip. * To match the ``python`` command in 2.7, ensurepip will install the unversioned ``pip`` command as well. * No-op and hide --default-pip and add --no-default-pip to restore the 3.x behavor on 2.7.
-
Serhiy Storchaka authored
-
- 10 Nov, 2014 4 commits
-
-
Serhiy Storchaka authored
different lowercase are now matched in case-insensitive regular expressions.
-
Serhiy Storchaka authored
platforms.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 08 Nov, 2014 1 commit
-
-
Raymond Hettinger authored
-
- 07 Nov, 2014 5 commits
-
-
Serhiy Storchaka authored
(issue #814253).
-
Serhiy Storchaka authored
work in lookbehind assertions in regular expressions.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Based on patch by Aivars Kalvāns.
-
Serhiy Storchaka authored
-
- 06 Nov, 2014 2 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-