@@ -15,6 +15,8 @@ Support for Python 2.6 has been dropped.
15
15
0.15
16
16
----
17
17
18
+ This release contains new features and plenty of bug fixes.
19
+
18
20
New features:
19
21
20
22
* #425: Added curtsies 0.2.x support.
@@ -26,24 +28,31 @@ New features:
26
28
* Attribute completion works on literals and some expressions containing
27
29
builtin objects.
28
30
* Ctrl-e can be used to autocomplete current fish-style suggestion.
29
- Thanks to Amjith Ramanujam
31
+ Thanks to Amjith Ramanujam.
30
32
31
33
Fixes:
32
34
33
35
* #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.
35
38
* #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.
41
45
* #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:
46
53
54
+ * requests[security] has been changed to pyOpenSSL, pyasn1, and ndg-httpsclient.
55
+ These dependencies are required before Python 2.7.7.
47
56
48
57
0.14.2
49
58
------
55
64
* #523, #524: Fix conditional dependencies for SNI support again.
56
65
* Fix binary name of bpdb.
57
66
58
-
59
67
0.14.1
60
68
------
61
69
0 commit comments