| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 697ab25 commit e9c7e2b
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -52,34 +52,27 @@ New features: | |||
| 52 | 52 | ||
| 53 | 53 | Fixes: | |
| 54 | 54 | ||
| 55 | - * #254: replacement box characters used for ascii terminals | ||
| 56 | - * #284: __file__ is in scope after module run with bpython -i thanks to Lindsey | ||
| 57 | - * #341: right arrow key suggestion color is configurable thanks to Alice Chen | ||
| 58 | - * #347: Fix crash on unsafe autocompletion | ||
| 59 | - * #349: writing newlines to stderr | ||
| 60 | - * #363: banner no longer crashes bpython-urwid - thanks to Luca Barbato | ||
| 55 | + * #254: Use ASCII characters if Unicode box characters are not supported by the | ||
| 56 | + terminal. | ||
| 57 | + * #284: __file__ is in scope after module run with bpython -i. Thanks to | ||
| 58 | + Lindsey Raymond. | ||
| 59 | + * #347: Fixed crash on unsafe autocompletion. | ||
| 60 | + * #349: Fixed writing newlines to stderr. | ||
| 61 | + * #363: Fixed banner crashing bpython-urwid. Thanks to Luca Barbato. | ||
| 61 | 62 | * #366, #367: Fixed help() support in curtsies. | |
| 62 | - * #369: interactive sessions inherit compiler directives from files run with -i | ||
| 63 | - interactive flag | ||
| 64 | - * #391: fix crash when using meta-backspace thanks to Tony Wang | ||
| 65 | - * #438, #450: bpython-curtsies startup behavior fixed - runs on startup, errors | ||
| 66 | - during startup reported instead of crashing | ||
| 67 | - * #447: fix behavior of duplicate keybindings | ||
| 68 | - * #458: fix dictionary key completion crash in Python 2.6 thanks to Mary Mokuolu | ||
| 69 | - * documenatation fixes from Lindsey Raymond | ||
| 70 | - | ||
| 71 | - There was a lot of assorted work bringing the curtsies frontend | ||
| 72 | - up to the standards of bpython-curses: | ||
| 73 | - | ||
| 74 | - * match list dissapears correctly when single match is selected | ||
| 75 | - * Filename completion working correctly | ||
| 76 | - * dictionary key completion fixed and re-enabled | ||
| 77 | - * pager for showing source and native help() viewing | ||
| 78 | - * better status bar message display and clear code | ||
| 79 | - * unicode issues | ||
| 80 | - * curtsies properly suspends and resumes (ctrl-z, fg) | ||
| 81 | - * Assorted curtsies display issues fixed (#472, #468, #448, #440, #401, | ||
| 82 | - #370) | ||
| 63 | + * #369: Interactive sessions inherit compiler directives from files run with -i | ||
| 64 | + interactive flag. | ||
| 65 | + * #370, #401, #440, #448, #468, #472: Fixed various display issues in curtsies. | ||
| 66 | + * #391: Fixed crash when using Meta-backspace. Thanks to Tony Wang. | ||
| 67 | + * #438, #450: bpython-curtsies startup behavior fixed. Errors | ||
| 68 | + during startup are reported instead of crashing. | ||
| 69 | + * #447: Fixed behavior of duplicate keybindings. | ||
| 70 | + * #458: Fixed dictionary key completion crash in Python 2.6. Thanks to Mary | ||
| 71 | + Mokuolu. | ||
| 72 | + * Documenatation fixes from Lindsey Raymond. | ||
| 73 | + * Fixed filename completion. | ||
| 74 | + * Fixed various Unicode issues in curtsies. | ||
| 75 | + * Fixed and re-enabled dictionary key completion in curtsies. | ||
| 83 | 76 | ||
| 84 | 77 | Python 2.6, 2.7, 3.3 and newer are supported. Support for 2.5 has been dropped. | |
| 85 | 78 | Furthermore, it is no longer necessary to run 2to3 on the source code. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments