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
__init__.py 1.2 KB Change version number to dev as we are evading less from the main branch
_internal.py 471 B PEP-8 conformance
args.py 4.2 KB Rewind ugly monkeypatching fix and pick the simpler solution of an added argument to parse which ignores stdins
cli.py 53.0 KB Set writetb on repls own interpreter instance
config.py 8.3 KB GTK gets its own color scheme which is more sane and readable (on a white background)
formatter.py 3.7 KB Make BPythonFormatter.f_strings an instance (not class) attribute.
gtk_.py 29.1 KB Main line merge
importcompletion.py 4.9 KB REPOFIX: Revert to before bpdb branch
inspection.py 7.7 KB Fix inspection.is_callable().
keys.py 2.2 KB REPOFIX: Revert to before bpdb branch
logo.png 13.0 KB Fix reading of logo.
pager.py 2.4 KB Updated copyrights
repl.py 31.4 KB GTK save current pastebin url to clipboard
urwid.py 36.8 KB Typo.