1
0
forked from VimPlug/jedi

Commit Graph

  • ac8ed62a77 Remove FakeName since it's not actually used anymore. Dave Halter 2017-04-20 09:52:31 +02:00
  • db683acfc1 One more docstring test. Dave Halter 2017-04-20 09:47:30 +02:00
  • 7ca62578e1 Add py__doc__ as a better approach to docstrings. Dave Halter 2017-04-20 09:45:12 +02:00
  • b4631d6dd4 Progress in removing the docstring/call signature logic from the parser. Dave Halter 2017-04-18 18:48:05 +02:00
  • deb028c3fb Move get_statement_of_position out of the parser tree. Dave Halter 2017-04-15 02:23:08 +02:00
  • 1cfe5c2945 Python3Method is not needed anymore in the parser. Dave Halter 2017-04-15 01:53:58 +02:00
  • 4bd3c91622 Fix Python 2 tests. Dave Halter 2017-04-15 01:49:20 +02:00
  • c4e51f9969 Use object for Python 2 classes. Dave Halter 2017-04-15 01:47:48 +02:00
  • d6d25db9a2 Remove __str__ from name. Dave Halter 2017-04-12 23:06:11 +02:00
  • 73a38267cf Simplify the Operator/Keyword string comparison. Dave Halter 2017-04-12 19:11:14 +02:00
  • a0b65b52c6 used_names -> get_used_names(). Dave Halter 2017-04-12 08:56:11 +02:00
  • b0ac07228b Restructure/Refactor has_absolute_import a bit. Dave Halter 2017-04-12 08:47:30 +02:00
  • c056105502 get_except_clauses -> get_except_clause_tests Dave Halter 2017-04-12 08:40:27 +02:00
  • 7e560bffe8 Move in_which_test_node -> get_corresponding_test_node. Dave Halter 2017-04-12 08:35:48 +02:00
  • 6190a65f23 The Lambda type should be lambdef, not lambda. Use the grammar types. Dave Halter 2017-04-11 18:28:25 +02:00
  • 685e630c03 Simple refactoring. Dave Halter 2017-04-11 18:20:44 +02:00
  • afa6427861 Fix the remaining lambda issue. Dave Halter 2017-04-11 18:18:31 +02:00
  • 5cd26615e8 Removed the name attribute from lambda. It doesn't exist so don't fake it. Dave Halter 2017-04-11 18:10:35 +02:00
  • e675715357 Rename a few IfStmt methods. Dave Halter 2017-04-10 22:46:06 +02:00
  • 797953df39 More Flow cleanups. Dave Halter 2017-04-10 10:05:21 +02:00
  • 218e715553 Make the some names more concise in the parser tree. Dave Halter 2017-04-10 09:44:08 +02:00
  • 769cc80d6b Cleanup with_stmt. Dave Halter 2017-04-09 21:20:33 +02:00
  • f855c2bb70 More parser tree simplifications. Dave Halter 2017-04-09 13:24:09 +02:00
  • ff82763e6b get_annotation -> annotation (property). Dave Halter 2017-04-08 15:28:38 +02:00
  • 545cb26f78 stars -> star_count. Dave Halter 2017-04-08 15:26:57 +02:00
  • 1625834f81 Move get_comp_fors out of the parser. Dave Halter 2017-04-08 14:16:00 +02:00
  • 4cd7f40e3b Simplify get_executable_nodes. Dave Halter 2017-04-08 14:05:18 +02:00
  • 65a6c61dc6 Remove nodes_to_execute in favor of a function in parser_utils. Dave Halter 2017-04-08 12:59:49 +02:00
  • 8542047e5c Adding a tag should be part of the deployment script. Dave Halter 2017-04-06 18:21:20 +02:00
  • 053020c449 Bump version to 0.10.3. Dave Halter 2017-04-06 18:13:06 +02:00
  • 8bdf7e32ef Remove the dist folder before deploying. Dave Halter 2017-04-05 20:54:22 +02:00
  • 5427b02712 Merge branch 'dev' v0.10.2 Dave Halter 2017-04-05 20:00:16 +02:00
  • aa2dfa9446 Fix path for grammar files in MANIFEST Felipe Lacerda 2017-04-05 11:23:27 +02:00
  • 3cc97f4b73 Changelog for 0.10.2. Dave Halter 2017-04-05 18:04:41 +02:00
  • 536ad4c5f1 Added the forgotten changelog for 0.10.1. Dave Halter 2017-04-05 18:03:45 +02:00
  • 54242049d2 Bump version to 0.10.2. Dave Halter 2017-04-05 01:42:02 +02:00
  • eb37f82411 Add memoization where it needs to be. Fixes #894. v0.10.1 Dave Halter 2017-04-05 01:06:48 +02:00
  • 4b841370e4 Test full name for os.path imports. Fixes #873. Dave Halter 2017-04-05 00:59:50 +02:00
  • fe5eaaf56c Add a better debugging message for import fails. Dave Halter 2017-04-04 23:27:45 +02:00
  • fb8ed61b87 Add a way to cwd into a tmpdir. Dave Halter 2017-04-04 21:03:45 +02:00
  • 0117f83809 Forgot to include a test for #844. Dave Halter 2017-04-04 20:35:32 +02:00
  • e660a5a703 Forgot to include the test for #884. Dave Halter 2017-04-04 20:31:27 +02:00
  • 947d91f792 Refactor the ClassName to allow inheritance in different modules. Fixes #884. Dave Halter 2017-04-04 20:10:47 +02:00
  • d41e036427 Keyword-only arguments were not usable. Fixes #883 and #856. Dave Halter 2017-04-03 18:18:21 +02:00
  • 632072000e Fix the builtin docstring issue that we've had. Fixes #859. Dave Halter 2017-04-03 00:27:31 +02:00
  • 47c1b8fa07 Fix bug #844. Dave Halter 2017-04-02 22:21:57 +02:00
  • 9f1dda04c0 Remove print statements that are not needed. Dave Halter 2017-04-02 21:43:30 +02:00
  • 7ecaf19b59 Fix _remove_last_newline. Fixes #863. Dave Halter 2017-04-02 21:29:48 +02:00
  • 3a6d815e9e Another conversion. Dave Halter 2017-04-01 18:12:53 +02:00
  • ed8370fa68 isinstance to type conversions. Dave Halter 2017-04-01 18:08:59 +02:00
  • bd779655ae Merge branch 'dev' of github.com:davidhalter/jedi into dev Dave Halter 2017-04-01 17:51:36 +02:00
  • d6d1a39bf2 Remove some print statements. Dave Halter 2017-04-01 17:50:47 +02:00
  • 4cc467123c Use PythonNode and not Node in the evaluator. Dave Halter 2017-04-01 17:39:28 +02:00
  • 1624f6945e Fix api.usages so it finds cross-module usages Andy Lee 2017-03-22 10:51:45 -07:00
  • 3e36238da3 Add test for cross-module usages Andy Lee 2017-03-22 10:04:34 -07:00
  • 281d6a87a0 Remove a few print statements. Dave Halter 2017-04-01 12:43:57 +02:00
  • 1fd10d978d Replace a few isinstance calls with the type. Dave Halter 2017-04-01 00:26:22 +02:00
  • a6829ca546 Use the cache variables in more straight forward fashion. Dave Halter 2017-03-31 23:10:39 +02:00
  • b708b7f07d Remove other crap code in the diff parser. Dave Halter 2017-03-31 21:48:30 +02:00
  • b15aa197fd Remove CachedFastPaser, not needed anymore. Dave Halter 2017-03-31 21:46:57 +02:00
  • 1bb0c89f46 Remove source parameter from parser. Dave Halter 2017-03-31 21:44:43 +02:00
  • a687910368 Also remove _parsed from all parsers. Dave Halter 2017-03-31 21:42:11 +02:00
  • d2d165267d Remove unused get_root_node on the parser. Dave Halter 2017-03-31 21:41:36 +02:00
  • 7a51dbea08 Fix an issue in Python 2. Dave Halter 2017-03-31 21:03:15 +02:00
  • f6f2765ab9 Rename the profile script to profile_output to avoid name clashes with the stdlibs profile.py. Dave Halter 2017-03-31 17:27:16 +02:00
  • 36b2fce030 The profile scripts default had to be changed. Dave Halter 2017-03-31 17:26:24 +02:00
  • 7e45ee3096 Refactor our parser caching a bit more. Dave Halter 2017-03-30 18:41:51 +02:00
  • 35fd1c70bd Rename parser.utils to parser.cache. Dave Halter 2017-03-30 01:57:48 +02:00
  • db364bc44d Move underscore memoization. Dave Halter 2017-03-30 01:52:01 +02:00
  • 54d69fb9f4 Remove the ParserPickling class. Dave Halter 2017-03-30 01:50:50 +02:00
  • 8059c3c2c8 Save a module instead of a parser when pickling. Dave Halter 2017-03-30 00:55:04 +02:00
  • 932703f04a Remove an import that is not needed anymore. Dave Halter 2017-03-28 02:09:38 +02:00
  • ee47be0140 Merge Parser and ParserWithRecovery. Dave Halter 2017-03-28 02:08:16 +02:00
  • 1d0796ac07 Remove a usage of the old module path. Dave Halter 2017-03-28 01:43:40 +02:00
  • 6a9c2f8795 Start using ContextualizedNode for py__iter__. Dave Halter 2017-03-28 01:34:07 +02:00
  • bb9ea54402 Remove ImplicitTuple. Dave Halter 2017-03-27 23:18:06 +02:00
  • 8a35a04439 Remove the module path from the parser tree. Dave Halter 2017-03-27 18:13:32 +02:00
  • b60ec024fa Remove start_parsing completely from the Parsers. Dave Halter 2017-03-26 12:52:37 +02:00
  • 63cafeaa87 Remove all usages of start_parsing=True in the fast parser. Dave Halter 2017-03-26 12:49:40 +02:00
  • 3d27d06781 Use the new parse method instead of a Parser. Dave Halter 2017-03-26 11:49:17 +02:00
  • 5c54650216 Code to source. Dave Halter 2017-03-26 01:50:19 +01:00
  • aff0cbd68c Remove the last usage of save/load_parser in jedi. Dave Halter 2017-03-26 01:48:45 +01:00
  • fb8ffde32e Fix an issue in the parse call. Dave Halter 2017-03-26 01:26:01 +01:00
  • 7874026ee5 A lot of work toward a better diff parser API. Dave Halter 2017-03-25 01:51:03 +01:00
  • ac0d0869c9 Start using the parse function for caching as well. Dave Halter 2017-03-24 01:52:55 +01:00
  • fb4cff8ef9 A small buildout script refactoring. Dave Halter 2017-03-23 18:39:19 +01:00
  • 5aa379945e Merge the FileNotFoundError cache. Dave Halter 2017-03-23 09:58:28 +01:00
  • eb9af19559 Add test for loading deleted cache file Andy Lee 2017-03-22 15:10:16 -07:00
  • 3a851aac8c Catch FileNotFoundError when opening file cache Andy Lee 2017-02-09 11:38:44 -08:00
  • 6fef385774 Clean the path in pickling. Dave Halter 2017-03-23 08:52:25 +01:00
  • 26cce4d078 Add the grammar as an argument to saving the parser. Dave Halter 2017-03-22 18:32:49 +01:00
  • c41bee4253 Trying to ideas to reshape the diff parser APIs. Dave Halter 2017-03-22 09:38:06 +01:00
  • 2cb565561d Replace the diff parser imports with the modified path. Dave Halter 2017-03-21 22:10:01 +01:00
  • 3a2811fbe8 Move the diff parser. Dave Halter 2017-03-21 22:03:58 +01:00
  • 6f01264ed3 Restructure import's module loading. Dave Halter 2017-03-21 17:20:10 +01:00
  • ff90beca6b Remove some documentation that was not necessary. Dave Halter 2017-03-20 21:10:49 +01:00
  • d218acee6b Create a default implementation of leafs. Dave Halter 2017-03-20 19:34:48 +01:00
  • c6811675b6 Rename ast_mapping to node_map. Dave Halter 2017-03-20 08:55:18 +01:00
  • 2d7fd30111 Remove _remove_last_newline from the parser. Dave Halter 2017-03-20 08:49:30 +01:00
  • 9dedb9ff68 Don't start parsing in our own API. Dave Halter 2017-03-20 08:44:52 +01:00