- 02 Mar, 2014 3 commits
-
-
Martin v. Löwis authored
the uninstaller anymore.
-
Martin v. Löwis authored
-
Yury Selivanov authored
-
- 01 Mar, 2014 2 commits
- 28 Feb, 2014 2 commits
-
-
Nick Coghlan authored
-
Nick Coghlan authored
The 3.4rc2 Windows uninstaller would fail if pip had been updated to a version that didn't match the version installed by ensurepip. This skip is no longer treated as an error, so an updated pip ends up being handled like any other pip installed package and is left alone by the CPython uninstaller.
-
- 26 Feb, 2014 1 commit
-
-
Brett Cannon authored
PathEntryFinder instances which only define find_module(). Reported by Yukihiro Nakadaira.
-
- 13 Feb, 2014 1 commit
-
-
Victor Stinner authored
-
- 12 Feb, 2014 3 commits
-
-
Victor Stinner authored
On Windows, the codec of sys.stdout is implemented in Python. At exit, the codec may be unloaded before the destructor tries to write something to sys.stdout.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
This silences a Coverity complain.
-
- 10 Feb, 2014 2 commits
-
-
Serhiy Storchaka authored
Remove unused variables.
-
Serhiy Storchaka authored
cleaning other modules. The sys and builtins modules are cleaned last.
-
- 23 Feb, 2014 3 commits
-
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
- 22 Feb, 2014 3 commits
-
-
Martin v. Löwis authored
-
Eric Snow authored
I'll look into re-enabling them in issue #20128.
-
R David Murray authored
This addresses issue #20199, if I got it right. The deprecation and replacement lists are based on the importlib documentation.
-
- 21 Feb, 2014 6 commits
-
-
Yury Selivanov authored
-
Donald Stufft authored
-
Larry Hastings authored
for bound methods. Previous to this change, it displayed "self" for methods implemented in Python but not methods implemented in C; it is now both internally consistent and consistent with inspect.Signature.
-
Yury Selivanov authored
-
Donald Stufft authored
-
Yury Selivanov authored
-
- 20 Feb, 2014 13 commits
-
-
Zachary Ware authored
when compiled with VS 2010 or above. Initial patch by Tabrez Mohammed.
-
Yury Selivanov authored
-
Victor Stinner authored
scope_id: (host, port).
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Victor Stinner authored
test_sock_connect_address()
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
The "exc" variable was not defined, pass a BrokenPipeError exception instead.
-
Victor Stinner authored
Use self._loop instead of self._transport._loop, because transport._loop is set to None at process exit.
-
Benjamin Peterson authored
-
Yury Selivanov authored
-
Victor Stinner authored
env var), document the default debug mode
-
- 19 Feb, 2014 1 commit
-
-
Benjamin Peterson authored
-