FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for bpython/importcompletion.py - susinmotion/bpython · GitHub
susinmotion
/
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
importcompletion.py
on
master
User selector
Datepicker
Commit history
Commits on Aug 9, 2014
import completion uses less local functions (more testable!)
thomasballinger
committed
b58db29
View commit details
Copy full SHA for b58db29
View code at this point
Browse repository at this point
Commits on Jul 19, 2014
Merge branch 'completion-cleanup'
Show description for 4e8c46a
thomasballinger
committed
4e8c46a
View commit details
Copy full SHA for 4e8c46a
View code at this point
Browse repository at this point
Commits on Jul 6, 2014
importcompletion.complete rewrite, simple tests passing
Show description for 82c3f1e
thomasballinger
committed
82c3f1e
View commit details
Copy full SHA for 82c3f1e
View code at this point
Browse repository at this point
Commits on Jul 4, 2014
Alternate code path for deprectated imp functions in Python 3.3
Show description for e0f7f2c
thomasballinger
committed
e0f7f2c
View commit details
Copy full SHA for e0f7f2c
View code at this point
Browse repository at this point
Commits on Mar 27, 2014
Added comment with more naive method we may need soon
thomasballinger
committed
cdaf903
View commit details
Copy full SHA for cdaf903
View code at this point
Browse repository at this point
Search for import completion modules in idle generator
Show description for 4442a75
thomasballinger
committed
4442a75
View commit details
Copy full SHA for 4442a75
View code at this point
Browse repository at this point
Commits on Mar 24, 2014
Fix #263 by returning no import completion results unless modules are fully loaded
amygdalama
committed
04a14d7
View commit details
Copy full SHA for 04a14d7
View code at this point
Browse repository at this point
Commits on Mar 2, 2013
Ignore IOError raised by ``imp.find_module``. Fixes #237.
Trundle
committed
7011ccc
View commit details
Copy full SHA for 7011ccc
View code at this point
Browse repository at this point
Commits on Sep 29, 2012
Introduced bpython._py3compat: Defines some useful attributes.
Trundle
committed
dff9dd7
View commit details
Copy full SHA for dff9dd7
View code at this point
Browse repository at this point
Commits on Nov 16, 2011
Use imp to get the suffix that should be dropped (Closes: #204).
Show description for 6e75552
Sebastian Ramacher
committed
6e75552
View commit details
Copy full SHA for 6e75552
View code at this point
Browse repository at this point
Commits on Aug 9, 2011
Set the correct year for all copyrights and the -V flag
ikanobori
committed
deb4836
View commit details
Copy full SHA for deb4836
View code at this point
Browse repository at this point
Commits on Aug 8, 2011
Don't crash on non-readable python path.
Show description for d3192e5
Trundle
committed
d3192e5
View commit details
Copy full SHA for d3192e5
View code at this point
Browse repository at this point
Commits on Apr 20, 2011
Workaround for issue #166.
Show description for c879bc6
Trundle
committed
c879bc6
View commit details
Copy full SHA for c879bc6
View code at this point
Browse repository at this point
Commits on Mar 11, 2011
Second attempt at making b0efd741dfd7 compatible with Python 2.5.
Trundle
committed
b448047
View commit details
Copy full SHA for b448047
View code at this point
Browse repository at this point
with taken from the future (2.5 compatibility)
ambv
committed
5c0b03f
View commit details
Copy full SHA for 5c0b03f
View code at this point
Browse repository at this point
Fix for spurious ImportWarnings when python is invoked with -Wd
Łukasz Langa
committed
5a5c309
View commit details
Copy full SHA for 5a5c309
View code at this point
Browse repository at this point
Commits on Aug 27, 2010
Deal with non-ascii filenames in import completion.
Show description for 2d06f66
Trundle
committed
2d06f66
View commit details
Copy full SHA for 2d06f66
View code at this point
Browse repository at this point
Commits on May 1, 2010
Use the right name in import completion; fixes detection of local modules.
Trundle
committed
737250a
View commit details
Copy full SHA for 737250a
View code at this point
Browse repository at this point
Commits on Mar 29, 2010
REPOFIX: Revert to before bpdb branch
ikanobori
committed
634b9a0
View commit details
Copy full SHA for 634b9a0
View code at this point
Browse repository at this point
Commits on Jan 12, 2010
Updated copyrights
ikanobori
committed
eadda42
View commit details
Copy full SHA for eadda42
View code at this point
Browse repository at this point
Commits on Oct 27, 2009
PEP-8 conformance
ikanobori
committed
2c906bf
View commit details
Copy full SHA for 2c906bf
View code at this point
Browse repository at this point
Commits on Oct 10, 2009
Catch SyntaxError in import completion.
Trundle
committed
33a22a7
View commit details
Copy full SHA for 33a22a7
View code at this point
Browse repository at this point
Commits on Oct 9, 2009
< bob_f> "The dawn of a new era !"
Show description for 597ef02
Trundle
committed
597ef02
View commit details
Copy full SHA for 597ef02
View code at this point
Browse repository at this point
Commits on Jun 18, 2009
fix Trundle and bobf being silly and writing code backwards (or drunk, in
Show description for 1da00a1
bobf
committed
1da00a1
View commit details
Copy full SHA for 1da00a1
View code at this point
Browse repository at this point
Commits on Jun 17, 2009
fix bizarre edge case where import completion would crash if "cw" argument was
Show description for 9a9b7f5
bobf
committed
9a9b7f5
View commit details
Copy full SHA for 9a9b7f5
View code at this point
Browse repository at this point
Commits on Jun 5, 2009
make import completion coroutine tell the idle function when it is still
Show description for 5550217
bobf
committed
5550217
View commit details
Copy full SHA for 5550217
View code at this point
Browse repository at this point
make import completion not fall back to regular completion on no matches
bobf
committed
5bece9d
View commit details
Copy full SHA for 5bece9d
View code at this point
Browse repository at this point
make import completion list building coroutine use smaller chunks
bobf
committed
474e627
View commit details
Copy full SHA for 474e627
View code at this point
Browse repository at this point
Commits on May 31, 2009
module completion loading is now done in the background on startup
bob
committed
db89938
View commit details
Copy full SHA for db89938
View code at this point
Browse repository at this point
Commits on May 30, 2009
fixed "from ..." import completion
Trundle
committed
399692f
View commit details
Copy full SHA for 399692f
View code at this point
Browse repository at this point
added import completion
Trundle
committed
7f9a9b2
View commit details
Copy full SHA for 7f9a9b2
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL