Dave Halter
|
c1dec3e87a
|
remove CallSignature.module, because that's something for internal use
|
2014-03-14 01:34:04 +01:00 |
|
Dave Halter
|
56206a1ad8
|
fix test case for python3.3
|
2014-03-14 01:12:37 +01:00 |
|
Dave Halter
|
2bb40fcee8
|
CallDef -> CallSignature
|
2014-03-13 22:55:16 +01:00 |
|
Dave Halter
|
2ae5dad78b
|
fix Definition.name API for params
|
2014-03-13 22:48:02 +01:00 |
|
Dave Halter
|
f132dd852d
|
fix Param calling in API
|
2014-03-13 11:27:53 +01:00 |
|
Dave Halter
|
60ff2bc088
|
fix an invalid statement that has changed because of changes to the parser.
|
2014-03-09 11:56:29 +01:00 |
|
Dave Halter
|
7db090a48a
|
moved NoErrorTokenizer to fast.FastTokenizer
|
2014-02-24 11:05:31 +01:00 |
|
Dave Halter
|
c8d6fbb0a1
|
temporary changes for the tokenizer issues
|
2014-02-20 00:43:42 +01:00 |
|
Dave Halter
|
1b6df4602d
|
replace parser tokenizer offset with line offset
|
2014-02-17 23:02:04 +01:00 |
|
Dave Halter
|
600371632f
|
NamePart is now no str subclass anymore. They are separated, which makes us save a lot of dicts
|
2014-02-13 19:22:36 +01:00 |
|
Dave Halter
|
36de8c427f
|
moved more functions from api to helpers
|
2014-01-29 00:28:31 +01:00 |
|
Dave Halter
|
7aef1f934d
|
simplified _prepare_goto
|
2014-01-29 00:03:03 +01:00 |
|
Dave Halter
|
13696018a2
|
removed some functions from classes
|
2014-01-28 23:51:34 +01:00 |
|
Dave Halter
|
9cfa8fead0
|
create a helpers module to push some api functions into it (make the api code easier to read.
|
2014-01-28 23:26:50 +01:00 |
|
Dave Halter
|
2175416684
|
removed keyword docstring functionality for goto_definitions - will be reintroduced with a Script.documentation function
|
2014-01-28 22:27:26 +01:00 |
|
Dave Halter
|
f6b1e5635e
|
move usages to its own api module usages
|
2014-01-26 23:04:38 +01:00 |
|
Dave Halter
|
ba6a65c477
|
user_stmt refactoring
|
2014-01-26 19:30:05 +01:00 |
|
Dave Halter
|
6a4f33f373
|
call signatures with whitespace seem to be working
|
2014-01-26 19:13:06 +01:00 |
|
Dave Halter
|
c8fffbd7b6
|
fix python2.6 issues with completing colorama. this happened because of a missing object parent class
|
2014-01-22 17:14:28 +01:00 |
|
Dave Halter
|
7c105d27e0
|
some tests survive the new interpreter module already
|
2014-01-22 15:17:50 +01:00 |
|
Dave Halter
|
9e063b1248
|
started writing a new interpreter module that is heavily simplified and fits the current Jedi architecture way better.
|
2014-01-21 23:35:21 +01:00 |
|
Dave Halter
|
97ad1c6a29
|
moved get_names_for_scope to finder
|
2014-01-17 11:33:46 +01:00 |
|
Dave Halter
|
588fbea4f9
|
start to remove user_stmt parsing
|
2014-01-17 00:25:30 +01:00 |
|
Dave Halter
|
4bf72eeaed
|
create a customized UserContextParser for user_stmt and user_scope
|
2014-01-16 12:12:21 +01:00 |
|
Dave Halter
|
134cd234de
|
moved user_stmt up in api
|
2014-01-15 17:35:40 +01:00 |
|
Dave Halter
|
682e1c2708
|
debug.dbg and debug.warning now take a string and format args parameters to make debugging a little bit cleaner
|
2014-01-13 16:16:07 +01:00 |
|
Dave Halter
|
157f76a55d
|
keywords should be part of the api package
|
2014-01-13 14:24:34 +01:00 |
|
Dave Halter
|
83b490dd6d
|
PyObject -> CompiledObject, PyName -> CompiledName
|
2014-01-13 14:09:03 +01:00 |
|
Dave Halter
|
c75cef0882
|
fix some python 3 compatibility things (which involves some real bugs, but py2 was passing)
|
2014-01-12 17:02:26 +01:00 |
|
Dave Halter
|
bd239446f5
|
fix call signatures
|
2014-01-12 02:42:00 +01:00 |
|
Dave Halter
|
4006b231d3
|
fix a few last standing issues with integration tests. ok after running tests with tox i see that they are not the last issues...
|
2014-01-12 00:34:56 +01:00 |
|
Dave Halter
|
f755e615c9
|
magic_method -> magic_function
|
2014-01-09 17:06:02 +01:00 |
|
Dave Halter
|
11e2446438
|
replaced builtin with compiled in all modules except imports
|
2014-01-09 11:05:04 +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
|
73aeee6919
|
make defined_names public in api.classes, because it is
|
2014-01-07 15:47:00 +01:00 |
|
Dave Halter
|
6deac1dc41
|
api is now a separate package, to structure the whole thing better.
|
2014-01-07 15:33:24 +01:00 |
|