Mercurial > hgrepos > Python > libs > ConfigMix
log configmix/config.py @ 479:490f0c4665bb
| age | author | description |
|---|---|---|
| Fri, 17 Dec 2021 11:52:56 +0100 | Franz Glasner | Optimize .unquote(): instead of doing string comparisone do this with characters |
| Fri, 17 Dec 2021 11:46:36 +0100 | Franz Glasner | Avoid some repeated string/unicode conversions for constants used by quoting |
| Fri, 17 Dec 2021 11:42:47 +0100 | Franz Glasner | Optimize .unquote() by aliasing some methods to locals and avoiding the first append call |
| Fri, 17 Dec 2021 11:09:14 +0100 | Franz Glasner | Optimize ._split_filters() for the most common case of no-filters: use s.partition() first |
| Fri, 17 Dec 2021 10:57:59 +0100 | Franz Glasner | Optimize ._split_ns(): use str.partition() if possible instead of str.split(n, 1) |
| Thu, 16 Dec 2021 09:19:50 +0100 | Franz Glasner | Docs |
| Thu, 16 Dec 2021 09:15:18 +0100 | Franz Glasner | Index list-access for jailed configurations: be more generic by calling also __getitem__ in the base |
