Sun, 20 Feb 2022 16:09:02 -0700 |
Gregory Szorc |
cext: remove PY23()
|
Thu, 18 Nov 2021 12:31:37 +0100 |
Mads Kiilerich |
cext: fix Python 3.11 compatibility - Py_SIZE is not an lvalue (issue6610)
stable
|
Mon, 14 Dec 2020 10:44:29 +0100 |
Victor Stinner |
cext: add Python 3.10 support
|
Thu, 24 Jan 2019 10:21:59 -0500 |
Augie Fackler |
cleanup: use clang-tidy to add missing {} around one-line statements
|
Sat, 14 Jul 2018 10:50:10 +0900 |
Yuya Nishihara |
cext: reformat with clang-format 6.0
|
Sat, 19 May 2018 14:24:36 -0400 |
Augie Fackler |
pathencode: remove unused variable
|
Fri, 18 May 2018 20:43:01 -0400 |
Augie Fackler |
pathencode: improve error messages slightly
|
Fri, 18 May 2018 20:42:31 -0400 |
Augie Fackler |
pathencode: hashlib.sha1() takes bytes not str on Python 3
|
Fri, 18 May 2018 20:42:04 -0400 |
Augie Fackler |
pathencode: fix importing hashlib on Python 3
|
Sat, 03 Mar 2018 06:18:47 -0500 |
Yuya Nishihara |
py3: bulk-replace 'const char*' format specifier passed to PyArg_ParseTuple*()
|
Mon, 12 Feb 2018 10:29:02 -0500 |
Augie Fackler |
pathencode: allow clang-format oversight
|
Sat, 13 Aug 2016 12:23:56 +0900 |
Yuya Nishihara |
parsers: switch to policy importer
base
mercurial/pathencode.c@7bc7ec53d52e
|