Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cruft removal: | Neal Norwitz | 2006-12-28 | 1 | -1/+1 |
| | | | | | | * DL_IMPORT/DL_EXPORT * #if 0'd code * Py_PROTO which was obsolete, but still used in one place in addrinfo.h | ||||
* | Add comments at end of every #endif and fix ones already there when for closing | Brett Cannon | 2004-07-10 | 1 | -11/+11 |
| | | | | off #ifndef's. | ||||
* | Rename LONG_LONG to PY_LONG_LONG. Fixes #710285. | Martin v. Löwis | 2003-03-29 | 1 | -2/+2 |
| | |||||
* | Undefine addrinfo.h constants if the system header defined them. | Martin v. Löwis | 2001-12-06 | 1 | -4/+35 |
| | | | | Fixes #486099. | ||||
* | Fix portability problems with glibc 2.0, as reported in #449157. | Martin v. Löwis | 2001-08-15 | 1 | -1/+6 |
| | |||||
* | Port getaddrinfo to MSVC++. | Martin v. Löwis | 2001-07-19 | 1 | -2/+2 |
| | |||||
* | Patch #401196: Configuration machinery for IPv6. | Martin v. Löwis | 2001-06-23 | 1 | -0/+140 |
Contributed by Jun-ichiro "itojun" Hagino. get{addr,name}info emulation code taken from WIDE. |