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 Bump version number
_internal.py 471 B PEP-8 conformance
args.py 4.2 KB Merge in bpdb
cli.py 54.0 KB deal with cases that locale.getpreferredencoding returns None - which apparently it does for some dude's setup; delegate to sys.getdefaultencoding
config.py 9.1 KB Merge in bpdb
formatter.py 3.7 KB Make BPythonFormatter.f_strings an instance (not class) attribute.
gtk_.py 30.1 KB Fix Fix breakage which was introduced by making is_at_start a property
importcompletion.py 4.9 KB Merge in bpdb
inspection.py 8.1 KB don't assume func object will have a __name__ attribute as this will cause a crash on non-Python functions
keys.py 2.2 KB REPOFIX: Correct merge
logo.png 13.0 KB Fix reading of logo.
pager.py 2.4 KB Updated copyrights
repl.py 32.6 KB Catch socket.error when uploading a paste.
urwid.py 36.9 KB Merge. Remove shebang and +x flag in cli.py and urwid.py (see b3caf67ca815).