Commit Graph

1172 Commits

Author SHA1 Message Date
David Halter 860d5a061f Merge pull request #134 from tkf/docfix
Fix typo in doc and add some links
2013-02-15 10:00:37 -08:00
Takafumi Arakaki d1bcbd1559 Fix typo in development.rst 2013-02-15 18:34:25 +01:00
Takafumi Arakaki 98a6febb50 Fix typo s/Epidoc/Epydoc/g and add links for markups 2013-02-15 18:31:05 +01:00
Danilo Bargen ea9a667425 Fixed issue with repr encoding (fixes davidhalter/jedi-vim#94) 2013-02-14 21:10:06 +01:00
Danilo Bargen 3ab2b0a244 Added (failing) regression test for davidhalter/jedi-vim#94 2013-02-14 20:26:31 +01:00
David Halter 1735bdb3c3 Merge pull request #125 from tkf/more-mapping
More mapping
2013-02-08 16:35:50 -08:00
Takafumi Arakaki 7f9eb272c4 Add '_sqlite3' to BaseDefinition._mapping 2013-02-09 01:32:53 +01:00
Takafumi Arakaki 44097bac22 Add 'posix' to BaseDefinition._mapping
Needed for "os.fsync", for example.
2013-02-09 01:32:43 +01:00
Takafumi Arakaki ef30642f25 Add '_functools' to BaseDefinition._mapping
Needed for "functools.partial"
2013-02-09 01:30:30 +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
Danilo Bargen a0f07c90e8 Development doc fixes 2013-02-05 11:31:05 +01:00