Mercurial > hg-stable
log
age | author | description |
---|---|---|
Sat, 03 Mar 2018 15:41:12 -0500 | Yuya Nishihara | py3: accept both unicode and byte strings as filename carried by IOError |
Sat, 03 Mar 2018 15:33:52 -0500 | Yuya Nishihara | py3: back out c77c925987d7 to store bytes filename in IOError |
Sat, 03 Mar 2018 14:57:23 -0500 | Augie Fackler | largefiles: headers and values need to be sysstrs, add r prefixes |
Sat, 03 Mar 2018 11:26:30 -0500 | Gregory Szorc | cext: accept arguments as Py_buffer |
Sat, 03 Mar 2018 11:19:43 -0500 | Gregory Szorc | cext: refactor cleanup code in bdiff() |
Fri, 02 Mar 2018 07:13:33 +0530 | Pulkit Goyal | py3: use pycompat.bytestr() to convert error messages to bytes |