mercurial/pure/osutil.py
Tue, 25 Jun 2019 19:30:24 -0700 Rodrigo Damazio Bovendorp py3: use integer division for the value passed to xrange
Sat, 15 Dec 2018 14:55:06 -0500 Matt Harbison windows: ensure pure posixfile fd doesn't escape by entering context manager stable
Thu, 13 Sep 2018 22:07:00 -0400 Matt Harbison py3: fix str vs bytes in enough places to run `hg version` on Windows
Wed, 01 Aug 2018 13:00:45 -0700 Gregory Szorc global: use pycompat.xrange()
Thu, 12 Oct 2017 23:30:46 -0700 Jun Wu codemod: use pycompat.iswindows
Tue, 02 May 2017 21:15:31 +0900 Yuya Nishihara cffi: split modules from pure
Tue, 02 May 2017 21:08:38 +0900 Yuya Nishihara cffi: put compiled modules into mercurial.cffi package
Fri, 12 Aug 2016 11:35:17 +0900 Yuya Nishihara osutil: switch to policy importer
Sun, 26 Mar 2017 16:33:12 +0900 Yuya Nishihara py3: abuse r'' to preserve str-ness of literals passed to __setattr__()
Mon, 13 Feb 2017 22:15:28 +0530 Pulkit Goyal py3: convert the mode argument of os.fdopen to unicodes (2 of 2)
Mon, 19 Dec 2016 02:26:41 +0530 Pulkit Goyal py3: replace sys.platform with pycompat.sysplatform (part 2 of 2)
Mon, 19 Dec 2016 00:16:52 +0530 Pulkit Goyal py3: replace os.name with pycompat.osname (part 1 of 2)
Sun, 06 Nov 2016 04:10:33 +0530 Pulkit Goyal py3: use pycompat.ossep at certain places
Sat, 20 Aug 2016 23:05:18 +0200 Maciej Fijalkowski osutil: fix the bug on OS X when we return more in listdir
Thu, 04 Aug 2016 00:32:19 +0530 Pulkit Goyal py3: use unicode literals in pure/osutil.py
less more (0) -15 tip