COMMITS
/ Modules/getnameinfo.c March 11, 2025
M
Replace K&R function declarations with ANSI declarations (#114818)
Max Bachmann committed
July 27, 2022
C
gh-95174: WASI: skip missing sockets functions (GH-95179)
Christian Heimes committed
June 20, 2022
C
gh-84461: Silence some compiler warnings on WASM (GH-93978)
Christian Heimes committed
August 2, 2012
A
Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation code.
Antoine Pitrou committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
February 27, 2007
N
SF patch #1670209, Remove Py_PROTO from socket by Pete Shinners.
Neal Norwitz committed
December 2, 2001
M
Remove INET6 define. Use ENABLE_IPV6 instead.
Martin v. Löwis committed
August 15, 2001
M
Fix portability problems with glibc 2.0, as reported in #449157.
Martin v. Löwis committed
July 21, 2001
M
Silence warnings in MSVC++: hide unused variables, add constness back to
Martin v. Löwis committed
June 25, 2001
M
Replace snprintf with sprintf.
Martin v. Löwis committed
June 23, 2001
M
Patch #401196: Configuration machinery for IPv6.
Martin v. Löwis committed