Dave Halter
|
0dec1a4003
|
Another review suggestion
|
2020-07-26 13:16:41 +02:00 |
|
Dave Halter
|
ea6b01b968
|
Use pathlib.Path instead of strings
|
2020-07-26 01:19:41 +02:00 |
|
Dave Halter
|
dcc756a373
|
Remove object inheritance
|
2020-07-25 18:20:56 +02:00 |
|
Dave Halter
|
b5e2e67a4d
|
Remove support for parsing Python 2
|
2020-07-24 14:48:02 +02:00 |
|
Jocelyn Boullier
|
88874a5a9f
|
Fix #139: newlines in async for comprehension
|
2020-06-29 18:40:55 +02:00 |
|
Batuhan Taskaya
|
345374d040
|
Allow 'any' expression on decorators, PEP 614
|
2020-05-22 10:17:17 +02:00 |
|
Dave Halter
|
8e95820d78
|
Don't show logs in pytest, because they already appear by default
|
2020-03-23 23:53:23 +01:00 |
|
Dave Halter
|
95f353a15f
|
Merge branch 'rm-2.6' of https://github.com/hugovk/parso
|
2020-01-05 23:50:20 +01:00 |
|
yangyang
|
b90e5cd758
|
fixed #86 and #87
|
2019-12-05 19:22:58 +08:00 |
|
Hugo
|
d3383b6c41
|
Fix string/tuple concatenation
|
2019-08-08 16:49:42 +03:00 |
|
Hugo
|
0341f69691
|
Drop support for EOL Python 3.3
|
2019-08-08 14:57:13 +03:00 |
|
Hugo
|
f6bdba65c0
|
Drop support for EOL Python 2.6
|
2019-08-08 14:56:27 +03:00 |
|
Dave Halter
|
a7aa23a7f0
|
Parse named expressions
|
2019-06-02 23:34:37 +02:00 |
|
Dave Halter
|
ef56debb78
|
Fix f-string escapes, fixes #48
The tokenizer was not detecting backslash escapes for f-string endings properly
|
2019-01-22 22:20:32 +01:00 |
|
Dave Halter
|
a5f565ae10
|
Python 3.7 should be tested as well
|
2017-11-05 12:18:28 +01:00 |
|
Dave Halter
|
90edb2d0cf
|
Move the iter_errors and normalizer methods to grammar.py.
|
2017-08-06 15:32:50 +02:00 |
|
Dave Halter
|
d6c624bd34
|
Finally fix Python 2.6.
Also added a syntax for 2.6. There are some thing that just don't work in 2.6.
|
2017-07-31 21:33:59 +02:00 |
|
Dave Halter
|
5fbbb225dd
|
Refactor a bit for Python 2.
|
2017-07-31 10:27:57 +02:00 |
|
Dave Halter
|
d76eee2a96
|
Add 'named arguments must follow bare *' issue and a few conftest tweaks.
|
2017-07-22 19:00:35 +02:00 |
|
Dave Halter
|
58fbd61898
|
Small refactoring.
|
2017-07-22 17:32:31 +02:00 |
|
Dave Halter
|
1ed3cac7c0
|
Move some things around to allow checking for different versions.
|
2017-07-22 15:47:04 +02:00 |
|
Dave Halter
|
abc4852bd4
|
Write an abstraction to test if source code is valid for a certain python version or not.
|
2017-07-12 18:58:43 +02:00 |
|
Dave Halter
|
75d41c09cd
|
Trying to run more tests in all versions against all versions.
|
2017-07-12 09:37:47 +02:00 |
|
Dave Halter
|
679851dbf1
|
Make it possible to use certain python versions according to the file name of a normalizer issue file.
|
2017-07-10 23:50:17 +02:00 |
|
Dave Halter
|
660bbe1971
|
Trying to add a testsuite in pytest for the tests of pydocstyle.
|
2017-06-04 21:10:57 +02:00 |
|
Dave Halter
|
b1b165c21e
|
Actually pass the tests again with removed remove_last_newline.
|
2017-06-01 18:29:52 +02:00 |
|
Dave Halter
|
57c0441c74
|
Whitespace.
|
2017-05-17 19:19:06 -04:00 |
|
Dave Halter
|
6dd466a8d5
|
Update the pytest dependency to the latest install.
|
2017-05-17 19:17:30 -04:00 |
|
Dave Halter
|
2beec09d77
|
Currently modifying the cache for parso doctests is not needed. So just remove it.
|
2017-05-17 19:12:20 -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
|
539ab41186
|
Try to modify conftest to use the right caching directory.
|
2017-05-15 11:34:48 -04:00 |
|
Dave Halter
|
be782a0141
|
Trying to make the cache path configurable as a parameter.
|
2017-05-15 11:12:28 -04:00 |
|
Dave Halter
|
68cc2a9354
|
Remove some Jedi occurances.
|
2017-05-11 07:43:03 -04:00 |
|
Dave Halter
|
7f480af7bf
|
Add the conftest file of Jedi. It will need some changes, but it shows what we will need to implement.
|
2017-05-08 20:08:08 +02:00 |
|