Commit Graph

  • c1f4e7d874 One interpreter test is different for 3.9+ Dave Halter 2020-09-19 21:27:55 +02:00
  • 4082728c32 Revert "Add the Python 3.9 environment" Dave Halter 2020-09-19 21:22:38 +02:00
  • 66e2a0fce4 implict_reexport needs to be True for parso Dave Halter 2020-09-19 21:15:03 +02:00
  • 39fe9a1979 Add the Python 3.9 environment Dave Halter 2020-09-19 20:58:03 +02:00
  • f18493b627 Fix an interpreter test Dave Halter 2020-09-19 20:57:32 +02:00
  • fa2abb5ff6 Add mypy cache to gitignore Dave Halter 2020-09-19 20:36:54 +02:00
  • 5b81abd537 Mention different language servers in README Dave Halter 2020-08-06 00:53:03 +02:00
  • 01b2e8e6b8 Merge pull request #1669 from mvanderkamp/patch-1 Dave Halter 2020-09-19 20:31:50 +02:00
  • ff439039da make contextualized_node an optional kwarg #1669 Mvdk 2020-09-14 10:27:19 -06:00
  • 216f976fd5 Add a .readthedocs.yml to make sure that it's properly pip installed before the documentation is built Dave Halter 2020-08-06 00:12:50 +02:00
  • e617c9d344 Formatting Dave Halter 2020-08-05 23:52:38 +02:00
  • 58ef6cd36b if_stmt test clauses should be resolved at the start of the if_stmt Dave Halter 2020-08-05 23:49:15 +02:00
  • abf63d73d3 Basic implementation support for namedexpr, fixes #1647 Dave Halter 2020-08-05 10:12:47 +02:00
  • 76c0c373da Merge pull request #1642 from PeterJCLaw/mypy Dave Halter 2020-08-05 01:09:49 +02:00
  • 209e2713fd Remove the requirements file and require latest parso Dave Halter 2020-08-05 00:55:50 +02:00
  • f12ed2088a Use pathlib for file ios, because the new parso is out Dave Halter 2020-08-05 00:52:50 +02:00
  • 94bf83c826 Revert Django changes in a9e2cd5a74 Dave Halter 2020-08-05 00:18:24 +02:00
  • cce3ecb1e4 Use the default handling of optionals #1642 Peter Law 2020-08-04 21:49:42 +01:00
  • 10aa21f970 Merge branch 'master' of github.com:davidhalter/jedi Dave Halter 2020-08-04 18:29:26 +02:00
  • 425287055b Merge pull request #1646 from Carreau/warnings Dave Halter 2020-08-04 14:47:57 +02:00
  • a9e2cd5a74 Reformat and move imports to top level. #1646 Matthias Bussonnier 2020-08-03 08:24:24 -07:00
  • 2f7d0ec42c Project attributes are now read accessible Dave Halter 2020-08-01 18:26:26 +02:00
  • 20be4f02c8 Turn print into warning to simplify silencing them. Matthias Bussonnier 2020-07-27 11:28:05 -07:00
  • 6364dd1511 Add explicit Optional annotation Peter Law 2020-07-26 14:43:41 +01:00
  • 19b8eaea59 Link mypy issue Peter Law 2020-07-26 13:26:14 +01:00
  • b892c07841 Merge branch 'master' into mypy Peter Law 2020-07-26 12:25:19 +01:00
  • cefc363f64 Configure mypy and flake8 for our re-export files Peter Law 2020-07-26 12:20:08 +01:00
  • 45c90efb5c Remove a couple of unused imports Peter Law 2020-07-26 12:17:54 +01:00
  • 0571e12617 These attributes aren't optional Peter Law 2020-07-26 12:11:34 +01:00
  • 86e0e16625 Drop redundant rtype comment Peter Law 2020-07-26 12:10:59 +01:00
  • b3edda30c4 Explain why we 'type: ignore' these properties Peter Law 2020-07-26 12:09:04 +01:00
  • 9d1587a41d Don't need to inherit from object anymore Dave Halter 2020-07-26 00:11:57 +02:00
  • e593396417 Merge pull request #1641 from PeterJCLaw/pydoc-data-python3.6-embedable Dave Halter 2020-07-25 01:05:38 +02:00
  • a9cb9fbb1f Give a bit more detail here Peter Law 2020-07-24 20:36:22 +01:00
  • 3f74981d5e Also typecheck sith Peter Law 2020-07-24 20:24:53 +01:00
  • 38f853cf86 Add ignores for stdlib imports only recently added Peter Law 2020-07-24 20:03:34 +01:00
  • 4b7e837f0f Configure the package root as implicit exports Peter Law 2020-07-24 19:51:12 +01:00
  • a2d9fbcd42 Ignore this runtime-only import Peter Law 2020-07-24 19:50:59 +01:00
  • 6315709fea Inherit from base class to placate mypy Peter Law 2020-07-24 19:28:49 +01:00
  • 48e5aa777b Annotate potentially missing import Peter Law 2020-07-24 16:13:03 +01:00
  • 69be26b16e Change subclass to function wrapper Peter Law 2020-07-24 16:02:36 +01:00
  • 5e509814f7 Ignore mypy not coping with decorated properties Peter Law 2020-07-24 15:50:24 +01:00
  • 07fbcd2262 Make this explicitly expect a Path Peter Law 2020-07-24 15:49:08 +01:00
  • 1c87ae378d This is a Path now Peter Law 2020-07-24 15:45:44 +01:00
  • b1f95b4bf9 Annotate these attributes Peter Law 2020-07-24 15:08:44 +01:00
  • 7d9205d4ae This is actually optional Peter Law 2020-07-24 15:04:37 +01:00
  • 9b3cd15c5f Fix type clash Peter Law 2020-07-24 15:01:40 +01:00
  • 1418aada91 Annotate top level items mypy needs annotating Peter Law 2020-07-21 23:46:48 +01:00
  • f98a9f7999 Annotate the completions cache Peter Law 2020-07-22 00:08:50 +01:00
  • 35c2d660cb Fix most import related mypy errors Peter Law 2020-07-21 23:30:26 +01:00
  • c09e21ae4b Configure mypy Peter Law 2020-07-21 22:19:24 +01:00
  • 480c352d33 Python 3.6 embeddable doesn't have pydoc_data #1641 Peter Law 2020-07-24 16:07:45 +01:00
  • 8f167be980 Merge branch 'master' of github.com:davidhalter/jedi Dave Halter 2020-07-23 01:33:06 +02:00
  • e86afc1705 _cropped_file_size should be an int, fixes #1639 Dave Halter 2020-07-23 01:32:37 +02:00
  • 7423c65eb5 Merge pull request #1638 from PeterJCLaw/update-flake8 Dave Halter 2020-07-22 09:28:08 +02:00
  • b651c6541a Configure travis' flake8 call more explicitly #1638 Peter Law 2020-07-21 23:15:20 +01:00
  • 403564315c Reflow test to ensure trailing space is preserved Peter Law 2020-07-21 22:44:42 +01:00
  • 5e6138d16f Update to flake8 3.8.x Peter Law 2020-07-21 21:34:58 +01:00
  • 6ef18bea50 Make this noqa more specific Peter Law 2020-07-21 21:34:37 +01:00
  • 9505dabfef Reflow for linting Peter Law 2020-07-21 21:28:56 +01:00
  • 4783c065da Configure editors for uniform whitespace handling Peter Law 2020-07-21 21:26:46 +01:00
  • bb303a75c0 Fix a test Dave Halter 2020-07-20 23:58:46 +02:00
  • 1e633ab8ed Remove the requirements file, it should not be necessary Dave Halter 2020-07-20 02:19:37 +02:00
  • 89f525407a Remove the deprecation tests Dave Halter 2020-07-20 02:06:17 +02:00
  • d7d42c8e39 Rewrite the deprecation handling Dave Halter 2020-07-20 02:04:31 +02:00
  • abb2250bf5 Remove all deprecations Dave Halter 2020-07-20 02:02:41 +02:00
  • ae2becb531 Merge branch 'pytest' Dave Halter 2020-07-20 01:46:43 +02:00
  • 14069e81fd Remove speed tests, they were only flaky and didn't really provide a value anymore Dave Halter 2020-07-20 01:43:29 +02:00
  • 401e8d3100 Fix issues with property searches Dave Halter 2020-07-20 01:40:25 +02:00
  • e7c2c85b9f Try to fix issues with the qa and coverage steps Dave Halter 2020-07-20 01:29:38 +02:00
  • 784e965d3a @property now returns Name.type == 'property', fixes muffinmad/anakin-language-server#15 Dave Halter 2020-07-20 01:20:24 +02:00
  • 10c4dbf785 Try to get rid of tox and test directly with pytest Dave Halter 2020-07-19 14:58:17 +02:00
  • 7281302281 The defaults for find_system_environments and get_system_environment were wrong Dave Halter 2020-07-19 14:35:40 +02:00
  • 27603f9780 Reenable a test for nested imports Dave Halter 2020-07-19 13:57:52 +02:00
  • d9a90d5d5e Remove a test that no longer made sense Dave Halter 2020-07-19 13:55:18 +02:00
  • 9957565b37 Try to use yield from instead of yield, if possible Dave Halter 2020-07-19 13:34:58 +02:00
  • 5bc174bf8d Start writing CHANGELOG for the next release Dave Halter 2020-07-18 17:00:32 +02:00
  • 89f070ea98 Mention the mailing list instead of the github issue for updates Dave Halter 2020-07-17 22:35:14 +02:00
  • 04d24acb5a Merge branch 'python3' Dave Halter 2020-07-17 21:58:26 +02:00
  • 3b7106ae71 Fix a typo v0.17.2 Dave Halter 2020-07-17 21:56:13 +02:00
  • 74116fe2ea Prepare for 0.17.2 Dave Halter 2020-07-17 16:21:06 +02:00
  • 1233caebdc Fix a Python 3.9 issue on travis Dave Halter 2020-07-17 16:12:55 +02:00
  • d78567f853 Fix a Python 3.9 issue on travis Dave Halter 2020-07-17 16:12:55 +02:00
  • 1ece7698c2 Merge branch 'master' into python3 Dave Halter 2020-07-17 16:07:47 +02:00
  • 7851dff915 Properly negate with Interpreter, fixes #1636 Dave Halter 2020-07-17 15:57:15 +02:00
  • e4987b3e7a Fix issues with generators, fixes #1624 Dave Halter 2020-07-17 15:35:01 +02:00
  • d1851c369c Introduce py__next__ to have more clear way to use __next__ Dave Halter 2020-07-17 12:05:59 +02:00
  • d63fbd8624 Merge pull request #1633 from mrclary/mrclary-fix-wingkinl-patch-python-environ Dave Halter 2020-07-17 11:26:02 +02:00
  • b0f664ec94 * reflect default Popen behavior by inheriting os.environ * without passing env_vars to create_environment, GeneralizedPopen behavior is same as before fix to issue #1540 (803c3cb271) * env_vars allows explicit environment variables, per PR #1619 (f9183bbf64) #1633 Ryan Clary 2020-07-15 08:30:24 -07:00
  • 9957374508 Fix dict completions for inherited dicts, fixes #1631 Dave Halter 2020-07-14 17:50:12 +02:00
  • 7f3a7db7e6 Refactor Interpeter completions a bit Dave Halter 2020-07-12 22:26:57 +02:00
  • 3ffe8475b8 Make sure the interpreter completions work better in Jupyter Notebook, fixes #1628 Dave Halter 2020-07-12 22:20:06 +02:00
  • 396d7df314 Fix an issue with interpreter completion, see also #1628 Dave Halter 2020-07-12 22:01:55 +02:00
  • 0c618a4456 Making sure to note that Python 2 will not be supported after 0.17.2 Dave Halter 2020-07-12 21:21:59 +02:00
  • c4c36d8e2e Mention in Changelog that 3.9 is now supported Dave Halter 2020-07-12 19:44:48 +02:00
  • 829dda3ee9 Fix another windows issue Dave Halter 2020-07-12 11:18:35 +02:00
  • a16f52b9fb Fix some Windows related issues with absolute paths Dave Halter 2020-07-12 10:56:04 +02:00
  • a49c062b35 Properly support Python3.9 Dave Halter 2020-07-12 01:58:13 +02:00
  • da15e916de Fix a doctest Dave Halter 2020-07-12 01:37:41 +02:00
  • 480a464179 Implement all remaining Path issues and use it instead of strings Dave Halter 2020-07-12 01:14:00 +02:00