Skip to content

Tags: eljonny/css

Tags

cs.logutils-20200729

Toggle cs.logutils-20200729's commit message
Release information for cs.logutils-20200729.

Summary:
setup_logging: honour $NO_COLOR if ansi_mode not specified, per https://no-color.org/

cs.ansi_colour-20200729

Toggle cs.ansi_colour-20200729's commit message
Release information for cs.ansi_colour-20200729.

Summary:
New env_no_color() test function honouring the $NO_COLOUR envvar per https://no-color.org/
colourise: get the "normal" default from the global NORMAL_COLOUR.

cs.deco-20200725

Toggle cs.deco-20200725's commit message
Release information for cs.deco-20200725.

Summary:
Overdue upgrade of @decorator to support combining the function and decorator args in one call.

cs.context-20200725.1

Toggle cs.context-20200725.1's commit message
Release information for cs.context-20200725.1.

Summary:
Docstring improvements.

cs.context-20200725

Toggle cs.context-20200725's commit message
Release information for cs.context-20200725.

Summary:
New stackkeys and components pushkeys and popkeys doing "stackattrs for dicts/mappings".

cs.app.mailfiler-20200719

Toggle cs.app.mailfiler-20200719's commit message
Release information for cs.app.mailfiler-20200719.

Summary:
mailfiler: make "-R rules_pattern" a global option.
Add some Received: headers, improving traceability.
More friendly and less noisy terminal output (I run mailfiler as a daemon in a tmux session).
Quite a few small internal changes.

cs.units-20200718

Toggle cs.units-20200718's commit message
Release information for cs.units-20200718.

Summary:
Use str.isalpha to recognise "unit" words instead of string.ascii_letters (uses new cs.lex.get_chars "callable gochars" mode).

cs.threads-20200718

Toggle cs.threads-20200718's commit message
Release information for cs.threads-20200718.

Summary:
@locked: apply the interior __doc__ to the wrapper.

cs.resources-20200718

Toggle cs.resources-20200718's commit message
Release information for cs.resources-20200718.

Summary:
MultiOpenMixin: as a hack to avoid having an __init__, move state into an on demand object accesses by a private method.

cs.queues-20200718

Toggle cs.queues-20200718's commit message
Release information for cs.queues-20200718.

Summary:
_QueueIterator: set finalise_later via new MultiOpenMixin property, required by recent MultiOpenMixin change.