- 11 Oct, 2014 8 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Victor Stinner authored
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 authored
Patch by Jakub Wilk.
-
- 10 Oct, 2014 15 commits
-
-
Terry Jan Reedy authored
Patch by Claudiu Popa
-
Antoine Pitrou authored
-
Zachary Ware authored
In particular, correctly describe the behavior of ntpath.join. Based on a patch by Dave Sawyer.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Petri Lehtinen authored
-
Victor Stinner authored
failures on Windows
-
Berker Peksag authored
Patch by Remi Pointel.
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
server_hostname methods and attributes of SSLSocket.
-
Victor Stinner authored
-
Terry Jan Reedy authored
-
R David Murray authored
-
- 09 Oct, 2014 7 commits
-
-
Terry Jan Reedy authored
Tweak docstrigs and comments in affected functions in idlelib.configHandler.
-
R David Murray authored
-
R David Murray authored
Patch by Alexander Belopolsky.
-
Victor Stinner authored
-
Victor Stinner authored
variable to "ut" to avoid conflict with the C utime() function. Patch written by Jeffrey Armstrong.
-
Victor Stinner authored
The result type is Py_ssize_t (and not int).
-
Terry Jan Reedy authored
method so it can be reused by the new extension dialog.
-
- 08 Oct, 2014 5 commits
-
-
Serhiy Storchaka authored
_PyErr_ChainExceptions() function.
-
Antoine Pitrou authored
Initial patch by Mark Shannon.
-
Berker Peksag authored
The correct parameter name is "fp", not "file".
-
Larry Hastings authored
-
Larry Hastings authored
-
- 07 Oct, 2014 2 commits
-
-
Terry Jan Reedy authored
TODOs (mostly to do after add tests), and make a few other changes.
-
Benjamin Peterson authored
-
- 06 Oct, 2014 3 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-