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 Update changelog for Caio Romão’s true name, bump version number, again
_internal.py 471 B PEP-8 conformance
args.py 4.0 KB Remove duplicated import.
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 Make PYTHONSTARTUP work with bpython-gtk.
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.1 KB Patch from Henry Prêcheur to fix py3 support - we don't override runsource() if