Commit Graph

  • 2917da8025 Make :ROLE:TYPE handling more general 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 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 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
  • 3c4e079ecb import jedi in tests and not api David Halter 2013-01-08 12:15:50 +01:00
  • 35186629f0 delete token generator after parsing, lowers the memory footprint for 10k files with a factor of 5, #102 David Halter 2013-01-08 11:57:10 +01:00
  • de45c277c1 broke the api again (unintentionally) David Halter 2013-01-07 20:55:00 +01:00
  • 3c15471182 fix problems with unbounderrors in assignment calls David Halter 2013-01-07 20:52:24 +01:00
  • b748003b54 inline refactorings support tuples now, #103 David Halter 2013-01-07 20:26:17 +01:00
  • 53a5bf6be8 inline tests David Halter 2013-01-07 20:20:02 +01:00
  • 8fbe1c47a5 working inline refactoring David Halter 2013-01-07 20:19:42 +01:00
  • 07cb30d91b set end_pos Arrays better David Halter 2013-01-07 20:08:54 +01:00
  • f3c2c2aab4 add rename tests# David Halter 2013-01-07 14:29:48 +01:00
  • f192259383 use absolute paths as the default for 'Script' David Halter 2013-01-07 14:29:34 +01:00
  • 082db3fdbd scan_array_for_pos -> search_function_call, which makes much more sense David Halter 2013-01-07 14:11:45 +01:00
  • d35cb1898d change helpers.scan_array_for_pos to helpers.array_for_pos for refactorings David Halter 2013-01-07 14:01:14 +01:00
  • 5fc1d1130d more extract tests David Halter 2013-01-07 14:00:28 +01:00
  • fbd2ed02e5 again py2.5... i should test in the future before pushing to dev... David Halter 2013-01-07 01:55:33 +01:00
  • ab554a7529 py2.5 with statement again David Halter 2013-01-07 01:52:51 +01:00
  • d72d8ad756 py2.5 compatibility David Halter 2013-01-07 01:51:12 +01:00
  • 8ed550254f add refactoring tests to travis tests David Halter 2013-01-07 01:48:48 +01:00
  • 50e64cf930 corrected indent of some extract functions David Halter 2013-01-07 01:47:33 +01:00
  • fc58d1b8e7 working extract refactorings, affects #103 David Halter 2013-01-07 01:32:20 +01:00
  • 54ac9b3292 add __repr__ to api.Script David Halter 2013-01-07 01:07:49 +01:00
  • 5796496baf corrected problem with line numbers David Halter 2013-01-07 00:36:37 +01:00
  • 00f78bc50d use lines_to_execute also in refactoring.py David Halter 2013-01-06 17:42:07 +01:00
  • 37bbf1af1a finished testing script for refactoring David Halter 2013-01-06 17:35:55 +01:00
  • 48c04b2fcd move script in refactorings to be the default first parameter David Halter 2013-01-06 01:57:02 +01:00
  • 4700656c71 added refactoring tests - non functional David Halter 2013-01-06 01:49:24 +01:00
  • 795d25d9a7 improved some run.py stuff again David Halter 2013-01-06 01:48:48 +01:00
  • ce51021c1e move more testing functionality out of run.py David Halter 2013-01-05 22:42:16 +01:00
  • 31e8a8c5a2 remove sys path stuff in run.py (it's in base) David Halter 2013-01-05 20:19:48 +01:00
  • 15bd963f59 move test bases to test/base.py David Halter 2013-01-05 18:59:56 +01:00
  • 79e2bf80d0 don't use json (doesn't work in py2.5), even if it's not relevant. fixes #94 again :-) David Halter 2013-01-05 18:28:09 +01:00
  • 6c2f8a759d fix problems of the last 10 commits David Halter 2013-01-05 18:24:07 +01:00
  • 4b98321796 Merge branch 'dev' of github.com:davidhalter/jedi into dev David Halter 2013-01-05 14:33:06 +01:00
  • a720178b72 Merge pull request #106 from dbrgn/quick_completion David Halter 2013-01-05 05:29:57 -08:00
  • f3e71a220f basic exctract refactoring (not working yet) David Halter 2013-01-05 14:22:24 +01:00
  • c14feb3f86 Renamed quick_complete to _quick_complete Danilo Bargen 2013-01-05 01:48:39 +01:00
  • 5c8d65c57c remove unnecessary assert David Halter 2013-01-04 22:54:38 +01:00
  • cd9bdb9e1c renaming should work now. David Halter 2013-01-04 20:16:29 +01:00
  • 9f9bbaae56 no str cast on None for module paths David Halter 2013-01-04 20:16:13 +01:00
  • 3f5e9d6bca some docstring improvements David Halter 2013-01-04 20:07:20 +01:00
  • 89bd32e0d7 use str.splitlines() instead of split('\n'), which is better for non unix systems David Halter 2013-01-04 14:55:31 +01:00
  • 903626f4f9 change default sorting of related names to a more natural David Halter 2013-01-04 14:46:42 +01:00