log
graph
tags
bookmarks
branches
changeset
browse
file
diff
comparison
annotate
file log
raw
help
Mercurial
>
hgrepos
>
Python
>
libs
>
ConfigMix
log configmix/config.py @ 483:
38e4be1882e3
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
less
more
|
(0)
-30
-10
-8
tip
age
author
description
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+
Fri, 17 Dec 2021 13:12:19 +0100
Franz Glasner
Use a quick-check for .quote() if no quoting is needed
Fri, 17 Dec 2021 12:49:07 +0100
Franz Glasner
Because we are Pytho 2.6+ remove some compatibility code for pre-Python 2.6
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
less
more
|
(0)
-30
-10
-8
tip