mercurial/cext/osutil.c
Thu, 02 Jun 2022 23:57:56 +0200 Manuel Jacob chg: replace mercurial.util.recvfds() by simpler pure Python implementation
Thu, 03 Mar 2022 09:45:21 +0900 Yuya Nishihara cext: really remove Python 2 file handling code
Thu, 03 Mar 2022 09:43:10 +0900 Yuya Nishihara cext: backout e9ca736f5b52 "remove Python 2 file handling code"
Sun, 20 Feb 2022 16:11:21 -0700 Gregory Szorc cext: remove inline rewriting of argv
Sun, 20 Feb 2022 16:09:02 -0700 Gregory Szorc cext: remove PY23()
Sun, 20 Feb 2022 15:45:51 -0700 Gregory Szorc cext: remove Python 2 file handling code
Sun, 20 Feb 2022 15:45:16 -0700 Gregory Szorc cext: remove Python 2 variant of listdir_slot()
Sun, 20 Feb 2022 15:40:39 -0700 Gregory Szorc cext: remove Python 2 module initializer functions
Thu, 25 Mar 2021 18:02:08 +0100 Raphaël Gomès contributor: change mentions of mpm to olivia
Mon, 14 Dec 2020 10:44:29 +0100 Victor Stinner cext: add Python 3.10 support
Sun, 19 Jul 2020 17:35:41 +0900 Yuya Nishihara osutil: fix excessive decref on tuple creation failure in listdir()
Sun, 22 Mar 2020 18:40:04 +0900 Yuya Nishihara osutil: move declaration to top of the scope
Tue, 17 Sep 2019 15:09:25 -0700 Kyle Lippincott osutil: tolerate Py_GetArgcArgv not being set up properly
Tue, 17 Sep 2019 14:57:42 -0700 Kyle Lippincott osutil: allow disabling setprocname via a define passed to the compiler
Thu, 04 Apr 2019 15:24:03 -0700 Gregory Szorc cext: make osutil.c PY_SSIZE_T_CLEAN
Thu, 13 Sep 2018 17:32:20 -0400 Matt Harbison cext: fix warnings when building for py3 on Windows
Mon, 05 Mar 2018 15:07:32 -0500 Augie Fackler osutil: implement minimal __getitem__ compatibility on our custom listdir type
Sat, 03 Mar 2018 06:18:47 -0500 Yuya Nishihara py3: bulk-replace 'const char*' format specifier passed to PyArg_ParseTuple*()
Sat, 03 Mar 2018 06:08:22 -0500 Yuya Nishihara py3: bulk-replace bytes format specifier passed to Py_BuildValue()
Fri, 29 Dec 2017 23:55:52 -0500 Matt Harbison osutil: implement getfsmountpoint() on BSD systems
Wed, 20 Dec 2017 02:13:35 -0800 Jun Wu osutil: add a function to unblock signals
Mon, 16 Oct 2017 14:49:35 -0400 Augie Fackler cext: add /* header */ comment to all PyVarObject_HEAD_INIT() calls
Mon, 02 Oct 2017 19:06:00 +0100 Gregory Szorc cext: reorder #include
Fri, 12 Aug 2016 11:35:17 +0900 Yuya Nishihara osutil: switch to policy importer
less more (0) tip