FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for bpython/autocomplete.py - studiovc/bpython · GitHub
studiovc
/
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
autocomplete.py
on
master
User selector
Datepicker
Commit history
Commits on Oct 19, 2020
Apply black
sebastinas
committed
80539f1
View commit details
Copy full SHA for 80539f1
View code at this point
Browse repository at this point
Commits on Oct 14, 2020
Fix jedi 0.16.0 deprecation warnings
Show description for 1cfba80
sebastinas
committed
1cfba80
View commit details
Copy full SHA for 1cfba80
View code at this point
Browse repository at this point
Commits on Oct 13, 2020
Remove bpython.inspection.is_callable
sebastinas
committed
9faba3a
View commit details
Copy full SHA for 9faba3a
View code at this point
Browse repository at this point
Use str.format and f-strings where possible
sebastinas
committed
3b83c02
View commit details
Copy full SHA for 3b83c02
View code at this point
Browse repository at this point
Use set literals
sebastinas
committed
eaef6d0
View commit details
Copy full SHA for eaef6d0
View code at this point
Browse repository at this point
Remove use of six.iteritems
sebastinas
committed
5a42d0a
View commit details
Copy full SHA for 5a42d0a
View code at this point
Browse repository at this point
Remove use of six.moves.builtins
sebastinas
committed
af54f72
View commit details
Copy full SHA for af54f72
View code at this point
Browse repository at this point
Remove use of six.string_types
sebastinas
committed
c829a83
View commit details
Copy full SHA for c829a83
View code at this point
Browse repository at this point
Update use of super and class definitions
sebastinas
committed
8f03ee2
View commit details
Copy full SHA for 8f03ee2
View code at this point
Browse repository at this point
Remove bpython._py3compat.py3
sebastinas
committed
02b4d6b
View commit details
Copy full SHA for 02b4d6b
View code at this point
Browse repository at this point
Remove bpython._py3compat.try_decode
sebastinas
committed
1ef1776
View commit details
Copy full SHA for 1ef1776
View code at this point
Browse repository at this point
Remove use of six.moves.range
sebastinas
committed
8f77951
View commit details
Copy full SHA for 8f77951
View code at this point
Browse repository at this point
Remove encoding header
sebastinas
committed
ebe19cc
View commit details
Copy full SHA for ebe19cc
View code at this point
Browse repository at this point
Remove __future__ imports
sebastinas
committed
bebcdb3
View commit details
Copy full SHA for bebcdb3
View code at this point
Browse repository at this point
Commits on Oct 11, 2020
Apply black
sebastinas
committed
8b2c97f
View commit details
Copy full SHA for 8b2c97f
View code at this point
Browse repository at this point
Commits on Aug 4, 2020
Refactoring to start using getattr_static (#832)
Show description for abc261a
rybarczykj
authored
abc261a
View commit details
Copy full SHA for abc261a
View code at this point
Browse repository at this point
Commits on Nov 22, 2019
Blacken the source code and add `black` configuration.
Show description for cde2aad
ikanobori
committed
cde2aad
View commit details
Copy full SHA for cde2aad
View code at this point
Browse repository at this point
Commits on Jul 15, 2017
Simplify version checks
Show description for a0ef506
sebastinas
committed
a0ef506
View commit details
Copy full SHA for a0ef506
View code at this point
Browse repository at this point
Commits on Jul 13, 2017
Decode matches from jedi (fixes #687)
Show description for d067b9d
sebastinas
committed
d067b9d
View commit details
Copy full SHA for d067b9d
View code at this point
Browse repository at this point
Commits on Jan 10, 2017
Fix typo
sebastinas
committed
7c8cef6
View commit details
Copy full SHA for 7c8cef6
View code at this point
Browse repository at this point
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
Previous
Next
Back
|
FazBrowse Home
|
New Git URL