785:1f07b0aa675e
|
2017-03-26 |
Paul Boddie |
changeset
files
shortlog
graph
|
Simplified the tuple instantiator. |
|
|
templates/progops.c
|
|
784:7a592926e9e4
|
2017-03-26 |
Paul Boddie |
changeset
files
shortlog
graph
|
Use item access methods directly instead of invoking operator functions. |
|
|
common.py
|
|
783:172f844275ab
|
2017-03-26 |
Paul Boddie |
changeset
files
shortlog
graph
|
Adjusted the type for the conversion to integer of the size argument. |
|
|
templates/native/tuple.c
|
|
782:a41fbedd100a
|
2017-03-26 |
Paul Boddie |
changeset
files
shortlog
graph
|
Fixed the initialisation of the size variable. |
|
|
lib/__builtins__/tuple.py
|
|
781:00345bd10e17
|
2017-03-26 |
Paul Boddie |
changeset
files
shortlog
graph
|
Detect names assigned locally that have already been used in a namespace. |
|
|
inspector.py
|
|
780:1b4aed5f6dba
|
2017-03-26 |
Paul Boddie |
changeset
files
shortlog
graph
|
Removed redundant code. |
|
|
deducer.py
|
|
779:419962b13be3
|
2017-03-26 |
Paul Boddie |
changeset
files
shortlog
graph
|
Keep temporary names declared in different scopes separate from each other. |
|
|
inspector.py
|
|
778:287b154329b0
|
2017-03-25 |
Paul Boddie |
changeset
files
shortlog
graph
|
Made type-specific literal instantiation functions where the tuple instantiator
allocates the tuple attributes and elements at the same time. |
|
|
generator.py templates/progops.c templates/progops.h
|
|
777:e6439e6c2647
|
2017-03-25 |
Paul Boddie |
changeset
files
shortlog
graph
|
Use the specific integer test function. |
|
|
lib/__builtins__/sequence.py
|
|
776:6d614f6725d5
|
2017-03-25 |
Paul Boddie |
changeset
files
shortlog
graph
|
Permit direct access to callable function members if the context is verified. |
|
|
deducer.py results.py templates/ops.c templates/ops.h translator.py transresults.py
|
|