1
0
forked from VimPlug/jedi
Commit Graph

1173 Commits

Author SHA1 Message Date
David Halter
d82b8d5e19 remove close_brackets - not needed anymore 2013-02-08 02:43:05 +01:00
David Halter
5737e3ad1d fix __repr__ functions 2013-02-08 02:22:02 +01:00
David Halter
80d4c6e884 many refactoring fixes 2013-02-08 01:36:58 +01:00
David Halter
bf298f0ef4 start to get rid of parent_stmt 2013-02-07 18:34:18 +01:00
David Halter
6d2d23cd78 docstring update for parsing_representation 2013-02-07 18:19:35 +01:00
David Halter
0eeb1036ac removed more unused methods from Array 2013-02-07 18:07:20 +01:00
David Halter
f2451102c1 end_pos crap of Array 2013-02-07 17:58:44 +01:00
David Halter
d6a5a3e0e7 further removals of unused code, also changes evaluate, now. 2013-02-07 17:39:54 +01:00
David Halter
d2ab0fe862 basic concept for get_assignment_calls 2013-02-07 16:28:38 +01:00
David Halter
edb401eb48 basic implementation of recursive array parser in statement 2013-02-07 14:06:14 +01:00
David Halter
5be5d08441 heapy debugging in run.py 2013-02-07 10:18:19 +01:00
David Halter
0e41001dd6 er.ArrayElement -> ArrayMethod 2013-02-06 18:37:56 +01:00
David Halter
f3635ae75c imports docstring 2013-02-06 18:20:57 +01:00
David Halter
3530ccf69e builtin docstring 2013-02-06 16:06:59 +01:00
David Halter
fa5ce843cd builtin.parse_function_doc -> _parse_function_doc 2013-02-06 15:45:37 +01:00
David Halter
59de98af67 builtin.Parser -> builtin.BuiltinModule 2013-02-06 15:42:27 +01:00
David Halter
acf81225b7 modules docstring 2013-02-06 15:38:05 +01:00
David Halter
eda6335cc0 refactor some parts of docstrings.py 2013-02-06 13:14:36 +01:00
David Halter
48d8b6fa2d docstrings docstr update 2013-02-06 13:06:59 +01:00
David Halter
69137a48f0 pep8 2013-02-06 13:04:27 +01:00
David Halter
8cf783f2c3 get recursion links right in sphinx dev 2013-02-06 00:20:07 +01:00
David Halter
27b162346a _compatibility docstring 2013-02-06 00:14:29 +01:00
David Halter
c7627b10be recursion docstring 2013-02-06 00:08:34 +01:00
David Halter
7cb5411414 cache docstring 2013-02-05 23:55:42 +01:00
David Halter
bd993af30d added recursion documentation in sphinx dev 2013-02-05 23:43:40 +01:00
David Halter
56d900b7e2 moved recursion parts from helper to recursion.py 2013-02-05 23:41:54 +01:00
David Halter
18d424f86c move refactoring warning 2013-02-05 23:34:43 +01:00
David Halter
23bdb880e4 dynamic docstring 2013-02-05 23:32:28 +01:00
David Halter
836a3ae13b refactoring warning 2013-02-05 23:27:26 +01:00
David Halter
12d9d5b9fd refactoring docstring 2013-02-05 23:25:39 +01:00
David Halter
cd931c5112 docstrings.py docstring 2013-02-05 23:25:12 +01:00
David Halter
0adb0ac818 fast_parser docstring 2013-02-05 23:11:39 +01:00
David Halter
6e1d693c46 evaluate_representation docstring 2013-02-05 18:45:16 +01:00
David Halter
9be695ae8f remove 'messy' warning of evaluate docstring, because it's actually much better, now. 2013-02-05 18:45:06 +01:00
David Halter
2b64171dd7 evaluate.get_scopes_for_name -> evaluate.find_name 2013-02-05 18:27:01 +01:00
David Halter
650b96dbda improve docstrings of evaluate 2013-02-05 18:21:38 +01:00
David Halter
a14471ad48 split also the parser / parser_representation docstring 2013-02-05 18:13:44 +01:00
David Halter
4020c505e3 python 2.5 compatibility 2013-02-05 17:37:16 +01:00
David Halter
fccc4ccbe3 parser / evaluation representation added to sphinx dev 2013-02-05 17:34:01 +01:00
David Halter
3c1ebc02cc fix last remaining bugs of the big evaluate_representation refactoring 2013-02-05 17:21:23 +01:00
David Halter
e6352ae0a2 move CachedModule and get_sys_path from builtin.py to modules.py 2013-02-05 17:17:10 +01:00
David Halter
1474dcb91c other modules also adapt to the new evaluate_representation now 2013-02-05 17:09:57 +01:00
David Halter
783ed0b2a0 cleanup - pep8 2013-02-05 17:00:17 +01:00
David Halter
9d60d7b9ea change evaluate module to cope with the new evaluate_representation 2013-02-05 16:59:02 +01:00
David Halter
9a977c46f4 split evaluate into evaluate and evaluate_representation 2013-02-05 16:52:56 +01:00
David Halter
b3a0249475 fix the remaining refactoring problems 2013-02-05 16:38:39 +01:00
David Halter
bc08ea9630 renamed all occurences of parsing 2013-02-05 16:29:39 +01:00
David Halter
42450f48dc change an indentifier (avoid naming collisions) 2013-02-05 16:16:58 +01:00
David Halter
d372e86317 splitted parsing into parsing and parsing_representation 2013-02-05 16:15:21 +01:00
David Halter
c8a483eb9c Merge pull request #120 from dbrgn/dev
Development doc fixes
2013-02-05 02:38:15 -08:00