log

age author description
Thu, 13 Aug 2015 16:27:32 +0900 Yuya Nishihara revpair: update test to make a difference if odd range not handled specially
Thu, 13 Aug 2015 18:59:49 +0900 Yuya Nishihara reachableroots: verify type of each item of heads argument
Thu, 13 Aug 2015 18:38:46 +0900 Yuya Nishihara reachableroots: verify integer range of heads argument (issue4775)
Thu, 13 Aug 2015 18:29:38 +0900 Yuya Nishihara reachableroots: unify bail cases to raise exception correctly
Thu, 13 Aug 2015 17:58:33 +0900 Yuya Nishihara reachableroots: pass NULL to PySet_New() as it expects a pointer, not an int
Wed, 12 Aug 2015 17:01:50 -0500 Matt Mackall merge with stable
Tue, 27 Jan 2015 11:26:27 -0800 Durham Goode copy: add flag for disabling copy tracing
Sat, 08 Aug 2015 14:50:03 -0700 Pierre-Yves David strip: use the 'finally: tr.release' pattern during stripping stable
Tue, 11 Aug 2015 15:06:02 -0400 Augie Fackler changelog: trust C implementation of reachableroots more
Tue, 11 Aug 2015 14:53:47 -0400 Augie Fackler reachableroots: return NULL if we're throwing an exception
Tue, 11 Aug 2015 15:34:10 -0400 Augie Fackler reachableroots: fix transposition of set and list types in PyArg_ParseTuple
Tue, 11 Aug 2015 14:50:39 -0400 Augie Fackler reachableroots: consistently use short-form of PyErr_NoMemory()
Tue, 11 Aug 2015 14:49:40 -0400 Augie Fackler reachableroots: if allocating a new set fails, use PyErr_NoMemory()
Thu, 06 Aug 2015 22:11:20 -0700 Laurent Charignon reachableroots: default to the C implementation
Thu, 06 Aug 2015 22:10:31 -0700 Laurent Charignon changelog: add way to call the reachableroots C implementation