mercurial/pure/osutil.py
Mon, 11 Jul 2016 11:05:08 +0200 Maciej Fijalkowski osutil: add darwin-only version of os.listdir using cffi
Wed, 03 Feb 2016 22:47:27 +0900 Yuya Nishihara osutil: do not abort loading pure module just because libc has no recvmsg() stable
Sat, 02 Jan 2016 16:41:57 -0800 Gregory Szorc osutil: implement __enter__ and __exit__ on posixfile
Tue, 22 Dec 2015 21:38:06 -0800 Bryan O'Sullivan osutil: c_ssize_t is only available in Python >= 2.7
Thu, 17 Dec 2015 23:53:09 +0900 Yuya Nishihara osutil: implement pure version of recvfds() for PyPy
Sat, 12 Dec 2015 13:46:32 -0500 Gregory Szorc osutil: use absolute_import
Mon, 22 Jun 2015 10:11:31 -0700 Gregory Szorc osutil: remove Python 2.4 errno conversion workaround
Fri, 12 Jul 2013 11:14:42 +0900 Shun-ichi GOTO osutil: consider WindowsError's behaviour to support python 2.4 on Windows
Mon, 15 Apr 2013 01:37:23 +0200 Mads Kiilerich check-code: catch trailing space in comments
Mon, 27 Aug 2012 23:16:22 +0200 Mads Kiilerich declare local constants instead of using magic values and comments
Sat, 12 May 2012 16:00:57 +0200 Brodie Rao cleanup: "not x in y" -> "x not in y"
Thu, 19 Apr 2012 17:08:12 +0200 Adrian Buehlmann pure/osutil: use Python's msvcrt module (issue3380) stable
Mon, 08 Aug 2011 14:32:27 +0900 Shun-ichi GOTO win32: msvcr71.dll should be used for python 2.4 and 2.5 stable
Wed, 18 May 2011 09:12:27 +0200 Adrian Buehlmann pure: provide more correct implementation of posixfile for Windows
Thu, 11 Mar 2010 17:43:44 +0100 Benoit Boissinot style: use consistent variable names (*mod) with imports which would shadow
Mon, 25 Jan 2010 00:05:27 -0600 Matt Mackall many, many trivial check-code fixups
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Sun, 05 Jul 2009 11:01:30 +0200 Alejandro Santos compat: use open() instead of file() everywhere
Wed, 13 May 2009 21:36:16 +0200 Sune Foldager posixfile: remove posixfile_nt and fix import bug in windows.py
Sun, 26 Apr 2009 01:57:12 +0200 Martin Geisler pure/osutil: add copyright and license header
Sat, 24 Jan 2009 00:13:49 +0100 Martin Geisler move mercurial.osutil to mercurial.pure.osutil
less more (0) tip