Dave Halter
|
a0b65b52c6
|
used_names -> get_used_names().
|
2017-04-12 08:56:11 +02:00 |
|
Dave Halter
|
b0ac07228b
|
Restructure/Refactor has_absolute_import a bit.
|
2017-04-12 08:47:30 +02:00 |
|
Dave Halter
|
c056105502
|
get_except_clauses -> get_except_clause_tests
|
2017-04-12 08:40:27 +02:00 |
|
Dave Halter
|
7e560bffe8
|
Move in_which_test_node -> get_corresponding_test_node.
|
2017-04-12 08:35:48 +02:00 |
|
Dave Halter
|
6190a65f23
|
The Lambda type should be lambdef, not lambda. Use the grammar types.
|
2017-04-11 18:28:25 +02:00 |
|
Dave Halter
|
afa6427861
|
Fix the remaining lambda issue.
|
2017-04-11 18:18:31 +02:00 |
|
Dave Halter
|
5cd26615e8
|
Removed the name attribute from lambda. It doesn't exist so don't fake it.
|
2017-04-11 18:10:35 +02:00 |
|
Dave Halter
|
e675715357
|
Rename a few IfStmt methods.
|
2017-04-10 22:46:06 +02:00 |
|
Dave Halter
|
797953df39
|
More Flow cleanups.
|
2017-04-10 10:05:21 +02:00 |
|
Dave Halter
|
218e715553
|
Make the some names more concise in the parser tree.
|
2017-04-10 09:44:08 +02:00 |
|
Dave Halter
|
769cc80d6b
|
Cleanup with_stmt.
|
2017-04-09 21:20:33 +02:00 |
|
Dave Halter
|
f855c2bb70
|
More parser tree simplifications.
|
2017-04-09 13:24:17 +02:00 |
|
Dave Halter
|
ff82763e6b
|
get_annotation -> annotation (property).
|
2017-04-08 15:29:29 +02:00 |
|
Dave Halter
|
545cb26f78
|
stars -> star_count.
|
2017-04-08 15:26:57 +02:00 |
|
Dave Halter
|
1625834f81
|
Move get_comp_fors out of the parser.
|
2017-04-08 14:16:00 +02:00 |
|
Dave Halter
|
65a6c61dc6
|
Remove nodes_to_execute in favor of a function in parser_utils.
|
2017-04-08 12:59:49 +02:00 |
|
Dave Halter
|
d41e036427
|
Keyword-only arguments were not usable. Fixes #883 and #856.
|
2017-04-03 18:18:21 +02:00 |
|
Dave Halter
|
9f1dda04c0
|
Remove print statements that are not needed.
|
2017-04-02 21:43:30 +02:00 |
|
Dave Halter
|
7ecaf19b59
|
Fix _remove_last_newline. Fixes #863.
|
2017-04-02 21:29:48 +02:00 |
|
Dave Halter
|
4cc467123c
|
Use PythonNode and not Node in the evaluator.
|
2017-04-01 17:39:52 +02:00 |
|
Dave Halter
|
281d6a87a0
|
Remove a few print statements.
|
2017-04-01 12:43:57 +02:00 |
|
Dave Halter
|
a6829ca546
|
Use the cache variables in more straight forward fashion.
|
2017-03-31 23:10:39 +02:00 |
|
Dave Halter
|
b708b7f07d
|
Remove other crap code in the diff parser.
|
2017-03-31 21:48:30 +02:00 |
|
Dave Halter
|
b15aa197fd
|
Remove CachedFastPaser, not needed anymore.
|
2017-03-31 21:46:57 +02:00 |
|
Dave Halter
|
1bb0c89f46
|
Remove source parameter from parser.
|
2017-03-31 21:44:43 +02:00 |
|
Dave Halter
|
d2d165267d
|
Remove unused get_root_node on the parser.
|
2017-03-31 21:41:36 +02:00 |
|
Dave Halter
|
35fd1c70bd
|
Rename parser.utils to parser.cache.
|
2017-03-30 01:57:48 +02:00 |
|
Dave Halter
|
8059c3c2c8
|
Save a module instead of a parser when pickling.
|
2017-03-30 00:55:04 +02:00 |
|
Dave Halter
|
ee47be0140
|
Merge Parser and ParserWithRecovery.
|
2017-03-28 02:08:16 +02:00 |
|
Dave Halter
|
1d0796ac07
|
Remove a usage of the old module path.
|
2017-03-28 01:43:40 +02:00 |
|
Dave Halter
|
6a9c2f8795
|
Start using ContextualizedNode for py__iter__.
|
2017-03-28 01:34:07 +02:00 |
|
Dave Halter
|
8a35a04439
|
Remove the module path from the parser tree.
Some static analysis tests are still failing.
|
2017-03-27 18:13:32 +02:00 |
|
Dave Halter
|
b60ec024fa
|
Remove start_parsing completely from the Parsers.
|
2017-03-26 12:52:37 +02:00 |
|
Dave Halter
|
63cafeaa87
|
Remove all usages of start_parsing=True in the fast parser.
|
2017-03-26 12:49:40 +02:00 |
|
Dave Halter
|
aff0cbd68c
|
Remove the last usage of save/load_parser in jedi.
|
2017-03-26 01:48:45 +01:00 |
|
Dave Halter
|
fb8ffde32e
|
Fix an issue in the parse call.
|
2017-03-26 01:26:01 +01:00 |
|
Dave Halter
|
7874026ee5
|
A lot of work toward a better diff parser API.
|
2017-03-25 01:51:03 +01:00 |
|
Dave Halter
|
ac0d0869c9
|
Start using the parse function for caching as well.
|
2017-03-24 01:52:55 +01:00 |
|
Dave Halter
|
6fef385774
|
Clean the path in pickling.
|
2017-03-23 08:52:25 +01:00 |
|
Dave Halter
|
26cce4d078
|
Add the grammar as an argument to saving the parser.
This makes collisions of different grammars when loading from the cache impossible.
|
2017-03-22 18:32:49 +01:00 |
|
Dave Halter
|
c41bee4253
|
Trying to ideas to reshape the diff parser APIs.
|
2017-03-22 09:38:06 +01:00 |
|
Dave Halter
|
3a2811fbe8
|
Move the diff parser.
|
2017-03-21 22:03:58 +01:00 |
|
Dave Halter
|
c6811675b6
|
Rename ast_mapping to node_map.
|
2017-03-20 08:55:18 +01:00 |
|
Dave Halter
|
2d7fd30111
|
Remove _remove_last_newline from the parser.
|
2017-03-20 08:49:30 +01:00 |
|
Dave Halter
|
9dedb9ff68
|
Don't start parsing in our own API.
|
2017-03-20 08:44:52 +01:00 |
|
Dave Halter
|
689af9fc4e
|
Remove tokens initialization parameter from the parser api.
|
2017-03-20 08:34:07 +01:00 |
|
Dave Halter
|
42e8861798
|
Simplify the parse method.
|
2017-03-19 22:15:01 +01:00 |
|
Dave Halter
|
b4af42ddb3
|
Some minor parser changes to get ready for bigger stuff.
|
2017-03-19 21:30:41 +01:00 |
|
Dave Halter
|
3163f4d821
|
Trying to start moving more stuff to the BaseParser.
|
2017-03-19 21:06:51 +01:00 |
|
Dave Halter
|
dad40597c5
|
Start moving stuff to the parser.
|
2017-03-18 15:01:34 +01:00 |
|