]> git.phdru.name Git - dotfiles.git/history - lib/python/init.py
init.py: Hide errors during `.write_history_file()`
[dotfiles.git] / lib / python / init.py
2019-04-23 Oleg Broytmaninit.py: Hide errors during `.write_history_file()`
2019-04-22 Oleg Broytmaninit.py: Read and save history from/to the current...
2019-04-22 Oleg Broytmaninit.py: Fix flake8 warnings
2018-03-29 Oleg Broytmaninit.py: Refactor loop over term types
2017-09-29 Oleg Broytmaninit.py: Catch EOFError in myinput()
2017-07-27 Oleg Broytmanlib/python/init.py: Call parse_and_bind for libedit...
2017-07-05 Oleg BroytmanFix(lib/python/init.py): Fix stdout for readline
2017-04-09 Oleg Broytmaninit.py: Remove support for Python <= 2.4
2016-09-19 Oleg Broytmanlib/python/init.py: fix Pager
2016-09-10 Oleg Broytmanlib/python/init.py: catch and report pager errors
2016-07-25 Oleg Broytmanlib/python/init.py: simplify excepthook using ColoredFile
2016-07-25 Oleg Broytmanlib/python/init.py: rename pager.stdin to stdout
2016-07-25 Oleg Broytmanlib/python/init.py: colorize stdout from displayhook
2016-06-03 Oleg Broytmaninit.py: use only HISTSIZE, not HISTFILESIZE
2016-05-15 Oleg BroytmanRename *-history to *_history
2016-05-07 Oleg Broytmaninit.py: adapt to Py 3
2016-04-21 Oleg Broytmaninit.py: add an example of using cgitb.enable
2016-04-20 Oleg Broytmaninit.py: pass options '-F', '-R' and '-X' to 'less'
2016-04-19 Oleg Broytmaninit.py: colorize traceback in pager
2016-04-19 Oleg Broytmaninit.py: use pager to view a (possibly quite long)...
2016-04-19 Oleg Broytmaninit.py: refactor paging
2016-04-19 Oleg Broytmaninit.py: fix: restore rlcompleter
2016-04-19 Oleg Broytmaninit.py: pipe output to pager
2016-04-19 Oleg Broytmaninit.py: minor refactoring: move displayhook
2016-04-19 Oleg Broytmaninit.py, pdbrc.py: fix flake8 warnings
2016-04-19 Oleg Broytmaninit.py: restore links to the origin of borrowed code
2015-02-04 Oleg Broytmaninit.py: fix using defaults
2015-02-04 Oleg Broytmanpython/init.py: add new builtins: cat, sh, pager, editor
2014-01-17 Oleg BroytmanRefactor loop
2014-01-17 Oleg BroytmanSort terminal names by alphabetical order
2013-12-01 Oleg BroytmanInitial import