- 28 Şub, 2014 1 kayıt (commit)
-
-
Nick Coghlan yazdı
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 Şub, 2014 1 kayıt (commit)
-
-
Brett Cannon yazdı
PathEntryFinder instances which only define find_module(). Reported by Yukihiro Nakadaira.
-
- 13 Şub, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 12 Şub, 2014 3 kayıt (commit)
-
-
Victor Stinner yazdı
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 yazdı
-
Serhiy Storchaka yazdı
This silences a Coverity complain.
-
- 10 Şub, 2014 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Remove unused variables.
-
Serhiy Storchaka yazdı
cleaning other modules. The sys and builtins modules are cleaned last.
-
- 23 Şub, 2014 3 kayıt (commit)
-
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
- 22 Şub, 2014 3 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Eric Snow yazdı
I'll look into re-enabling them in issue #20128.
-
R David Murray yazdı
This addresses issue #20199, if I got it right. The deprecation and replacement lists are based on the importlib documentation.
-
- 21 Şub, 2014 6 kayıt (commit)
-
-
Yury Selivanov yazdı
-
Donald Stufft yazdı
-
Larry Hastings yazdı
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 yazdı
-
Donald Stufft yazdı
-
Yury Selivanov yazdı
-
- 20 Şub, 2014 13 kayıt (commit)
-
-
Zachary Ware yazdı
when compiled with VS 2010 or above. Initial patch by Tabrez Mohammed.
-
Yury Selivanov yazdı
-
Victor Stinner yazdı
scope_id: (host, port).
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Victor Stinner yazdı
test_sock_connect_address()
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
The "exc" variable was not defined, pass a BrokenPipeError exception instead.
-
Victor Stinner yazdı
Use self._loop instead of self._transport._loop, because transport._loop is set to None at process exit.
-
Benjamin Peterson yazdı
-
Yury Selivanov yazdı
-
Victor Stinner yazdı
env var), document the default debug mode
-
- 19 Şub, 2014 7 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Victor Stinner yazdı
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 yazdı
Initial patch by Nick Coghlan.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
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 yazdı
-
Victor Stinner yazdı
of BaseEventLoop
-