Commit Graph

  • 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
  • 2917da8025 Make :ROLE:TYPE handling more general #118 Takafumi Arakaki 2013-02-01 17:57:24 +01:00
  • c62a435aee Merge pull request #119 from tkf/tox David Halter 2013-01-30 13:08:01 -08:00
  • 26e27aecec Add tox setup to run tests #119 Takafumi Arakaki 2013-01-30 22:02:46 +01:00
  • 0cbbb17a82 Add tests in completion/docstring.py Takafumi Arakaki 2013-01-30 21:23:04 +01:00
  • b8f139d574 Merge branch 'sphinx-class-type' into dotted-docstr-type Takafumi Arakaki 2013-01-30 21:10:30 +01:00
  • a7131fa949 Make the failing doctest pass Takafumi Arakaki 2013-01-30 21:09:41 +01:00
  • ef1123a513 Add a failing doctest for :class:ClassName Takafumi Arakaki 2013-01-30 21:07:30 +01:00
  • 9a35301a29 Add doctests for search_param_in_docstr Takafumi Arakaki 2013-01-30 21:03:48 +01:00
  • 691177c20c Fix Python 2.5 failure Takafumi Arakaki 2013-01-30 17:05:43 +01:00
  • 81f59f9a6e Make the failing test pass; dotted type works now Takafumi Arakaki 2013-01-30 01:13:50 +01:00
  • 9f416c9dae Implement import for dotted types in dcostring Takafumi Arakaki 2013-01-30 01:12:45 +01:00
  • e12212942f Add a failing test for type inference from docstring Takafumi Arakaki 2013-01-30 01:01:25 +01:00
  • 0e3cec5b17 Merge pull request #115 from andviro/master David Halter 2013-01-27 06:31:41 -08:00
  • 048608f4b7 compatibility with python2.5 #115 Andrew Rodionoff 2013-01-26 09:26:04 +04:00
  • 0315da9699 compatibility with python3 fix Andrew Rodionoff 2013-01-26 02:10:26 +04:00
  • 9c152119ad more robust source encoding detection Andrew Rodionoff 2013-01-25 22:57:23 +04:00
  • b906fe4209 Added Arch Linux instructions to docs (fixes #114) Danilo Bargen 2013-01-17 14:31:32 +01:00
  • 9cdf745c6b Merge commit '46d49fd66c6e2ca61153cebab3f3bf7366dd0879' into dev. Danilo Bargen 2013-01-15 00:33:47 +01:00
  • 6d733f124d remove old unused function David Halter 2013-01-15 00:18:59 +01:00
  • 46d49fd66c Cross platform cachedir, again. Danilo Bargen 2013-01-15 00:17:24 +01:00
  • f3f7eacae3 fix a little problem with import keyword autocompletion David Halter 2013-01-14 22:35:32 +01:00
  • 35e55fab25 improved import statement keyword autocompletion, #111 David Halter 2013-01-14 22:23:12 +01:00
  • ac2b0016d5 fix import problems with negative kill_counts, fixes #111 David Halter 2013-01-14 21:25:48 +01:00
  • d08ee04fbb regression tests for #111 David Halter 2013-01-14 18:41:09 +01:00
  • ce1653df46 python 2.5 with_statement David Halter 2013-01-12 15:18:30 +01:00
  • 96e4f301e3 changed pickling files to byte for py3k David Halter 2013-01-12 15:03:09 +01:00
  • 7b150630f0 stopiteration works in strange ways in the parser in py2, fixes #70, affects probably davidhalter/jedi-vim#68 David Halter 2013-01-12 12:15:32 +01:00
  • dd58afe8b2 fix cache problem with unsaved files David Halter 2013-01-12 11:57:25 +01:00
  • d89d80733f travis: install simplejson for python 2.5 David Halter 2013-01-12 01:20:51 +01:00
  • 9d9e40a66f fix path problems for path='' David Halter 2013-01-12 01:13:30 +01:00
  • c16c66d895 improve debugging speed messages David Halter 2013-01-12 00:49:38 +01:00
  • 0219c8fd61 remove wrong caching of the parser David Halter 2013-01-12 00:14:30 +01:00
  • 00f7088c05 test for davidhalter/jedi-vim#70 David Halter 2013-01-12 00:11:17 +01:00
  • 2efb93273a merged module_cache into parser_cache David Halter 2013-01-11 23:19:22 +01:00
  • 21ae8e4266 don't pickle cursor modules David Halter 2013-01-11 22:49:32 +01:00
  • af92f7f9f2 pickling works now (had problems deriving str, see http://stackoverflow.com/questions/14248633/python-pickle-derived-str-object), #102 David Halter 2013-01-11 22:26:30 +01:00
  • 1017db903c basic pickle implementation #102 David Halter 2013-01-11 22:00:03 +01:00
  • c923c93ccc default directory for parser caches: HOME, #102 David Halter 2013-01-10 17:31:42 +01:00
  • 7c02632fdc simplify parser_cache checks David Halter 2013-01-10 12:10:35 +01:00
  • 9031e425be renamed code -> source David Halter 2013-01-10 11:39:58 +01:00
  • 133fbcd57a move module caching from builtin to cache David Halter 2013-01-10 11:04:26 +01:00
  • cc3168ee0a added filesystem cache options David Halter 2013-01-10 10:32:47 +01:00
  • cf22a08d0a care for python 3 dict.items iterator return (in python2 list) David Halter 2013-01-10 10:02:21 +01:00
  • 21ee6f400d improvement for pickling David Halter 2013-01-10 09:33:15 +01:00
  • bc6005d833 add a newline to tests David Halter 2013-01-09 22:49:25 +01:00
  • 7b73072045 cleanup / pep8 David Halter 2013-01-09 22:47:21 +01:00
  • e9aadce5ae __slots__ usage works much better now -> scan for all slots and not only for current class David Halter 2013-01-09 21:44:59 +01:00
  • f32c2e6dc4 added a common.MultiLevelAttributeError to copying, because there were some problems David Halter 2013-01-09 21:26:50 +01:00
  • 7aa527f12e use_as_parent again and fast_parent_copy deals now with __slots__ David Halter 2013-01-09 15:23:33 +01:00
  • b85c54932b parsing.set_parent -> use_as_parent David Halter 2013-01-09 15:21:04 +01:00
  • 232aafeb6a improved slot statements David Halter 2013-01-09 15:18:28 +01:00
  • 1557ea792f use __slots__ to reduce memory footprint of parser, #102 David Halter 2013-01-08 14:54:56 +01:00
  • 4a6aabaaba avoid syntaxwarning David Halter 2013-01-08 13:02:06 +01:00
  • b991190f50 python 3 compatibility, which is nicer anyway David Halter 2013-01-08 12:58:13 +01:00
  • 8987ecf3a8 forgot some fragments of CachedModule.cache David Halter 2013-01-08 12:53:02 +01:00
  • 67f7e66cc6 move module cache to cache.py - centralize all caches there David Halter 2013-01-08 12:47:44 +01:00
  • be3d7f35cd move parser cache to cache.py - centralize all caches there David Halter 2013-01-08 12:44:32 +01:00
  • da34fc2358 add delete option to cache deleter David Halter 2013-01-08 12:41:08 +01:00
  • 869572fe64 further improvements of the jedi import in tests David Halter 2013-01-08 12:29:17 +01:00