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
|