File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,27 @@ Changelog
77New features:
88
99* #425: Added curtsies 0.2.x support.
10+ * Attribute completion on items in lists and tuples
11+ * #528: Hide private attribute from initial autocompletion suggestions.
12+ Thanks to Jeppe Toustrup.
13+ * #538: Multi-line banners are allowed.
14+ * #229: inspect.getsource works on interactively defined functions.
15+ Thanks to Michael Mulley.
16+ * Ctrl-e can be used to autocomplete current fish-style suggestion.
17+ Thanks to Amjith Ramanujam
1018
1119Fixes:
1220
1321* #484: Switch `bpython.embed` to the curtsies frontend.
22+ * Exceptions in autcompletion are now logged instead of crashing bpython.
23+ * #548 fix transpose character bug. Thanks to Wes E. Vial.
24+ * #527 -q disables version banner.
25+ * #544 fix Jedi completion error
26+ * #536 fix completion on old-style classes with custom __getattr__
27+ * #480 fix old-style class autocompletion. Thanks to Joe Jevnik.
28+ * Fix reload in Python 3. Thanks to sharow.
29+ * Fix keyword agument parameter name completion
30+
1431
15320.14.2
1633------
You can’t perform that action at this time.
0 commit comments