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- Tag
- 0.9.7-release
| Filename | Size | Date modified | Message |
|---|---|---|---|
| test | |||
| __init__.py | 1.2 KB | Add in bpdb to setup.py and bump version number in __init__ | |
| _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 | Merge in bpdb | |
| 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.5 KB | deal with cases that locale.getpreferredencoding returns None - which apparently it does for some dude's setup; delegate to sys.getdefaultencoding | |
| urwid.py | 36.9 KB | Merge. Remove shebang and +x flag in cli.py and urwid.py (see b3caf67ca815). |