Commit Graph

  • 3102215478 Move the type parameter syntax tests so that it works for all versions master v0.20.0 Dave Halter 2026-05-02 01:24:54 +02:00
  • 1b37f2eb94 Prepare for the 0.20.0 release Dave Halter 2026-05-02 01:14:51 +02:00
  • 8e4df5cc0e Make sure the new generic syntax does not fail with latest parso Dave Halter 2026-05-02 01:08:27 +02:00
  • 4c9dbcca03 Merge pull request #2098 from davidhalter/updates Dave Halter 2026-05-01 22:40:26 +00:00
  • fedb1a5eb0 Fix 3.10 tests in one more case Dave Halter 2026-05-02 00:22:06 +02:00
  • 87e782f9c8 Fix flake8 Dave Halter 2026-05-02 00:13:19 +02:00
  • cd52d982e1 Fixes to get the tests passing for 3.10 Dave Halter 2026-05-02 00:11:16 +02:00
  • d0b11806d4 Finally make tests work for 3.14 Dave Halter 2026-05-01 23:49:36 +02:00
  • 8520a9958b Implement support for TypeVar inference for __new__ Dave Halter 2026-05-01 22:51:00 +02:00
  • 55e5f0cb92 Implement new-style unions with TypeVars Dave Halter 2026-05-01 21:01:27 +02:00
  • 8ba5b67622 Change some more tests for typeshed Dave Halter 2026-05-01 17:07:36 +02:00
  • d87a4af50f Implement unions with forward references Dave Halter 2026-05-01 16:40:25 +02:00
  • 01dc123ea1 Allow unions when inferring annotations Dave Halter 2026-05-01 16:33:24 +02:00
  • 418598d8c1 Implement type[...] Dave Halter 2026-05-01 15:21:02 +02:00
  • 0702da22f2 Change some tests Dave Halter 2026-05-01 14:43:59 +02:00
  • b7652708ec Add more tests about newstyle unions Dave Halter 2026-05-01 14:37:46 +02:00
  • e7d29065bd Change a test about ellipsis slightly Dave Halter 2026-05-01 14:37:35 +02:00
  • 1820aa9476 Change some tests slightly Dave Halter 2026-05-01 14:30:00 +02:00
  • 696df90daf Change some tests slightly Dave Halter 2026-05-01 14:14:12 +02:00
  • f8fb2d1230 Basic support for TypeAlias, fixes #1969 Dave Halter 2026-05-01 13:05:22 +02:00
  • 590ed56c6e Revert a small change to tests Dave Halter 2026-04-30 00:26:29 +02:00
  • a1d9da0a7f Make sure tuple behaves similar to Tuple, fixes #2040 Dave Halter 2026-04-30 00:15:56 +02:00
  • 4f7dfd14b3 Small improvements to generator/async completions Dave Halter 2026-04-29 23:38:07 +02:00
  • be993d132e Attempt to improve tuple unpackings Dave Halter 2026-04-29 23:10:31 +02:00
  • 0d79865a0f Fix __enter__ Self resolving Dave Halter 2026-04-29 18:15:57 +02:00
  • 3375d48f8c Improve typing_extensions usages Dave Halter 2026-04-29 18:08:56 +02:00
  • aa72381ed1 Implement Self, fixes #2023, fixes #2068 Dave Halter 2026-04-29 17:51:01 +02:00
  • c30732eb04 Add a tuple[...] test for the future, see #2040 Dave Halter 2026-04-29 17:10:02 +02:00
  • fe0369436e Change a few tests to match new typeshed Dave Halter 2026-04-29 09:30:49 +02:00
  • 04e5f5b3b8 Change a few tests for new typeshed Dave Halter 2026-04-28 17:14:42 +02:00
  • 75f1d064d5 Ignore Final/ClassVar if they don't have a generic assignment Dave Halter 2026-04-28 17:05:43 +02:00
  • 6473ddc28c Implement Final[...] in a way so it doesn't completely fail Dave Halter 2026-04-28 15:49:21 +02:00
  • b27a7dde18 Fix file path completions Dave Halter 2026-04-28 15:25:25 +02:00
  • 3365d0763b Implement __new__ signatures, fixes #2073 Dave Halter 2026-04-28 02:25:18 +02:00
  • ff581e8403 Start fixing some of the problems with new typeshed Dave Halter 2026-04-28 01:41:40 +02:00
  • 2455414d1d Upgrade Typeshed Dave Halter 2026-04-28 01:38:26 +02:00
  • 38122a7fd3 Fix issues around whitespace after dot completions, fixes #1954 Dave Halter 2026-04-27 18:15:45 +02:00
  • 40c685c52b Fix star import completions, fixes #2087 Dave Halter 2026-04-27 16:10:56 +02:00
  • 83a232e945 Change the CHANGELOG slightly Dave Halter 2026-04-27 16:09:39 +02:00
  • 5bbbc53f19 Merge pull request #2097 from davidhalter/py314 Dave Halter 2026-04-27 13:52:06 +00:00
  • 6e17c85a57 Avoid flake8 issues Dave Halter 2026-04-27 15:29:08 +02:00
  • 44600ea194 Fix union acess for 3.14 Dave Halter 2026-04-27 15:21:26 +02:00
  • 04d45a8e1e Remove a 3, 9 artifact Dave Halter 2026-04-27 14:42:24 +02:00
  • f1ab9d9539 Remove some 3.8 artifacts Dave Halter 2026-04-27 14:41:58 +02:00
  • 7bac12c125 Remove some 3.7/3.6 artifacts Dave Halter 2026-04-27 14:35:10 +02:00
  • d4233732be Format unions with | consistently Dave Halter 2026-04-27 14:24:23 +02:00
  • 74fb7ff279 Enable tests for 3.14 in CI, fixes #2070 Dave Halter 2026-04-27 14:18:17 +02:00
  • 375dd1bacc Add 3.14 to the supported environments Dave Halter 2026-04-27 14:01:39 +02:00
  • 94f7e540ff Merge branch 'py314' of https://github.com/frenzymadness/jedi into py314 Dave Halter 2026-04-27 12:22:31 +02:00
  • 4cca2ed774 Merge pull request #2095 from davidhalter/typing Dave Halter 2026-04-27 00:05:43 +00:00
  • f8c8ef8c66 Upgrade all the sphinx dependencies Dave Halter 2026-04-27 01:40:54 +02:00
  • 5938262227 Avoid 3.8/3.9 in tests Dave Halter 2026-04-27 00:59:28 +02:00
  • a662298e2f Remove a bit more python3.8/3.9 specific code Dave Halter 2026-04-27 00:42:07 +02:00
  • 1eddf24a50 Remove Python 3.9 and 3.10 Dave Halter 2026-04-27 00:34:17 +02:00
  • edb5462cf5 Fix an issue with tests Dave Halter 2026-04-26 03:05:30 +02:00
  • 30b3acf6d3 Change the flake8 version to hopefully fix the version issue in CI Dave Halter 2026-04-26 02:44:39 +02:00
  • 56e55e9ed5 Upgrade zuban Dave Halter 2026-04-26 02:27:28 +02:00
  • 04737b2637 Fix Python 3.15 compatibility Lumir Balhar 2026-03-10 09:12:32 +01:00
  • 68be64b992 Use forward references because 3.8 is still a bit annoying Dave Halter 2026-03-26 23:31:24 +01:00
  • 9e582586fa Merge testing and qa extras_require into dev Dave Halter 2026-03-26 23:22:39 +01:00
  • 9f91506947 Enable --strict and then disable some of the errors Dave Halter 2026-03-26 23:11:19 +01:00
  • ffe4ae5877 Replace the mypy check with zuban check Dave Halter 2026-03-26 23:02:08 +01:00
  • 9b24443787 Fix Python 3.14 compatibility for typing.Union annotations Lumir Balhar 2026-03-09 15:38:12 +01:00
  • 3176c1dcb8 A bit more solid typing for goto_or_help_or_infer Dave Halter 2026-02-16 22:54:32 +01:00
  • ea09983566 Some small typing improvements for tests Dave Halter 2026-02-16 21:20:27 +01:00
  • 76c1e03f07 Fix typo David Brochart 2026-02-13 10:04:56 +01:00
  • 8cbb817b12 Fix a lot of test related typing issues Dave Halter 2026-02-10 19:38:55 +01:00
  • 6903bc25d5 Remove an outdated script Dave Halter 2026-02-10 19:02:51 +01:00
  • e7fdbcc834 Fix a few more typing issues Dave Halter 2026-02-04 01:55:53 +01:00
  • 3ffed76884 Improve a weird typing issue Dave Halter 2026-02-04 01:28:30 +01:00
  • 30ef824abd Introduce some stricter typing Dave Halter 2026-02-04 01:19:14 +01:00
  • c7481b3319 Fix a linter issue Dave Halter 2026-01-20 02:05:51 +01:00
  • 3ac1632a5c Avoid the need to import search_ancestor Dave Halter 2026-01-19 20:30:03 +01:00
  • 4a7b5f4879 Increase the required vesion of parso Dave Halter 2026-01-19 17:07:07 +01:00
  • d4fb9c4531 Move Mypy config to pyproject.toml Dave Halter 2026-01-19 14:28:25 +01:00
  • 2b37bc3518 Change the Zuban link to GitHub Dave Halter 2025-09-03 15:07:29 +02:00
  • ade9131d04 Merge pull request #2083 from diekhans/issue-2082-None-file-attr Dave Halter 2025-12-21 01:47:23 +00:00
  • a89757a966 Handle object with __file__ attribute having a None value (issue #2082) Mark Diekhans 2025-12-20 17:24:25 -08:00
  • b80c0b8992 Merge pull request #2079 from Hoblovski/fix/star-unpack Dave Halter 2025-11-13 15:53:08 +00:00
  • 1b33f0d77c fix: move test to arrays.py Hoblovski 2025-11-13 21:12:15 +08:00
  • 3454ebb1de fix: let star_expr infer to NO_VALUES instead of crashing Hoblovski 2025-11-13 20:41:58 +08:00
  • 3d2ce2e01f tests: add bad case Hoblovski 2025-11-13 19:54:28 +08:00
  • 88d3da4ef6 Merge pull request #2049 from Morikko/support-dataclass-transform Dave Halter 2025-09-03 13:15:39 +00:00
  • 15a7513fd0 Improve code comment Eric Masseran 2025-08-29 18:54:30 +02:00
  • 0f35a1b18b Split dataclass and dataclass_transform logic Eric Masseran 2025-08-29 18:54:14 +02:00
  • 4ea7981680 Add complete test Eric Masseran 2025-08-29 18:37:51 +02:00
  • 3a436df7ac Remove property usage Eric Masseran 2025-08-29 18:37:37 +02:00
  • c1e9aee15b Clean code comments Eric Masseran 2025-08-29 18:37:23 +02:00
  • 6e5f201f6c Use future annotations Eric Masseran 2025-08-29 18:36:54 +02:00
  • 356923e40d Merge remote-tracking branch 'origin' into support-dataclass-transform Eric Masseran 2025-08-28 10:33:17 +02:00
  • 86c3a02c8c Fix pip install -e in docs Dave Halter 2025-06-24 12:28:18 +02:00
  • f4ca099afb Merge pull request #2066 from davidhalter/ci Dave Halter 2025-06-16 15:50:37 +00:00
  • d411290dff Upgrade Mypy Dave Halter 2025-06-16 16:49:46 +02:00
  • 7c27da8d68 Fix a few flake8 issues Dave Halter 2025-06-16 16:41:36 +02:00
  • 13063221f2 Upgrade flake8 Dave Halter 2025-06-16 16:31:14 +02:00
  • e83228478e Upgrade other test runners Dave Halter 2025-06-16 16:21:50 +02:00
  • e5a72695a8 Remove 3.6/3.7 references and change tests slightly Dave Halter 2025-06-16 16:17:50 +02:00
  • 4238198eea Upgrade OS's that it is tested on Dave Halter 2025-06-16 16:00:29 +02:00
  • a10b158bcc Try to add something to the README Dave Halter 2025-06-16 15:10:41 +02:00
  • 503c88d987 Merge remote-tracking branch 'origin' into support-dataclass-transform Eric Masseran 2025-05-05 02:03:07 +02:00