1. 4ae06c5 bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#4748) by Serhiy Storchaka · 7 years ago
  2. e2f92de Add the const qualifier to "char *" variables that refer to literal strings. (#4370) by Serhiy Storchaka · 7 years ago
  3. 8cd8883 Issue #26505: merge from 3.5 by Ned Deily · 8 years ago
  4. adbf8ce Issue #26505: Fix typos in getaddrinfo license text. Patch by Alex Willmer. by Ned Deily · 8 years ago
  5. ef1585e Issue #25923: Added more const qualifiers to signatures of static and private functions. by Serhiy Storchaka · 9 years ago
  6. 2d06e84 Issue #25923: Added the const qualifier to static constant arrays. by Serhiy Storchaka · 9 years ago
  7. a9a53c7 Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation code. by Antoine Pitrou · 12 years ago
  8. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  9. e0387ec SF patch #1670209, Remove Py_PROTO from socket by Pete Shinners. by Neal Norwitz · 17 years ago
  10. 3432118 SF #784031: Byte-order bug in socket-module getaddrinfo.c by Raymond Hettinger · 21 years ago
  11. 2335100 Wipe out some warnings about non-ANSI code and an unsafe arg to isdigit(). by Guido van Rossum · 22 years ago
  12. 44ddbde Remove INET6 define. Use ENABLE_IPV6 instead. by Martin v. Löwis · 23 years ago
  13. f0b11d2 Fix memory leaks detecting in bug report #478003. by Martin v. Löwis · 23 years ago
  14. 39e0c5d Fix compiler warnings. This closes some of the #458880 problem. by Martin v. Löwis · 23 years ago
  15. 6f848c1 Removed an unreachable break statement to silence SGI compiler. by Sjoerd Mullender · 23 years ago
  16. 791bfda Autocheck for snprintf, and use sprintf if it is not available. by Martin v. Löwis · 23 years ago
  17. fe36fc9 Before declaring h_errno, do not check for Win32 only. Instead, do check by Martin v. Löwis · 23 years ago
  18. c7cdc63 Set ai_addrlen even if there is no sa_len. by Martin v. Löwis · 23 years ago
  19. c925b153 Silence warnings in MSVC++: hide unused variables, add constness back to by Martin v. Löwis · 23 years ago
  20. d783041 Port getaddrinfo to MSVC++. by Martin v. Löwis · 23 years ago
  21. 01dfdb3 Patch #401196: Configuration machinery for IPv6. by Martin v. Löwis · 23 years ago