Mercurial > public > mercurial-scm > hg
log mercurial/pure/osutil.py @ 26117:4dc5b51f38fe
age | author | description |
---|---|---|
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 |