1
0
forked from VimPlug/jedi
Commit Graph

40 Commits

Author SHA1 Message Date
Dave Halter
1a3541e3aa removed from 'from __future__ import with_statement' imports, they are not needed anymore (python 2.5 is no longer supported) 2014-01-07 17:46:22 +01:00
Dave Halter
887418bbfd move helpers to evaluate 2014-01-06 00:09:29 +01:00
Dave Halter
5857b4dbc9 moved modules.py -> parser/user_context.py 2014-01-05 14:15:11 +01:00
Dave Halter
fce36ebea4 move source_to_unicode to common 2014-01-05 13:17:04 +01:00
Dave Halter
7347c46502 expression_list instead of commands in more places 2013-12-27 14:32:15 +01:00
Dave Halter
4af92b166a use expression_list instead of commands or call_list 2013-12-27 14:24:14 +01:00
David Halter
13f0c2b91f all the import changes 2013-09-06 01:19:19 +04:30
David Halter
37ecf943af finally able to remove stmt.set_vars property 2013-09-02 21:43:23 +04:30
David Halter
ef2d99358f move Script.pos to Script._pos 2013-08-18 19:28:34 +04:30
David Halter
fbcecaf1ef deprecate 'source_path' as a Script parameter in favour of 'path' 2013-08-15 19:25:19 +04:30
David Halter
e07625017d remove all the deprecation warnings in jedi itself 2013-08-11 23:00:27 +04:30
Laurens Van Houtven
cdc41128b4 (Mostly) whitespace fixes 2013-07-10 14:45:47 +02:00
David Halter
efeeee9706 removed related_names occurences in favor of usages 2013-05-03 21:04:36 +04:30
David Halter
860cc5de04 make api_classes.BaseDefinition._definition private 2013-05-03 20:56:07 +04:30
David Halter
5d472e99ac more variables private in the same file 2013-05-03 20:51:24 +04:30
Danilo Bargen
f98b0d7b6f New "with ignored(*exceptions)" context manager 2013-04-17 23:28:37 +02:00
David Halter
7b6a4c9a2b some corrections of imports 2013-03-15 16:01:23 +04:30
David Halter
9ad9c806bb rename non-cycling imports to 'from jedi import ..' 2013-03-15 15:02:33 +04:30
David Halter
2b174ecf2c simplify and fix refactoring: extract 2013-02-21 20:42:06 +04:30
David Halter
98ee2d9675 fixed refactoring: inline 2013-02-21 20:23:19 +04:30
David Halter
78fd8372a5 refactoring exception fixes 2013-02-21 20:02:25 +04:30
David Halter
d05018757d completely rewrote helpers.search_function_definition 2013-02-21 19:56:05 +04:30
David Halter
70f07320aa Statement.get_assignment_details -> get_commands (makes more sense) 2013-02-08 16:19:05 +01:00
David Halter
69137a48f0 pep8 2013-02-06 13:04:27 +01:00
David Halter
18d424f86c move refactoring warning 2013-02-05 23:34:43 +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
b748003b54 inline refactorings support tuples now, #103 2013-01-07 20:30:17 +01:00
David Halter
8fbe1c47a5 working inline refactoring 2013-01-07 20:19:42 +01:00
David Halter
d35cb1898d change helpers.scan_array_for_pos to helpers.array_for_pos for refactorings 2013-01-07 14:01:14 +01:00
David Halter
ab554a7529 py2.5 with statement again 2013-01-07 01:52:51 +01:00
David Halter
50e64cf930 corrected indent of some extract functions 2013-01-07 01:47:33 +01:00
David Halter
fc58d1b8e7 working extract refactorings, affects #103 2013-01-07 01:32:20 +01:00
David Halter
37bbf1af1a finished testing script for refactoring 2013-01-06 17:35:55 +01:00
David Halter
48c04b2fcd move script in refactorings to be the default first parameter 2013-01-06 01:57:02 +01:00
David Halter
f3e71a220f basic exctract refactoring (not working yet) 2013-01-05 14:22:24 +01:00
David Halter
5c8d65c57c remove unnecessary assert 2013-01-04 22:54:38 +01:00
David Halter
cd9bdb9e1c renaming should work now. 2013-01-04 21:21:34 +01:00
David Halter
ae9d88c3f9 remove generalized refactoring method for now 2013-01-04 11:18:53 +01:00
David Halter
72869310c1 refactoring basics, #103 2012-12-31 14:47:57 +01:00