- 22 Şub, 2014 8 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
R David Murray yazdı
-
R David Murray yazdı
-
R David Murray yazdı
I'm documenting this new function, but I'm wondering if this will trigger someone to think about whether or not this actually makes sense :)
-
R David Murray yazdı
-
Eric Snow yazdı
I'll look into re-enabling them in issue #20128.
-
R David Murray yazdı
-
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 9 kayıt (commit)
-
-
Yury Selivanov yazdı
-
Victor Stinner yazdı
is used as a sentinel () to detect if -1 is really an error or a valid timestamp. On AIX, tm_wday is unchanged even on success and so cannot be used as a sentinel.
-
Richard Oudkerk yazdı
chance of sporadic failures.
-
Donald Stufft yazdı
-
Victor Stinner yazdı
outsize range [1902; 2037].
-
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 19 kayıt (commit)
-
-
Victor Stinner yazdı
Use the same default timeout than test.bat: 1 hour (3600 seconds).
-
Zachary Ware yazdı
when compiled with VS 2010 or above. Initial patch by Tabrez Mohammed.
-
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ı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Yury Selivanov yazdı
-
Victor Stinner yazdı
env var), document the default debug mode
-
- 19 Şub, 2014 4 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ı
-
Yury Selivanov yazdı
Initial patch by Nick Coghlan.
-