summaryrefslogtreecommitdiff
path: root/Modules/addrinfo.h
Commit message (Collapse)AuthorAgeFilesLines
* replace PY_LONG_LONG with long longBenjamin Peterson2016-09-061-2/+2
|
* require a long long data type (closes #27961)Benjamin Peterson2016-09-051-8/+0
|
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-53/+53
| | | | | | | | | | 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. ........
* Cruft removal:Neal Norwitz2006-12-281-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 closingBrett Cannon2004-07-101-11/+11
| | | | off #ifndef's.
* Rename LONG_LONG to PY_LONG_LONG. Fixes #710285.Martin v. Löwis2003-03-291-2/+2
|
* Undefine addrinfo.h constants if the system header defined them.Martin v. Löwis2001-12-061-4/+35
| | | | Fixes #486099.
* Fix portability problems with glibc 2.0, as reported in #449157.Martin v. Löwis2001-08-151-1/+6
|
* Port getaddrinfo to MSVC++.Martin v. Löwis2001-07-191-2/+2
|
* Patch #401196: Configuration machinery for IPv6.Martin v. Löwis2001-06-231-0/+140
Contributed by Jun-ichiro "itojun" Hagino. get{addr,name}info emulation code taken from WIDE.