Commit Graph

  • 69cc5020be Merge pull request #143 from tkf/call-signature-test David Halter 2013-02-24 20:38:37 -08:00
  • 38fc49022f Include __init__ call signature in Class.doc Takafumi Arakaki 2013-02-24 22:56:43 +01:00
  • 4ba9fd2b68 Fix Statement.get_code Takafumi Arakaki 2013-02-25 01:43:22 +01:00
  • e1e2ed8fcc Add a test for docstring in call signature Takafumi Arakaki 2013-02-24 22:45:10 +01:00
  • 3dcad981a5 Merge pull request #142 from tkf/doc-inheritance-diagram Danilo Bargen 2013-02-24 13:44:13 -08:00
  • c911255d6e Add inheritance-diagram to Sphinx documentation Takafumi Arakaki 2013-02-24 21:19:27 +01:00
  • 7f00b9414e Check the case where multiple docstrings are defined Takafumi Arakaki 2013-02-24 20:58:43 +01:00
  • aad9c34db6 Include statements to Script.definition if it has docstring Takafumi Arakaki 2013-02-24 20:56:09 +01:00
  • e458b35f1c Unconditionally set attribute docstrings Takafumi Arakaki 2013-02-24 19:45:47 +01:00
  • 540eff3d42 Add test_attribute_docstring Takafumi Arakaki 2013-02-24 17:59:08 +01:00
  • b6839fb264 Define Name.docstr as a proxy for Statement.docstr Takafumi Arakaki 2013-02-24 19:32:19 +01:00
  • 740f27c8b8 Add attribute docstrings (PEP 257) support Takafumi Arakaki 2013-02-24 19:26:56 +01:00
  • 19b41c1cb4 Make pr.Statement "document-able" Takafumi Arakaki 2013-02-24 19:26:23 +01:00
  • 524feca0de Add TestDocstring Takafumi Arakaki 2013-02-24 17:40:18 +01:00
  • d9ac630633 Merge pull request #140 from tkf/tox-setenv David Halter 2013-02-24 06:35:13 -08:00
  • bbb1c463b4 Merge pull request #139 from tkf/tox-25 David Halter 2013-02-24 06:33:46 -08:00
  • 679cd05acf Set XDG_CACHE_HOME in tox to avoid contaminating ~/.cache Takafumi Arakaki 2013-02-24 14:53:53 +01:00
  • d9ca833814 Make 2.5 test runnable with tox Takafumi Arakaki 2013-02-24 14:56:01 +01:00
  • 68ace0d05b dynamic docstring improvements David Halter 2013-02-23 22:21:34 +04:30
  • e8feb0b7d2 dynamic docstring David Halter 2013-02-23 22:15:17 +04:30
  • 4ee4e225a6 don't encode strings in python3, affects davidhalter/jedi-vim#94 and @dbrgn David Halter 2013-02-23 21:10:22 +04:30
  • 6ea64a28bf dev/refactor merge David Halter 2013-02-23 20:53:57 +04:30
  • adc7a559cf python3.2 compatibility David Halter 2013-02-23 08:58:15 +04:30
  • 6ab10b6fa1 pep8 David Halter 2013-02-23 01:16:02 +04:30
  • 4d7aad4ce8 deleted old crap code David Halter 2013-02-23 01:11:29 +04:30
  • 6912764923 fix position problems which came with lambdas David Halter 2013-02-23 00:40:34 +04:30
  • 7f051087e5 basic lambda implementation David Halter 2013-02-22 23:37:59 +04:30
  • c1e805d7b0 fixed invalid list comprehension tests David Halter 2013-02-22 23:06:59 +04:30
  • 2fda713118 basic listcomprehension/lambda move David Halter 2013-02-22 23:02:44 +04:30
  • b0c3fd5439 api.Script.get_definition -> definition, to be consistent in the api naming. deprecated api.Script.get_definition David Halter 2013-02-21 22:12:51 +04:30
  • f8e0c78f77 Script.get_in_function_call -> Script.function_definition David Halter 2013-02-21 22:04:35 +04:30
  • 923e59b9c2 fixed position problems (with tokenizer offsets) David Halter 2013-02-21 21:45:39 +04:30
  • 80423ddb57 todo remove David Halter 2013-02-21 21:38:31 +04:30
  • 9690cf3eaf removed merged Statement.used_funcs and used_vars (made no sense) David Halter 2013-02-21 21:30:57 +04:30
  • 774c191d7e removed code part of Statement David Halter 2013-02-21 21:26:22 +04:30
  • 0084b9f04d little cleanup, removed old unused code David Halter 2013-02-21 20:57:05 +04:30
  • 2b174ecf2c simplify and fix refactoring: extract David Halter 2013-02-21 20:42:06 +04:30
  • 98ee2d9675 fixed refactoring: inline David Halter 2013-02-21 20:23:19 +04:30
  • 78fd8372a5 refactoring exception fixes David Halter 2013-02-21 20:02:10 +04:30
  • d05018757d completely rewrote helpers.search_function_definition David Halter 2013-02-21 19:55:46 +04:30
  • 9fa0b9f924 fix rest of rename tests David Halter 2013-02-21 01:45:25 +04:30
  • 6b5295bc40 also fixed nested list comprehensions David Halter 2013-02-21 01:39:49 +04:30
  • 4d3267b24f fix list comprehension problems for non-nested David Halter 2013-02-21 01:13:23 +04:30
  • 9cda8c2a52 fix list comprehensions recursion problems David Halter 2013-02-20 23:45:40 +04:30
  • fad4cd6c13 fix some other array parts David Halter 2013-02-20 23:38:33 +04:30
  • f2cdf03e6e fixed dict problems David Halter 2013-02-20 22:37:32 +04:30
  • 06a54f30a8 some renaming fixes David Halter 2013-02-19 00:32:47 +04:30
  • 1b7fc1ee50 fixes for goto David Halter 2013-02-19 00:21:04 +04:30
  • 926ab81bf2 some import fixes David Halter 2013-02-19 00:11:15 +04:30
  • 3ddd371310 fixed isinstance checks David Halter 2013-02-19 00:02:05 +04:30
  • b1825621ff fixed the rest of the dynamic problems David Halter 2013-02-18 23:49:28 +04:30
  • c3fe5d04dd line_offset to offset in Parser, which is important for exact positioning David Halter 2013-02-18 23:14:56 +04:30
  • b2aa8b8024 get_parent_until for ListComprehension David Halter 2013-02-18 20:52:07 +04:30
  • 30fa504457 fix some more dynamic problems David Halter 2013-02-18 20:41:27 +04:30
  • 4e102e25e6 fix some of the dynamic bugs David Halter 2013-02-17 23:23:57 +04:30
  • 108f395670 fixed ordering.py tests David Halter 2013-02-17 22:58:13 +04:30
  • c67b9986a6 some minor fixes / inits to inputs refactoring David Halter 2013-02-17 22:48:41 +04:30
  • 779ce6509d first dynamic array work David Halter 2013-02-17 22:15:11 +04:30
  • 79216f189f moved parsing.Simple.module to _sub_module David Halter 2013-02-17 00:30:44 +04:30
  • 1366f5fa61 made ListComprehensions behave more llike typical 'pr' objects David Halter 2013-02-17 00:23:43 +04:30
  • 89a2cb15d0 fix problems with positions in definitions with the same name on the same line David Halter 2013-02-17 00:14:30 +04:30
  • 8fd3910958 fix a get_code problem for instances/statements, which is not needed there, because get_code should only be called on pure parsing_representation objects David Halter 2013-02-16 23:38:07 +04:30
  • e6b050c681 Updated README Danilo Bargen 2013-02-16 14:22:09 +01:00
  • bfa1aaf183 Added @andviro to AUTHORS.txt Danilo Bargen 2013-02-16 14:18:17 +01:00
  • aedd680e9d Typo in docstring Danilo Bargen 2013-02-16 14:06:23 +01:00
  • d3947a6dc7 Added a type hinting recipe to docs (refs #133) Danilo Bargen 2013-02-16 14:03:49 +01:00
  • 860d5a061f Merge pull request #134 from tkf/docfix David Halter 2013-02-15 10:00:37 -08:00
  • d1bcbd1559 Fix typo in development.rst Takafumi Arakaki 2013-02-15 18:34:25 +01:00
  • 98a6febb50 Fix typo s/Epidoc/Epydoc/g and add links for markups Takafumi Arakaki 2013-02-15 18:31:05 +01:00
  • ea9a667425 Fixed issue with repr encoding (fixes davidhalter/jedi-vim#94) Danilo Bargen 2013-02-14 21:10:06 +01:00
  • 3ab2b0a244 Added (failing) regression test for davidhalter/jedi-vim#94 Danilo Bargen 2013-02-14 20:26:31 +01:00
  • fb0ea354ac fix a dynamic search param problem David Halter 2013-02-14 20:57:55 +04:00
  • cda84dc92a add an empty IsScope class to match all scopes David Halter 2013-02-14 20:54:26 +04:00
  • 52b32a01c1 move default arguments [] to (), because mutable may be dangerous (especially in a recursive environment David Halter 2013-02-11 01:21:51 +01:00
  • f423de1956 fix some descriptor methods David Halter 2013-02-11 01:08:45 +01:00
  • cae38ed3d7 fix getattr/__getattr*__ David Halter 2013-02-11 00:50:32 +01:00
  • f2a7788d66 fix InstanceElement get_commands (doesn't raise an error anymore, but I don't know if it works) David Halter 2013-02-11 00:21:05 +01:00
  • de5de41627 fix last failing function tests David Halter 2013-02-11 00:06:31 +01:00
  • da4ad7fd3f fix Name (instead of Param) as param key David Halter 2013-02-10 23:57:20 +01:00
  • 5722cd2382 fix parts of helpers.search_function_definition David Halter 2013-02-10 22:39:21 +01:00
  • 01c48593bf er.Array is now also iterable David Halter 2013-02-10 21:15:04 +01:00
  • df17c98061 fixed the whole var args iterator stuff David Halter 2013-02-10 16:59:51 +01:00
  • a091ee92a4 fix dictionary index problems David Halter 2013-02-10 16:12:30 +01:00
  • fb6b3ce342 reintroduce parent and get_parent_until for er.Array, because an array is a builtin. always. David Halter 2013-02-10 15:58:02 +01:00
  • 7dce3cb964 param keys of dicts are statements now David Halter 2013-02-10 15:50:44 +01:00
  • cd49126733 improved param generator David Halter 2013-02-10 02:01:27 +01:00
  • 0008531a30 pr.Array takes no values param anymore David Halter 2013-02-09 03:55:56 +01:00
  • 22a1b2397d simple function tests pass now David Halter 2013-02-09 03:55:30 +01:00
  • a1e366f791 different little beauty improvements David Halter 2013-02-09 03:16:10 +01:00
  • 9540025a02 fixed some more array tests David Halter 2013-02-09 02:17:29 +01:00
  • 25b2239f6a repr corrections for Array/Statement/Call David Halter 2013-02-09 01:54:48 +01:00
  • 1735bdb3c3 Merge pull request #125 from tkf/more-mapping David Halter 2013-02-08 16:35:50 -08:00
  • 7f9eb272c4 Add '_sqlite3' to BaseDefinition._mapping Takafumi Arakaki 2013-02-08 21:59:36 +01:00
  • 44097bac22 Add 'posix' to BaseDefinition._mapping Takafumi Arakaki 2013-02-04 20:49:15 +01:00
  • ef30642f25 Add '_functools' to BaseDefinition._mapping Takafumi Arakaki 2013-02-03 17:35:00 +01:00
  • ffaaa68f56 fix unnessecary bracket stuff David Halter 2013-02-09 00:00:26 +01:00
  • 07f4c08069 some param fixes David Halter 2013-02-08 23:16:04 +01:00
  • 2fef25b1b1 fixed some dict issues David Halter 2013-02-08 21:18:58 +01:00
  • a5e9977e94 fix first tuple assignments David Halter 2013-02-08 18:46:56 +01:00
  • c831bfcca1 exchanged assignment_details order (another refactoring) David Halter 2013-02-08 18:00:27 +01:00