Mercurial > hgrepos > Python > libs > ConfigMix
log configmix/config.py @ 512:bf8a1b1498db
| age | author | description |
|---|---|---|
| Sun, 19 Dec 2021 10:35:06 +0100 | Franz Glasner | Remove a temporary variable usage |
| Sat, 18 Dec 2021 18:44:21 +0100 | Franz Glasner | Using generator expressions to directly create tuples is a not so good idea performance-wise. |
| Sat, 18 Dec 2021 18:41:11 +0100 | Franz Glasner | FIX: Some other lists that need to converted to tuples |
| Sat, 18 Dec 2021 18:36:50 +0100 | Franz Glasner | FIX: Convert a list ito a tuple before appending it to another tuple |
| Sat, 18 Dec 2021 11:19:51 +0100 | Franz Glasner | Docs |
| Sat, 18 Dec 2021 11:06:34 +0100 | Franz Glasner | Implement clear_cache() for the configuration |
| 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 |
