- 14 Şub, 2014 3 kayıt (commit)
-
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Benjamin Peterson yazdı
-
- 13 Şub, 2014 10 kayıt (commit)
-
-
Victor Stinner yazdı
regression: don't clear anymore the state of Python threads early during the Python shutdown.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Victor Stinner yazdı
the address is not resolved (hostname instead of an IP address) for AF_INET and AF_INET6 address families.
-
Serhiy Storchaka yazdı
variables names and values.
-
Serhiy Storchaka yazdı
variables names and values.
-
Guido van Rossum yazdı
-
- 12 Şub, 2014 14 kayıt (commit)
-
-
Yury Selivanov yazdı
-
R David Murray yazdı
-
R David Murray yazdı
-
R David Murray yazdı
-
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ı
Based on patch by Stephen Tu.
-
Serhiy Storchaka yazdı
Based on patch by Stephen Tu.
-
Serhiy Storchaka yazdı
This silences a Coverity complain.
-
Serhiy Storchaka yazdı
This silences a Coverity complain.
-
R David Murray yazdı
-
R David Murray yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
to the internal Mac/README file.
-
- 11 Şub, 2014 13 kayıt (commit)
-
-
R David Murray yazdı
See issues #7994 and #9856. I also modified with wording of the format doc entry to better match what really happens, and added a versionchanged to the datamodel object.__format__ section.
-
Victor Stinner yazdı
FreeBSD 8
-
R David Murray yazdı
-
Gregory P. Smith yazdı
-
Victor Stinner yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
R David Murray yazdı
Also a NEWS wording fixup.
-
Victor Stinner yazdı
the list of futures is not a list but a Future, Task or coroutine object
-
Victor Stinner yazdı
parameters
-
Victor Stinner yazdı
call_at() and run_in_executor() now raise a TypeError if the callback is a coroutine function.
-
Victor Stinner yazdı
should be printed
-