- 09 Ock, 2015 9 kayıt (commit)
-
-
Brett Cannon yazdı
importlib.abc.Loader.exec_module() is also defined. Before this change, create_module() was optional **and** could return None to trigger default semantics. This change now reduces the options for choosing default semantics to one and in the most backporting-friendly way (define create_module() to return None).
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
atomic memory access if available. Patch written by Vitor de Lima and Gustavo Temple.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
* Document why set_result() calls are safe * Cleanup gather(). Use public methods instead of hacks to consume the exception of a future. * sock_connect(): pass directly the fd to _sock_connect_done instead of the socket.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
- 08 Ock, 2015 12 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 07 Ock, 2015 13 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Berker Peksag yazdı
Patch by A.M. Kuchling.
-
Berker Peksag yazdı
Patch by A.M. Kuchling.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Raymond Hettinger yazdı
-
Nick Coghlan yazdı
Patch by Martin Panter to clean up some problems with the merge of the codecs docs changes from Python 3.4.
-
- 06 Ock, 2015 6 kayıt (commit)
-
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
- clarified the distinction between text encodings and other codecs - clarified relationship with builtin open and the io module - consolidated documentation of error handlers into one section - clarified type constraints of some behaviours - added tests for some of the new statements in the docs
-
Victor Stinner yazdı
loader.loadTestsFromModule() logged errors.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
availability of the function is checked during the compilation. Patch written by Bernard Spil.
-
Victor Stinner yazdı
-