FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for bpython/importcompletion.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
importcompletion.py
on
master
User selector
Datepicker
Commit history
Commits on Feb 18, 2015
import completion returns unicode
thomasballinger
committed
3f6eb09
View commit details
Copy full SHA for 3f6eb09
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 4, 2015
Use next(iterator)
Show description for 88bd390
sebastinas
committed
88bd390
View commit details
Copy full SHA for 88bd390
View code at this point
Browse repository at this point
Use six.moves.filter
Show description for 1d5f2e9
sebastinas
committed
1d5f2e9
View commit details
Copy full SHA for 1d5f2e9
View code at this point
Browse repository at this point
Unbreak 2to3
Show description for b642758
sebastinas
committed
b642758
View commit details
Copy full SHA for b642758
View code at this point
Browse repository at this point
Python 3 compatible ifilter
sebastinas
committed
2afe1d0
View commit details
Copy full SHA for 2afe1d0
View code at this point
Browse repository at this point
Commits on Jan 29, 2015
Make pep8 happy
Show description for 26c147d
sebastinas
committed
26c147d
View commit details
Copy full SHA for 26c147d
View code at this point
Browse repository at this point
Commits on Jan 26, 2015
Remove obsolete workarounds
Show description for 327b4c9
sebastinas
committed
327b4c9
View commit details
Copy full SHA for 327b4c9
View code at this point
Browse repository at this point
Commits on Jan 21, 2015
Decode module names in attr_matches (fixes #453)
Show description for 672bf78
sebastinas
committed
672bf78
View commit details
Copy full SHA for 672bf78
View code at this point
Browse repository at this point
Use sets in bpython.importcompletion
Show description for a194976
sebastinas
committed
a194976
View commit details
Copy full SHA for a194976
View code at this point
Browse repository at this point
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
Previous
Next
Back
|
FazBrowse Home
|
New Git URL