- 11 Eki, 2014 7 kayıt (commit)
-
-
Victor Stinner yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Victor Stinner yazdı
If the coroutine raised a BaseException, consume the exception to not log a warning. The caller doesn't have access to the local task.
-
Benjamin Peterson yazdı
Patch by Jakub Wilk.
-
- 10 Eki, 2014 15 kayıt (commit)
-
-
Terry Jan Reedy yazdı
Patch by Claudiu Popa
-
Antoine Pitrou yazdı
-
Zachary Ware yazdı
In particular, correctly describe the behavior of ntpath.join. Based on a patch by Dave Sawyer.
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Petri Lehtinen yazdı
-
Victor Stinner yazdı
failures on Windows
-
Berker Peksag yazdı
Patch by Remi Pointel.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
server_hostname methods and attributes of SSLSocket.
-
Victor Stinner yazdı
-
Terry Jan Reedy yazdı
-
R David Murray yazdı
-
- 09 Eki, 2014 7 kayıt (commit)
-
-
Terry Jan Reedy yazdı
Tweak docstrigs and comments in affected functions in idlelib.configHandler.
-
R David Murray yazdı
-
R David Murray yazdı
Patch by Alexander Belopolsky.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
variable to "ut" to avoid conflict with the C utime() function. Patch written by Jeffrey Armstrong.
-
Victor Stinner yazdı
The result type is Py_ssize_t (and not int).
-
Terry Jan Reedy yazdı
method so it can be reused by the new extension dialog.
-
- 08 Eki, 2014 5 kayıt (commit)
-
-
Serhiy Storchaka yazdı
_PyErr_ChainExceptions() function.
-
Antoine Pitrou yazdı
Initial patch by Mark Shannon.
-
Berker Peksag yazdı
The correct parameter name is "fp", not "file".
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
- 07 Eki, 2014 2 kayıt (commit)
-
-
Terry Jan Reedy yazdı
TODOs (mostly to do after add tests), and make a few other changes.
-
Benjamin Peterson yazdı
-
- 06 Eki, 2014 4 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
Remove the advice to never use relative imports; it is a leftover from 2.x implicit relative imports. Remove the advice to locally import modules in __init__, it is a strange practice. Remove the advice to use "from ... import *" with some modules.
-