David Halter
|
c67b9986a6
|
some minor fixes / inits to inputs refactoring
|
2013-02-17 22:48:41 +04:30 |
|
David Halter
|
779ce6509d
|
first dynamic array work
|
2013-02-17 22:15:11 +04:30 |
|
David Halter
|
79216f189f
|
moved parsing.Simple.module to _sub_module
|
2013-02-17 00:30:44 +04:30 |
|
David Halter
|
1366f5fa61
|
made ListComprehensions behave more llike typical 'pr' objects
|
2013-02-17 00:23:43 +04:30 |
|
David Halter
|
89a2cb15d0
|
fix problems with positions in definitions with the same name on the same line
|
2013-02-17 00:14:30 +04:30 |
|
David Halter
|
8fd3910958
|
fix a get_code problem for instances/statements, which is not needed there, because get_code should only be called on pure parsing_representation objects
|
2013-02-16 23:38:07 +04:30 |
|
Danilo Bargen
|
e6b050c681
|
Updated README
|
2013-02-16 14:22:09 +01:00 |
|
Danilo Bargen
|
bfa1aaf183
|
Added @andviro to AUTHORS.txt
|
2013-02-16 14:18:17 +01:00 |
|
Danilo Bargen
|
aedd680e9d
|
Typo in docstring
|
2013-02-16 14:06:23 +01:00 |
|
Danilo Bargen
|
d3947a6dc7
|
Added a type hinting recipe to docs (refs #133)
|
2013-02-16 14:04:04 +01:00 |
|
David Halter
|
860d5a061f
|
Merge pull request #134 from tkf/docfix
Fix typo in doc and add some links
|
2013-02-15 10:00:37 -08:00 |
|
Takafumi Arakaki
|
d1bcbd1559
|
Fix typo in development.rst
|
2013-02-15 18:34:25 +01:00 |
|
Takafumi Arakaki
|
98a6febb50
|
Fix typo s/Epidoc/Epydoc/g and add links for markups
|
2013-02-15 18:31:05 +01:00 |
|
Danilo Bargen
|
ea9a667425
|
Fixed issue with repr encoding (fixes davidhalter/jedi-vim#94)
|
2013-02-14 21:10:06 +01:00 |
|
Danilo Bargen
|
3ab2b0a244
|
Added (failing) regression test for davidhalter/jedi-vim#94
|
2013-02-14 20:26:31 +01:00 |
|
David Halter
|
fb0ea354ac
|
fix a dynamic search param problem
|
2013-02-14 20:58:06 +04:00 |
|
David Halter
|
cda84dc92a
|
add an empty IsScope class to match all scopes
|
2013-02-14 20:54:26 +04:00 |
|
David Halter
|
52b32a01c1
|
move default arguments [] to (), because mutable may be dangerous (especially in a recursive environment
|
2013-02-11 01:21:51 +01:00 |
|
David Halter
|
f423de1956
|
fix some descriptor methods
|
2013-02-11 01:08:45 +01:00 |
|
David Halter
|
cae38ed3d7
|
fix getattr/__getattr*__
|
2013-02-11 00:50:32 +01:00 |
|
David Halter
|
f2a7788d66
|
fix InstanceElement get_commands (doesn't raise an error anymore, but I don't know if it works)
|
2013-02-11 00:21:05 +01:00 |
|
David Halter
|
de5de41627
|
fix last failing function tests
|
2013-02-11 00:06:31 +01:00 |
|
David Halter
|
da4ad7fd3f
|
fix Name (instead of Param) as param key
|
2013-02-10 23:57:20 +01:00 |
|
David Halter
|
5722cd2382
|
fix parts of helpers.search_function_definition
|
2013-02-10 22:40:28 +01:00 |
|
David Halter
|
01c48593bf
|
er.Array is now also iterable
|
2013-02-10 21:15:04 +01:00 |
|
David Halter
|
df17c98061
|
fixed the whole var args iterator stuff
|
2013-02-10 16:59:51 +01:00 |
|
David Halter
|
a091ee92a4
|
fix dictionary index problems
|
2013-02-10 16:12:30 +01:00 |
|
David Halter
|
fb6b3ce342
|
reintroduce parent and get_parent_until for er.Array, because an array is a builtin. always.
|
2013-02-10 15:58:02 +01:00 |
|
David Halter
|
7dce3cb964
|
param keys of dicts are statements now
|
2013-02-10 15:50:44 +01:00 |
|
David Halter
|
cd49126733
|
improved param generator
|
2013-02-10 02:01:27 +01:00 |
|
David Halter
|
0008531a30
|
pr.Array takes no values param anymore
|
2013-02-09 03:55:56 +01:00 |
|
David Halter
|
22a1b2397d
|
simple function tests pass now
|
2013-02-09 03:55:30 +01:00 |
|
David Halter
|
a1e366f791
|
different little beauty improvements
|
2013-02-09 03:16:10 +01:00 |
|
David Halter
|
9540025a02
|
fixed some more array tests
|
2013-02-09 02:17:29 +01:00 |
|
David Halter
|
25b2239f6a
|
repr corrections for Array/Statement/Call
|
2013-02-09 01:54:48 +01:00 |
|
David Halter
|
1735bdb3c3
|
Merge pull request #125 from tkf/more-mapping
More mapping
|
2013-02-08 16:35:50 -08:00 |
|
Takafumi Arakaki
|
7f9eb272c4
|
Add '_sqlite3' to BaseDefinition._mapping
|
2013-02-09 01:32:53 +01:00 |
|
Takafumi Arakaki
|
44097bac22
|
Add 'posix' to BaseDefinition._mapping
Needed for "os.fsync", for example.
|
2013-02-09 01:32:43 +01:00 |
|
Takafumi Arakaki
|
ef30642f25
|
Add '_functools' to BaseDefinition._mapping
Needed for "functools.partial"
|
2013-02-09 01:30:30 +01:00 |
|
David Halter
|
ffaaa68f56
|
fix unnessecary bracket stuff
|
2013-02-09 00:00:26 +01:00 |
|
David Halter
|
07f4c08069
|
some param fixes
|
2013-02-08 23:16:04 +01:00 |
|
David Halter
|
2fef25b1b1
|
fixed some dict issues
|
2013-02-08 21:18:58 +01:00 |
|
David Halter
|
a5e9977e94
|
fix first tuple assignments
|
2013-02-08 18:46:56 +01:00 |
|
David Halter
|
c831bfcca1
|
exchanged assignment_details order (another refactoring)
|
2013-02-08 18:06:11 +01:00 |
|
David Halter
|
bd393883b6
|
fixed assignment_detail parsing if tuples were used before =
|
2013-02-08 17:58:27 +01:00 |
|
David Halter
|
70f07320aa
|
Statement.get_assignment_details -> get_commands (makes more sense)
|
2013-02-08 16:19:05 +01:00 |
|
David Halter
|
d6257fffc8
|
make array slicing work again
|
2013-02-08 15:50:35 +01:00 |
|
David Halter
|
942c620cde
|
make the second test pass
|
2013-02-08 15:24:49 +01:00 |
|
David Halter
|
6c0a0e889c
|
fix start_pos of multiple elements
|
2013-02-08 15:14:43 +01:00 |
|
David Halter
|
4f060ddcd9
|
refactor a lot of er.Array
|
2013-02-08 13:09:08 +01:00 |
|