@@ -54,27 +54,21 @@ New features:
54
54
55
55
Fixes:
56
56
57
- * #366, #367: Fixed help support in curtsies.
58
- * #432: Fix crash if no history is present.
57
+ * #254: replacement box characters used for ascii terminals
58
+ * #284: __file__ is in scope after module run with bpython -i thanks to Lindsey
59
+ * #341: right arrow key suggestion color is configurable thanks to Alice Chen
59
60
* #347: Fix crash on unsafe autocompletion
60
61
* #349: writing newlines to stderr
61
62
* #363: banner no longer crashes bpython-urwid - thanks to Luca Barbato
62
- * #369: interactive sessions inherit compiler directives from files
63
- run with -i interactive flag
64
- * #341: right arrow key suggestion color is configurable thanks to
65
- Alice Chen
63
+ * #366, #367: Fixed help() support in curtsies.
64
+ * #369: interactive sessions inherit compiler directives from files run with -i
65
+ interactive flag
66
66
* #391: fix crash when using meta-backspace thanks to Tony Wang
67
- * doc fixes from Lindsey Raymond,
68
- * #284: __file__ is in scope after module run with bpython -i
69
- thanks to Lindsey
70
- * #254: replacement box characters used for ascii terminals
71
- * #442: add message for turning filewatching off thanks to Keyan Pishdadian
72
- * #435: filewatching api improved and tested thanks to Keyan Pishdadian
67
+ * #438, #450: bpython-curtsies startup behavior fixed - runs on startup, errors
68
+ during startup reported instead of crashing
73
69
* #447: fix behavior of duplicate keybindings
74
- * #458: fix dictionary key completion crash in Python 2.6 thanks to
75
- Mary Mokuolu
76
- * #438, #450: bpython-curtsies startup behavior fixed - runs on startup,
77
- errors during startup reported instead of crashing
70
+ * #458: fix dictionary key completion crash in Python 2.6 thanks to Mary Mokuolu
71
+ * documenatation fixes from Lindsey Raymond
78
72
79
73
There was a lot of assorted work bringing the curtsies frontend
80
74
up to the standards of bpython-curses:
0 commit comments