Dave Halter
|
9431d89797
|
Imports cleanup.
|
2014-12-15 16:07:43 +01:00 |
|
Dave Halter
|
4af51a9516
|
Removing legacy code from evaluate/representation.
|
2014-12-15 16:02:19 +01:00 |
|
Dave Halter
|
b03330c5d7
|
Updating the docs of evaluate/__init__.
|
2014-12-15 16:00:16 +01:00 |
|
Dave Halter
|
5f892d62a6
|
Delete legacy code from evaluate.
|
2014-12-15 15:34:15 +01:00 |
|
Dave Halter
|
f2d35c3ff1
|
Reenable star import caching.
|
2014-12-15 15:19:22 +01:00 |
|
Dave Halter
|
24cfa62c8a
|
documentation
|
2014-12-15 15:10:44 +01:00 |
|
Dave Halter
|
f0c6e5709c
|
Some temporary args/kwargs related changes to static analysis.
|
2014-12-15 14:58:16 +01:00 |
|
Dave Halter
|
4a8bbd9583
|
Restructure dynamic param search, so that it can be cached better.
|
2014-12-15 13:39:53 +01:00 |
|
Dave Halter
|
70e80a5d1c
|
star argument bug fixes.
|
2014-12-13 08:37:20 +01:00 |
|
Dave Halter
|
7d9f85c762
|
invalid star star arguments.
|
2014-12-13 08:34:03 +01:00 |
|
Dave Halter
|
ddd4d675f6
|
star args improvements
|
2014-12-13 08:17:38 +01:00 |
|
Dave Halter
|
1b48f6fbce
|
Fix static analysis' argument tests.
|
2014-12-13 07:33:03 +01:00 |
|
Dave Halter
|
a4c454c103
|
Fix for unwanted NameError exception in static analysis with named params.
|
2014-12-12 14:52:34 +01:00 |
|
Dave Halter
|
a762e0bcec
|
Fix a potential issue with star args.
|
2014-12-12 14:30:42 +01:00 |
|
Dave Halter
|
e8cc8f0a83
|
Get hasattr checks completely working
|
2014-12-12 02:34:25 +01:00 |
|
Dave Halter
|
8eaa008b5f
|
Fix try/except checks in static analysis.
|
2014-12-12 02:26:16 +01:00 |
|
Dave Halter
|
c3106c10ef
|
Fix flow's AttributeError detection.
|
2014-12-11 19:26:49 +01:00 |
|
Dave Halter
|
d11ea73ef4
|
Re-enable AttributeError/NameError detection for more complicated occurances than just statements.
|
2014-12-11 19:18:00 +01:00 |
|
Dave Halter
|
77fdbac234
|
static analysis: Import tests working again.
|
2014-12-11 16:25:18 +01:00 |
|
Dave Halter
|
6818d3affa
|
Implement Import.is_nested method.
|
2014-12-11 16:17:07 +01:00 |
|
Dave Halter
|
6406bfb3c2
|
First static analysis test working.
|
2014-12-11 15:42:16 +01:00 |
|
Dave Halter
|
6afc5ccca5
|
Few docstring fixes.
|
2014-12-11 15:32:45 +01:00 |
|
Dave Halter
|
003d1249c5
|
empty import statement completion.
|
2014-12-11 15:24:19 +01:00 |
|
Dave Halter
|
bf8645d615
|
namedtuple fix
|
2014-12-11 13:08:09 +01:00 |
|
Dave Halter
|
d6b2a64343
|
Some small import completion fixes.
|
2014-12-11 13:00:57 +01:00 |
|
Dave Halter
|
c4c3ef5a21
|
goto_definition on a name definition (statement) should land on the statement.
|
2014-12-11 12:48:23 +01:00 |
|
Dave Halter
|
d8067a7286
|
Small test corrections.
|
2014-12-11 04:44:27 +01:00 |
|
Dave Halter
|
2dd8ed2270
|
Fix interpreter stuff, fix slicing with CompiledObject and a few other things.
|
2014-12-11 04:24:50 +01:00 |
|
Dave Halter
|
4aac363413
|
Some changes to the interpreter completions.
|
2014-12-11 03:49:05 +01:00 |
|
Dave Halter
|
220610bbf4
|
Importer now handles follow rest as well.
|
2014-12-11 02:28:55 +01:00 |
|
Dave Halter
|
48d2e99e55
|
os.path handling.
|
2014-12-11 01:49:59 +01:00 |
|
Dave Halter
|
ef0958a43c
|
Temporarily change the behavior of a defined names test. Hard to say how we really want it to behave.
|
2014-12-11 00:44:31 +01:00 |
|
Dave Halter
|
d0ade9b2e9
|
Set a new version number: 0.9.0-alpha0.
|
2014-12-11 00:42:34 +01:00 |
|
Dave Halter
|
bb7bbf51ec
|
Deprecate jedi.defined_names in favor of jedi.names.
|
2014-12-11 00:41:36 +01:00 |
|
Dave Halter
|
243fb8ef34
|
Small import fix.
|
2014-12-11 00:14:03 +01:00 |
|
Dave Halter
|
23417f0288
|
Fix docstrings in fake/skeleton objects.
|
2014-12-11 00:05:49 +01:00 |
|
Dave Halter
|
95620accdb
|
Fix tests for namespace packages.
|
2014-12-10 19:19:13 +01:00 |
|
Dave Halter
|
897c4cded6
|
Fix issues with sys.path modifications that directly assign the sys.path or use the slicing notation.
|
2014-12-10 19:18:53 +01:00 |
|
Dave Halter
|
5af665abd8
|
Dynamic array checking in combination with FakeSequences might have caused an exception.
|
2014-12-10 11:42:02 +01:00 |
|
Dave Halter
|
4bef8895a0
|
Fix dynamic arrays: They work in instances, now.
|
2014-12-10 11:34:11 +01:00 |
|
Dave Halter
|
d4dfcfe321
|
NameFinder refactoring to make it possible to cache names_to_types.
|
2014-12-10 11:23:12 +01:00 |
|
Dave Halter
|
2536dede28
|
Check for recursions in dynamic arrays.
|
2014-12-10 02:02:55 +01:00 |
|
Dave Halter
|
e429144979
|
Fix some stuff list.append stuff combined with functions executions.
|
2014-12-10 01:58:04 +01:00 |
|
Dave Halter
|
5ed914ea21
|
dynamic array improvements.
|
2014-12-08 20:18:33 +01:00 |
|
Dave Halter
|
1c44336d60
|
First array addition working.
|
2014-12-08 18:25:38 +01:00 |
|
Dave Halter
|
4c3584ed3c
|
Removed the dynamic_arrays_for_instances setting, because it's a subset of dynamic_array_additions, which is more concise.
|
2014-12-08 16:36:37 +01:00 |
|
Dave Halter
|
936a3c9dfe
|
Small cleanup: Removed a few print statements.
|
2014-12-08 16:03:23 +01:00 |
|
Dave Halter
|
51d309b0a8
|
Moved keyword completion around to get it working in all cases.
|
2014-12-08 15:52:05 +01:00 |
|
Dave Halter
|
94ea2c1096
|
Issues with argument clinic parser.
|
2014-12-08 15:45:40 +01:00 |
|
Dave Halter
|
01b9361b33
|
Reenable keyword completion.
|
2014-12-08 15:14:27 +01:00 |
|