Dave Halter
|
6eb6ac0bb2
|
Ignore Python 2 specific code in tests
|
2020-07-25 01:41:33 +02:00 |
|
Dave Halter
|
7c68ba4c45
|
Remove absolute import future import checking
|
2020-07-25 01:33:11 +02:00 |
|
Dave Halter
|
d7ab138864
|
Remove more python 2 specific code
|
2020-07-25 01:31:19 +02:00 |
|
Dave Halter
|
4c09583072
|
Remove Python 2 stuff from errors.py
|
2020-07-25 01:25:38 +02:00 |
|
Dave Halter
|
19f4550ced
|
Use enum instead of our own logic
|
2020-07-24 17:39:49 +02:00 |
|
Dave Halter
|
a0662b3b3b
|
flake8 changes
|
2020-07-24 16:11:06 +02:00 |
|
Dave Halter
|
2962517be0
|
Get rid of the xfails
|
2020-07-24 15:43:41 +02:00 |
|
Dave Halter
|
62b4589293
|
Remove tokenizer support for Python 2
|
2020-07-24 15:39:18 +02:00 |
|
Dave Halter
|
93e74efc01
|
Some whitespace changes
|
2020-07-24 14:50:01 +02:00 |
|
Dave Halter
|
b5e2e67a4d
|
Remove support for parsing Python 2
|
2020-07-24 14:48:02 +02:00 |
|
Dave Halter
|
5ac4bac368
|
Pin the precise 3.8 version
|
2020-07-24 02:29:18 +02:00 |
|
Dave Halter
|
5dd4301235
|
Remove tox
|
2020-07-24 02:25:11 +02:00 |
|
Dave Halter
|
1a99fdd333
|
Don't run older Python versions on travis
|
2020-07-24 02:15:44 +02:00 |
|
Dave Halter
|
9c5fb1ac94
|
Fix the tokenizer
|
2020-07-24 02:14:52 +02:00 |
|
Dave Halter
|
7780cc1c1b
|
Get rid of some Python 2 idiosyncrasies
|
2020-07-24 02:09:04 +02:00 |
|
Dave Halter
|
561f434f39
|
Use yield from where possible
|
2020-07-24 02:01:48 +02:00 |
|
Dave Halter
|
a1829ecc7f
|
Remove the unicode compatibility function
|
2020-07-24 01:51:36 +02:00 |
|
Dave Halter
|
21f782dc34
|
Fix the tests
|
2020-07-24 01:45:31 +02:00 |
|
Dave Halter
|
164489cf97
|
Remove the u function and u literals
|
2020-07-24 01:39:03 +02:00 |
|
Dave Halter
|
020b2861df
|
Remove some weird code
|
2020-07-24 01:33:34 +02:00 |
|
Dave Halter
|
44c0395113
|
Remove use_metaclass, it's no longer used
|
2020-07-24 01:31:52 +02:00 |
|
Dave Halter
|
a2fc850dc9
|
Remove scandir compatibility
|
2020-07-24 01:28:40 +02:00 |
|
Dave Halter
|
be5429c02c
|
Remove utf8_repr from _compatibility.py
|
2020-07-24 01:26:36 +02:00 |
|
Dave Halter
|
736f616787
|
Remove FileNotFoundError and PermissionError from _compatibility.py
|
2020-07-24 01:24:59 +02:00 |
|
Dave Halter
|
b601ade90b
|
Drop Python 2.7, 3.4 and 3.5
|
2020-07-24 01:21:44 +02:00 |
|
Dave Halter
|
3b263f0a0d
|
Fix a failing test
v0.7.1
|
2020-07-24 01:01:23 +02:00 |
|
Dave Halter
|
f52103f236
|
Prepare 0.7.1 release
|
2020-07-24 00:54:07 +02:00 |
|
Dave Halter
|
c53321a440
|
Comprehensions are not valid as class params, fixes #122
|
2020-07-24 00:32:24 +02:00 |
|
Dave Halter
|
d8a70abf19
|
Merge pull request #145 from PeterJCLaw/expose-type-stubs
Let consumers know that we have type annotations
|
2020-07-21 23:42:01 +02:00 |
|
Peter Law
|
c19d7c4e6d
|
Let consumers know that we have type annotations
As well as the type stubs, this includes both the py.typed flag
file (for tools) and the classifier (for people).
|
2020-07-21 22:33:39 +01:00 |
|
Batuhan Taskaya
|
d42c0f1b3b
|
Merge pull request #143 from Carreau/parse-alpha
Parse alpha, beta and rc versions strings.
|
2020-07-01 11:14:40 +03:00 |
|
Matthias Bussonnier
|
40e78ff7e0
|
Parse alpha, beta and rc versions strings.
fixes #142
|
2020-06-30 13:28:09 -07:00 |
|
Batuhan Taskaya
|
c88a2675b0
|
Merge pull request #140 from Kazy/fix-139-async-for-newline
Fix #139: newlines in async for comprehension
|
2020-06-29 20:01:53 +03:00 |
|
Jocelyn Boullier
|
88874a5a9f
|
Fix #139: newlines in async for comprehension
|
2020-06-29 18:40:55 +02:00 |
|
Dave Halter
|
1e4076f9d9
|
Merge pull request #141 from isidentical/f-string-errors
Handle 3.9>= f-string errors
|
2020-06-29 00:03:57 +02:00 |
|
Batuhan Taskaya
|
73796f309d
|
Just raise the f-string error, pass the other
|
2020-06-28 19:53:57 +03:00 |
|
Batuhan Taskaya
|
1cacdf366e
|
Raise custom errors after break tokens
|
2020-06-28 19:48:11 +03:00 |
|
Batuhan Taskaya
|
d352bede13
|
Cover errors that raised by ErrorFinder
|
2020-06-28 19:37:22 +03:00 |
|
Batuhan Taskaya
|
572be783f3
|
Cover invalid syntaxes
|
2020-06-28 18:41:18 +03:00 |
|
Batuhan Taskaya
|
31171d7ae6
|
Handle 3.9>= f-string errors
|
2020-06-28 18:04:42 +03:00 |
|
Dave Halter
|
7e0586b0b9
|
Add a PyPI downloads badge
|
2020-06-27 15:18:27 +02:00 |
|
Dave Halter
|
cc347b1d3b
|
Merge pull request #137 from isidentical/cannot-delete-starred
Update starred deletion messages for 3.9+
|
2020-06-22 00:15:01 +02:00 |
|
Batuhan Taskaya
|
841a5d96b3
|
Update starred deletion messages for 3.9+
|
2020-06-21 19:47:18 +03:00 |
|
Dave Halter
|
d68b4e0cab
|
Use Python 3 in deployment script
|
2020-06-20 01:21:35 +02:00 |
|
Dave Halter
|
d55b4f08dc
|
Merge pull request #136 from davidhalter/permission_errors
Ignore permission errors when saving to cache
|
2020-06-19 20:27:59 +02:00 |
|
Dave Halter
|
58790c119e
|
Fix issues of #136
|
2020-06-19 20:20:00 +02:00 |
|
Dave Halter
|
3923ecf12f
|
Ignore permission errors when saving to cache
This might happen when a user doesn't have full access to his home directory.
Fixes davidhalter/jedi#1615
|
2020-06-19 12:06:46 +02:00 |
|
Dave Halter
|
bd33e4ef7e
|
Merge pull request #135 from isidentical/starred-expr
Improve handling of starred expression on different contexts
|
2020-06-05 12:58:14 +02:00 |
|
Batuhan Taskaya
|
891bfdaa04
|
Test only python3+
|
2020-06-04 22:09:04 +03:00 |
|
Batuhan Taskaya
|
5e1828b3f0
|
Check full error message
|
2020-06-04 22:02:12 +03:00 |
|