FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for bpython/curtsiesfrontend - optionalg/bpython · GitHub
optionalg
/
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
curtsiesfrontend
on
debugging-uncaught-exceptions
User selector
Datepicker
Commit history
Commits on Apr 14, 2015
messages for toggling auto-debug
thomasballinger
committed
028334f
View commit details
Copy full SHA for 028334f
View code at this point
Browse repository at this point
Commits on Apr 13, 2015
debugging can be entered and exited in Curtsies
thomasballinger
committed
d357b0f
View commit details
Copy full SHA for d357b0f
View code at this point
Browse repository at this point
Commits on Mar 13, 2015
use configurable keys for right arrow completion
thomasballinger
committed
577b9c7
View commit details
Copy full SHA for 577b9c7
View code at this point
Browse repository at this point
Add Ctrl-e to complete current suggestion.
amjith
committed
e3dfb4f
View commit details
Copy full SHA for e3dfb4f
View code at this point
Browse repository at this point
Commits on Mar 8, 2015
Do not mention search twice
Show description for 834ffa0
sebastinas
committed
834ffa0
View commit details
Copy full SHA for 834ffa0
View code at this point
Browse repository at this point
Replace str(e) with "%s" % e where possible (fixes #501)
Show description for 30f943f
sebastinas
committed
30f943f
View commit details
Copy full SHA for 30f943f
View code at this point
Browse repository at this point
Revert "Fix pkgutil.get_data for sample-config"
Show description for 25c2fe0
sebastinas
committed
25c2fe0
View commit details
Copy full SHA for 25c2fe0
View code at this point
Browse repository at this point
Commits on Mar 7, 2015
remove outdated, limited check for vaild config
thomasballinger
committed
1f2e808
View commit details
Copy full SHA for 1f2e808
View code at this point
Browse repository at this point
add keys
thomasballinger
committed
76892ca
View commit details
Copy full SHA for 76892ca
View code at this point
Browse repository at this point
Fix pkgutil.get_data for sample-config
thomasballinger
committed
07d8d53
View commit details
Copy full SHA for 07d8d53
View code at this point
Browse repository at this point
Use pkgutil.ImpLoader for the import loader
Show description for 0f92c18
sebastinas
committed
0f92c18
View commit details
Copy full SHA for 0f92c18
View code at this point
Browse repository at this point
Commits on Feb 20, 2015
Watch multiple files in the same directory
Show description for adfb053
sebastinas
committed
adfb053
View commit details
Copy full SHA for adfb053
View code at this point
Browse repository at this point
Remove unnecessary else
Show description for 9cc8889
sebastinas
committed
9cc8889
View commit details
Copy full SHA for 9cc8889
View code at this point
Browse repository at this point
Fix ImportFinder/Loader for Python 2
Show description for a8cf459
sebastinas
committed
a8cf459
View commit details
Copy full SHA for a8cf459
View code at this point
Browse repository at this point
PEP-8
Show description for d071969
sebastinas
committed
d071969
View commit details
Copy full SHA for d071969
View code at this point
Browse repository at this point
Commits on Feb 19, 2015
Use ignore rather than replace
Show description for 046646e
sebastinas
committed
046646e
View commit details
Copy full SHA for 046646e
View code at this point
Browse repository at this point
Decode with errors='replace'
Show description for 88fa209
sebastinas
committed
88fa209
View commit details
Copy full SHA for 88fa209
View code at this point
Browse repository at this point
Remove unused import
Show description for be4cd1c
sebastinas
committed
be4cd1c
View commit details
Copy full SHA for be4cd1c
View code at this point
Browse repository at this point
Merge remote-tracking branch 'origin/fix-writing-bytes-in-python-2'
sebastinas
committed
00760f9
View commit details
Copy full SHA for 00760f9
View code at this point
Browse repository at this point
Remove useless u
Show description for f22e580
sebastinas
committed
f22e580
View commit details
Copy full SHA for f22e580
View code at this point
Browse repository at this point
Decode output of stdout.write in Python 2
thomasballinger
committed
8942807
View commit details
Copy full SHA for 8942807
View code at this point
Browse repository at this point
Commits on Feb 18, 2015
Use sys.meta_path to hook into import
Show description for cc7aebd
sebastinas
committed
cc7aebd
View commit details
Copy full SHA for cc7aebd
View code at this point
Browse repository at this point
switch to curtsies v2.2, fmtstrs unicode
thomasballinger
committed
3cfac86
View commit details
Copy full SHA for 3cfac86
View code at this point
Browse repository at this point
Use builtins module
Show description for 2df245b
sebastinas
committed
2df245b
View commit details
Copy full SHA for 2df245b
View code at this point
Browse repository at this point
Use six
Show description for 1b4cc8f
sebastinas
committed
1b4cc8f
View commit details
Copy full SHA for 1b4cc8f
View code at this point
Browse repository at this point
Use correct default level values (fixes #486)
Show description for 43e7038
sebastinas
committed
43e7038
View commit details
Copy full SHA for 43e7038
View code at this point
Browse repository at this point
Use objects and pass SystemExit error codes
Show description for a5eefc2
sebastinas
committed
a5eefc2
View commit details
Copy full SHA for a5eefc2
View code at this point
Browse repository at this point
Commits on Feb 17, 2015
Unicode-ification of bpython.curtsiesfrontend
Show description for b230413
sebastinas
committed
b230413
View commit details
Copy full SHA for b230413
View code at this point
Browse repository at this point
Commits on Feb 13, 2015
fix crash due to calling last_word on a line with only whitespace
thomasballinger
committed
0ee753a
View commit details
Copy full SHA for 0ee753a
View code at this point
Browse repository at this point
test last_word, add failing test case that caused crash
thomasballinger
committed
b51663c
View commit details
Copy full SHA for b51663c
View code at this point
Browse repository at this point
Commits on Feb 12, 2015
Fix another occurrence of events.RefreshRequestEvent
Show description for 1451c2c
sebastinas
committed
1451c2c
View commit details
Copy full SHA for 1451c2c
View code at this point
Browse repository at this point
Commits on Feb 11, 2015
fix bug with sending session to external editor
thomasballinger
committed
2d28150
View commit details
Copy full SHA for 2d28150
View code at this point
Browse repository at this point
Commits on Feb 10, 2015
Remove handling of suspend key
Show description for f01cb42
sebastinas
committed
f01cb42
View commit details
Copy full SHA for f01cb42
View code at this point
Browse repository at this point
Commits on Feb 7, 2015
PEP-8 in curtsies repl
thomasballinger
committed
d635494
View commit details
Copy full SHA for d635494
View code at this point
Browse repository at this point
Remove runsource overwrite
Show description for 64772c0
sebastinas
committed
64772c0
View commit details
Copy full SHA for 64772c0
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL