log
graph
tags
bookmarks
branches
changeset
browse
file
diff
comparison
annotate
file log
raw
help
Mercurial
>
hgrepos
>
Python
>
libs
>
ConfigMix
log configmix/config.py @ 504:
4dbc16ff2670
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
less
more
|
(0)
-100
-30
-10
-8
tip
age
author
description
Sat, 18 Dec 2021 02:35:42 +0100
Franz Glasner
.lstrip() seems to be a little bit faster than .rstrip() when testing whether quoting is needed
Sat, 18 Dec 2021 01:49:48 +0100
Franz Glasner
Use generator comprehensions where possible instead of list comprehensions that are converted to tuples
Sat, 18 Dec 2021 01:26:41 +0100
Franz Glasner
Make quote() and unquote() module globals and also export from configmix
Sat, 18 Dec 2021 01:03:49 +0100
Franz Glasner
"quote()" and "unquote()" are now static methods
Sat, 18 Dec 2021 00:43:36 +0100
Franz Glasner
Configuration._lookupvar() now uses an internal cache (positive and negative).
Fri, 17 Dec 2021 23:53:38 +0100
Franz Glasner
Optimize .substitute_variables_in_obj: use dict.items() to avoid one dict lookup
Fri, 17 Dec 2021 19:34:38 +0100
Franz Glasner
Performance: module-level variable lookup is much faster (similar to local) than class-level (either via CLASS.VARIABLE or self.VARIABLE).
Fri, 17 Dec 2021 18:58:06 +0100
Franz Glasner
Remove default (i.e. all keyword arguments) from .expand_if_reference() because no-one uses it
less
more
|
(0)
-100
-30
-10
-8
tip