1
0
forked from VimPlug/jedi

Commit Graph

  • e6a3a8882c Fix another error that surfaced in pandas Dave Halter 2018-03-20 01:04:00 +01:00
  • a61742728b Fix an issue with docstrings that contain errors Dave Halter 2018-03-20 00:56:53 +01:00
  • 305fd66e1c Upgrade the wx widgets paths Dave Halter 2018-03-19 00:05:04 +01:00
  • 5c06d9871a Somehow forgot about subscriptlist. Just ignore those for now. Dave Halter 2018-03-18 17:24:45 +01:00
  • 6042706922 Fix the first issue in #1010 Dave Halter 2018-03-18 17:09:44 +01:00
  • 1672613d04 colorama should always color, even if it's not a shell Dave Halter 2018-03-18 01:05:59 +01:00
  • 11b7e95ecc os.path.join completion speed test is sometimes slow, so give it a bit more of time Dave Halter 2018-03-17 21:41:26 +01:00
  • 60da6034c0 Fix some code_lines issues Dave Halter 2018-03-17 19:41:26 +01:00
  • 094affaf84 Remove stdout/stderr from subprocesses (redirected to /dev/null) Dave Halter 2018-03-17 14:14:00 +01:00
  • 5f0b34a520 Add the module_path again Dave Halter 2018-03-16 10:30:11 +01:00
  • cc9c9fc781 Clean up the namedtuple test for #1060 Dave Halter 2018-03-16 10:28:51 +01:00
  • 90a226f898 All modules now have a code_lines attribute, see #1062 Dave Halter 2018-03-16 10:20:14 +01:00
  • 24e1f7e6f0 The release date for 0.12.0 should not be set, yet. See #1061. Dave Halter 2018-03-15 15:16:27 +01:00
  • 1eeb7cb6aa And now remove a pep0484 function that is no longer needed Dave Halter 2018-03-14 21:51:06 +01:00
  • 053618edd0 Some more code to a function Dave Halter 2018-03-14 21:49:17 +01:00
  • ce0aa224f1 More rewriting of the pep0484 logic Dave Halter 2018-03-14 21:34:01 +01:00
  • ae6d01abf5 Start moving some of the pep0484 comment code around Dave Halter 2018-03-14 21:27:29 +01:00
  • e6469f46c7 Cleanup some instance stuff Dave Halter 2018-03-14 21:04:55 +01:00
  • e5546a8ae6 Better docs for funciton annotations Dave Halter 2018-03-14 19:19:38 +01:00
  • f5cf4c1954 Fix an error in param comments Dave Halter 2018-03-14 09:53:25 +01:00
  • 13ba74515d Catch parser errors instead of error recovery when splitting param comments Dave Halter 2018-03-14 09:49:59 +01:00
  • afda309cb9 Merge branch 'function_comment' of https://github.com/wilfred/jedi into mypy-comments Dave Halter 2018-03-14 00:55:06 +01:00
  • 144a1def6c Fix a few version issues in tests Dave Halter 2018-03-13 22:59:07 +01:00
  • 5d36114be4 Use inspect.Parameter.kind for better differentiation between param types Dave Halter 2018-03-13 22:47:08 +01:00
  • f9ec989835 Fix REPL completion param name completion Dave Halter 2018-03-13 21:36:04 +01:00
  • 0dda740c5d Add keyword argument test for #292 Dave Halter 2018-03-13 19:09:33 +01:00
  • b9903ede1b Support mypy annotations using comment syntax Lee Danilek 2017-07-24 19:01:56 -07:00
  • d0b8f9e5a2 Fix an interpreter test in Python 2 Dave Halter 2018-03-12 20:49:27 +01:00
  • 378a5846db Clean up zombie subprocesses, fixes #1048 Dave Halter 2018-03-12 20:05:34 +01:00
  • 5c1d979522 Fix an issue around __dir__ in the interpreter Dave Halter 2018-03-12 01:46:12 +01:00
  • e0c682977c Fix doctest for replstartup Dave Halter 2018-03-11 22:19:35 +01:00
  • 54a8db503d Fix shell completion issues and documentation Dave Halter 2018-03-09 22:39:00 +01:00
  • c4be83759c Merge branch 'master' of github.com:davidhalter/jedi Dave Halter 2018-03-08 10:09:08 +01:00
  • 51e0d5d12f Fix issues with default parameters in functions and classes Dave Halter 2018-03-08 09:59:09 +01:00
  • 14ac6b11b9 Correct mistakes of lambda names Dave Halter 2018-03-08 09:52:35 +01:00
  • 23e7c5bd2a eval_element -> eval_node Dave Halter 2018-03-07 20:10:48 +01:00
  • 8586d2a995 Fix VS Code Python extension link Oliver Newman 2018-03-06 17:11:07 -08:00
  • a85f2d1049 Use the correct class for params when used in names. Fixes #1006 Dave Halter 2018-03-07 09:59:31 +01:00
  • 72be3e5247 Get rid of a regex warning, where escaping was not properly used in a normal string Dave Halter 2018-03-05 10:56:27 +01:00
  • 9e9c62a5ab Get rid of the imp library import in Python3 to avoid warnings, fixes #1001 Dave Halter 2018-03-05 10:55:21 +01:00
  • d063dadcf7 Don't need the tests from #122 Dave Halter 2018-03-05 01:01:05 +01:00
  • 0144de1290 Refactor the namespace package tests Dave Halter 2018-03-05 00:55:35 +01:00
  • 3fb95e3a58 Add a failing test for nested PEP420 namespace packages Elvis Pranskevichus 2016-09-09 12:35:16 -04:00
  • 074d0d6d07 Include __init__.py files in search for the project directory, fixes #773 Dave Halter 2018-03-04 21:35:27 +01:00
  • 2885938e74 Add pytest cache to gitignore Dave Halter 2018-03-04 16:48:41 +01:00
  • 95d36473fc Improve some documentation/a failing doctest Dave Halter 2018-03-04 16:47:13 +01:00
  • d4af314b65 Fix the recursion error with globals Dave Halter 2018-03-04 16:47:01 +01:00
  • a3a39c0757 Always pop nodes in recursion detector Dave Halter 2018-03-04 11:29:25 +01:00
  • c9a64bd1d3 Globals should be looked up with the same priority as other defined nodes. Dave Halter 2018-03-04 11:29:00 +01:00
  • 3c9aa9ef25 fix set.append syntax error ggilmore 2018-03-02 20:11:58 -08:00
  • 89c616a475 Add a few bits to the changelog Dave Halter 2018-03-02 08:59:02 +01:00
  • 4dc10e0d4b Autocompletion in comments should at least not fail Dave Halter 2018-03-01 08:57:32 +01:00
  • cbcc95c671 Fix the last async issue Dave Halter 2018-02-28 23:47:59 +01:00
  • 2abcd0b6a6 Fix a few numpydocs tests Dave Halter 2018-02-28 23:44:50 +01:00
  • 3820111d1e Fix some more await things Dave Halter 2018-02-28 23:30:20 +01:00
  • dfa383c744 Fix a yield from test Dave Halter 2018-02-28 23:01:07 +01:00
  • a41a4562d2 AbstractIterableMixin -> IterableMixin Dave Halter 2018-02-28 22:51:27 +01:00
  • 0d0213ee4c Support generator returns when used with yield from. Dave Halter 2018-02-28 22:35:58 +01:00
  • 80ee3b8fcf Show in a test that something doesn't work properly around async analysis Dave Halter 2018-02-27 18:19:38 +01:00
  • 6e24c120cf A few documentation improvements Dave Halter 2018-02-27 18:06:47 +01:00
  • eeacdc33a1 Try to make the whole Builtin overwriting more abstract Dave Halter 2018-02-26 23:09:18 +01:00
  • 8e26017a05 Fix a small remaining issue in Python 2 Dave Halter 2018-02-21 01:38:30 +01:00
  • 4d980d8bd0 Reorder tests to make the async stuff pass on all python versions Dave Halter 2018-02-21 01:28:29 +01:00
  • 2d4636da5b Fix for all python versions Dave Halter 2018-02-21 01:23:50 +01:00
  • c1d06f4638 Getting more edget cases work in 3.6 for async Dave Halter 2018-02-21 01:11:59 +01:00
  • de5d7961e8 Fix an issue with async for Dave Halter 2018-02-21 00:41:59 +01:00
  • bc0210af70 Use the await method properly and just use it instead of some crazy things Dave Halter 2018-02-21 00:27:15 +01:00
  • bf01b9d47c Refactor the way builtins can be overwritten by jedi's own contexts Dave Halter 2018-02-21 00:09:41 +01:00
  • e869e700c7 Documented the misbehavior of Windows pipes in combination with Python. T.Rzepka 2018-02-20 21:41:49 +01:00
  • 5c8300e62a Move all the asynchronous contexts to a separate module Dave Halter 2018-02-19 09:43:50 +01:00
  • f1c2aef963 Fix the merge issues. Now async stuff should at least partially work Dave Halter 2018-02-19 01:35:37 +01:00
  • 8f4b68ae39 Merge the async branch Dave Halter 2018-02-18 13:45:08 +01:00
  • 29be40ae3f Add author's name to AUTHORS.txt T.Rzepka 2018-02-17 13:52:59 +01:00
  • 99130e7664 Fix for Python 2 and 3 on Windows, see #1037. T.Rzepka 2018-02-17 13:49:10 +01:00
  • afee465518 Merge remote-tracking branch 'origin/master' T.Rzepka 2018-02-17 12:14:24 +01:00
  • 446de51402 Revert "Fix for Python 2 on Windows, see #1037." T.Rzepka 2018-02-17 12:09:35 +01:00
  • 98761f6994 Get rid of an unused import Dave Halter 2018-02-16 21:16:43 +01:00
  • 88f521ad82 Add the name always to the script module Dave Halter 2018-02-16 21:15:53 +01:00
  • 24adebb69d Add the travere_parents function to a utility directory Dave Halter 2018-02-16 21:07:36 +01:00
  • 81a30d61d6 Fix Python 2 old-school relative imports Dave Halter 2018-02-16 20:53:31 +01:00
  • 5453566352 Use the project path as a prefix, because many times it's used as a higher priority than other stuff Dave Halter 2018-02-16 20:37:03 +01:00
  • 482b5e63db Move the buildout_project stuff to a separate examples folder Dave Halter 2018-02-16 15:00:53 +01:00
  • 424b6ae907 Rename of buildout stuff Dave Halter 2018-02-16 14:56:49 +01:00
  • ab212cb8aa Small rename Dave Halter 2018-02-16 14:53:45 +01:00
  • c23005f988 Use generators instead of complicated return of lists Dave Halter 2018-02-16 14:50:07 +01:00
  • 039e7ba07b Some more sys path corrections. Dave Halter 2018-02-16 14:39:01 +01:00
  • 6a11b7d89e Generalize the use of smart import paths Dave Halter 2018-02-16 12:40:31 +01:00
  • 863fbb3702 Better handling of smart sys path Dave Halter 2018-02-16 11:57:58 +01:00
  • 30cfdee325 Some simplifications Dave Halter 2018-02-16 10:21:43 +01:00
  • fa9364307f Add comments to implicit namespaces and fix some minor things. Dave Halter 2018-02-15 20:25:07 +01:00
  • 9177c120f4 Merge the implicit namespace improvement (pkgutils.itermodules modification) Dave Halter 2018-02-15 20:08:58 +01:00
  • 76df356628 Relative imports should be working again even when used in more special occasions. Fixes #973 Dave Halter 2018-02-15 14:10:01 +01:00
  • 276f2d0b52 parent_module is not needed for loading modules Dave Halter 2018-02-14 20:42:53 +01:00
  • 2a56323c16 Try to avoid CachedMetaClass for modules Dave Halter 2018-02-13 20:47:43 +01:00
  • 36699b77b2 DOn't check the parser cache, that's parso's responsibility Dave Halter 2018-02-13 19:19:00 +01:00
  • a52b6edd01 Better module loading Dave Halter 2018-02-12 21:17:21 +01:00
  • a33cbc8ae3 Try to put all module loading in one place including namespace packages Dave Halter 2018-02-12 20:49:45 +01:00
  • 9fec494e84 Unify load_module access Dave Halter 2018-02-12 20:39:42 +01:00
  • 514eaf89c3 Prepare a test to eventually solve a relative import problem Dave Halter 2018-02-12 20:33:48 +01:00
  • b38d31b99d Fix for Python 2 on Windows, see #1037. T.Rzepka 2018-02-11 22:37:57 +01:00