Mercurial > hg
log
age | author | description |
---|---|---|
Tue, 14 Apr 2015 16:21:10 -0400 | Augie Fackler | run-tests: record faildata using bytes instead of str |
Tue, 14 Apr 2015 16:18:11 -0400 | Augie Fackler | run-tests: do cdata escaping using bytes instead of str |
Mon, 13 Apr 2015 16:33:12 -0400 | Augie Fackler | run-tests: make sure keyword(s) are in bytes and not str |
Mon, 13 Apr 2015 16:31:19 -0400 | Augie Fackler | run-tests: use items instead of iteritems on dicts |
Mon, 13 Apr 2015 16:30:40 -0400 | Augie Fackler | run-tests: refer to test.bname when sniffing for keywords |
Mon, 13 Apr 2015 15:57:10 -0400 | Augie Fackler | run-tests: string-escape no longer exists in python 3, use unicode_escape |
Mon, 13 Apr 2015 15:55:48 -0400 | Augie Fackler | run-tests: switch all uses of iolock.acquire() to a context manager |