1
0
forked from VimPlug/jedi
Commit Graph

91 Commits

Author SHA1 Message Date
Dave Halter a892887b04 Remove Python 3.4 support 2020-02-27 02:04:03 +01:00
Dave Halter f4b1fc479d Bump version to 0.16.1 2020-01-31 13:38:27 +01:00
Dave Halter 1a62674254 Small Changelog updates 2020-01-26 00:58:04 +01:00
Dave Halter eaa49aa26b Clarify that for Python 2 we will not fix bugs anymore 2020-01-24 14:09:43 +01:00
Dave Halter 290e2151df Remove use_filesystem_cache and additional_dynamic_modules, it hasn't been implemented for a long time 2020-01-23 23:37:36 +01:00
Dave Halter cc8a3f192d Removed settings.no_completion_duplicates 2020-01-23 23:16:02 +01:00
Dave Halter 6a75a0c590 Rewrite some whitespace 2020-01-22 23:14:07 +01:00
Dave Halter 7e98c9449b Reformat the changelog a bit 2020-01-22 18:31:49 +01:00
Dave Halter dbdd556a2b Add follow_imports to Definition.goto, fixes #1474 2020-01-22 18:29:02 +01:00
Dave Halter bff6e95e28 Rename Script.names to Script.get_names, fixes #1476 2020-01-22 01:22:46 +01:00
Dave Halter 8cc836e816 find_signatures -> get_signatures, see #1476 2020-01-22 01:10:38 +01:00
Dave Halter 58f54d8391 find_references -> get_references, see #1476 2020-01-22 01:06:37 +01:00
Dave Halter eb103d293c Small changelog fix 2020-01-17 02:03:42 +01:00
Dave Halter 5da9f9facd Add a test to check if numpy tensorflow stuff is now cached, see #1116 2020-01-05 18:29:02 +01:00
Dave Halter c8b3443d5f Add the CHANGELOG entries for dict completions. 2019-12-31 19:12:15 +01:00
Dave Halter eff670679c Make sure to mention that Jedi understands Pytest fixtures 2019-12-28 00:02:40 +01:00
Dave Halter 70bf3d9586 Deprecate Python 2 support 2019-12-27 11:29:39 +01:00
Dave Halter 6daa03e98d Add the fix for #997 to the changelog 2019-12-24 12:51:14 +01:00
Dave Halter 9578e4252b Goto on a function/attribute in a class now goes to the definition in its super class, fixes #1175 2019-12-24 12:49:23 +01:00
Dave Halter fcf8506531 Add Script().get_context, fixes #253 2019-12-22 17:19:01 +01:00
Dave Halter 341d79681a Add big API changes to Changelog 2019-12-21 03:12:28 +01:00
Dave Halter 5fc308f1f8 call signature -> signature 2019-12-20 19:41:57 +01:00
Dave Halter cefc4a46a3 Add latest changes to Changelog 2019-12-20 14:57:58 +01:00
Dave Halter 0194efcd6b Add the release date to Changelog 2019-12-20 11:26:55 +01:00
Dave Halter 49eb2c0a12 Add fuzzy completions to Changelog 2019-12-15 19:12:48 +01:00
Dave Halter 3219f14c63 Files bigger than one MB (about 20kLOC) get cropped to avoid getting stuck completely
Fixes #843
2019-12-14 12:39:40 +01:00
Dave Halter cf65ecdb96 Start writing the changelog 2019-12-05 01:13:52 +01:00
Philipp A a0f95fc89f Fixed rST in changelog 2019-09-21 21:35:04 +02:00
Dave Halter a5dff65142 Evaluator -> InferState 2019-08-15 00:37:51 +02:00
Dave Halter 4619552589 Evaluation -> type inference 2019-08-13 01:29:50 +02:00
Dave Halter 005f69390c Write the CHANGELOG for 0.15.1 2019-08-13 00:18:45 +02:00
Dave Halter 35e5cf2c2a A small Changelog improvement 2019-08-11 20:49:49 +02:00
Dave Halter c6f0ecd223 Cleanup Changelog for the next release 2019-08-11 20:37:50 +02:00
Dave Halter c3d40949b1 Make it possible to access properties again
This time we catch all exceptions and try to avoid issues for the user.

This is only happening when working with an Interpreter. I don't feel this is
necessary otherwise.

See #1299
2019-08-11 16:24:19 +02:00
Dave Halter 81488bcd20 os.path.sep should always have a clear value 2019-08-06 19:57:16 +02:00
Dave Halter 45dada9552 Fix interpeter project path 2019-08-05 00:43:37 +02:00
Dave Halter 8e1417e3ce Add Definition.execute, fixes #1076 2019-08-03 02:01:30 +02:00
Dave Halter c0c7c949fd Start writing the Changelog for 0.15.0 2019-08-02 17:17:25 +02:00
Dave Halter 93c52f615a Get inheritance of dataclass right 2019-07-19 11:35:13 +02:00
Dave Halter fd4eca5e03 Add enum changes to changelog 2019-07-18 12:19:21 +02:00
Dave Halter 60415033b4 Prepare the v0.14.1 release 2019-07-13 16:00:27 +02:00
Dave Halter 02d10a3aff Some small CHANGELOG changes 2019-06-20 21:27:06 +02:00
Dave Halter a0adff9d36 Added Changelog for goto_* 2019-06-12 19:04:58 +02:00
Dave Halter bb42850d63 Improve the Changelog a bit 2019-06-08 00:29:47 +02:00
Dave Halter 0ff1a88cc4 Use get_qualified_names for full_name 2019-06-08 00:18:31 +02:00
Dave Halter 7d41fb970e Fixed a typo 2019-05-19 14:02:29 +02:00
Dave Halter 0bf8a69024 v13.3 release notes 2019-02-24 18:45:07 +01:00
Dave Halter 86ae11eb43 Add a new release 0.13.2 2018-12-15 20:09:36 +01:00
Dave Halter bd1010bbd2 Create a new 0.13.1 release 2018-10-02 19:07:35 +02:00
Dave Halter 075577d50c The changelog date was wrong 2018-10-02 15:25:31 +02:00