Antoine Pitrou
|
7f14f0d8a0
|
Recorded merge of revisions 81032 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r81032 | antoine.pitrou | 2010-05-09 17:52:27 +0200 (dim., 09 mai 2010) | 9 lines
Recorded merge of revisions 81029 via svnmerge from
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.
........
................
|
2010-05-09 16:14:21 +00:00 |
Neal Norwitz
|
f6657e67b3
|
Cruft removal:
* DL_IMPORT/DL_EXPORT
* #if 0'd code
* Py_PROTO which was obsolete, but still used in one place in addrinfo.h
|
2006-12-28 04:47:50 +00:00 |
Brett Cannon
|
3ffff2a270
|
Add comments at end of every #endif and fix ones already there when for closing
off #ifndef's.
|
2004-07-10 19:30:39 +00:00 |
Martin v. Löwis
|
b9a0f91218
|
Rename LONG_LONG to PY_LONG_LONG. Fixes #710285.
|
2003-03-29 10:06:18 +00:00 |
Martin v. Löwis
|
a631f580ea
|
Undefine addrinfo.h constants if the system header defined them.
Fixes #486099.
|
2001-12-06 19:04:35 +00:00 |
Martin v. Löwis
|
f95dd0a298
|
Fix portability problems with glibc 2.0, as reported in #449157.
|
2001-08-15 17:14:33 +00:00 |
Martin v. Löwis
|
d783041a14
|
Port getaddrinfo to MSVC++.
|
2001-07-19 17:37:46 +00:00 |
Martin v. Löwis
|
01dfdb3d35
|
Patch #401196: Configuration machinery for IPv6.
Contributed by Jun-ichiro "itojun" Hagino. get{addr,name}info emulation
code taken from WIDE.
|
2001-06-23 16:30:13 +00:00 |