bobf is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

bobf / bpython http://bpython-interpreter.org/

Fancy curses interface to the Python interpreter

Clone this repository (size: 838.8 KB): HTTPS / SSH
hg clone https://bitbucket.org/bobf/bpython
hg clone ssh://hg@bitbucket.org/bobf/bpython
Filename Size Date modified Message
__init__.py 1.1 KB Made Trundle happy
_internal.py 470 B implemented help() using pydoc.Helper and external pager
cli.py 72.6 KB Rollback to 265 to fix bobs merge mishap
config.py 5.7 KB make default background colour 'd' (i.e. terminal default) instead of 'k' to prevent gnome-terminal from failing
formatter.py 3.8 KB Forgot to remove some old code in commit b6bacd19248d.
importcompletion.py 3.6 KB fix Trundle and bobf being silly and writing code backwards (or drunk, in
keys.py 2.0 KB KeyMap object to facilitate custom exceptions (now we need to check valid keys on startup)
pager.py 2.2 KB Make pager EINTR safe.