• Home
  • Raw
  • Download

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.
223 SyntaxError, not to subclasses. Patch by Martijn Pieters.
242 Python 2 statement. Patch by Sanyam Khurana.
450 on some CPU architectures such as POWER8. Patch is based on research from
482 name begins with an underscore. Patch by Shane Harvey.
510 LF. Patch by Dong-hee Na.
531 functions. Patch by Aaron Gallagher.
570 Fix segfault in readline when using readline's history-size option. Patch
729 Fix compile error when compiling --without-threads. Patch by Masayuki
851 Move some data and functions from the class to module level. Patch by Cheryl
898 IDLE: Factor HighPage(Frame) class from ConfigDialog. Patch by Cheryl
908 Add tests for configdialog highlight tab. Patch by Cheryl Sabella.
918 tests continue to pass. Patch by Cheryl Sabella.
936 Add tests for configdialog keys tab. Patch by Cheryl Sabella.
946 This improves calltips for builtins converted to use Argument Clinic. Patch
967 continue to pass. Patch by Cheryl Sabella.
978 Slightly modified tests continue to pass. Fix General tests. Patch mostly by
1070 Patch by Louie Lu.
1105 IDLE: Add tests for ConfigParser subclasses in config. Patch by Louie Lu.
1114 IDLE: Add docstrings to browser.py. Patch by Cheryl Sabella.
1124 set but cannot be altered by users. Patch by Cheryl Sabella.
1168 IDLE: configdialog - Add docstrings and fix comments. Patch by Cheryl
1178 IDLE: Improve textview with docstrings, PEP8 names, and more tests. Patch by
1201 IDLE: add docstrings to grep module. Patch by Cheryl Sabella