Lichen

Changelog

(0) -300 -100 -10 +10 +100 +300 tip
527:05ef82f40280
2017-02-01 Paul Boddie changeset files shortlog graph Fixed native fdopen usage and the result of the fdopen function.
lib/posix/io.py
526:354ddce9205e
2017-02-01 Paul Boddie changeset files shortlog graph Moved the special attribute names collection to the top of the Importer class.
importer.py
525:167a42443af6
2017-02-01 Paul Boddie changeset files shortlog graph Removed Python path elements from the library search path. Sorted the option variables and option handling tests.
lplc
524:bcc186281e9e
2017-02-01 Paul Boddie changeset files shortlog graph Comma-separate the deferred references. Removed the cache format description.
modules.py
523:0c397087e94c
2017-01-30 Paul Boddie changeset files shortlog graph Eliminated separate objects for bound and unbound methods, requiring that the context be checked when obtaining the function pointer to invoke methods, at least where this cannot be avoided in the code generated for such invocations.
encoders.py generator.py optimiser.py templates/native/introspection.c templates/ops.c templates/ops.h templates/progops.c templates/types.h translator.py
522:8152446c3bb6
2017-01-30 Paul Boddie changeset files shortlog graph Adjusted the test and updated the expected output comments.
tests/chain.py
521:147f414719f7
2017-01-30 Paul Boddie changeset files shortlog graph Fix the members accessed in __update_context.
templates/ops.c
520:c38bb702df65
2017-01-30 Paul Boddie changeset files shortlog graph Changed string and Unicode slicing methods with use of the generic sequence slicing functionality, producing string/Unicode results. This is less efficient than using the substring native functions, but it reduces code complexity.
lib/__builtins__/sequence.py lib/__builtins__/str.py lib/__builtins__/unicode.py
519:b2b0c13d3252
2017-01-29 Paul Boddie changeset files shortlog graph Confine indexes used in slicing operations, returning empty sequences where indexes specify regions outside the bounds of the provided sequences. Handle quoting of quote characters before typically-unquoted characters.
lib/__builtins__/sequence.py lib/__builtins__/str.py lib/__builtins__/unicode.py tests/string.py
518:c79b1be65ef2
2017-01-29 Paul Boddie changeset files shortlog graph Added character quoting/escaping for __repr__ output. Reordered string methods.
lib/__builtins__/str.py tests/string.py
(0) -300 -100 -10 +10 +100 +300 tip