FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for bpython/importcompletion.py - ssylvain/bpython · GitHub
ssylvain
/
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
importcompletion.py
on
main
User selector
Datepicker
Commit history
Commits on Jan 9, 2022
Avoid indexing and tuple unpacking of LinePart instances
sebastinas
committed
95539cc
View commit details
Copy full SHA for 95539cc
View code at this point
Browse repository at this point
Commits on Nov 18, 2021
Yield from import module discovery
Show description for 83ca33e
thomasballinger
committed
83ca33e
View commit details
Copy full SHA for 83ca33e
View code at this point
Browse repository at this point
Commits on Aug 1, 2021
Handle OSError from stat (fixes #902)
sebastinas
committed
7f325df
View commit details
Copy full SHA for 7f325df
View code at this point
Browse repository at this point
Commits on May 24, 2021
Fix argument
sebastinas
committed
d77dd98
View commit details
Copy full SHA for d77dd98
View code at this point
Browse repository at this point
Add return type
sebastinas
committed
eb8664d
View commit details
Copy full SHA for eb8664d
View code at this point
Browse repository at this point
Move str->Path converstion to __init__
sebastinas
committed
2130007
View commit details
Copy full SHA for 2130007
View code at this point
Browse repository at this point
Remove argument which is the same as the default
sebastinas
committed
08d3283
View commit details
Copy full SHA for 08d3283
View code at this point
Browse repository at this point
Commits on Mar 29, 2021
Add type annotations
sebastinas
committed
2a3cde4
View commit details
Copy full SHA for 2a3cde4
View code at this point
Browse repository at this point
Remove useless branch
Show description for 3ded87a
sebastinas
committed
3ded87a
View commit details
Copy full SHA for 3ded87a
View code at this point
Browse repository at this point
Commits on Jan 13, 2021
Reformat
sebastinas
committed
1653112
View commit details
Copy full SHA for 1653112
View code at this point
Browse repository at this point
Commits on Jan 9, 2021
Apply black
sebastinas
committed
864b772
View commit details
Copy full SHA for 864b772
View code at this point
Browse repository at this point
Specify loaders for FileFinder (fixes #847)
Show description for 2c3cbd7
sebastinas
committed
2c3cbd7
View commit details
Copy full SHA for 2c3cbd7
View code at this point
Browse repository at this point
Store list of device ids and inodes
Show description for ee9b825
sebastinas
committed
ee9b825
View commit details
Copy full SHA for ee9b825
View code at this point
Browse repository at this point
Handle OSError again when iterating directories
sebastinas
committed
a82623e
View commit details
Copy full SHA for a82623e
View code at this point
Browse repository at this point
Commits on Jan 2, 2021
Use pathlib instead of low-level os module
sebastinas
committed
79ff921
View commit details
Copy full SHA for 79ff921
View code at this point
Browse repository at this point
Commits on Dec 30, 2020
Make importcompletion skiplist configurable (fixes #849)
sebastinas
committed
cf5763e
View commit details
Copy full SHA for cf5763e
View code at this point
Browse repository at this point
Remove global state of bpython.importcompletion
Show description for ec79bd8
sebastinas
committed
ec79bd8
View commit details
Copy full SHA for ec79bd8
View code at this point
Browse repository at this point
Commits on Dec 10, 2020
Blacklist more folders for import completion (fixes #866)
sebastinas
committed
8d91453
View commit details
Copy full SHA for 8d91453
View code at this point
Browse repository at this point
Commits on Oct 27, 2020
Remove more unused imports
sebastinas
committed
dee4d23
View commit details
Copy full SHA for dee4d23
View code at this point
Browse repository at this point
Commits on Oct 13, 2020
Catch and raise OSError
sebastinas
committed
3cfda64
View commit details
Copy full SHA for 3cfda64
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 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
Fix check when matching modules
Show description for 4e382a8
sebastinas
committed
4e382a8
View commit details
Copy full SHA for 4e382a8
View code at this point
Browse repository at this point
Commits on Sep 6, 2020
Implement a non-configurable skiplist for import completion (fixes #845)
sebastinas
committed
f51c5e6
View commit details
Copy full SHA for f51c5e6
View code at this point
Browse repository at this point
Commits on Jul 22, 2020
Prevent symbolic link loops in import completion
Show description for b2111bd
etiennerichart
authored
b2111bd
View commit details
Copy full SHA for b2111bd
View code at this point
Browse repository at this point
Commits on Jan 29, 2020
Use importlib for Python 3 (fixes #791)
sebastinas
committed
1a674f0
View commit details
Copy full SHA for 1a674f0
View code at this point
Browse repository at this point
Immediately close file object
sebastinas
committed
e9651ae
View commit details
Copy full SHA for e9651ae
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 Oct 3, 2019
Remove unused imports
sebastinas
committed
d711735
View commit details
Copy full SHA for d711735
View code at this point
Browse repository at this point
Commits on May 20, 2018
Fix PEP8 issues
sebastinas
committed
c85c4e7
View commit details
Copy full SHA for c85c4e7
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL