Commit Graph

  • 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 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 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) 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
  • db0e90763b Start using pathlib.Path instead of all the os.path functions Dave Halter 2020-07-10 17:30:36 +02:00
  • 92af043906 Fix some subprocess issues Dave Halter 2020-07-02 18:39:24 +02:00
  • 806ad06d6a Use raise from instead of weird magic Dave Halter 2020-07-02 16:14:53 +02:00
  • dac1fb0a06 Get rid of a few Python 2 things Dave Halter 2020-07-02 16:00:26 +02:00
  • ec08506704 Remove getstate and setstate, because they are not needed anymore Dave Halter 2020-07-02 15:55:31 +02:00
  • 7bcb420a0a Delete a weird comment Dave Halter 2020-07-02 12:33:19 +02:00
  • 546b970240 Rewrite a weird super call Dave Halter 2020-07-02 12:31:16 +02:00
  • 24a1bbb3ca Even more super deletions Dave Halter 2020-07-02 12:28:04 +02:00
  • a0de93a638 Remove super arguments Dave Halter 2020-07-02 10:59:59 +02:00
  • 216ce8726c Move GeneralizedPopen Dave Halter 2020-07-02 10:54:32 +02:00
  • 0c1ba1b305 Move the importing of modules out of compatibility Dave Halter 2020-07-02 10:51:49 +02:00
  • 5ab351dc8f Remove unicode literals from code base Dave Halter 2020-07-02 10:43:14 +02:00
  • f1366b8a74 Remove the u() unicode function Dave Halter 2020-07-02 10:35:39 +02:00
  • 7f67324210 Remove a lot more Python 2 mentions and todos Dave Halter 2020-07-02 10:30:58 +02:00
  • a51f667be8 Cleanse the API from Python 2 stuff Dave Halter 2020-07-02 10:24:44 +02:00
  • f7b445353f Remove Python 2 compatibility functions Dave Halter 2020-07-02 10:14:12 +02:00
  • 46154a3ee7 Remove an unnecessary print Dave Halter 2020-07-02 03:35:24 +02:00
  • 0790f376ca Some Python 2 removals Dave Halter 2020-07-02 03:34:44 +02:00
  • 332631434c Remove some unnecessary utf-8 references Dave Halter 2020-07-02 03:30:41 +02:00
  • 8ee0c8593e Remove unicode usages Dave Halter 2020-07-02 03:26:22 +02:00
  • 5a912de937 Remove a few unicode references in tests Dave Halter 2020-07-02 03:18:48 +02:00
  • ef96c4c66b Remove __future__ usages Dave Halter 2020-07-02 03:15:07 +02:00