David Halter
|
b5ad56d116
|
new part spliting of strings
|
2013-03-15 02:15:45 +04:30 |
|
Takafumi Arakaki
|
edc7148320
|
Fix test_modulepickling_change_cache_dir failure
|
2013-03-14 22:15:34 +01:00 |
|
David Halter
|
fbbdc50bb0
|
Merge pull request #164 from tkf/doc-api-classes
Document api_classes
|
2013-03-14 09:20:38 -07:00 |
|
David Halter
|
25d55d4124
|
Merge pull request #165 from tkf/hide-api_classes-defined_names
Hide api_classes.defined_names in document
|
2013-03-13 21:44:54 -07:00 |
|
Takafumi Arakaki
|
7a9e374a65
|
Use original exception value when reraise
|
2013-03-13 23:54:19 +01:00 |
|
Takafumi Arakaki
|
93bd00bba4
|
Document rethrow_uncaught/reraise
|
2013-03-13 23:50:40 +01:00 |
|
Takafumi Arakaki
|
2b89dda5a6
|
Use reraise when re-raising MultiLevelStopIteration
|
2013-03-13 23:28:53 +01:00 |
|
Takafumi Arakaki
|
3b78b52204
|
Rename MultiLevelAttributeErro to UncaughtAttributeError
|
2013-03-13 23:24:26 +01:00 |
|
Takafumi Arakaki
|
eca0f01cfb
|
Use @common.rethrow_uncaught and stop manual re-raise
|
2013-03-13 23:21:49 +01:00 |
|
Takafumi Arakaki
|
e42ff9e762
|
Add common.rethrow_uncaught
|
2013-03-13 23:21:15 +01:00 |
|
Takafumi Arakaki
|
dccda224ab
|
Hide api_classes.defined_names
|
2013-03-13 22:18:50 +01:00 |
|
Takafumi Arakaki
|
8d54ebea7b
|
Fix BaseDefinition.module_name
|
2013-03-13 22:05:59 +01:00 |
|
Takafumi Arakaki
|
125a3b1a6b
|
Document BaseDefinition.module_name
|
2013-03-13 22:05:31 +01:00 |
|
Takafumi Arakaki
|
2f7797f867
|
Ignore known failure in BaseDefinition.description doctest
See: #162
|
2013-03-13 21:44:55 +01:00 |
|
Takafumi Arakaki
|
a449428391
|
Document BaseDefinition.full_name
|
2013-03-13 20:30:36 +01:00 |
|
Takafumi Arakaki
|
9e3e6a2eea
|
Document BaseDefinition.description
|
2013-03-13 20:29:02 +01:00 |
|
Takafumi Arakaki
|
41b33fd460
|
Document BaseDefinition.doc
|
2013-03-13 20:11:14 +01:00 |
|
Takafumi Arakaki
|
f9ed3d42f7
|
Document BaseDefinition.type
|
2013-03-13 20:01:43 +01:00 |
|
Takafumi Arakaki
|
4866b38bda
|
Make VIRTUAL_ENV actually importable
|
2013-03-12 13:08:47 +01:00 |
|
Takafumi Arakaki
|
0e99c33c67
|
Don't use NotFoundError in _func_call_and_param_index
This makes it simpler.
|
2013-03-10 21:27:34 +01:00 |
|
Takafumi Arakaki
|
7ce0e1c178
|
Rename it to _func_call_and_param_index
|
2013-03-10 21:27:34 +01:00 |
|
Takafumi Arakaki
|
d9b3bb4016
|
Refactor _get_function_call_and_param_index_at_point
|
2013-03-10 21:27:34 +01:00 |
|
Takafumi Arakaki
|
9490730d59
|
Treat case like f()
|
2013-03-10 21:27:34 +01:00 |
|
Takafumi Arakaki
|
a25aa884d6
|
Make Script.definition work inside function call
|
2013-03-10 21:27:34 +01:00 |
|
Takafumi Arakaki
|
0a09d8a813
|
Refactor function_definition
|
2013-03-10 21:27:34 +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
|
871ce5ad33
|
Compatibility fix for Python 2.5
|
2013-03-10 20:44:15 +01:00 |
|
Takafumi Arakaki
|
a02940f3c1
|
Rename api.get_definitions to defined_names
Do the same for Definition.get_definitions also.
|
2013-03-10 20:40:52 +01:00 |
|
Takafumi Arakaki
|
36f03f4b0d
|
Use the first item returned by get_names_of_scope
|
2013-03-10 20:40:52 +01: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
|
d4bf14dd66
|
Use list comprehension instead of map
|
2013-03-10 20:40:52 +01:00 |
|
Takafumi Arakaki
|
5a29fecfb2
|
Fix Python 3 syntax error
|
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
|
3fbe7e9ff4
|
Rewrite get_definitions using evaluate.get_names_of_scope
- Definition.names is changed to Definition.name.
- TestGetDefinitions.test_nested_definitions fails.
|
2013-03-10 20:40:14 +01:00 |
|
Takafumi Arakaki
|
1eccf2f765
|
Make sure get_definitions returns list in Python 3
|
2013-03-10 20:40:14 +01:00 |
|
Takafumi Arakaki
|
08f45d1f95
|
Fix Definition.get_definitions
|
2013-03-10 20:40:14 +01:00 |
|
Takafumi Arakaki
|
0f67b3e0c2
|
More robust Definition.names
|
2013-03-10 20:40:14 +01:00 |
|
Takafumi Arakaki
|
d0ad14adf4
|
Fix Definition.names for star import
|
2013-03-10 20:40:14 +01:00 |
|
Takafumi Arakaki
|
cbcaa85108
|
Add :attr:Definition.names
|
2013-03-10 20:40:14 +01:00 |
|
Takafumi Arakaki
|
39feecee04
|
Add new API: jedi.api.get_definitions
|
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
|
8e85adb718
|
Document Scope.get_defined_names
|
2013-03-03 15:19:34 +01:00 |
|
Takafumi Arakaki
|
d256c5470c
|
Add a very short tutorial on parsing_representation
|
2013-03-03 14:55:24 +01:00 |
|
Takafumi Arakaki
|
99ab2dec15
|
Document pr.SubModule
|
2013-03-03 14:45:07 +01:00 |
|
Takafumi Arakaki
|
77e8b2aecd
|
Remove a philosophical (and confusing) statement
|
2013-03-03 14:18:58 +01:00 |
|
Takafumi Arakaki
|
ac159bac07
|
Document pr.Simple.__init__
|
2013-03-03 14:17:16 +01:00 |
|
Takafumi Arakaki
|
dc9a269d35
|
Use literal block instead of >>> for code example
|
2013-03-03 14:07:48 +01:00 |
|