Dave Halter
|
7ecaf19b59
|
Fix _remove_last_newline. Fixes #863.
|
2017-04-02 21:29:48 +02:00 |
|
Dave Halter
|
a6829ca546
|
Use the cache variables in more straight forward fashion.
|
2017-03-31 23:10:39 +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
|
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
|
b60ec024fa
|
Remove start_parsing completely from the Parsers.
|
2017-03-26 12:52:37 +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
|
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
|
aaf6c61e69
|
Make remove_last_newline private.
|
2017-03-18 03:07:01 +01:00 |
|
Dave Halter
|
06702d2a40
|
Move the python parser.
|
2017-03-16 08:40:19 +01:00 |
|
Dave Halter
|
93f14157a6
|
Cleanup the ParseError stuff.
|
2017-03-15 18:41:58 +01:00 |
|
Dave Halter
|
68a7365a0a
|
A few docstring improvements.
|
2017-03-14 21:03:03 +01:00 |
|
Dave Halter
|
717bfeb574
|
Remove an occurance of the complicated parser creation.
|
2017-03-14 19:27:03 +01:00 |
|
Dave Halter
|
97fc3bc23c
|
Refactored the parser calls. Now it's possible to use jedi.parser.python.parse to quickly parse something.
|
2017-03-14 00:38:58 +01:00 |
|
Dave Halter
|
9b5e6d16da
|
Improved grammar loading API.
|
2017-03-13 20:33:29 +01:00 |
|
Dave Halter
|
595ffc24d4
|
Move some more stuff to a python directory in the parser.
|
2017-03-13 00:54:39 +01:00 |
|