Mercurial > hg
log
age | author | description |
---|---|---|
Sat, 03 Mar 2018 05:51:34 -0500 | Yuya Nishihara | py3: unblock C extensions on Python 3 |
Sat, 03 Mar 2018 07:59:20 -0500 | Yuya Nishihara | py3: make test-ancestors.py pass on Python 3 with C extensions |
Sat, 03 Mar 2018 07:24:25 -0500 | Yuya Nishihara | py3: do not pass a memoryview to bdiff.bdiff() |
Sat, 03 Mar 2018 07:00:37 -0500 | Yuya Nishihara | py3: do not pass a list of iterators to computephasesmapsets() |
Sat, 03 Mar 2018 06:57:02 -0500 | Yuya Nishihara | cext: fix computephasesmapsets() not to return without setting an exception |
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 |