Mercurial > hgrepos > Python > libs > ConfigMix
log
| age | author | description |
|---|---|---|
| Fri, 17 Dec 2021 15:55:51 +0100 | Franz Glasner | Avoid repeaded string concatenations in .expand_variable(): use a list of string parts and proper indexes into the source string |
| Fri, 17 Dec 2021 14:14:36 +0100 | Franz Glasner | Optimize .quote() by using str.translate() instead of repeatedly calling str.replace() |
| Fri, 17 Dec 2021 13:53:25 +0100 | Franz Glasner | Remove unneeded __future__ import because we are on Python 2.6+ |
