435:06c4fdc8da56
|
2017-01-07 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added support for readline on streams and the raw_input function. |
|
|
lib/__builtins__/file.py lib/__builtins__/io.py lib/__builtins__/str.py tests/raw_input.py
|
|
434:224da90acd50
|
2017-01-07 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added GC_INIT portability call. |
|
|
generator.py
|
|
433:45bc0b27d9b9
|
2017-01-07 |
Paul Boddie |
changeset
files
shortlog
graph
|
Introduced libgc for memory allocation operations. |
|
|
templates/Makefile templates/Makefile-debug templates/ops.c
|
|
432:fa6f1d79ed59
|
2017-01-06 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added explicit character encoding options for gcc. |
|
|
templates/Makefile templates/Makefile-debug
|
|
431:e143933a630c
|
2017-01-06 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added character access to Unicode objects, moving special item access methods
in basestring into the specific string class, providing separate versions in the
utf8string class. |
|
|
lib/__builtins__/str.py lib/__builtins__/unicode.py lib/native/__init__.py lib/native/unicode.py templates/native/unicode.c templates/native/unicode.h tests/unicode.py
|
|
430:74fa20c04135
|
2016-12-19 |
Paul Boddie |
changeset
files
shortlog
graph
|
Import names from the common, encoders and errors modules explicitly. |
|
|
common.py translator.py
|
|
429:b5d91a23c7b0
|
2016-12-17 |
Paul Boddie |
changeset
files
shortlog
graph
|
Broadened the dependency criteria to include initialised classes and functions. |
|
|
importer.py
|
|
428:4da19143cdf2
|
2016-12-17 |
Paul Boddie |
changeset
files
shortlog
graph
|
Make function and method initialisation depend on module initialisation.
Broadened dynamic attribute and parameter testing to consider predefined
constants such as None, True and False. |
|
|
importer.py referencing.py
|
|
427:b59c5fc87a58
|
2016-12-17 |
Paul Boddie |
changeset
files
shortlog
graph
|
Filter module-level dependencies, condense dependencies to exclude
non-initialised functions, thus making the graph smaller.
Test function defaults for being static as well as being constants.
Prevent modules from being dependent on their own contents.
Changed the usage graph to use paths instead of counters for diagnostic and
validation purposes. |
|
|
importer.py
|
|
426:6d5de0f9144e
|
2016-12-17 |
Paul Boddie |
changeset
files
shortlog
graph
|
Test for the initialisation of the sys module. |
|
|
tests/unicode.py
|
|