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 |
|
David Halter
|
39f43c52fe
|
little fixes for the dynamic module
|
2013-02-08 12:53:14 +01:00 |
|
David Halter
|
94126edda8
|
get rid of generate_param_array
|
2013-02-08 12:32:19 +01:00 |
|
David Halter
|
d82b8d5e19
|
remove close_brackets - not needed anymore
|
2013-02-08 02:43:05 +01:00 |
|
David Halter
|
5737e3ad1d
|
fix __repr__ functions
|
2013-02-08 02:22:02 +01:00 |
|
David Halter
|
80d4c6e884
|
many refactoring fixes
|
2013-02-08 01:36:58 +01:00 |
|
David Halter
|
bf298f0ef4
|
start to get rid of parent_stmt
|
2013-02-07 18:34:18 +01:00 |
|
David Halter
|
6d2d23cd78
|
docstring update for parsing_representation
|
2013-02-07 18:19:35 +01:00 |
|
David Halter
|
0eeb1036ac
|
removed more unused methods from Array
|
2013-02-07 18:07:20 +01:00 |
|
David Halter
|
f2451102c1
|
end_pos crap of Array
|
2013-02-07 17:58:44 +01:00 |
|
David Halter
|
d6a5a3e0e7
|
further removals of unused code, also changes evaluate, now.
|
2013-02-07 17:39:54 +01:00 |
|
David Halter
|
d2ab0fe862
|
basic concept for get_assignment_calls
|
2013-02-07 16:28:38 +01:00 |
|
David Halter
|
edb401eb48
|
basic implementation of recursive array parser in statement
|
2013-02-07 14:06:14 +01:00 |
|
David Halter
|
5be5d08441
|
heapy debugging in run.py
|
2013-02-07 10:18:19 +01:00 |
|
David Halter
|
0e41001dd6
|
er.ArrayElement -> ArrayMethod
|
2013-02-06 18:37:56 +01:00 |
|
David Halter
|
f3635ae75c
|
imports docstring
|
2013-02-06 18:20:57 +01:00 |
|
David Halter
|
3530ccf69e
|
builtin docstring
|
2013-02-06 16:06:59 +01:00 |
|
David Halter
|
fa5ce843cd
|
builtin.parse_function_doc -> _parse_function_doc
|
2013-02-06 15:45:37 +01:00 |
|
David Halter
|
59de98af67
|
builtin.Parser -> builtin.BuiltinModule
|
2013-02-06 15:42:27 +01:00 |
|
David Halter
|
acf81225b7
|
modules docstring
|
2013-02-06 15:38:05 +01:00 |
|
David Halter
|
eda6335cc0
|
refactor some parts of docstrings.py
|
2013-02-06 13:14:36 +01:00 |
|
David Halter
|
48d8b6fa2d
|
docstrings docstr update
|
2013-02-06 13:06:59 +01:00 |
|
David Halter
|
69137a48f0
|
pep8
|
2013-02-06 13:04:27 +01:00 |
|
David Halter
|
8cf783f2c3
|
get recursion links right in sphinx dev
|
2013-02-06 00:20:07 +01:00 |
|
David Halter
|
27b162346a
|
_compatibility docstring
|
2013-02-06 00:14:29 +01:00 |
|
David Halter
|
c7627b10be
|
recursion docstring
|
2013-02-06 00:08:34 +01:00 |
|
David Halter
|
7cb5411414
|
cache docstring
|
2013-02-05 23:55:42 +01:00 |
|
David Halter
|
bd993af30d
|
added recursion documentation in sphinx dev
|
2013-02-05 23:43:40 +01:00 |
|
David Halter
|
56d900b7e2
|
moved recursion parts from helper to recursion.py
|
2013-02-05 23:41:54 +01:00 |
|
David Halter
|
18d424f86c
|
move refactoring warning
|
2013-02-05 23:34:43 +01:00 |
|
David Halter
|
23bdb880e4
|
dynamic docstring
|
2013-02-05 23:32:28 +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
|
cd931c5112
|
docstrings.py docstring
|
2013-02-05 23:25:12 +01:00 |
|
David Halter
|
0adb0ac818
|
fast_parser docstring
|
2013-02-05 23:11:39 +01:00 |
|
David Halter
|
6e1d693c46
|
evaluate_representation docstring
|
2013-02-05 18:45:16 +01:00 |
|
David Halter
|
9be695ae8f
|
remove 'messy' warning of evaluate docstring, because it's actually much better, now.
|
2013-02-05 18:45:06 +01:00 |
|
David Halter
|
2b64171dd7
|
evaluate.get_scopes_for_name -> evaluate.find_name
|
2013-02-05 18:27:01 +01:00 |
|