FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for bpython/cli.py - bpython/bpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
bpython
/
bpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
251
Star
2.8k
Code
Issues
144
Pull requests
5
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
bpython
bpython
cli.py
on
babd41f
User selector
Datepicker
Commit history
Commits on Jan 25, 2015
Predict how long an undo will take and prompt for how many lines
thomasballinger
committed
babd41f
View commit details
Copy full SHA for babd41f
View code at this point
Browse repository at this point
Commits on Jan 24, 2015
wait for keypress to clear URL containing messages
thomasballinger
committed
70ec8e9
View commit details
Copy full SHA for 70ec8e9
View code at this point
Browse repository at this point
Commits on Jan 17, 2015
Use bpython._py3compat.PythonLexer everywhere
Show description for a8bae8a
sebastinas
committed
a8bae8a
View commit details
Copy full SHA for a8bae8a
View code at this point
Browse repository at this point
Commits on Jan 11, 2015
Do not show disabled keyboard shortcuts (fixes #282)
Show description for d4db7ed
sebastinas
committed
d4db7ed
View commit details
Copy full SHA for d4db7ed
View code at this point
Browse repository at this point
Implement copy to clipboard (fixes #234)
Show description for 5bf22e4
sebastinas
committed
5bf22e4
View commit details
Copy full SHA for 5bf22e4
View code at this point
Browse repository at this point
Commits on Jan 9, 2015
Use except Exception as e consistently
Show description for d6bb347
sebastinas
committed
d6bb347
View commit details
Copy full SHA for d6bb347
View code at this point
Browse repository at this point
Remove unnecessary import
Show description for 99a889b
sebastinas
committed
99a889b
View commit details
Copy full SHA for 99a889b
View code at this point
Browse repository at this point
Use except Foo as e consistently
Show description for 65a17cf
sebastinas
committed
65a17cf
View commit details
Copy full SHA for 65a17cf
View code at this point
Browse repository at this point
Commits on Oct 12, 2014
Use a specific `SourceNotFound` in get_source_of_current_name().
Show description for e18e437
Trundle
committed
e18e437
View commit details
Copy full SHA for e18e437
View code at this point
Browse repository at this point
Commits on Oct 4, 2014
Minor cosmetic changes.
Trundle
committed
2ce4a87
View commit details
Copy full SHA for 2ce4a87
View code at this point
Browse repository at this point
Remove some unused imports.
Trundle
committed
86fb570
View commit details
Copy full SHA for 86fb570
View code at this point
Browse repository at this point
Commits on Sep 24, 2014
simplify error message raising and handling
mlauter
committed
73d74b2
View commit details
Copy full SHA for 73d74b2
View code at this point
Browse repository at this point
send long error messages originating in inspect.getsource to pager not status_bar
mlauter
committed
1c218a1
View commit details
Copy full SHA for 1c218a1
View code at this point
Browse repository at this point
modify the NameError message displayed by show_source
mlauter
committed
31db4c7
View commit details
Copy full SHA for 31db4c7
View code at this point
Browse repository at this point
Fix p_key to catch exceptions from get_source_of_current_name
lohmataja
authored and
mlauter
committed
75e8e35
View commit details
Copy full SHA for 75e8e35
View code at this point
Browse repository at this point
Commits on Sep 12, 2014
fix control-c? (Seems to work, could use review)
thomasballinger
committed
d0f0394
View commit details
Copy full SHA for d0f0394
View code at this point
Browse repository at this point
Commits on Jul 19, 2014
Merge branch 'completion-cleanup'
Show description for 4e8c46a
thomasballinger
committed
4e8c46a
View commit details
Copy full SHA for 4e8c46a
View code at this point
Browse repository at this point
Commits on Jul 11, 2014
tests passing in Python 2
thomasballinger
committed
0f6ce9c
View commit details
Copy full SHA for 0f6ce9c
View code at this point
Browse repository at this point
Commits on Jul 6, 2014
dictionary completion working! Bring on the custom completion!
thomasballinger
committed
f1edce9
View commit details
Copy full SHA for f1edce9
View code at this point
Browse repository at this point
curtsies working again
thomasballinger
committed
acde8ab
View commit details
Copy full SHA for acde8ab
View code at this point
Browse repository at this point
current_line is a property
thomasballinger
committed
c9c0cbf
View commit details
Copy full SHA for c9c0cbf
View code at this point
Browse repository at this point
remove list win visible code
thomasballinger
committed
ec1f436
View commit details
Copy full SHA for ec1f436
View code at this point
Browse repository at this point
filename completion working
Show description for 766f8e4
thomasballinger
committed
766f8e4
View commit details
Copy full SHA for 766f8e4
View code at this point
Browse repository at this point
new autocomplete hooked up, working some
Show description for 1a0aa07
thomasballinger
committed
1a0aa07
View commit details
Copy full SHA for 1a0aa07
View code at this point
Browse repository at this point
Commits on Jul 5, 2014
Revert "Merged in hndrewaall/bpython (pull request #21)"
Show description for 162d8fd
thomasballinger
committed
162d8fd
View commit details
Copy full SHA for 162d8fd
View code at this point
Browse repository at this point
Commits on May 9, 2014
Merged in mjzffr/bpython (pull request #41)
Show description for e2e9b8f
sebastinas
committed
e2e9b8f
View commit details
Copy full SHA for e2e9b8f
View code at this point
Browse repository at this point
Commits on May 4, 2014
Merged in hndrewaall/bpython (pull request #21)
Show description for c4c1c86
sebastinas
committed
c4c1c86
View commit details
Copy full SHA for c4c1c86
View code at this point
Browse repository at this point
Merged in sibson/bpython/fake-flush (pull request #22)
Show description for 39bbbd6
sebastinas
committed
39bbbd6
View commit details
Copy full SHA for 39bbbd6
View code at this point
Browse repository at this point
Commits on Apr 23, 2014
Show only key in list of dictionary key suggestions.
mjzffr
committed
34eb9ac
View commit details
Copy full SHA for 34eb9ac
View code at this point
Browse repository at this point
Commits on Apr 22, 2014
Suggest full list of literal dictionary keys upon typing opening '['. Dict may be global, object attribute, etc. Method autocomplete unchanged
mjzffr
committed
37906c0
View commit details
Copy full SHA for 37906c0
View code at this point
Browse repository at this point
Commits on Apr 2, 2014
Merged bobf/bpython into default
hndrewaall
committed
ea5ae11
View commit details
Copy full SHA for ea5ae11
View code at this point
Browse repository at this point
Commits on Mar 29, 2014
Autocomplete dictionary keys if dictionary is declared globally.
mjzffr
committed
66a117c
View commit details
Copy full SHA for 66a117c
View code at this point
Browse repository at this point
Commits on Mar 4, 2014
fixes for external editor functionality
thomasballinger
committed
dd1373f
View commit details
Copy full SHA for dd1373f
View code at this point
Browse repository at this point
Commits on Mar 3, 2014
Merged in thomasballinger/bpython (pull request #25)
Show description for 917c0eb
ikanobori
committed
917c0eb
View commit details
Copy full SHA for 917c0eb
View code at this point
Browse repository at this point
Merged in thomasballinger/bpython (pull request #26)
Show description for a0b027f
ikanobori
committed
a0b027f
View commit details
Copy full SHA for a0b027f
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL