bpython 0.7.1
A fancy interface to the Python interpreter
http://www.noiseforfree.com/bpython/index.html
Packager: Recep Kırmızı
License: MIT
Actions
Binary packages
Release history
Release | Release date | Version | Updater | Comment |
---|---|---|---|---|
2 | 2009-01-05 | 0.7.1 | Recep Kırmızı | Added support for a history file, defaults to ~/.pythonhist and 100 lines but is configurable from the rc file (see sample-rc). Charles Duffy has added a yank/put thing - C-k and C-y. He also ran the code through some PEP-8 checker thing and fixed up a few old habits I manage to break but didn't manage to fix the code to reflect this - thank you! Jørgen Tjernø has fixed up the autoindentation issues we encountered when bringing soft tabs in. SyntaxError, ValueError and OverflowError are now caught properly (code.InteractiveInterpreter treats these as different to other exceptions as it doesn't print the whole traceback, so a different handler is called). This was discovered as I was trying to stop autoindentation from occurring on a SyntaxError, which has also been fixed. '.' now in sys.path on startup. |
1 | 2008-08-29 | 0.7.0 | Recep Kırmızı | First release. |