Mercurial > hg-stable
log
age | author | description |
---|---|---|
Fri, 16 Jun 2017 01:46:47 +0530 | Pulkit Goyal | py3: replace dict.iterkeys() with iter(dict) |
Fri, 16 Jun 2017 01:28:23 +0530 | Pulkit Goyal | py3: explicitly convert dict.values() to a list on py3 |
Fri, 16 Jun 2017 01:24:31 +0530 | Pulkit Goyal | py3: alias long to int and xrange to range in test-ancestor.py on Python 3 |
Fri, 16 Jun 2017 00:36:17 +0530 | Pulkit Goyal | py3: add a new bytesurl() to convert a str url into bytes |
Fri, 16 Jun 2017 00:32:52 +0530 | Pulkit Goyal | py3: add a new strurl() which will convert a bytes url to str |
Thu, 15 Jun 2017 21:59:42 -0400 | Matt Harbison | killdaemons: fix WaitForSingleObject() error handling logic on Windows |
Tue, 06 Jun 2017 20:18:06 -0400 | Matt Harbison | killdaemons: explicitly set the ctypes signatures |