David Halter
|
9eca33f55c
|
final import renamings for the new parser package
|
2013-09-06 01:27:07 +04:30 |
|
David Halter
|
13f0c2b91f
|
all the import changes
|
2013-09-06 01:19:19 +04:30 |
|
David Halter
|
33711ba966
|
fix problems with literals, finally
|
2013-09-06 00:40:08 +04:30 |
|
David Halter
|
1b5f4f5e0b
|
literal classes mostly working
|
2013-09-05 23:45:56 +04:30 |
|
David Halter
|
9e54abaf22
|
StatementElement instead of Call and Call now inherits from that
|
2013-09-05 21:50:05 +04:30 |
|
David Halter
|
9c6dae1df8
|
temporarily disable old tests to refactor set_vars
|
2013-09-01 23:54:15 +04:30 |
|
David Halter
|
2612963f58
|
fix many position problems
|
2013-08-17 00:34:20 +04:30 |
|
David Halter
|
d4ff98aee2
|
Call should always have an end_pos
|
2013-08-16 22:15:02 +04:30 |
|
David Halter
|
306dbf12e4
|
goto now also returns results for loops without input, fixes #283
|
2013-08-15 11:34:46 +04:30 |
|
David Halter
|
27854a3948
|
rewriting dynamic search_param stuff, should be faster now (fewer executions) and i hope that this fixes #220
|
2013-08-12 01:54:19 +04:30 |
|
David Halter
|
22b11e0706
|
ignore decorators if cannot be found (also get rid of DecoratorNotFound exception), fixes #272
|
2013-08-09 13:01:21 +04:30 |
|
David Halter
|
50438218ef
|
*args/**kwargs without call, fixes #235
|
2013-08-06 16:10:02 +04:30 |
|
David Halter
|
997e506038
|
fix a magic method problem
|
2013-08-02 15:11:01 +02:00 |
|
David Halter
|
cdba4ef3e1
|
fixed multi level import issue, includes parts of a patch by Lubos Trilety <ltrilety@redhat.com>
|
2013-07-28 23:15:45 +02:00 |
|
David Halter
|
f4fdf904ee
|
fix lambdas in instances
|
2013-07-24 16:30:38 +02:00 |
|
David Halter
|
52c8340d72
|
invalid goto syntax
|
2013-07-23 00:19:58 +02:00 |
|
David Halter
|
6017daded5
|
removed statement docstr stuff for now. it will be reintroduced when using the evaluator class
|
2013-07-19 13:17:27 +02:00 |
|
David Halter
|
4e34fb9494
|
fixed illegal params problem
|
2013-07-19 10:32:58 +02:00 |
|
David Halter
|
29f89cc75a
|
finally fixed a unicode problem that existed for a longer time
|
2013-07-18 16:55:19 +02:00 |
|
David Halter
|
075c60de29
|
fix a problem related to #246: comments were used as normal strings
|
2013-07-18 12:18:07 +02:00 |
|
Laurens Van Houtven
|
6157be1a19
|
PEP8 indentation of multiline expressions
|
2013-07-11 15:21:10 +02:00 |
|
Laurens Van Houtven
|
cdc41128b4
|
(Mostly) whitespace fixes
|
2013-07-10 14:45:47 +02:00 |
|
David Halter
|
b0116b0d7c
|
Merge pull request #232 from tkf/unicode-has-no-generate_call_path
Fix: 'unicode' object has no attribute 'generate_call_path'
|
2013-05-23 22:33:02 -07:00 |
|
David Halter
|
4e3fe88141
|
Merge pull request #234 from tkf/None.isinstance
Fix: 'NoneType' object has no attribute 'isinstance'
|
2013-05-23 21:15:19 -07:00 |
|
Takafumi Arakaki
|
b896f352ad
|
Support "a = b = 1"-style assignment
|
2013-05-23 23:41:26 +02:00 |
|
Takafumi Arakaki
|
636b10ab8e
|
Fix: 'NoneType' object has no attribute 'isinstance'
|
2013-05-23 22:41:36 +02:00 |
|
Takafumi Arakaki
|
a4922774c0
|
Fix the previous error
|
2013-05-23 15:32:32 +02:00 |
|
David Halter
|
1d45105461
|
flows in classes shouldn't be a problem anymore, fixes #183
|
2013-05-03 16:29:34 +04:30 |
|
David Halter
|
3eeecff1a1
|
fixed some position issues
|
2013-04-28 22:12:32 +04:30 |
|
David Halter
|
4b36fb2f6f
|
corrected some doctest problems
|
2013-04-28 21:10:29 +04:30 |
|
David Halter
|
cf49bdc9ab
|
merge of tokenizer/dev branch
|
2013-04-20 19:23:15 +04:30 |
|
Danilo Bargen
|
f98b0d7b6f
|
New "with ignored(*exceptions)" context manager
|
2013-04-17 23:28:37 +02:00 |
|
David Halter
|
d82f315ea6
|
don't use SubModule's in the scope list if it has a parent
|
2013-04-17 13:39:02 +04:30 |
|
David Halter
|
188ed33c4f
|
fixed parser change problems
|
2013-04-15 11:50:05 +04:30 |
|
David Halter
|
b08390c136
|
some parser end positions changed
|
2013-04-15 10:22:27 +04:30 |
|
Takafumi Arakaki
|
f5fee5f0df
|
Fix wrong imports
- "from _compatibility import ..." (not in circular imports)
- "from jedi import builtin" (one of circular imports)
- "api_classes = api.api_classes"
("from jedi import api_classes" is not supported)
|
2013-03-16 21:03:34 +01: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 |
|
Takafumi Arakaki
|
2b89dda5a6
|
Use reraise when re-raising MultiLevelStopIteration
|
2013-03-13 23:28:53 +01:00 |
|
Takafumi Arakaki
|
eca0f01cfb
|
Use @common.rethrow_uncaught and stop manual re-raise
|
2013-03-13 23:21:49 +01:00 |
|
David Halter
|
d063aa3d66
|
Merge pull request #141 from tkf/attribute-docstring
Attribute docstring support
|
2013-03-10 13:23:47 -07:00 |
|
Takafumi Arakaki
|
06de4d66e7
|
Revert "Add get_names_of_scope option to evaluate.get_names_of_scope"
This reverts commit 154662ea273a17f00186546bdf9d75833553d307.
|
2013-03-10 20:40:52 +01:00 |
|
Takafumi Arakaki
|
71d5b0ac67
|
Document return type of get_names_of_scope
|
2013-03-10 20:40:52 +01:00 |
|
Takafumi Arakaki
|
87714460a2
|
Add get_names_of_scope option to evaluate.get_names_of_scope
Previously failing test passes now.
|
2013-03-10 20:40:14 +01:00 |
|
Takafumi Arakaki
|
8d486ff9aa
|
Make doctest Python 3.x compatible
|
2013-03-04 02:07:47 +01:00 |
|
Takafumi Arakaki
|
0c6f7f66e9
|
Document get_names_of_scope with examples
|
2013-03-03 15:49:49 +01:00 |
|
Takafumi Arakaki
|
11707ffbbb
|
Document evaluate.get_defined_names_for_position
|
2013-03-03 15:29:26 +01:00 |
|
Takafumi Arakaki
|
95a98c9033
|
Do not use >>> for non-doctest code example
Use literal block instead.
|
2013-02-26 10:36:08 +01:00 |
|
Takafumi Arakaki
|
aad9c34db6
|
Include statements to Script.definition if it has docstring
|
2013-02-24 20:56:09 +01:00 |
|
David Halter
|
6ea64a28bf
|
dev/refactor merge
|
2013-02-23 20:53:57 +04:30 |
|