221:a7684997ef7a
|
2016-11-23 |
Paul Boddie |
changeset
files
shortlog
graph
|
Treat buffer initialisation arguments as append inputs.
Test mixing of object types in list serialisation. |
|
|
lib/__builtins__/buffer.py tests/list.py
|
|
220:b155f3ec4b37
|
2016-11-23 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added tests of buffers and list serialisation. |
|
|
tests/buffer.py tests/list.py
|
|
219:575d530042c6
|
2016-11-23 |
Paul Boddie |
changeset
files
shortlog
graph
|
Prevent iteration over strings. Added a docstring to NoneType. |
|
|
lib/__builtins__/none.py lib/__builtins__/str.py
|
|
218:25d512835fad
|
2016-11-23 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added missing index increment when traversing lists for serialisation. |
|
|
lib/__builtins__/list.py
|
|
217:e5aa9e58703e
|
2016-11-23 |
Paul Boddie |
changeset
files
shortlog
graph
|
Automatically convert non-buffer, non-string objects to strings for appending. |
|
|
lib/__builtins__/buffer.py
|
|
216:2f7e8ca70d89
|
2016-11-23 |
Paul Boddie |
changeset
files
shortlog
graph
|
Omit aliases that are identical to origins when serialising references. |
|
|
referencing.py
|
|
215:68b848dc22c3
|
2016-11-23 |
Paul Boddie |
changeset
files
shortlog
graph
|
Update the __data__ attribute when fragment addresses change. |
|
|
templates/native.c
|
|
214:045514fb8fde
|
2016-11-23 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added print statements for testing purposes. |
|
|
tests/chains/main.py tests/chains/package/module.py tests/contexts.py tests/global_names.py tests/methods.py tests/methods_selfless.py tests/nested.py tests/nested_lambda.py tests/nested_mixed.py tests/nested_mixed_names.py ...
|
|
213:0ebba845f9b0
|
2016-11-23 |
Paul Boddie |
changeset
files
shortlog
graph
|
Fixed anonymous accesses, preventing accidental lookup of None.
Fixed the attribute access plan output, encoding anonymous accessors. |
|
|
deducer.py
|
|
212:91d68d0e4a15
|
2016-11-23 |
Paul Boddie |
changeset
files
shortlog
graph
|
Fixed variable names making attribute chain access details available. |
|
|
deducer.py
|
|