- 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 10 commits
-
-
Benjamin Peterson authored
-
Victor Stinner authored
Add also a PYTHONASYNCIODEBUG environment variable to debug coroutines since Python startup, to be able to debug coroutines defined directly in the asyncio module.
-
Yury Selivanov authored
Initial patch by Nick Coghlan.
-
Victor Stinner authored
-
Victor Stinner authored
On Mac OS X Tiger (and older), getsockname() returns a zero-length address for UNIX socket, and so 'sockname' extra info is None.
-
Yury Selivanov authored
-
Victor Stinner authored
of BaseEventLoop
-
Yury Selivanov authored
-
Yury Selivanov authored
Thanks to Vajrasky Kok for discovering some of them.
-
Victor Stinner authored
sockname, as _basetest_create_ssl_connection().
-