Mercurial > hg-stable
log
age | author | description |
---|---|---|
Thu, 01 Jun 2017 22:43:24 +0900 | Yuya Nishihara | py3: implement __bytes__() on most of our exception classes |
Thu, 01 Jun 2017 22:24:15 +0900 | Yuya Nishihara | py3: convert __doc__ back to bytes in help.py |
Thu, 01 Jun 2017 01:41:34 +0530 | Pulkit Goyal | py3: ensure that we don't concat bytes and str and the end result is bytes |
Thu, 01 Jun 2017 00:00:10 +0530 | Pulkit Goyal | py3: make sure we return strings from __str__ and __repr__ |
Wed, 31 May 2017 23:48:52 +0530 | Pulkit Goyal | py3: replace None with -1 to sort an integer array |
Wed, 31 May 2017 23:42:58 +0530 | Pulkit Goyal | py3: pass str in os.sysconf() |
Thu, 11 May 2017 13:59:48 -0700 | Sean Farley | context: move dirty() to committablectx |