FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for bpython - 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
on
dont-rerun
User selector
Datepicker
Commit history
Commits on Dec 13, 2015
abort reevuate session if file is blank
thomasballinger
committed
c7f22dc
View commit details
Copy full SHA for c7f22dc
View code at this point
Browse repository at this point
Fix currentline in reevaluate session
thomasballinger
committed
08c5017
View commit details
Copy full SHA for 08c5017
View code at this point
Browse repository at this point
Commits on Dec 12, 2015
Don't reevaluate session if not modified
thomasballinger
committed
8aa42c3
View commit details
Copy full SHA for 8aa42c3
View code at this point
Browse repository at this point
Commits on Dec 11, 2015
Merge branch 'paste-detection'
thomasballinger
committed
64d875e
View commit details
Copy full SHA for 64d875e
View code at this point
Browse repository at this point
small paste events may contain <Ctrl-a>like events
thomasballinger
committed
fa08b74
View commit details
Copy full SHA for fa08b74
View code at this point
Browse repository at this point
set paste threshold at 3 keypress events
thomasballinger
committed
6df6a4a
View commit details
Copy full SHA for 6df6a4a
View code at this point
Browse repository at this point
Commits on Dec 10, 2015
more information in invalidate_caches comment
thomasballinger
committed
e6916d1
View commit details
Copy full SHA for e6916d1
View code at this point
Browse repository at this point
Commits on Dec 8, 2015
ignore completion until the end of a paste event
thomasballinger
committed
6ab499b
View commit details
Copy full SHA for 6ab499b
View code at this point
Browse repository at this point
Commits on Dec 7, 2015
fix #583
thomasballinger
committed
460d7f0
View commit details
Copy full SHA for 460d7f0
View code at this point
Browse repository at this point
Commits on Dec 6, 2015
Merge pull request #582 from bpython/fix-rutime-import-test
Show description for b0f0496
sebastinas
committed
b0f0496
View commit details
Copy full SHA for b0f0496
View code at this point
Browse repository at this point
Document why invalidate_caches needed
thomasballinger
committed
9966986
View commit details
Copy full SHA for 9966986
View code at this point
Browse repository at this point
enable attribute completion within function call
thomasballinger
committed
9b6aa7b
View commit details
Copy full SHA for 9b6aa7b
View code at this point
Browse repository at this point
increase coverage of paste detector
thomasballinger
committed
b1f22f5
View commit details
Copy full SHA for b1f22f5
View code at this point
Browse repository at this point
Test combining events for paste detection
thomasballinger
committed
f108564
View commit details
Copy full SHA for f108564
View code at this point
Browse repository at this point
move paste detection to bpython
thomasballinger
committed
eefbff4
View commit details
Copy full SHA for eefbff4
View code at this point
Browse repository at this point
fix #505 blank bytestring line in status bar
thomasballinger
committed
78e1f9b
View commit details
Copy full SHA for 78e1f9b
View code at this point
Browse repository at this point
Commits on Dec 3, 2015
fix run order-dependant test failure
thomasballinger
committed
a108ee1
View commit details
Copy full SHA for a108ee1
View code at this point
Browse repository at this point
Commits on Nov 29, 2015
fix parameter name completion
thomasballinger
committed
599cfea
View commit details
Copy full SHA for 599cfea
View code at this point
Browse repository at this point
Log exceptions from auto completers
Show description for dc5e87f
sebastinas
committed
dc5e87f
View commit details
Copy full SHA for dc5e87f
View code at this point
Browse repository at this point
Merge remote-tracking branch 'P-Daddy/master'
sebastinas
committed
3cdc732
View commit details
Copy full SHA for 3cdc732
View code at this point
Browse repository at this point
Commits on Nov 28, 2015
Avoid unsafe completion on array elements
Show description for 05c83be
thomasballinger
committed
05c83be
View commit details
Copy full SHA for 05c83be
View code at this point
Browse repository at this point
Allow global completion in brackets
Show description for 58f3edf
thomasballinger
committed
58f3edf
View commit details
Copy full SHA for 58f3edf
View code at this point
Browse repository at this point
Add tests
Shawn Axsom
authored and
thomasballinger
committed
ce1eb1a
View commit details
Copy full SHA for ce1eb1a
View code at this point
Browse repository at this point
Able to handle nested arrays now when autocompleting for array items
Shawn Axsom
authored and
thomasballinger
committed
b286770
View commit details
Copy full SHA for b286770
View code at this point
Browse repository at this point
Array item completion is working with strings.
Show description for f16a248
Shawn Axsom
authored and
thomasballinger
committed
f16a248
View commit details
Copy full SHA for f16a248
View code at this point
Browse repository at this point
Commits on Nov 26, 2015
Show __new__ docstrings. Fixes #572
di
committed
668bf06
View commit details
Copy full SHA for 668bf06
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 Oct 5, 2015
Correct auto complete tests after double underscore change
Tenzer
committed
9f3460b
View commit details
Copy full SHA for 9f3460b
View code at this point
Browse repository at this point
Commits on Oct 1, 2015
Filter out two underscore attributes in auto completion
Show description for 563f5cb
Tenzer
committed
563f5cb
View commit details
Copy full SHA for 563f5cb
View code at this point
Browse repository at this point
Commits on Aug 26, 2015
Transpose characters if cursor is at the end of the line. Mimics emacs behavior.
wevial
committed
3abb483
View commit details
Copy full SHA for 3abb483
View code at this point
Browse repository at this point
Fix bug #548 - Transpose when empty line crashes
wevial
committed
c08b42d
View commit details
Copy full SHA for c08b42d
View code at this point
Browse repository at this point
Commits on Aug 18, 2015
Fix a typo
Show description for a17999d
sebastinas
committed
a17999d
View commit details
Copy full SHA for a17999d
View code at this point
Browse repository at this point
Commits on Aug 2, 2015
Fix attrib decorator (fixes #553)
Show description for d9aec67
sebastinas
committed
d9aec67
View commit details
Copy full SHA for d9aec67
View code at this point
Browse repository at this point
Commits on Jul 14, 2015
Keep autocomplete errors from crashing bpython
Show description for 51ffb81
Pete Anderson
authored and
Pete Anderson
committed
51ffb81
View commit details
Copy full SHA for 51ffb81
View code at this point
Browse repository at this point
Commits on Jul 11, 2015
add test
sharow
committed
dc0f294
View commit details
Copy full SHA for dc0f294
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL