- 19 Oct, 2014 5 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 18 Oct, 2014 9 commits
-
-
Ethan Furman authored
-
Ethan Furman authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
revised by R. David Murray.
-
Ethan Furman authored
-
Ethan Furman authored
-
Robert Collins authored
closefd was documented in the open docs but not the matching FileIO class documented. Further, closefd, part of the core state for the object was not shown. In review it was noted that the open docs are a little confusing about the interaction between closefd and paths, so tweaked them at the same time.
-
R David Murray authored
-
R David Murray authored
Report and original fix by Vajrasky Kok.
-
- 17 Oct, 2014 20 commits
-
-
R David Murray authored
-
R David Murray authored
Before, if a default was set on the parent parser, any default for that variable set via set_defaults on a subparser would be ignored. Now the subparser set_defaults is honored. Patch by Jyrki Pullianinen.
-
R David Murray authored
-
R David Murray authored
It is unlikely anyone is using the fact that the dictionary returned by the 'params' attribute was previously writable, but even if someone is the API is provisional so this kind of change is acceptable (and needed, to get the API "right" before it becomes official). Patch by Stéphane Wirtel.
-
Zachary Ware authored
-
Antoine Pitrou authored
Issue #22653: Fix an assertion failure in debug mode when doing a reentrant dict insertion in debug mode.
-
Antoine Pitrou authored
Issue #22653: Fix an assertion failure in debug mode when doing a reentrant dict insertion in debug mode.
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Antoine Pitrou authored
It can still be enabled by instantiating a SSLContext manually.
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
htests to add # htest # marker for coveragepy and stop tcl errors.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Move test lines up with respect to icons.
-
- 16 Oct, 2014 4 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
a filename, pop up the Open Module box. If a module is opened, open a corresponding browser.
-
- 15 Oct, 2014 2 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-