Dave Halter
|
f20106d88e
|
Fix a prefix issue with error leafs.
|
2018-04-22 19:28:30 +02:00 |
|
Dave Halter
|
7c7f4f4e54
|
Fix a test
|
2018-04-05 00:45:23 +02:00 |
|
Dave Halter
|
b944fb9145
|
Fix a test around rb/br string literals.
|
2017-09-02 14:09:15 +02:00 |
|
Dave Halter
|
88c3c0567a
|
Rename TokenInfo to PythonToken.
|
2017-08-21 09:33:41 +02:00 |
|
Dave Halter
|
ab027885c7
|
Refactor splitlines -> split_lines.
|
2017-08-15 19:54:21 +02:00 |
|
Dave Halter
|
6876e1b7c0
|
Use ERROR_DEDENT instead of ERRORTOKEN for wrong dedents.
|
2017-07-19 20:15:06 +02:00 |
|
Dave Halter
|
78c371f73a
|
Refactor the version info to use a tuple, always.
|
2017-07-19 09:09:33 +02:00 |
|
Dave Halter
|
e731eecdd8
|
Make the tokenizer version independent.
|
2017-07-11 23:29:44 +02:00 |
|
Dave Halter
|
5b5e4a0616
|
Generate error tokens in the tokenizer if the indentation is dedented wrongly.
|
2017-07-09 10:44:24 +02:00 |
|
Dave Halter
|
c28ec5f182
|
Move tokenize.py and token.py to the python folder.
|
2017-07-09 00:06:14 +02:00 |
|
Dave Halter
|
adc3ec268a
|
Fix a 27 test.
|
2017-05-26 14:14:08 -04:00 |
|
Dave Halter
|
976c5151af
|
Rename source_tokens to tokenize and generate_tokens to tokenize_lines.
|
2017-05-26 12:01:35 -04:00 |
|
Dave Halter
|
f2c257d7dd
|
Move the utility function parse to the __init__ script.
|
2017-05-24 00:08:58 -04:00 |
|
Dave Halter
|
2d8d3cc157
|
Whitespace.
|
2017-05-17 14:16:36 -04:00 |
|
Dave Halter
|
b8005a4908
|
Remove a unittest.TestCase usage and replace it with pytest tests.
|
2017-05-17 14:15:57 -04:00 |
|
Dave Halter
|
a1675dfe2e
|
Change the last few tests to remove jedi completely and now tox -e py35 passes.
|
2017-05-15 15:19:41 -04:00 |
|
Dave Halter
|
206dfd113b
|
Use jedi less in the tests.
|
2017-05-15 13:53:30 -04:00 |
|
Dave Halter
|
7445c303e3
|
A test suite imported from jedi.
|
2017-05-11 09:43:37 -04:00 |
|