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
test
translations
__init__.py 1.3 KB Bump version number
_internal.py 471 B PEP-8 conformance
args.py 4.0 KB Drop "-c" config option as it conflicts with vanilla Python's "-c" option.
cli.py 54.8 KB Only encode docstring if it's an unicode string.
config.py 8.6 KB Make size of suggestion window configurable.
formatter.py 3.7 KB Make BPythonFormatter.f_strings an instance (not class) attribute.
gtk_.py 30.0 KB Removed redundant history.save() calls in gtk_.py, cli.py and urwid.py.
importcompletion.py 6.0 KB Workaround for issue #166.
inspection.py 8.5 KB Always use repr() for displaying argument default values.
keys.py 2.4 KB Initial work on urwid shortcuts working, todo: cleanup
logo.png 7.6 KB New artwork, courtesy of Leo Hutson!
pager.py 2.4 KB Updated copyrights
repl.py 34.0 KB Don't lose the session history if an EnvironmentError occurs.
urwid.py 39.3 KB Removed redundant history.save() calls in gtk_.py, cli.py and urwid.py.