@@ -15,6 +15,8 @@ Support for Python 2.6 has been dropped.
15150.15
1616----
1717
18+ This release contains new features and plenty of bug fixes.
19+
1820New features:
1921
2022* #425: Added curtsies 0.2.x support.
@@ -26,24 +28,31 @@ New features:
2628* Attribute completion works on literals and some expressions containing
2729 builtin objects.
2830* Ctrl-e can be used to autocomplete current fish-style suggestion.
29- Thanks to Amjith Ramanujam
31+ Thanks to Amjith Ramanujam.
3032
3133Fixes:
3234
3335* #484: Switch `bpython.embed` to the curtsies frontend.
34- * #548 Fix transpose character bug. Thanks to Wes E. Vial.
36+ * #548 Fix transpose character bug.
37+ Thanks to Wes E. Vial.
3538* #527 -q disables version banner.
36- * #544 Fix Jedi completion error
37- * #536 Fix completion on old-style classes with custom __getattr__
38- * #480 Fix old-style class autocompletion. Thanks to Joe Jevnik.
39- * #506 In python -i mod.py sys.modules[__name__] refers to module dict
40- * #590 Fix "None" not being displayed
39+ * #544 Fix Jedi completion error.
40+ * #536 Fix completion on old-style classes with custom __getattr__.
41+ * #480 Fix old-style class autocompletion.
42+ Thanks to Joe Jevnik.
43+ * #506 In python -i mod.py sys.modules[__name__] refers to module dict.
44+ * #590 Fix "None" not being displayed.
4145* #546 Paste detection uses events instead of bytes returned in a single
42- os.read call
43- * Exceptions in autcompletion are now logged instead of crashing bpython.
44- * Fix reload in Python 3. Thanks to sharow.
45- * Fix keyword agument parameter name completion
46+ os.read call.
47+ * Exceptions in autocompletion are now logged instead of crashing bpython.
48+ * Fix reload in Python 3.
49+ Thanks to sharow.
50+ * Fix keyword argument parameter name completion.
51+
52+ Changes to dependencies:
4653
54+ * requests[security] has been changed to pyOpenSSL, pyasn1, and ndg-httpsclient.
55+ These dependencies are required before Python 2.7.7.
4756
48570.14.2
4958------
5564* #523, #524: Fix conditional dependencies for SNI support again.
5665* Fix binary name of bpdb.
5766
58-
59670.14.1
6068------
6169
0 commit comments