Mercurial > hgrepos > Python > libs > ConfigMix
graph
-
FIX: performance test script: make all args unicodeSat, 18 Dec 2021 00:00:36 +0100, by Franz Glasner
-
Optimize .substitute_variables_in_obj: use dict.items() to avoid one dict lookupFri, 17 Dec 2021 23:53:38 +0100, by Franz Glasner
-
A script to measure some basic performance characteristics of configmix.Fri, 17 Dec 2021 23:53:11 +0100, by 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 19:34:38 +0100, by Franz Glasner
-
Test-script for checking the costs of different variable lookup methodsFri, 17 Dec 2021 19:24:54 +0100, by Franz Glasner
-
Remove default (i.e. all keyword arguments) from .expand_if_reference() because no-one uses itFri, 17 Dec 2021 18:58:06 +0100, by Franz Glasner
-
FIX: Tests when calling getfirstNNNl() and friends properlyFri, 17 Dec 2021 17:38:17 +0100, by Franz Glasner
-
Remove repeated type(obj) callsFri, 17 Dec 2021 16:56:31 +0100, by Franz Glasner
-
Reorder type comparisons by usageFri, 17 Dec 2021 16:37:26 +0100, by Franz Glasner
-
Remove unused keyword params for ._lookupvar().Fri, 17 Dec 2021 16:28:09 +0100, by Franz Glasner
-
Simplify logic by not using many negationsFri, 17 Dec 2021 16:17:17 +0100, by Franz Glasner
-
Instead of using u(str(v)) use specialized functions for PY2 and PY3Fri, 17 Dec 2021 16:06:49 +0100, by Franz Glasner
-
More unittests for interpolationFri, 17 Dec 2021 15:56:53 +0100, by Franz Glasner
-
Use the new contant _EMPTY_STR where appropriateFri, 17 Dec 2021 15:56:33 +0100, by Franz Glasner
-
Avoid repeaded string concatenations in .expand_variable(): use a list of string parts and proper indexes into the source stringFri, 17 Dec 2021 15:55:51 +0100, by Franz Glasner
-
Optimize .quote() by using str.translate() instead of repeatedly calling str.replace()Fri, 17 Dec 2021 14:14:36 +0100, by Franz Glasner
-
Remove unneeded __future__ import because we are on Python 2.6+Fri, 17 Dec 2021 13:53:25 +0100, by Franz Glasner
-
Use a quick-check for .quote() if no quoting is neededFri, 17 Dec 2021 13:12:19 +0100, by Franz Glasner
-
Because we are Pytho 2.6+ remove some compatibility code for pre-Python 2.6Fri, 17 Dec 2021 12:49:07 +0100, by Franz Glasner
-
Optimize .unquote(): instead of doing string comparisone do this with charactersFri, 17 Dec 2021 11:52:56 +0100, by Franz Glasner
-
Avoid some repeated string/unicode conversions for constants used by quotingFri, 17 Dec 2021 11:46:36 +0100, by Franz Glasner
-
Optimize .unquote() by aliasing some methods to locals and avoiding the first append callFri, 17 Dec 2021 11:42:47 +0100, by Franz Glasner
-
Optimize ._split_filters() for the most common case of no-filters: use s.partition() firstFri, 17 Dec 2021 11:09:14 +0100, by Franz Glasner
-
Optimize ._split_ns(): use str.partition() if possible instead of str.split(n, 1)Fri, 17 Dec 2021 10:57:59 +0100, by Franz Glasner
-
===== Added signature for changeset db783818a672Thu, 16 Dec 2021 09:31:32 +0100, by Franz Glasner
-
>>>>> Added tag v0.19.2 for changeset 89bbb66aff02Thu, 16 Dec 2021 09:30:52 +0100, by Franz Glasner
-
Changelog: wordingThu, 16 Dec 2021 09:30:02 +0100, by Franz Glasner
-
ChangelogThu, 16 Dec 2021 09:27:39 +0100, by Franz Glasner
-
DocsThu, 16 Dec 2021 09:19:50 +0100, by Franz Glasner
