@@ -18,16 +18,14 @@ New features:
1818* #322: watch imported modules for changes and reevaluate on changes
1919 which requires optional dependency "watchdog" Toggle with F5
2020* #285: reevaluate session and reimport modules with F6
21- * #234 copy to system keyboard with F10
22- * 2 new fish shell style features enabled by default, disable by setting
23- right_arrow_completion in the [curtsies] section of the config to False
24- * right arrow completion: the last readline history
25- line which the current line could complete to appears in gray and can
26- be completed by hitting the right arrow key, enabled in config with
27- right_arrow_completion thanks to Nicholas Sweeting
28- * fish shell style automatic reverse history search: up arrow searches
29- readline history for entries containing the contents of the current line
30- thanks to Nicholas Sweeting
21+ * #234: copy to system keyboard with F10
22+ * fish style right arrow completion: the last readline history.
23+ line which the current line could complete to appears in gray and can
24+ be completed by hitting the right arrow key, enabled in config with
25+ right_arrow_completion thanks to Nicholas Sweeting
26+ * fish shell style automatic reverse history search: up arrow searches.
27+ readline history for entries containing the contents of the current line
28+ thanks to Nicholas Sweeting
3129* incremental forward and reverse search, be default bound to meta-r and
3230 meta-s because the standard keys ctrl-r and ctrl-s have well established
3331 uses in bpython. These can be changed in the config for a more readline-
@@ -46,10 +44,10 @@ New features:
4644* Message displayed if history in scrollback buffer is inconsistent with
4745 output from last reevaluation of bpython session thanks to Susan Steinman
4846* Adjust logging level with -L or -LL
49- * #426 mutliline autocompletion (requires optional dependency Jedi)
50- * #313 warn when undo may take cause extended delay, and prompt to undo
47+ * #426: mutliline autocompletion (requires optional dependency Jedi)
48+ * #313: warn when undo may take cause extended delay, and prompt to undo
5149 multiple lines (set threshold in config with single_undo_time)
52- * #382 partial support for pasting in text with blank lines
50+ * #382: partial support for pasting in text with blank lines
5351* basic string literal completion
5452
5553Fixes:
@@ -81,13 +79,13 @@ up to the standards of bpython-curses:
8179* unicode issues
8280* curtsies properly suspends and resumes (ctrl-z, fg)
8381* Assorted curtsies display issues fixed (#472, #468, #448, #440, #401,
84- #370)
82+ #370)
8583
8684Python 2.6, 2.7, 3.3 and newer are supported. Support for 2.5 has been dropped.
8785Furthermore, it is no longer necessary to run 2to3 on the source code.
8886
8987This release brings a lot more code coverage, a new contributing guide,
90- and so much more pep8
88+ and most of the code now conforms to PEP-8.
9189
9290Changes to dependencies:
9391
0 commit comments