@@ -18,16 +18,14 @@ New features:
18
18
* #322: watch imported modules for changes and reevaluate on changes
19
19
which requires optional dependency "watchdog" Toggle with F5
20
20
* #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
31
29
* incremental forward and reverse search, be default bound to meta-r and
32
30
meta-s because the standard keys ctrl-r and ctrl-s have well established
33
31
uses in bpython. These can be changed in the config for a more readline-
@@ -46,10 +44,10 @@ New features:
46
44
* Message displayed if history in scrollback buffer is inconsistent with
47
45
output from last reevaluation of bpython session thanks to Susan Steinman
48
46
* 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
51
49
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
53
51
* basic string literal completion
54
52
55
53
Fixes:
@@ -81,13 +79,13 @@ up to the standards of bpython-curses:
81
79
* unicode issues
82
80
* curtsies properly suspends and resumes (ctrl-z, fg)
83
81
* Assorted curtsies display issues fixed (#472, #468, #448, #440, #401,
84
- #370)
82
+ #370)
85
83
86
84
Python 2.6, 2.7, 3.3 and newer are supported. Support for 2.5 has been dropped.
87
85
Furthermore, it is no longer necessary to run 2to3 on the source code.
88
86
89
87
This 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.
91
89
92
90
Changes to dependencies:
93
91
0 commit comments