Lines Matching refs:Patch
28 argument has a bad keys() method. Patch by Oren Milman.
38 exception with a bad ``__module__`` attribute. Patch by Oren Milman.
48 warnings.defaultaction. Patch by Oren Milman.
58 not a dictionary. Patch by Oren Milman.
100 Patch by Oren Milman.
110 the encoder doesn't return a bytes object. Patch by Oren Milman.
120 is invalid. Patch by Oren Milman.
130 syntax. Patch by Sanyam Khurana.
222 SyntaxError, not to subclasses. Patch by Martijn Pieters.
241 Python 2 statement. Patch by Sanyam Khurana.
449 on some CPU architectures such as POWER8. Patch is based on research from
481 name begins with an underscore. Patch by Shane Harvey.
509 LF. Patch by Dong-hee Na.
530 functions. Patch by Aaron Gallagher.
569 Fix segfault in readline when using readline's history-size option. Patch
727 Fix compile error when compiling --without-threads. Patch by Masayuki
846 Move some data and functions from the class to module level. Patch by Cheryl
889 IDLE: Factor HighPage(Frame) class from ConfigDialog. Patch by Cheryl
899 Add tests for configdialog highlight tab. Patch by Cheryl Sabella.
909 tests continue to pass. Patch by Cheryl Sabella.
927 Add tests for configdialog keys tab. Patch by Cheryl Sabella.
937 This improves calltips for builtins converted to use Argument Clinic. Patch
958 continue to pass. Patch by Cheryl Sabella.
968 Slightly modified tests continue to pass. Fix General tests. Patch mostly by
1057 Patch by Louie Lu.
1089 IDLE: Add tests for ConfigParser subclasses in config. Patch by Louie Lu.
1098 IDLE: Add docstrings to browser.py. Patch by Cheryl Sabella.
1108 set but cannot be altered by users. Patch by Cheryl Sabella.
1152 IDLE: configdialog - Add docstrings and fix comments. Patch by Cheryl
1162 IDLE: Improve textview with docstrings, PEP8 names, and more tests. Patch by
1185 IDLE: add docstrings to grep module. Patch by Cheryl Sabella