File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,27 @@ Changelog
7
7
New features:
8
8
9
9
* #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
10
18
11
19
Fixes:
12
20
13
21
* #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
+
14
31
15
32
0.14.2
16
33
------
You can’t perform that action at this time.
0 commit comments