FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for bpython/test - bassdeveloper/bpython · GitHub
bassdeveloper
/
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
test
on
inheritance-over-composition
User selector
Datepicker
Commit history
Commits on Dec 15, 2015
Refactor callbacks into methods
Show description for a9de650
thomasballinger
committed
a9de650
View commit details
Copy full SHA for a9de650
View code at this point
Browse repository at this point
Commits on Dec 14, 2015
fix Python 2.6 build
thomasballinger
committed
dbba924
View commit details
Copy full SHA for dbba924
View code at this point
Browse repository at this point
test more simple_eval functionality
thomasballinger
committed
6b1d291
View commit details
Copy full SHA for 6b1d291
View code at this point
Browse repository at this point
make constants global
thomasballinger
committed
c9ded30
View commit details
Copy full SHA for c9ded30
View code at this point
Browse repository at this point
Single-source Py2/3 simple_eval
thomasballinger
committed
b093ced
View commit details
Copy full SHA for b093ced
View code at this point
Browse repository at this point
Remove StringLiteralAttrCompletion
thomasballinger
committed
d36c30d
View commit details
Copy full SHA for d36c30d
View code at this point
Browse repository at this point
remove unused code
thomasballinger
committed
9a25c69
View commit details
Copy full SHA for 9a25c69
View code at this point
Browse repository at this point
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
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
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 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
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 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
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
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
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 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 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
Previous
Next
Back
|
FazBrowse Home
|
New Git URL