COMMITS
/ Modules/addrinfo.h March 18, 2025
M
gh-114917: add support for AI_NUMERICSERV in getaddrinfo emulation (#114918)
Max Bachmann committed
July 27, 2022
C
gh-95174: WASI: skip missing sockets functions (GH-95179)
Christian Heimes committed
September 6, 2016
B
replace PY_LONG_LONG with long long
Benjamin Peterson committed
B
require a long long data type (closes #27961)
Benjamin Peterson committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
December 28, 2006
N
Cruft removal:
Neal Norwitz committed
July 10, 2004
B
Add comments at end of every #endif and fix ones already there when for closing
Brett Cannon committed
March 29, 2003
M
Rename LONG_LONG to PY_LONG_LONG. Fixes #710285.
Martin v. Löwis committed
December 6, 2001
M
Undefine addrinfo.h constants if the system header defined them.
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 19, 2001
M
Port getaddrinfo to MSVC++.
Martin v. Löwis committed
June 23, 2001
M
Patch #401196: Configuration machinery for IPv6.
Martin v. Löwis committed