FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for bpython - pythonthings/bpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
pythonthings
/
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
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
bpython
bpython
on
c16c2f2
User selector
Datepicker
Commit history
Commits on Dec 14, 2015
remove ast star import, fix builtin import
thomasballinger
committed
c16c2f2
View commit details
Copy full SHA for c16c2f2
View code at this point
Browse repository at this point
Test attribute completion on other expressions
thomasballinger
committed
b0951cd
View commit details
Copy full SHA for b0951cd
View code at this point
Browse repository at this point
Remove ArrayItemMembersCompletion
Show description for ce0bd0a
thomasballinger
committed
ce0bd0a
View commit details
Copy full SHA for ce0bd0a
View code at this point
Browse repository at this point
Add autocompletion of attributes of simple expressions
Show description for 51ecedb
thomasballinger
committed
51ecedb
View commit details
Copy full SHA for 51ecedb
View code at this point
Browse repository at this point
Evaluation of expression before dot
thomasballinger
committed
488d5e6
View commit details
Copy full SHA for 488d5e6
View code at this point
Browse repository at this point
Test edge case for current word attribute
thomasballinger
committed
8254e87
View commit details
Copy full SHA for 8254e87
View code at this point
Browse repository at this point
Test for more general simple expression finding
Show description for 504ddd3
thomasballinger
committed
504ddd3
View commit details
Copy full SHA for 504ddd3
View code at this point
Browse repository at this point
Add strategy for safely evaluating builtins
thomasballinger
committed
fbf72d8
View commit details
Copy full SHA for fbf72d8
View code at this point
Browse repository at this point
tune size parameters
thomasballinger
committed
d2112a2
View commit details
Copy full SHA for d2112a2
View code at this point
Browse repository at this point
prevent status bar from flashing at bottom
thomasballinger
committed
01b8f6e
View commit details
Copy full SHA for 01b8f6e
View code at this point
Browse repository at this point
allow list_above to be False
thomasballinger
committed
a0dd141
View commit details
Copy full SHA for a0dd141
View code at this point
Browse repository at this point
mitigate jarring scroll up on completion
Show description for f83e3eb
thomasballinger
committed
f83e3eb
View commit details
Copy full SHA for f83e3eb
View code at this point
Browse repository at this point
Merge branch 'scroll-infobox'
thomasballinger
committed
afec99d
View commit details
Copy full SHA for afec99d
View code at this point
Browse repository at this point
fix PEP8 spacing
thomasballinger
committed
f23502d
View commit details
Copy full SHA for f23502d
View code at this point
Browse repository at this point
paginate autocompletion suggestions
thomasballinger
committed
760d3c7
View commit details
Copy full SHA for 760d3c7
View code at this point
Browse repository at this point
ignore documentation test for pypy
thomasballinger
committed
6ef2e27
View commit details
Copy full SHA for 6ef2e27
View code at this point
Browse repository at this point
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
Previous
Next
Back
|
FazBrowse Home
|
New Git URL