Dima Gerasimov
|
ceb5509170
|
Include function return type annotation in docstring if it is present
|
2018-04-23 21:20:21 +02:00 |
|
Dave Halter
|
d986c44b94
|
Merge with master
The deprecation of Python2.6 and the insertion of environments made it quite difficult to merge.
|
2018-01-20 19:32:59 +01:00 |
|
Hugo
|
8cf708d0d4
|
Remove redundant parentheses
|
2018-01-07 10:40:06 +02:00 |
|
Dave Halter
|
2493e6ea16
|
Migrate parso integration to script fixture
|
2017-12-29 18:47:13 +01:00 |
|
Dave Halter
|
8003d30b06
|
Fix the Python 2.7 tests
|
2017-12-11 21:39:30 +01:00 |
|
Dave Halter
|
b196c6849b
|
Don't try to pickle ellipsis
|
2017-12-11 20:55:34 +01:00 |
|
Dave Halter
|
e71f0062dd
|
Get a lot of tests passing
|
2017-11-26 17:48:00 +01:00 |
|
Dave Halter
|
882f8029ea
|
Use split_lines and python_bytes_to_unicode directly.
|
2017-09-03 18:38:00 +02:00 |
|
Dave Halter
|
13a0d63091
|
Add Python 2 compatibility.
|
2017-08-12 23:15:16 +02:00 |
|
Dave Halter
|
7e4504efbd
|
Fix ellipsis issues of python2.
|
2017-07-16 20:07:49 +02:00 |
|
Dave Halter
|
2fcd2f8f89
|
Fix some more stuff because of newer parso changes.
|
2017-07-14 18:21:52 +02:00 |
|
Dave Halter
|
e0485b032e
|
Fix some stuff to make parso work again.
|
2017-06-02 00:00:31 +02:00 |
|
Dave Halter
|
7173559182
|
Move a test to parso.
|
2017-05-24 00:41:55 -04:00 |
|
Dave Halter
|
cd8932fbfc
|
Add a latest grammar to the evaluator and use it to avoid importing from parso import parse.
|
2017-05-24 00:37:36 -04:00 |
|
Dave Halter
|
c7984c0710
|
Add a requirements.txt.
Also use it within setup.py. It doesn't seem possible to define dependencies for tox with install_requires.
|
2017-05-20 17:22:34 -04:00 |
|
Dave Halter
|
9bca3d39f5
|
Actually use parso now instead of Jedi.
|
2017-05-19 14:20:14 -04:00 |
|
Dave Halter
|
3c57f781dd
|
Move another few tests.
|
2017-05-15 15:18:42 -04:00 |
|
Dave Halter
|
f4548d127c
|
Some simplifications for the parsers.
|
2017-05-15 15:02:45 -04:00 |
|
Dave Halter
|
882ddbf8ac
|
Move some more parser tests.
|
2017-05-15 15:00:34 -04:00 |
|
Dave Halter
|
6848762f7c
|
Move some more tests.
|
2017-05-15 14:51:25 -04:00 |
|
Dave Halter
|
f8b5aab6f4
|
Move some parser tests.
|
2017-05-15 13:57:26 -04:00 |
|