Dave Halter
|
7abdbb563c
|
Fix list comprehensions
|
2015-01-06 00:24:11 +01:00 |
|
Dave Halter
|
54fcf7af9d
|
Fix goto.
|
2015-01-05 23:55:38 +01:00 |
|
Dave Halter
|
65b33013e5
|
Few small issues.
|
2015-01-05 23:31:32 +01:00 |
|
Dave Halter
|
9cd8fabf2c
|
Fix issues with generators.
|
2015-01-05 19:11:09 +01:00 |
|
Dave Halter
|
1d2704fb68
|
Descriptors work with names_dicts now.
|
2015-01-03 11:07:38 +01:00 |
|
Dave Halter
|
36819b3241
|
Filtering private variables seems to be working now at least in the evaluation engine.
|
2015-01-02 01:50:14 +01:00 |
|
Dave Halter
|
8157dd2da8
|
Fix most instance related issues.
|
2015-01-02 01:12:14 +01:00 |
|
Dave Halter
|
0478ff907f
|
names_dicts for instances.
|
2015-01-02 00:19:07 +01:00 |
|
Dave Halter
|
9de4a5479c
|
Start using names_dicts instead of scope_names_generator.
|
2015-01-01 23:27:03 +01:00 |
|
Dave Halter
|
ed3cf5577e
|
Compiled objects should also have a names_dict.
|
2014-12-26 12:49:40 +01:00 |
|
Dave Halter
|
bfaef9815c
|
Remove _gen_param_name_copy, because it's not useful anymore.
|
2014-12-19 12:51:56 +01:00 |
|
Dave Halter
|
e22aed9ef4
|
Restructure ExecutedParam so that it works better with generated instances.
|
2014-12-19 12:42:09 +01:00 |
|
Dave Halter
|
4a08335fd8
|
Simplify ExecutedParam.
|
2014-12-19 01:21:00 +01:00 |
|
Dave Halter
|
b802e97c18
|
Delete legacy code from params.
|
2014-12-19 01:11:14 +01:00 |
|
Dave Halter
|
da582117ac
|
Array.type docstring.
|
2014-12-19 01:07:51 +01:00 |
|
Dave Halter
|
47615ae786
|
Remove pr.Array.type identifiers.
|
2014-12-19 01:05:52 +01:00 |
|
Dave Halter
|
ab9571bccd
|
Remove FakeStatement
|
2014-12-18 03:24:12 +01:00 |
|
Dave Halter
|
64ebfb0644
|
Usages/imports cleanup.
|
2014-12-18 03:22:46 +01:00 |
|
Dave Halter
|
c6315e0b45
|
todo updates.
|
2014-12-17 01:48:32 +01:00 |
|
Dave Halter
|
4897791901
|
Remove old precedence stuff.
|
2014-12-16 18:28:45 +01:00 |
|
Dave Halter
|
5730e5add0
|
parser tree docstring updates.
|
2014-12-16 18:10:28 +01:00 |
|
Dave Halter
|
f702a91813
|
iterable cleanup.
|
2014-12-16 17:45:01 +01:00 |
|
Dave Halter
|
580dcb06ff
|
Clean up the dynamic module.
|
2014-12-16 17:39:50 +01:00 |
|
Dave Halter
|
576a1182af
|
Remove legacy code from param. However, this there's still work needed on params.
|
2014-12-16 17:37:20 +01:00 |
|
Dave Halter
|
3d080afd71
|
Cleanup finder.
|
2014-12-16 17:31:28 +01:00 |
|
Dave Halter
|
237f0e526c
|
Cleaning up evaluate.helpers.
|
2014-12-16 17:19:14 +01:00 |
|
Dave Halter
|
e53e211325
|
Python 2 compatibility in fake module.
|
2014-12-16 02:07:20 +01:00 |
|
Dave Halter
|
af303e10c8
|
Statement -> ExprStmt.
|
2014-12-15 16:18:09 +01:00 |
|
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 |
|