- 11 Nov, 2014 2 commits
-
-
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 5 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Benjamin Peterson authored
-
Steve Dower authored
-
Steve Dower authored
Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (large structs). Patch by mattip
-
- 05 Nov, 2014 3 commits
-
-
Georg Brandl authored
-
Benjamin Peterson authored
-
Victor Stinner authored
-
- 04 Nov, 2014 3 commits
-
-
Antoine Pitrou authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 02 Nov, 2014 4 commits
-
-
Serhiy Storchaka authored
Patch by Tim Graham.
-
Ezio Melotti authored
#22751: fix test___all__ warning about modified environment in the tests. Patch by Michael Cetrulo.
-
Zachary Ware authored
-
Ned Deily authored
When running tests in subprocesses with the regrtest -j option, a bug in Cocoa Tk can result in a Tcl segfault. Avoid the problem by forcing Tk to fully initialize as an OS X gui process before destroying the Tcl instance and creating another. (Original patch by Serhiy Storchaka)
-
- 01 Nov, 2014 2 commits
-
-
Zachary Ware authored
-
Vinay Sajip authored
-
- 31 Oct, 2014 7 commits
-
-
Georg Brandl authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
(issue #19329). This is needed to apply the patch from issue #17381.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 30 Oct, 2014 4 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
locale-dependent regular expressions taking into account the locale.
-
Georg Brandl authored
-
Georg Brandl authored
-