Lichen

Shortlog

(0) -300 -100 -60 +60 +100 +300 tip
2017-02-10 Paul Boddie Restructured the __attr type to bundle related members together.
2017-02-10 Paul Boddie Changed various names to refer to kinds of objects rather than types of objects.
2017-02-09 Paul Boddie Added a manual page for the tool.
2017-02-09 Paul Boddie Added version information and an option to suppress timing output.
2017-02-09 Paul Boddie Made class- and module-level temporary names function locals in output programs.
2017-02-09 Paul Boddie Added another test of sequence assignment.
2017-02-09 Paul Boddie Avoid repeated processing of the program type information.
2017-02-08 Paul Boddie Introduced a warnings mechanism to support invocation-related messages.
2017-02-08 Paul Boddie Incorporated keyword arguments into invocation descriptions so that argument
2017-02-08 Paul Boddie Produce invocation warnings on standard error.
2017-02-08 Paul Boddie Merged invocation argument testing with reference identification in order to
2017-02-07 Paul Boddie Replaced the specific invocation-related details on results with the more
2017-02-07 Paul Boddie Enhanced attribute access modifiers to communicate details of invocations,
2017-02-06 Paul Boddie Introduced warnings about inappropriate numbers of arguments for invocations
2017-02-06 Paul Boddie Added missing step parameter to tuple.__getslice__.
2017-02-06 Paul Boddie Quote 2-digit Unicode values using \u, since \x encodes byte values in
2017-02-05 Paul Boddie Fixed various update operations and expanded the test of sets.
2017-02-05 Paul Boddie Added missing support for item and slice deletion, fixing the syntax tree so
2017-02-05 Paul Boddie Fixed method call arguments.
2017-02-05 Paul Boddie Raise TypeError when inappropriate arguments are given.
2017-02-05 Paul Boddie Added missing error imports.
2017-02-05 Paul Boddie Fixed internal mapping methods to accept explicit bucket sequences, preventing
2017-02-04 Paul Boddie Handle situations where a global accidentally refers to a built-in module.
2017-02-04 Paul Boddie Introduced generic mapping support for dictionaries and sets.
2017-02-04 Paul Boddie Removed a redundant function.
2017-02-04 Paul Boddie Obtain a proper __init__ reference when preparing class invocations.
2017-02-04 Paul Boddie Explicitly list program modules in an included file, avoiding problems with any
2017-02-04 Paul Boddie Tidied up built-in class location computation.
2017-02-04 Paul Boddie Restored UTF-8 source recoding and added support for concatenated literals.
2017-02-04 Paul Boddie Implemented appropriate character quoting for Unicode string representations.
2017-02-04 Paul Boddie Removed recoding to UTF-8 since this failed for ISO-8859-15, causing UTF-8
2017-02-03 Paul Boddie Made ord a generic function, introducing __ord__ special methods and Unicode
2017-02-03 Paul Boddie Obtain and reuse next methods instead of accessing them repeatedly on iterators.
2017-02-02 Paul Boddie Updated expected output.
2017-02-02 Paul Boddie Implemented the chr built-in function.
2017-02-02 Paul Boddie Fixed number-to-string output when the number is zero.
2017-02-02 Paul Boddie Moved C library functionality into a separate package, adjusting built-in
2017-02-02 Paul Boddie Rearranged iteration-related functionality within a __builtins__ subpackage.
2017-02-01 Paul Boddie Fixed native fdopen usage and the result of the fdopen function.
2017-02-01 Paul Boddie Moved the special attribute names collection to the top of the Importer class.
2017-02-01 Paul Boddie Removed Python path elements from the library search path.
2017-02-01 Paul Boddie Comma-separate the deferred references. Removed the cache format description.
2017-01-30 Paul Boddie Eliminated separate objects for bound and unbound methods, requiring that the
2017-01-30 Paul Boddie Adjusted the test and updated the expected output comments.
2017-01-30 Paul Boddie Fix the members accessed in __update_context.
2017-01-30 Paul Boddie Changed string and Unicode slicing methods with use of the generic sequence
2017-01-29 Paul Boddie Confine indexes used in slicing operations, returning empty sequences where
2017-01-29 Paul Boddie Added character quoting/escaping for __repr__ output. Reordered string methods.
2017-01-29 Paul Boddie Fixed the find and split methods, added lstrip, rstrip, strip implementations.
2017-01-29 Paul Boddie Implemented list pop and addition methods.
2017-01-28 Paul Boddie Added rfind and split implementations, fixing the end limit in the find method.
2017-01-28 Paul Boddie Added string multiplication.
2017-01-28 Paul Boddie Fixed some testing of string literal prefixes, moving b-prefixed string
2017-01-27 Paul Boddie Support backslash-encoded values more thoroughly, interpreting certain encoded
2017-01-27 Paul Boddie Configure the Makefile using generated secondary Makefiles, replacing the
2017-01-25 Paul Boddie Updated copyright details for 2017 modifications.
2017-01-25 Paul Boddie Re-introduced direct assignment of names in sequence assignments provided that
2017-01-24 Paul Boddie Removed optimised sequence assignment involving equal length sequences because
2017-01-24 Paul Boddie Added a simple "generator equivalent" example.
2017-01-24 Paul Boddie Removed relative import notation.
(0) -300 -100 -60 +60 +100 +300 tip