Thu, 10 May 2018 21:08:32 +0900 | Yuya Nishihara | stringutil: flip the default of pprint() to bprefix=False | file | diff | annotate |
Thu, 10 May 2018 21:00:58 +0900 | Yuya Nishihara | stringutil: make pprint() forward uninteresting object to b'%r' | file | diff | annotate |
Fri, 27 Apr 2018 13:15:16 -0400 | Augie Fackler | stringutil: teach pprint about tuples | file | diff | annotate |
Fri, 13 Apr 2018 23:57:57 -0400 | Augie Fackler | stringutil: make b prefixes on string output optional | file | diff | annotate |
Fri, 13 Apr 2018 23:55:37 -0400 | Augie Fackler | stringutil: teach pprint how to format None | file | diff | annotate |
Sat, 14 Apr 2018 01:34:44 -0400 | Augie Fackler | stringutil: ast.literal_eval needs a unicode on py3 | file | diff | annotate |
Thu, 12 Apr 2018 20:42:42 -0700 | Gregory Szorc | stringutil: support more types with pprint() | file | diff | annotate |
Sun, 08 Apr 2018 11:55:46 +0900 | Yuya Nishihara | wireproto: convert python literal to object without using unsafe eval() | file | diff | annotate |