@@ -4,6 +4,8 @@ Changelog
440.15
55----
66
7+ This release contains new features and plenty of bug fixes.
8+
79New features:
810
911* #425: Added curtsies 0.2.x support.
@@ -15,24 +17,31 @@ New features:
1517* Attribute completion works on literals and some expressions containing
1618 builtin objects.
1719* Ctrl-e can be used to autocomplete current fish-style suggestion.
18- Thanks to Amjith Ramanujam
20+ Thanks to Amjith Ramanujam.
1921
2022Fixes:
2123
2224* #484: Switch `bpython.embed` to the curtsies frontend.
23- * #548 Fix transpose character bug. Thanks to Wes E. Vial.
25+ * #548 Fix transpose character bug.
26+ Thanks to Wes E. Vial.
2427* #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- * #506 In python -i mod.py sys.modules[__name__] refers to module dict
29- * #590 Fix "None" not being displayed
28+ * #544 Fix Jedi completion error.
29+ * #536 Fix completion on old-style classes with custom __getattr__.
30+ * #480 Fix old-style class autocompletion.
31+ Thanks to Joe Jevnik.
32+ * #506 In python -i mod.py sys.modules[__name__] refers to module dict.
33+ * #590 Fix "None" not being displayed.
3034* #546 Paste detection uses events instead of bytes returned in a single
31- os.read call
32- * Exceptions in autcompletion are now logged instead of crashing bpython.
33- * Fix reload in Python 3. Thanks to sharow.
34- * Fix keyword agument parameter name completion
35+ os.read call.
36+ * Exceptions in autocompletion are now logged instead of crashing bpython.
37+ * Fix reload in Python 3.
38+ Thanks to sharow.
39+ * Fix keyword argument parameter name completion.
40+
41+ Changes to dependencies:
3542
43+ * requests[security] has been changed to pyOpenSSL, pyasn1, and ndg-httpsclient.
44+ These dependencies are required before Python 2.7.7.
3645
37460.14.2
3847------
4453* #523, #524: Fix conditional dependencies for SNI support again.
4554* Fix binary name of bpdb.
4655
47-
48560.14.1
4957------
5058
0 commit comments