MohamedAlFahim
|
ad5ac8c492
|
Made 'l' a string + added warning
One of the helper methods is missing, so be extra careful.
|
2018-01-05 22:49:47 +01:00 |
|
MohamedAlFahim
|
03961bf051
|
Fixed refactoring.py docstring mistake
Updated parameters in docstring
|
2018-01-05 22:42:29 +01:00 |
|
Dave Halter
|
a433ee7a7e
|
Move common to evaluate.utils.
|
2017-09-20 20:33:01 +02:00 |
|
Dave Halter
|
882f8029ea
|
Use split_lines and python_bytes_to_unicode directly.
|
2017-09-03 18:38:00 +02:00 |
|
Dave Halter
|
fe9be9fe09
|
source_to_unicode -> python_bytes_to_unicode.
|
2017-08-15 20:09:48 +02:00 |
|
Dave Halter
|
f9e31dc941
|
Refactor splitlines -> split_lines.
|
2017-08-15 19:55:50 +02:00 |
|
Yariv Kenan
|
9a43c35a4d
|
fix old_files method
Returns old files instead of new files info.
Probably not what it was meant for.
|
2017-08-10 00:14:07 +02:00 |
|
Dave Halter
|
50c7137437
|
splitlines and source_to_unicode are utils of parso.
|
2017-05-20 09:55:16 -04:00 |
|
Dave Halter
|
9bca3d39f5
|
Actually use parso now instead of Jedi.
|
2017-05-19 14:20:14 -04:00 |
|
Dave Halter
|
448bfd0992
|
Move the python parser tree.
|
2017-03-16 17:20:32 +01:00 |
|
Dave Halter
|
cc1098b93c
|
Fix a few tokenize tests and merge them back together.
|
2014-11-26 16:09:28 +01:00 |
|
Dave Halter
|
ee1c5041ed
|
use the new implementation of splitlines all over the code, fixes #424
|
2014-07-18 16:59:22 +02:00 |
|
Dave Halter
|
c2bdda339b
|
again Definition/Usage merging
|
2014-04-18 01:51:09 +02:00 |
|
Dave Halter
|
6a40c9b671
|
remove get_set_vars completely from existance
|
2014-04-14 12:40:59 +02:00 |
|
Dave Halter
|
4bf72eeaed
|
create a customized UserContextParser for user_stmt and user_scope
|
2014-01-16 12:12:21 +01:00 |
|
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 |
|