Commit Graph

  • bd393883b6 fixed assignment_detail parsing if tuples were used before = David Halter 2013-02-08 17:58:27 +01:00
  • 70f07320aa Statement.get_assignment_details -> get_commands (makes more sense) David Halter 2013-02-08 16:19:05 +01:00
  • d6257fffc8 make array slicing work again David Halter 2013-02-08 15:50:35 +01:00
  • 942c620cde make the second test pass David Halter 2013-02-08 15:24:49 +01:00
  • 6c0a0e889c fix start_pos of multiple elements David Halter 2013-02-08 15:14:43 +01:00
  • 4f060ddcd9 refactor a lot of er.Array David Halter 2013-02-08 13:09:08 +01:00
  • 39f43c52fe little fixes for the dynamic module David Halter 2013-02-08 12:49:36 +01:00
  • 94126edda8 get rid of generate_param_array David Halter 2013-02-08 12:32:19 +01:00
  • d82b8d5e19 remove close_brackets - not needed anymore David Halter 2013-02-08 02:43:05 +01:00
  • 5737e3ad1d fix __repr__ functions David Halter 2013-02-08 02:22:02 +01:00
  • 80d4c6e884 many refactoring fixes David Halter 2013-02-08 01:36:58 +01:00
  • bf298f0ef4 start to get rid of parent_stmt David Halter 2013-02-07 18:34:18 +01:00
  • 6d2d23cd78 docstring update for parsing_representation David Halter 2013-02-07 18:19:22 +01:00
  • 0eeb1036ac removed more unused methods from Array David Halter 2013-02-07 18:07:20 +01:00
  • f2451102c1 end_pos crap of Array David Halter 2013-02-07 17:58:44 +01:00
  • d6a5a3e0e7 further removals of unused code, also changes evaluate, now. David Halter 2013-02-07 17:39:40 +01:00
  • d2ab0fe862 basic concept for get_assignment_calls David Halter 2013-02-07 16:28:38 +01:00
  • edb401eb48 basic implementation of recursive array parser in statement David Halter 2013-02-07 14:06:14 +01:00
  • 5be5d08441 heapy debugging in run.py David Halter 2013-02-07 10:18:19 +01:00
  • 0e41001dd6 er.ArrayElement -> ArrayMethod David Halter 2013-02-06 18:37:56 +01:00
  • f3635ae75c imports docstring David Halter 2013-02-06 18:20:57 +01:00
  • 3530ccf69e builtin docstring David Halter 2013-02-06 16:06:59 +01:00
  • fa5ce843cd builtin.parse_function_doc -> _parse_function_doc David Halter 2013-02-06 15:45:37 +01:00
  • 59de98af67 builtin.Parser -> builtin.BuiltinModule David Halter 2013-02-06 15:42:27 +01:00
  • acf81225b7 modules docstring David Halter 2013-02-06 15:38:05 +01:00
  • eda6335cc0 refactor some parts of docstrings.py David Halter 2013-02-06 13:14:36 +01:00
  • 48d8b6fa2d docstrings docstr update David Halter 2013-02-06 13:06:59 +01:00
  • 69137a48f0 pep8 David Halter 2013-02-06 13:00:23 +01:00
  • 8cf783f2c3 get recursion links right in sphinx dev David Halter 2013-02-06 00:20:07 +01:00
  • 27b162346a _compatibility docstring David Halter 2013-02-06 00:14:29 +01:00
  • c7627b10be recursion docstring David Halter 2013-02-06 00:08:34 +01:00
  • 7cb5411414 cache docstring David Halter 2013-02-05 23:55:42 +01:00
  • bd993af30d added recursion documentation in sphinx dev David Halter 2013-02-05 23:43:40 +01:00
  • 56d900b7e2 moved recursion parts from helper to recursion.py David Halter 2013-02-05 23:41:54 +01:00
  • 18d424f86c move refactoring warning David Halter 2013-02-05 23:34:43 +01:00
  • 23bdb880e4 dynamic docstring David Halter 2013-02-05 23:32:28 +01:00
  • 836a3ae13b refactoring warning David Halter 2013-02-05 23:27:26 +01:00
  • 12d9d5b9fd refactoring docstring David Halter 2013-02-05 23:25:39 +01:00
  • cd931c5112 docstrings.py docstring David Halter 2013-02-05 23:25:12 +01:00
  • 0adb0ac818 fast_parser docstring David Halter 2013-02-05 23:11:39 +01:00
  • 6e1d693c46 evaluate_representation docstring David Halter 2013-02-05 18:45:16 +01:00
  • 9be695ae8f remove 'messy' warning of evaluate docstring, because it's actually much better, now. David Halter 2013-02-05 18:45:06 +01:00
  • 2b64171dd7 evaluate.get_scopes_for_name -> evaluate.find_name David Halter 2013-02-05 18:26:38 +01:00
  • 650b96dbda improve docstrings of evaluate David Halter 2013-02-05 18:21:38 +01:00
  • a14471ad48 split also the parser / parser_representation docstring David Halter 2013-02-05 18:13:44 +01:00
  • 4020c505e3 python 2.5 compatibility David Halter 2013-02-05 17:37:16 +01:00
  • fccc4ccbe3 parser / evaluation representation added to sphinx dev David Halter 2013-02-05 17:31:46 +01:00
  • 3c1ebc02cc fix last remaining bugs of the big evaluate_representation refactoring David Halter 2013-02-05 17:21:23 +01:00
  • e6352ae0a2 move CachedModule and get_sys_path from builtin.py to modules.py David Halter 2013-02-05 17:16:57 +01:00
  • 1474dcb91c other modules also adapt to the new evaluate_representation now David Halter 2013-02-05 17:09:57 +01:00
  • 783ed0b2a0 cleanup - pep8 David Halter 2013-02-05 17:00:17 +01:00
  • 9d60d7b9ea change evaluate module to cope with the new evaluate_representation David Halter 2013-02-05 16:59:02 +01:00
  • 9a977c46f4 split evaluate into evaluate and evaluate_representation David Halter 2013-02-05 16:52:56 +01:00
  • b3a0249475 fix the remaining refactoring problems David Halter 2013-02-05 16:38:23 +01:00
  • bc08ea9630 renamed all occurences of parsing David Halter 2013-02-05 16:29:39 +01:00
  • 42450f48dc change an indentifier (avoid naming collisions) David Halter 2013-02-05 16:16:58 +01:00
  • d372e86317 splitted parsing into parsing and parsing_representation David Halter 2013-02-05 16:15:21 +01:00
  • c8a483eb9c Merge pull request #120 from dbrgn/dev David Halter 2013-02-05 02:38:15 -08:00
  • a0f07c90e8 Development doc fixes Danilo Bargen 2013-02-05 11:31:05 +01:00
  • 4e6eff5688 little evaluate docstring fix David Halter 2013-02-05 01:48:22 +01:00
  • 24f2ff83a5 new evaluate docstring David Halter 2013-02-05 01:43:30 +01:00
  • 6942cca302 fixed some sphinx references David Halter 2013-02-05 00:40:23 +01:00
  • ee9676a5d7 improved evaluate docstring David Halter 2013-02-05 00:39:48 +01:00
  • 4fc350f637 sphinx dev: make API documentation clearer David Halter 2013-02-05 00:06:44 +01:00
  • 3678f235c0 new parsing docstring David Halter 2013-02-05 00:02:29 +01:00
  • 057ed6bda2 better parsing docstring David Halter 2013-02-04 17:55:38 +01:00
  • 4bf6332a83 rename some parser functions (add underlines) David Halter 2013-02-04 16:55:35 +01:00
  • c5f48873e8 sphinx dev: add fast_parser David Halter 2013-02-04 16:33:11 +01:00
  • 95c5b9a5e3 parsing.PyFuzzyParser -> Parser David Halter 2013-02-04 16:18:24 +01:00
  • e1ab3855fa sphinx dev: move api further down David Halter 2013-02-04 16:11:49 +01:00
  • fbcd58f488 sphinx dev: little text about api and about me David Halter 2013-02-04 16:10:02 +01:00
  • 27636dbb7c sphinx dev: remove dev- tags David Halter 2013-02-04 15:25:20 +01:00
  • 3af25edcf9 sphinx dev: more toc's David Halter 2013-02-04 15:20:57 +01:00
  • 117063da85 sphinx dev: core extensions description David Halter 2013-02-04 15:14:26 +01:00
  • 8aebf1c9f9 move core extensions up David Halter 2013-02-04 14:52:24 +01:00
  • 9eec549a39 make docstrings ready for sphinx David Halter 2013-02-04 14:23:50 +01:00
  • 3faf50049b fix sphinx warnings/errors David Halter 2013-02-04 11:09:07 +01:00
  • ed61f28549 sphinx: remove sidebar stuff: relations, sourcelink and searchbox David Halter 2013-02-04 01:00:05 +01:00
  • bbc1a6f425 sphinx dev: overview David Halter 2013-02-04 00:54:17 +01:00
  • 38db3af324 sphinx dev: polishes David Halter 2013-02-04 00:02:49 +01:00
  • 0ce1bfda72 sphinx automodule doesn't document members by default anymore David Halter 2013-02-03 23:59:03 +01:00
  • f0108d494f dev docs: introduction David Halter 2013-02-03 23:56:37 +01:00
  • bded969e02 dev docs: no-members for automodule David Halter 2013-02-03 23:55:37 +01:00
  • fc2188ecff dev docs: core overview David Halter 2013-02-03 23:32:31 +01:00
  • 48c2979539 sphinx development docs beginning David Halter 2013-02-03 23:02:10 +01:00
  • 18dbbada88 removed the plugin list in the wrong place David Halter 2013-02-03 21:32:04 +01:00
  • f59a8d9955 remove redundant sphinx documentation David Halter 2013-02-03 20:52:09 +01:00
  • 5fc4657f35 improve feature readme note David Halter 2013-02-03 20:46:52 +01:00
  • 19cb4cb1e6 move history from readme to sphinx docs David Halter 2013-02-03 20:44:53 +01:00
  • e775c3ce13 semantic versioning notice now has no starting number anymore David Halter 2013-02-03 20:32:02 +01:00
  • 046b11d7aa docs title David Halter 2013-02-03 20:28:33 +01:00
  • 8f6b7289f9 readme title David Halter 2013-02-03 20:27:35 +01:00
  • b6ecd71f16 use first lines of readme as jedi docstring David Halter 2013-02-03 20:14:08 +01:00
  • 0adfb30084 readme typo David Halter 2013-02-03 16:40:57 +01:00
  • 1cc67b271d improved jedi docstring, better basic description David Halter 2013-02-03 15:51:21 +01:00
  • 1f26aded67 bad sentence in readme David Halter 2013-02-02 18:28:13 +01:00
  • 15570a14eb removed the under 'construction notice' for SublimeJEDI, I think the plugin is good enough to be used now. I hope this is ok with you, @srusskih David Halter 2013-02-02 18:23:18 +01:00
  • 4eced17e99 better API description README text David Halter 2013-02-02 18:21:09 +01:00
  • 73ffec9a1b basic description David Halter 2013-02-02 18:14:58 +01:00
  • be2d935703 Merge pull request #118 from tkf/dotted-docstr-type David Halter 2013-02-02 06:12:11 -08:00