mercurial/posix.py
Thu, 25 Mar 2021 18:02:08 +0100 Raphaël Gomès contributor: change mentions of mpm to olivia
Thu, 11 Mar 2021 21:21:41 -0500 Matt Harbison typing: fix a suppression directive that was mangled by black formatting stable
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Tue, 13 Oct 2020 16:44:57 -0400 Matt Harbison posix: avoid a leaked file descriptor in a unix domain socket exception case
Tue, 13 Oct 2020 16:41:01 -0400 Matt Harbison posix: use context managers in a couple of places
Fri, 29 May 2020 03:56:07 +0200 Manuel Jacob cleanup: eliminate procutil.quotecommand()
Mon, 10 Feb 2020 17:31:05 -0500 Augie Fackler cleanup: re-run black on the codebase
Fri, 08 Nov 2019 11:19:20 -0800 Augie Fackler cleanup: remove pointless r-prefixes on single-quoted strings
Wed, 06 Nov 2019 15:03:02 -0500 Augie Fackler posix: add a pytype suppression
Sun, 06 Oct 2019 16:55:18 -0400 Gregory Szorc py3: manually import getattr where it is needed
Sun, 06 Oct 2019 13:28:56 -0400 Gregory Szorc py3: manually import pycompat.open into files that need it
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Mon, 08 Jul 2019 13:12:20 -0400 Augie Fackler posix: always seek to EOF when opening a file in append mode stable 5.0.2
Sat, 02 Mar 2019 05:01:00 +0530 Pulkit Goyal py3: make sure return value of posix.groupname() is bytes
Sun, 03 Feb 2019 16:38:47 +0530 Pulkit Goyal py3: do a fsdecode(), fsencode() dance in posix.py
Sat, 02 Feb 2019 04:49:42 +0530 Pulkit Goyal py3: pass str into grp.getgrnam
Thu, 10 Jan 2019 14:57:01 +0100 Boris Feld update: fix edge-case with update.atomic-file and read-only files
Thu, 15 Nov 2018 17:08:23 +0100 Boris Feld check-exec: write file in 'wcache' instead of 'cache'
Thu, 15 Nov 2018 03:09:23 +0100 Boris Feld checkexec: create destination directory if necessary stable
Tue, 25 Sep 2018 21:16:12 -0400 Matt Harbison py3: convert os.readlink() path to native strings on Windows
Sat, 09 Jun 2018 15:14:31 +0530 Pulkit Goyal py3: make sure util.username() always returns bytes
Sat, 26 May 2018 12:38:07 +0900 Yuya Nishihara py3: wrap tempfile.NamedTemporaryFile() to return bytes fp.name
Sat, 26 May 2018 12:14:04 +0900 Yuya Nishihara py3: wrap tempfile.mkstemp() to use bytes path
Fri, 27 Apr 2018 13:26:43 -0400 Augie Fackler posix: use inst.errno instead of inst[0] on OSError instances
Sat, 07 Apr 2018 21:14:16 +0900 Yuya Nishihara procutil: unify platform.explainexit()
Sat, 07 Apr 2018 21:09:21 +0900 Yuya Nishihara procutil: rewrite popen() as a subprocess.Popen wrapper (issue4746) (API)
Sat, 24 Mar 2018 13:30:50 +0900 Yuya Nishihara rcutil: directly call win32.executablepath()
Wed, 14 Mar 2018 15:39:28 -0400 Augie Fackler cleanup: fix some latent open(path).read() et al calls we previously missed
Mon, 05 Mar 2018 12:30:20 -0500 Augie Fackler cleanup: use stat_result[stat.ST_MTIME] instead of stat_result.st_mtime
Wed, 21 Feb 2018 22:20:27 +0900 Yuya Nishihara util: factor out shellsplit() function
Sun, 18 Feb 2018 18:22:40 +0530 Pulkit Goyal py3: make sure we open the files in bytes mode
Fri, 29 Dec 2017 22:54:14 -0500 Matt Harbison util: add a function to show the mount point of the filesystem
Sat, 30 Dec 2017 21:07:03 -0500 Matt Harbison util: move getfstype() to the platform modules
Thu, 12 Oct 2017 23:34:34 -0700 Jun Wu codemod: use pycompat.isdarwin
Sat, 30 Sep 2017 07:45:18 -0400 Augie Fackler posix: replace superfluous pass statement with explicit return
Fri, 15 Sep 2017 19:44:32 -0400 Augie Fackler posix: always pass a native str to unicodedata.normalize's first arg
Fri, 15 Sep 2017 19:44:05 -0400 Augie Fackler posix: use slicing to grab a single byte out of a bytes in HFS+ normcase code
Fri, 15 Sep 2017 19:43:02 -0400 Augie Fackler posix: fix HFS+ normcase doctest to produce valid bytes literals in Python 3
Sun, 03 Sep 2017 14:32:11 +0900 Yuya Nishihara doctest: bulk-replace string literals with b'' for Python 3
Fri, 04 Aug 2017 23:54:12 -0700 Jun Wu ssh: quote parameters using shellquote (SEC) stable
Fri, 04 Aug 2017 14:00:03 -0400 Augie Fackler ssh: ban any username@host or host that starts with - (SEC) stable
Fri, 04 Aug 2017 23:54:12 -0700 Jun Wu ssh: quote parameters using shellquote (SEC) stable
Fri, 04 Aug 2017 14:00:03 -0400 Augie Fackler ssh: ban any username@host or host that starts with - (SEC) stable
Wed, 26 Apr 2017 16:05:22 +0200 Koen Van Hoof chmod: create a new file when flags are set on a hardlinked file
Sun, 21 May 2017 18:36:28 -0400 Augie Fackler checklink: degrade gracefully on posix when fs is readonly (issue5511)
Fri, 10 Feb 2017 16:56:29 -0800 Martin von Zweigbergk cleanup: use set literals
Fri, 21 Apr 2017 00:53:38 +0530 Pulkit Goyal py3: make posix.getuser return a bytes
Tue, 21 Mar 2017 06:50:28 -0700 Ryan McElroy util: unify unlinkpath
Tue, 21 Mar 2017 06:50:28 -0700 Ryan McElroy posix: use local reference to removedirs
Tue, 21 Mar 2017 06:50:28 -0700 Ryan McElroy posix: use local reference to unlink
Sun, 19 Mar 2017 01:06:47 -0400 Augie Fackler posix: tiptoe around tempfile module more delicately
Sun, 19 Mar 2017 01:05:48 -0400 Augie Fackler posix: use open() instead of file()
Fri, 17 Mar 2017 05:10:58 +0530 Pulkit Goyal py3: make the regular expression bytes to prevent TypeError
Wed, 04 Jan 2017 14:52:59 -0500 Augie Fackler merge with stable
Thu, 22 Dec 2016 23:14:13 +0900 Yuya Nishihara posix: make poll() restart on interruption by signal (issue5452) stable
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 02:15:24 +0530 Pulkit Goyal py3: replace sys.platform with pycompat.sysplatform (part 1 of 2)
Sun, 18 Dec 2016 01:34:41 +0530 Pulkit Goyal py3: replace os.environ with encoding.environ (part 1 of 5)
Sat, 17 Dec 2016 20:02:50 +0530 Pulkit Goyal py3: replace os.sep with pycompat.ossep (part 2 of 4)
Sat, 17 Dec 2016 19:47:17 +0530 Pulkit Goyal py3: replace os.pathsep with pycompat.ospathsep
Wed, 30 Nov 2016 16:39:36 +0000 Martijn Pieters posix: give the cached symlink a real target
Wed, 14 Jan 2015 01:15:26 +0100 Mads Kiilerich posix: give checklink a fast path that cache the check file and is read only
Thu, 17 Nov 2016 12:59:36 +0100 Mads Kiilerich posix: move checklink test file to .hg/cache
Wed, 14 Jan 2015 01:15:26 +0100 Mads Kiilerich posix: give checkexec a fast path; keep the check files and test read only
Wed, 14 Jan 2015 01:15:26 +0100 Mads Kiilerich posix: simplify checkexec check
Thu, 17 Nov 2016 12:59:36 +0100 Mads Kiilerich posix: move checkexec test file to .hg/cache
Thu, 20 Oct 2016 21:38:44 +0900 Yuya Nishihara scmutil: move util.termwidth()
Sat, 21 May 2016 16:52:04 +0900 Yuya Nishihara chgserver: extract utility to bind unix domain socket to long path
Sat, 12 Dec 2015 21:36:21 -0600 Matt Mackall mac: fix percent-encoding of non-utf-8 characters (issue4999)
Sat, 21 Nov 2015 16:21:52 +0900 Yuya Nishihara posix: remove unixdomainserver class
Fri, 04 Dec 2015 15:59:46 -0500 Augie Fackler posix: work around "posix" systems without os.link available (issue4974)
Wed, 11 Nov 2015 15:08:08 -0600 Matt Mackall merge with stable
Mon, 09 Nov 2015 15:53:11 -0600 Matt Mackall posix: fix test-permissions regression stable 3.6.1
Mon, 09 Nov 2015 12:49:21 -0600 Matt Mackall merge with stable
Fri, 06 Nov 2015 15:23:10 -0600 Matt Mackall posix: retry on symlink race in checklink stable
Thu, 05 Nov 2015 17:09:00 -0600 Matt Mackall posix: use getutf8char to handle OS X filename percent-escaping
Fri, 04 Sep 2015 11:15:02 -0400 timeless posix: shellquote do not require quoting for "+" (issue4818)
Sat, 08 Aug 2015 19:56:58 -0700 Gregory Szorc posix: use absolute_import
Tue, 23 Jun 2015 22:20:08 -0700 Gregory Szorc global: mass rewrite to use modern exception syntax
Tue, 23 Jun 2015 22:30:33 -0700 Gregory Szorc global: mass rewrite to use modern octal syntax
Wed, 20 May 2015 18:00:05 -0500 Pierre-Yves David util: add a simple poll utility
Sat, 11 Apr 2015 00:47:09 +0900 FUJIWARA Katsunori util: add removedirs as platform depending function
Wed, 01 Apr 2015 00:29:22 -0700 Siddharth Agarwal cygwin: define normcase spec and fallback
Tue, 31 Mar 2015 23:30:19 -0700 Siddharth Agarwal darwin: define normcase spec and fallback
Wed, 01 Apr 2015 00:26:07 -0700 Siddharth Agarwal posix: define normcase spec and fallback
Wed, 11 Feb 2015 19:57:07 +0900 Yuya Nishihara shellquote: fix missing quotes for empty string stable
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
less more (0) -120 tip