1
0
forked from VimPlug/jedi
Commit Graph

67 Commits

Author SHA1 Message Date
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
Dave Halter 96b57f46cb Release notes for 0.13.0 2018-10-02 01:14:28 +02:00
Dave Halter 71572e63cd Note that Python 3.3 support was dropped in Changelog 2018-08-04 00:49:45 +02:00
Dave Halter 2500112f6c Don't follow builtin imports anymore by default when follow_imports is on (goto) 2018-07-04 00:01:03 +02:00
Dave Halter 6cdc1bcd8a Add a changelog entry for the include_builtins change 2018-07-03 23:00:46 +02:00
Dave Halter e0e2be3027 Add a better comment about why people need to upgrade parso 2018-06-29 18:17:29 +02:00
Dave Halter 1e7662c3e1 Prepare release of 0.12.1 2018-06-29 18:10:41 +02:00
Dave Halter c7c95e7e6d Set a release date 2018-04-15 13:54:27 +02:00
Dave Halter aa9f7fd304 Update the changelog about f-strings 2018-04-08 01:38:09 +02:00
Dave Halter a6b47141cc Add a note about the fixed Windows tests in the changelog 2018-03-24 23:27:14 +01:00
Dave Halter 24e1f7e6f0 The release date for 0.12.0 should not be set, yet. See #1061. 2018-03-15 15:16:27 +01:00
Dave Halter 89c616a475 Add a few bits to the changelog 2018-03-02 08:59:28 +01:00
Dave Halter 598ea1b89b Add Python 2.6 removal to changelog. Refs #1018 2018-01-07 14:39:08 +01:00
Dave Halter 69237c4aa6 Add a changelog for jedi 0.11.1 2017-12-15 10:45:27 +01:00
Dave Halter f2855ebb11 Change the date of the change log. 2017-09-20 20:33:52 +02:00
Dave Halter 2eb715dae8 Mention in the changelog that the recursion settings have been moved. 2017-09-17 14:10:26 +02:00
Dave Halter 236b860cc7 Add the numpy docstring changes to the changelog. 2017-09-09 19:27:11 +02:00
Dave Halter 794880b8a8 Prepare for version 0.11.0. 2017-09-07 10:43:40 +02:00
Dave Halter 3cc97f4b73 Changelog for 0.10.2. 2017-04-05 18:04:41 +02:00
Dave Halter 536ad4c5f1 Added the forgotten changelog for 0.10.1. 2017-04-05 18:03:45 +02:00
Dave Halter 7020086166 Changelog for 0.10.0 2017-02-03 00:08:51 +01:00
Dave Halter 7385bd0716 Add the latest changes to the change log. 2016-12-18 21:45:03 +01:00
Dave Halter 5f064a2a0a Add a way to get the line in a BaseDefinition. Fixes #518. 2016-07-31 20:37:48 +02:00
Dave Halter 1c0aa06c7d PEP 3132 unpacking should not raise an error (it may yield wrong results though at the moment), fixes #707. 2016-07-10 17:51:01 +02:00
Dave Halter 690241332d Add a changelog for 0.10.0. 2016-07-09 02:40:27 +02:00