FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for bpython/cli.py - calebstewart/bpython · GitHub
calebstewart
/
bpython
Public
forked from
bpython/bpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
bpython
bpython
cli.py
on
master
User selector
Datepicker
Commit history
Commits on Jun 2, 2016
Fix TypeError when using F2 without some source
Show description for 325d3bb
blueyed
committed
325d3bb
View commit details
Copy full SHA for 325d3bb
View code at this point
Browse repository at this point
Commits on Apr 7, 2016
spelling: unnecessary
jsoref
committed
8f5211e
View commit details
Copy full SHA for 8f5211e
View code at this point
Browse repository at this point
spelling: prerequisites
jsoref
committed
bfe3ac2
View commit details
Copy full SHA for bfe3ac2
View code at this point
Browse repository at this point
spelling: occurring
jsoref
committed
150db0b
View commit details
Copy full SHA for 150db0b
View code at this point
Browse repository at this point
spelling: height
jsoref
committed
953bdda
View commit details
Copy full SHA for 953bdda
View code at this point
Browse repository at this point
spelling: autocomplete
jsoref
committed
225c57a
View commit details
Copy full SHA for 225c57a
View code at this point
Browse repository at this point
Commits on Jan 25, 2016
Fixing Windows Python2 compatibility
Show description for 4189d62
Aditya Gupta
authored and
Aditya Gupta
committed
4189d62
View commit details
Copy full SHA for 4189d62
View code at this point
Browse repository at this point
Commits on Oct 7, 2015
Fix python 3 compatibility
Show description for 4df988b
ObviouslyGreen
committed
4df988b
View commit details
Copy full SHA for 4df988b
View code at this point
Browse repository at this point
Commits on Jul 7, 2015
Fix cli after named-tuple refactoring
Show description for 5eed6af
sebastinas
committed
5eed6af
View commit details
Copy full SHA for 5eed6af
View code at this point
Browse repository at this point
Commits on Jun 8, 2015
Argspec - Named tuple FuncProps related refactoring
noelladsa
committed
6586815
View commit details
Copy full SHA for 6586815
View code at this point
Browse repository at this point
Replaced argspec list with namedtuple FuncProps for better readability
noelladsa
committed
0ace2c4
View commit details
Copy full SHA for 0ace2c4
View code at this point
Browse repository at this point
Commits on Feb 19, 2015
Remove no longer needed __future__ imports
Show description for c08f412
sebastinas
committed
c08f412
View commit details
Copy full SHA for c08f412
View code at this point
Browse repository at this point
Commits on Feb 6, 2015
Remove duplicate code
Show description for 935c849
sebastinas
committed
935c849
View commit details
Copy full SHA for 935c849
View code at this point
Browse repository at this point
Commits on Feb 4, 2015
Removed unused imports
Show description for 6dfb7fc
sebastinas
committed
6dfb7fc
View commit details
Copy full SHA for 6dfb7fc
View code at this point
Browse repository at this point
Use next(iter)
Show description for 17f6eae
sebastinas
committed
17f6eae
View commit details
Copy full SHA for 17f6eae
View code at this point
Browse repository at this point
Use six.moves.range and six.moves.builtins
Show description for 13092bc
sebastinas
committed
13092bc
View commit details
Copy full SHA for 13092bc
View code at this point
Browse repository at this point
Use range everywhere
Show description for ee2ab57
sebastinas
committed
ee2ab57
View commit details
Copy full SHA for ee2ab57
View code at this point
Browse repository at this point
Commits on Jan 29, 2015
Detect if Unicode box characters are supported in user's locale (fixes 295)
Show description for a5e541b
sebastinas
committed
a5e541b
View commit details
Copy full SHA for a5e541b
View code at this point
Browse repository at this point
Merge branch 'estimate-undo-time'
Show description for 3217ac2
thomasballinger
committed
3217ac2
View commit details
Copy full SHA for 3217ac2
View code at this point
Browse repository at this point
Commits on Jan 28, 2015
the right spelling is occurred
tarekziade
committed
3b8a35d
View commit details
Copy full SHA for 3b8a35d
View code at this point
Browse repository at this point
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
Previous
Next
Back
|
FazBrowse Home
|
New Git URL