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