FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for bpython/autocomplete.py - jsoref/bpython · GitHub
jsoref
/
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
autocomplete.py
on
master
User selector
Datepicker
Commit history
Commits on Dec 16, 2015
pep8 autocomplete.py
thomasballinger
committed
2418acf
View commit details
Copy full SHA for 2418acf
View code at this point
Browse repository at this point
Commits on Dec 14, 2015
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
Remove StringLiteralAttrCompletion
thomasballinger
committed
d36c30d
View commit details
Copy full SHA for d36c30d
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
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
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
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
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 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 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 Jun 21, 2015
Work around jedi bugs (fixes #544)
Show description for 04ca930
sebastinas
committed
04ca930
View commit details
Copy full SHA for 04ca930
View code at this point
Browse repository at this point
Commits on Jun 10, 2015
PEP8
noelladsa
committed
1424a22
View commit details
Copy full SHA for 1424a22
View code at this point
Browse repository at this point
Commits on Jun 8, 2015
Updated copyright year
noelladsa
committed
2141cf7
View commit details
Copy full SHA for 2141cf7
View code at this point
Browse repository at this point
Added accidentally deleted Copyright
noelladsa
committed
27b788c
View commit details
Copy full SHA for 27b788c
View code at this point
Browse repository at this point
Commits on May 29, 2015
Refactoring with named tuples
noelladsa
committed
66d7b52
View commit details
Copy full SHA for 66d7b52
View code at this point
Browse repository at this point
Commits on May 17, 2015
PEP8
sebastinas
committed
26b8daf
View commit details
Copy full SHA for 26b8daf
View code at this point
Browse repository at this point
Clean up unittest imports
Show description for dbd8066
sebastinas
committed
dbd8066
View commit details
Copy full SHA for dbd8066
View code at this point
Browse repository at this point
Decode before comparing
Show description for a8787b3
sebastinas
committed
a8787b3
View commit details
Copy full SHA for a8787b3
View code at this point
Browse repository at this point
Move regex definition
sebastinas
committed
3602242
View commit details
Copy full SHA for 3602242
View code at this point
Browse repository at this point
Remove unused method
Show description for 206b0c5
sebastinas
committed
206b0c5
View commit details
Copy full SHA for 206b0c5
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
Commits on Mar 16, 2015
Merge remote-tracking branch 'llllllllll/old-style-class-dict-autocomplete' (merged #511)
Show description for ad8958f
sebastinas
committed
ad8958f
View commit details
Copy full SHA for ad8958f
View code at this point
Browse repository at this point
Re-introduce autocompletion modes
Show description for 2cfa83b
sebastinas
committed
2cfa83b
View commit details
Copy full SHA for 2cfa83b
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
Makes old style classes and instances show __dict__ in the autocomplete.
llllllllll
committed
5cf6f52
View commit details
Copy full SHA for 5cf6f52
View code at this point
Browse repository at this point
Move attr_{matches,lookup} to AttrCompleter
Show description for 4d26621
sebastinas
committed
4d26621
View commit details
Copy full SHA for 4d26621
View code at this point
Browse repository at this point
Commits on Feb 25, 2015
Only use iglob if we really can
Show description for 77506c1
sebastinas
committed
77506c1
View commit details
Copy full SHA for 77506c1
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
Previous
Next
Back
|
FazBrowse Home
|
New Git URL