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
base
mercurial/osutil.c@fc033858db6c
|