Mercurial > hg
log mercurial/pycompat.py @ 39818:24e493ec2229
age | author | description |
---|---|---|
Fri, 21 Sep 2018 19:48:23 -0400 | Matt Harbison | py3: rename pycompat.getcwd() to encoding.getcwd() (API) |
Thu, 13 Sep 2018 00:39:02 -0400 | Matt Harbison | py3: byteify strings in pycompat |
Tue, 04 Sep 2018 22:29:38 -0400 | Matt Harbison | cbor: teach the encoder to handle python `long` type for Windows |
Sat, 25 Aug 2018 15:33:15 +0900 | Yuya Nishihara | pycompat: remove membershiprange which is no longer used |
Fri, 17 Aug 2018 00:51:46 +0200 | Joerg Sonnenberger | pycompat: wrap xrange for py2 to provide efficient __contains__ |
Wed, 01 Aug 2018 12:57:15 -0700 | Gregory Szorc | pycompat: add xrange alias for Python 2 |
Sun, 10 Jun 2018 17:07:29 +0900 | Yuya Nishihara | pycompat: move rapply() from util |