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.2 KB Tagged, changelog, version number bumped.
_internal.py 471 B PEP-8 conformance
args.py 4.0 KB merge in PYTHONSTARTUP-encoding-fix
cli.py 49.4 KB A quick fix for the config global being removed and causing problems for the statusbar.
config.py 7.0 KB Make the switching to default colors really work
formatter.py 3.7 KB PEP-8 conformance
gtk_.py 23.8 KB Do not print socket_id causing gtk_ to show None before the repl
importcompletion.py 3.6 KB PEP-8 conformance
inspection.py 7.1 KB Avoid calling __getattr__ in get_object.
keys.py 2.0 KB PEP-8 conformance
logo.png 13.0 KB Fix reading of logo.
pager.py 2.4 KB Really catch broken pipe in pager.
repl.py 32.0 KB merged simon's something