summaryrefslogtreecommitdiffstats
path: root/Tests/CTestUpdateGIT.sh.in
Commit message (Expand)AuthorAgeFilesLines
* ctest_update: Support Git upstream branch rewritesBrad King2010-06-081-1/+1
* Teach CTest.UpdateGIT test to fake file timestampBrad King2010-02-091-0/+6
ys work right on WindowsDaniel Stutzbach2010-09-031-8/+5 | | * | Issue #1027206: getnameinfo is now restricted to numeric addresses as input.Martin v. Löwis2010-08-251-0/+1 | | * | Issue #1027206: Support IDNA in gethostbyname, gethostbyname_ex andMartin v. Löwis2010-08-221-10/+18 | | | | | | | | getaddrinfo. Patch by David Watson. * | Clean some 64-bit issues. Also, always spell "ssize_t" "Py_ssize_t".Antoine Pitrou2010-08-171-30/+33 | | * | fix issue #8866: parameters passed to socket.getaddrinfo can now be ↵Giampaolo Rodolà2010-08-171-5/+7 | | | | | | | | specified as single keyword arguments. * | Followup to r83869 and issue #8524: rename socket.forget() to socket.detach()Antoine Pitrou2010-08-091-8/+8 | | | | | | | | and make it return the file descriptor. * | Issue #8524: Add a forget() method to socket objects, so as to put theAntoine Pitrou2010-08-08