Mercurial > public > mercurial-scm > hg
log mercurial/encoding.py @ 26534:e4f27fb65da7
age | author | description |
---|---|---|
Tue, 23 Jun 2015 22:20:08 -0700 | Gregory Szorc | global: mass rewrite to use modern exception syntax |
Thu, 02 Apr 2015 19:17:32 -0700 | Siddharth Agarwal | util.h: define an enum for normcase specs |
Wed, 01 Apr 2015 00:30:41 -0700 | Siddharth Agarwal | encoding.upper: factor out fallback code |
Wed, 01 Apr 2015 00:21:10 -0700 | Siddharth Agarwal | encoding: define an enum that specifies what normcase does to ASCII strings |
Tue, 31 Mar 2015 15:22:09 -0700 | Siddharth Agarwal | encoding: use parsers.asciiupper when available |
Tue, 16 Dec 2014 13:06:41 -0500 | Augie Fackler | encoding: add hfsignoreclean to clean out HFS-ignored characters stable |
Fri, 17 Oct 2014 02:07:04 +0900 | FUJIWARA Katsunori | encoding: avoid cyclic dependency around "parsers" in pure Python build |