- 02 Jun, 2016 9 commits
-
-
Benjamin Peterson authored
Patch from A. Skrobov.
-
Berker Peksag authored
-
Berker Peksag authored
-
Kushal Das authored
We now have two keyword only parameters in the reset_mock function to selectively reset the return_value or the side_effects, or both.
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
Berker Peksag authored
-
Berker Peksag authored
Patch by Bryce Verdier.
-
- 01 Jun, 2016 12 commits
-
-
Berker Peksag authored
Patch by Nathan Harold.
-
Berker Peksag authored
-
Berker Peksag authored
The example actually uses the sort method of list object.
-
Berker Peksag authored
-
Berker Peksag authored
-
Berker Peksag authored
-
Berker Peksag authored
-
Martin Panter authored
-
Martin Panter authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Terry Jan Reedy authored
-
- 30 May, 2016 8 commits
-
-
Terry Jan Reedy authored
help.txt, replaced by help.html, is out-of-date and should not be used. Its dedicated viewer has be replaced by the html viewer in help.py. 'import idlever; I = idlever.IDLE_VERSION' is the same as 'import sys; I = version[:version.index(' ')]'
-
Martin Panter authored
-
Martin Panter authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Martin Panter authored
-
Senthil Kumaran authored
[merge from 3.5] issue27043 - Explain the inspect.cleandoc behavior on synopsis line and other lines. Patch contributed by Nathan Harold.
-
Senthil Kumaran authored
Patch contributed by Nathan Harold.
-
- 29 May, 2016 10 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Martin Panter authored
Also merge changes from Issue #27117; no actual code changes to 3.6.
-
Terry Jan Reedy authored
Factor out code for configuring text widget colors to a new function.
-
Terry Jan Reedy authored
Factor out code for configuring text widget colors to a new function.
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
- 28 May, 2016 1 commit
-
-
Benjamin Peterson authored
-