Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -127/+127 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r81029 | antoine.pitrou | 2010-05-09 16:46:46 +0200 (dim., 09 mai 2010) | 3 lines Untabify C files. Will watch buildbots. ........ | ||||
* | SF patch #1670209, Remove Py_PROTO from socket by Pete Shinners. | Neal Norwitz | 2007-02-27 | 1 | -2/+2 |
| | |||||
* | Remove INET6 define. Use ENABLE_IPV6 instead. | Martin v. Löwis | 2001-12-02 | 1 | -6/+6 |
| | |||||
* | Fix portability problems with glibc 2.0, as reported in #449157. | Martin v. Löwis | 2001-08-15 | 1 | -0/+4 |
| | |||||
* | Silence warnings in MSVC++: hide unused variables, add constness back to | Martin v. Löwis | 2001-07-21 | 1 | -0/+2 |
| | | | | inet_pton/ntop, convert htons argument to u_short. | ||||
* | Replace snprintf with sprintf. | Martin v. Löwis | 2001-06-25 | 1 | -1/+1 |
| | |||||
* | Patch #401196: Configuration machinery for IPv6. | Martin v. Löwis | 2001-06-23 | 1 | -0/+208 |
Contributed by Jun-ichiro "itojun" Hagino. get{addr,name}info emulation code taken from WIDE. |