bpython

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

Build files

Bug reports

Binary packages

bpython

Release history

ReleaseRelease dateVersionUpdaterComment
22009-01-050.7.1Recep 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.
12008-08-290.7.0Recep KırmızıFirst release.

Patches