FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for bpython/test/test_autocomplete.py - U-SeeNow/bpython · GitHub
U-SeeNow
/
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
test
test_autocomplete.py
on
master
User selector
Datepicker
Commit history
Commits on Dec 25, 2015
attribute lookup in simple_eval
thomasballinger
committed
f55d7d5
View commit details
Copy full SHA for f55d7d5
View code at this point
Browse repository at this point
Commits on Dec 16, 2015
pep8 tests
thomasballinger
committed
4cd5453
View commit details
Copy full SHA for 4cd5453
View code at this point
Browse repository at this point
Commits on Dec 14, 2015
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
Commits on Dec 6, 2015
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
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 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 Jun 21, 2015
Failing test for #544
sebastinas
committed
72be2cd
View commit details
Copy full SHA for 72be2cd
View code at this point
Browse repository at this point
Commits on May 16, 2015
Add workaround for old-style class with broken __getattr__ (fixes #536)
Show description for 674c3bf
sebastinas
committed
674c3bf
View commit details
Copy full SHA for 674c3bf
View code at this point
Browse repository at this point
Failing test for #536
sebastinas
committed
24e5c69
View commit details
Copy full SHA for 24e5c69
View code at this point
Browse repository at this point
Commits on Mar 15, 2015
Makes the old-style class autocomplete work in 2.6 and 3.x
llllllllll
committed
a82b4b5
View commit details
Copy full SHA for a82b4b5
View code at this point
Browse repository at this point
Adds tests to validate that __dict__ is in the autocomplete of an old
Show description for cb90872
llllllllll
committed
cb90872
View commit details
Copy full SHA for cb90872
View code at this point
Browse repository at this point
Commits on Feb 25, 2015
Add a test for #491
Show description for 5f836ea
sebastinas
committed
5f836ea
View commit details
Copy full SHA for 5f836ea
View code at this point
Browse repository at this point
Patch correct function
Show description for 45fb40d
sebastinas
committed
45fb40d
View commit details
Copy full SHA for 45fb40d
View code at this point
Browse repository at this point
Commits on Feb 24, 2015
Use glob.iglob
Show description for 601df71
sebastinas
committed
601df71
View commit details
Copy full SHA for 601df71
View code at this point
Browse repository at this point
Be more careful with glob.glob (fixes #491)
Show description for 846ca4d
sebastinas
committed
846ca4d
View commit details
Copy full SHA for 846ca4d
View code at this point
Browse repository at this point
Commits on Feb 18, 2015
Test global completion with modified keyword list
Show description for b454048
sebastinas
committed
b454048
View commit details
Copy full SHA for b454048
View code at this point
Browse repository at this point
Use correct length
Show description for ac3ef20
sebastinas
committed
ac3ef20
View commit details
Copy full SHA for ac3ef20
View code at this point
Browse repository at this point
GlobalCompleter returns unicode matches
thomasballinger
committed
eb56295
View commit details
Copy full SHA for eb56295
View code at this point
Browse repository at this point
Commits on Feb 17, 2015
Modernise some uses of assertRaises.
Trundle
committed
f695068
View commit details
Copy full SHA for f695068
View code at this point
Browse repository at this point
Commits on Feb 16, 2015
PEP-8
Show description for 7594078
sebastinas
committed
7594078
View commit details
Copy full SHA for 7594078
View code at this point
Browse repository at this point
Merge remote-tracking branch 'maryakins/autocomplete-params'
Show description for 5b6e61e
sebastinas
committed
5b6e61e
View commit details
Copy full SHA for 5b6e61e
View code at this point
Browse repository at this point
Simple test for GlobalCompletion
Show description for e18bab3
sebastinas
committed
e18bab3
View commit details
Copy full SHA for e18bab3
View code at this point
Browse repository at this point
Commits on Feb 12, 2015
Add test for param completion
Mary Mokuolu
committed
4bacc37
View commit details
Copy full SHA for 4bacc37
View code at this point
Browse repository at this point
Commits on Feb 6, 2015
Simplify test skipping if joda is not available.
Trundle
committed
f72f395
View commit details
Copy full SHA for f72f395
View code at this point
Browse repository at this point
Use unittest.mock if possible
Show description for 758d6a6
sebastinas
committed
758d6a6
View commit details
Copy full SHA for 758d6a6
View code at this point
Browse repository at this point
PEP-8
Show description for 5b406c1
sebastinas
committed
5b406c1
View commit details
Copy full SHA for 5b406c1
View code at this point
Browse repository at this point
Commits on Jan 29, 2015
Use a consistent signature for matches
Show description for 80e7706
sebastinas
committed
80e7706
View commit details
Copy full SHA for 80e7706
View code at this point
Browse repository at this point
Commits on Jan 25, 2015
add jedi completion tests
thomasballinger
committed
fed23ca
View commit details
Copy full SHA for fed23ca
View code at this point
Browse repository at this point
make jedi optional dependency
thomasballinger
committed
6a38aab
View commit details
Copy full SHA for 6a38aab
View code at this point
Browse repository at this point
Jedi completion only for multiline blocks
thomasballinger
committed
57b94b0
View commit details
Copy full SHA for 57b94b0
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL