mercurial/posix.py
Thu, 25 Dec 2014 23:33:26 +0900 FUJIWARA Katsunori posix: quote the specified string only when it may have to be quoted
Tue, 16 Dec 2014 13:07:10 -0500 Augie Fackler darwin: omit ignorable codepoints when normcase()ing a file path stable
Wed, 15 Oct 2014 15:13:43 -0400 Augie Fackler checklink: always close the NamedTemporaryFile
Fri, 03 Oct 2014 18:47:28 -0700 Siddharth Agarwal normcase: for darwin, use fast ASCII lower
Sat, 16 Aug 2014 10:28:59 -0700 Gregory Szorc posix: implement readpipe using non-blocking I/O (issue4336)
Fri, 15 Aug 2014 20:02:18 -0700 Gregory Szorc platform: implement readpipe()
Sun, 29 Dec 2013 13:54:04 +0000 Christian Ebert util: remove unused realpath (issue4063)
Sun, 28 Jul 2013 15:02:32 -0500 Matt Mackall checklink: work around sshfs brain-damage (issue3636) stable
Sat, 04 May 2013 14:51:21 -0500 Matt Mackall hfs+: rewrite percent-escaper (issue3918) stable
Wed, 03 Apr 2013 11:35:27 -0700 Bryan O'Sullivan util: add functions to check symlink/exec bits
Tue, 29 Jan 2013 17:01:41 +0100 Mads Kiilerich OS X: try cheap ascii .lower() in normcase before making full unicode dance stable
Fri, 18 Jan 2013 15:55:16 -0800 Siddharth Agarwal posix: don't compare atime when determining if a file has changed
Wed, 09 Jan 2013 20:27:17 +0100 Remy Blank posix: fix split() for the case where the path is at the root of the filesystem
Fri, 28 Dec 2012 11:55:57 +0100 Mads Kiilerich util: fold ENOENT check into unlinkpath, controlled by new ignoremissing flag
Tue, 18 Dec 2012 17:15:13 -0800 Bryan O'Sullivan posix: move server side of unix domain sockets out of inotify
Fri, 30 Nov 2012 15:55:07 -0800 Bryan O'Sullivan dirstate: move file type filtering to its source
Fri, 14 Sep 2012 12:08:17 -0700 Bryan O'Sullivan util: implement a faster os.path.split for posix systems
Sat, 04 Aug 2012 07:14:40 +0200 Ross Lagerwall util: replace util.nulldev with os.devnull stable
Wed, 18 Jul 2012 14:41:58 +0200 Adrian Buehlmann util, posix: eliminate encodinglower and encodingupper
Mon, 14 May 2012 13:25:42 +0100 Mark Round posix: workaround lack of TIOCGWINSZ on Irix (issue3449) stable
Sun, 08 Apr 2012 12:43:41 -0700 Steven Stallion plan9: initial support for plan 9 from bell labs
Thu, 08 Mar 2012 15:59:47 -0600 Matt Mackall posix: disable cygwin's symlink emulation
Thu, 08 Mar 2012 20:17:36 +0000 A. S. Budden posix: ignore execution bit in cygwin (issue3301)
Sun, 08 Jan 2012 18:15:54 +0100 Martin Geisler Use explicit integer division
Fri, 16 Dec 2011 21:21:08 +0900 FUJIWARA Katsunori cygwin: add cygwin specific normcase logic
Fri, 16 Dec 2011 21:09:41 +0900 FUJIWARA Katsunori i18n: use encoding.lower/upper for encoding aware case folding stable
Wed, 23 Nov 2011 14:22:37 -0800 Matt Mackall posix: fix HFS+ percent-encoding folding stable
Tue, 22 Nov 2011 17:26:32 -0600 Matt Mackall posix: add extended support for OS X path folding stable
Wed, 16 Nov 2011 17:55:32 -0600 Marc-Antoine Ruel posix: fix findexe() to check for file type and access stable
Tue, 15 Nov 2011 14:25:11 -0600 Matt Mackall dirstate: fix case-folding identity for traditional Unix stable
Mon, 24 Oct 2011 13:32:23 +0200 Thomas Arendsen Hein posix: workaround for os.path.realpath bug in Python 2.4.1 and before stable
Wed, 24 Aug 2011 05:42:41 -0400 Robert Jones posix: check for executable bits on files identified by findexe function
Tue, 02 Aug 2011 13:18:56 +0200 Adrian Buehlmann util: move copymode into posix.py and windows.py
Mon, 25 Jul 2011 15:03:02 +0300 Idan Kamara posix, windows: introduce cachestat
Sat, 23 Jul 2011 12:29:52 +0200 Adrian Buehlmann util: eliminate wildcard imports
Fri, 22 Jul 2011 10:35:05 +0200 Adrian Buehlmann util: move "default" hidewindow to posix.py
Fri, 22 Jul 2011 10:31:56 +0200 Adrian Buehlmann util: move "default" lookupreg to posix.py
Fri, 22 Jul 2011 09:55:46 +0200 Adrian Buehlmann util: move "default" unlinkpath to posix.py
Fri, 22 Jul 2011 09:53:15 +0200 Adrian Buehlmann util: move "default" makedir to posix.py
Sun, 08 May 2011 20:45:47 +0200 Adrian Buehlmann rename util.is_exec to isexec
Sun, 08 May 2011 20:42:28 +0200 Adrian Buehlmann posix: delete unused expand_glob
Sun, 08 May 2011 20:35:46 +0200 Adrian Buehlmann rename util.find_exe to findexe
Fri, 06 May 2011 15:41:04 +0200 Adrian Buehlmann rename util.set_signal_handler to setsignalhandler
Fri, 06 May 2011 15:34:34 +0200 Adrian Buehlmann rename util.os_link to oslink
Fri, 06 May 2011 15:31:09 +0200 Adrian Buehlmann rename explain_exit to explainexit
Fri, 06 May 2011 15:25:35 +0200 Adrian Buehlmann rename util.set_binary to setbinary
Fri, 06 May 2011 15:22:31 +0200 Adrian Buehlmann rename util.set_flags to setflags
Fri, 06 May 2011 15:19:48 +0200 Adrian Buehlmann rename util.parse_patch_output to parsepatchoutput
Mon, 18 Apr 2011 02:42:52 +0200 jfh util.termwidth: never return 0 for terminal width
Sat, 23 Apr 2011 00:51:25 +0300 Idan Kamara eliminate various naked except clauses
Thu, 21 Apr 2011 21:16:54 +0200 Adrian Buehlmann move system_rcpath and user_rcpath to scmutil
Wed, 06 Apr 2011 18:09:43 +0200 Adrian Buehlmann path_auditor: check filenames for basic platform validity (issue2755)
Tue, 05 Apr 2011 11:55:52 +0200 Adrian Buehlmann util: move checklink() to posix.py and return False on Windows
Mon, 04 Apr 2011 11:41:54 +0200 Adrian Buehlmann util: move checkexec() to posix.py and return False on Windows
Fri, 24 Dec 2010 15:23:01 +0100 Dan Villiom Podlaski Christiansen explicitly close files
Mon, 14 Feb 2011 11:12:26 +0100 Adrian Buehlmann port win32.py to using the Python ctypes library
Tue, 11 Jan 2011 14:10:16 +0100 Adrian Buehlmann reintroduces util.unlink, for POSIX and Windows.
Tue, 16 Nov 2010 21:35:58 +0100 Dan Villiom Podlaski Christiansen posix: remove is-comparison between integers stable
Sun, 10 Oct 2010 10:06:36 -0500 Augie Fackler termwidth: move to ui.ui from util
Mon, 10 May 2010 21:09:48 +0200 Patrick Mezard acl: grp module is not available on windows
less more (0) -60 tip