789:f5b309580228
|
2017-03-29 |
Paul Boddie |
changeset
files
shortlog
graph
|
Incorporate invocation details in the alias output. |
|
|
deducer.py encoders.py
|
|
788:9ec1872daea4
|
2017-03-28 |
Paul Boddie |
changeset
files
shortlog
graph
|
Changed the location notations and added output of alias information. |
|
|
deducer.py encoders.py
|
|
787:78554ece62b2
|
2017-03-28 |
Paul Boddie |
changeset
files
shortlog
graph
|
Changed various instance tests to use the special integer-testing function. |
|
|
lib/__builtins__/int.py lib/__builtins__/mapping.py lib/__builtins__/types.py lib/posix/iconv.py
|
|
786:7cfb3ba08460
|
2017-03-26 |
Paul Boddie |
changeset
files
shortlog
graph
|
Moved literal instantiator definitions to the templates, reordering the
parameters and employing bare arguments. |
|
|
generator.py templates/progops.c templates/progops.h translator.py
|
|
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
|
|