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 Removed some merge artefact.
_internal.py 471 B PEP-8 conformance
args.py 4.0 KB Set the correct year for all copyrights and the -V flag
cli.py 57.5 KB Merging bugfixes from 0.10-bugfix.
config.py 9.5 KB Add option to remove duplicates from history. (Closes: #135)
formatter.py 3.7 KB Make BPythonFormatter.f_strings an instance (not class) attribute.
gtk_.py 30.0 KB Set the correct year for all copyrights and the -V flag
importcompletion.py 6.2 KB Use imp to get the suffix that should be dropped (Closes: #204).
inspection.py 8.7 KB Catch exceptions in getargspec (Closes: #202)
keys.py 2.4 KB Support Meta and F* keys in urwid.
logo.png 7.6 KB New artwork, courtesy of Leo Hutson!
pager.py 2.4 KB Set the correct year for all copyrights and the -V flag
repl.py 35.8 KB Split pastebin into pastebin and do_pastebin.
urwid.py 44.1 KB Check if twisted is available and report and error if that's not the case.