File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -114,6 +114,8 @@ TODO / KNOWN ISSUES:
114114 [ ] make multiline history work
115115
116116 [ ] handle History.enabled = False case gracefully as well
117+
118+ [ ] use `history_request` for history instead of hand (de)serializing
117119
118120
119121 [x] MUSTFIX: Python 3 compatability (all of my dependencies meet them)
@@ -230,7 +232,9 @@ TODO / KNOWN ISSUES:
230232 [x] perform the git surgery to put all of my commits into bipython repo (so
231233 i can start getting anthony's feedback, if he wants to / can play)
232234
233- [ ] TODO: ansi color escape handling
235+ [ ] TODO: ansi color escape handling
236+
237+ [ ] or at least strip it out
234238
235239 [x] MUSTFIX: tab-completion of magics.
236240
@@ -305,3 +309,12 @@ TODO / KNOWN ISSUES:
305309
306310 [ ] implement `get_bipython()` command to inspect bipython as I work on it
307311
312+ [ ] implement pager payload (pygments.lexers.text.*Lexer?)
313+
314+ [ ] use pygments.lexers.agile.PythonTracebackLexer for tracebacks
315+
316+ [ ] make bipython favicon.ico and upload it
317+
318+ [ ] check bipython_logo.png references on the website
319+
320+ [ ] stop printing the version number on login (it's annoying)
You can’t perform that action at this time.
0 commit comments