log mercurial/pycompat.py @ 47916:65e3d8028f2e

age author description
Thu, 19 Aug 2021 17:46:46 +0200 Pierre-Yves David template: FileNotFoundError is actually a built in exception stable
Mon, 08 Mar 2021 12:28:53 -0500 Matt Harbison pycompat: fix a bytes vs str issue in `unnamedtempfile()` stable
Mon, 28 Dec 2020 01:40:08 +0100 Joerg Sonnenberger pycompat: fix typos
Wed, 14 Oct 2020 17:51:56 +0200 Pierre-Yves David pycompat: add an entry for unnamedtmpfile
Wed, 14 Oct 2020 21:47:14 +0200 Pierre-Yves David pycompat: update comment about unnamedtempfile
Mon, 06 Jul 2020 17:51:18 +0200 Manuel Jacob pycompat: remove pycompat.{stdin,stdout,stderr}
Sun, 28 Jun 2020 17:52:29 +0200 Manuel Jacob compat: back out a25343d16ebe (initialize LC_CTYPE locale on all Python ...)
Fri, 26 Jun 2020 04:07:50 +0200 Manuel Jacob compat: initialize LC_CTYPE locale on all Python versions and platforms
Wed, 24 Jun 2020 14:44:21 +0200 Manuel Jacob pycompat: use os.fsencode() to re-encode sys.argv
Wed, 24 Jun 2020 04:25:34 +0200 Manuel Jacob pycompat: fix crash when default locale is unknown stable
Fri, 05 Jun 2020 07:20:52 +0200 Manuel Jacob py3: add warning about buffering behavior of pycompat.{stdout,stderr} stable
Sat, 28 Mar 2020 12:18:58 -0700 Gregory Szorc pycompat: change argv conversion semantics
Fri, 06 Mar 2020 13:27:41 -0500 Augie Fackler cleanup: run pyupgrade on our source tree to clean up varying things
Thu, 12 Dec 2019 10:26:09 -0800 Martin von Zweigbergk pycompat: allow pycompat.sysbytes() even if input already is bytes
Tue, 03 Dec 2019 17:17:57 -0800 Kyle Lippincott py3: make a pycompat.osdevnull, use it in extdiff