Mercurial > hg
log
age | author | description |
---|---|---|
Sat, 03 Mar 2018 06:44:47 -0500 | Yuya Nishihara | py3: do not pass a float to dict_new_presized() |
Sat, 03 Mar 2018 06:41:52 -0500 | Yuya Nishihara | cext: mark tuple_format as a constant |
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() |
Sat, 03 Mar 2018 05:58:41 -0500 | Yuya Nishihara | py3: add PY23() macro to switch string literal depending on python version |
Sat, 03 Mar 2018 05:50:45 -0500 | Yuya Nishihara | py3: don't try to mangle C extension blob by code transformer |
Fri, 02 Mar 2018 18:47:27 -0500 | Augie Fackler | tests: add missing b prefixes in test-atomictempfile.py |