mercurial/utils/stringutil.py
Thu, 10 May 2018 21:08:32 +0900 Yuya Nishihara stringutil: flip the default of pprint() to bprefix=False
Thu, 10 May 2018 21:00:58 +0900 Yuya Nishihara stringutil: make pprint() forward uninteresting object to b'%r'
Fri, 27 Apr 2018 13:15:16 -0400 Augie Fackler stringutil: teach pprint about tuples
Fri, 13 Apr 2018 23:57:57 -0400 Augie Fackler stringutil: make b prefixes on string output optional
Fri, 13 Apr 2018 23:55:37 -0400 Augie Fackler stringutil: teach pprint how to format None
Sat, 14 Apr 2018 01:34:44 -0400 Augie Fackler stringutil: ast.literal_eval needs a unicode on py3
Thu, 12 Apr 2018 20:42:42 -0700 Gregory Szorc stringutil: support more types with pprint()
Sun, 08 Apr 2018 11:55:46 +0900 Yuya Nishihara wireproto: convert python literal to object without using unsafe eval()
Wed, 04 Apr 2018 23:26:49 +0900 Yuya Nishihara stringutil: drop escapedata() in favor of escapestr()
Wed, 28 Mar 2018 14:52:57 -0700 Gregory Szorc stringutil: add function to pretty print an object
Wed, 28 Mar 2018 15:05:39 -0700 Gregory Szorc wireproto: syntax for encoding CBOR into frames
Sat, 31 Mar 2018 13:01:20 -0400 Connor Sheehan stringutil: edit comment to reflect actual data type name
Sat, 31 Mar 2018 11:36:55 -0400 Connor Sheehan stringutil: improve check for failed mailmap line parsing
Sat, 31 Mar 2018 10:21:39 -0400 Connor Sheehan stringutil: rename local email/names variables to their plural forms
Mon, 19 Mar 2018 11:16:21 -0400 Connor Sheehan templatefuncs: add mailmap template function
Tue, 27 Mar 2018 11:01:13 -0400 Connor Sheehan stringutil: move person function from templatefilters
Thu, 22 Mar 2018 09:48:22 -0400 Connor Sheehan stringutil: add isauthorwellformed function
Thu, 22 Mar 2018 21:19:31 +0900 Yuya Nishihara stringutil: move generic string helpers to new module
less more (0) tip