| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename _Py_identifier to _Py_IDENTIFIER. | Martin v. Löwis | 2011-10-14 | 1 | -1/+1 |
* | PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy. | Antoine Pitrou | 2011-10-12 | 1 | -60/+56 |
* | Add API for static strings, primarily good for identifiers. | Martin v. Löwis | 2011-10-09 | 1 | -1/+3 |
* | Issue #10141: fix socketmodule compilation on Linux systems with <linux/can.h> | Charles-François Natali | 2011-10-07 | 1 | -3/+3 |
* | Issue #10141: socket: add SocketCAN (PF_CAN) support. Initial patch by Matthias | Charles-François Natali | 2011-10-06 | 1 | -0/+105 |
* | Use the new Py_ARRAY_LENGTH macro | Victor Stinner | 2011-09-29 | 1 | -2/+2 |
* | Issue #12837: POSIX.1-2008 allows socklen_t to be a signed integer: re-enable | Charles-François Natali | 2011-08-28 | 1 | -1/+2 |
* | Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is | Charles-François Natali | 2011-08-28 | 1 | -8/+4 |
|\ |
|
| * | Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is | Charles-François Natali | 2011-08-28 | 1 | -8/+4 |
* | | sock_sendmsg/sock_recvmsg: Use {0} to 0-initialize aggregate types with | Charles-François Natali | 2011-08-24 | 1 | -7/+2 |
* | | Issue12810: Remove check for negative unsigned value in socketmodule.c. Patch | Charles-François Natali | 2011-08-24 | 1 | -1/+1 |
* | | Close #12826: fix socketmodule.c for OpenBSD, include sys/uio.h | Victor Stinner | 2011-08-23 | 1 | -0/+4 |
* | | Attempt to address Windows buildbot failures | Nick Coghlan | 2011-08-22 | 1 | -1/+1 |
* | | Add support for the send/recvmsg API to the socket module. Patch by David Wat... | Nick Coghlan | 2011-08-22 | 1 | -0/+809 |
* | | #12725: merge with 3.2. | Ezio Melotti | 2011-08-14 | 1 | -5/+158 |
|\ \
| |/
|/| |
|
| * | merge heads. | Gregory P. Smith | 2011-06-04 | 1 | -2/+2 |
| |\ |
|
| | * | Further documentation updates to be consistent with doc standards and comments | Gregory P. Smith | 2011-05-22 | 1 | -2/+2 |
| * | | socket.sendto(): exit directly after setting the error | Victor Stinner | 2011-05-26 | 1 | -4/+5 |
| |/ |
|
| * | Issue #1746656: make if_nameindex(), if_indextoname() and if_nametoindex() | Charles-François Natali | 2011-05-20 | 1 | -31/+30 |
| * | issue #1746656: Fix for OS X. configure and #include changes so that the socket | Gregory P. Smith | 2011-05-15 | 1 | -0/+8 |
| * | Issue #1746656: Add if_nameindex, if_nametoindex, if_indextoname | Gregory P. Smith | 2011-05-15 | 1 | -0/+110 |
| * | Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in | Antoine Pitrou | 2011-05-10 | 1 | -4/+7 |
| |\ |
|
| * \ | Issue #5421: merge fix | Antoine Pitrou | 2011-03-17 | 1 | -6/+17 |
| |\ \ |
|
| * \ \ | #11565: Merge with 3.2. | Ezio Melotti | 2011-03-16 | 1 | -2/+37 |
| |\ \ \ |
|
| | * | | | Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2 | Jesus Cea | 2011-03-14 | 1 | -1/+1 |
| | * | | | Issue #10866: Add socket.sethostname(). Initial patch by Ross Lagerwall. | Antoine Pitrou | 2011-02-28 | 1 | -0/+35 |
| | * | | | Issue #8914: fix various warnings from the Clang static analyzer v254. | Brett Cannon | 2011-02-22 | 1 | -1/+1 |
* | | | | | #12725: fix working. Patch by Ben Hayden. | Ezio Melotti | 2011-08-14 | 1 | -3/+3 |
| |_|_|/
|/| | | |
|
* | | | | Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in | Antoine Pitrou | 2011-05-10 | 1 | -4/+7 |
| |_|/
|/| | |
|
* | | | Issue #5421: merge fix | Antoine Pitrou | 2011-03-17 | 1 | -6/+17 |
|\ \ \
| |/ /
|/| | |
|
| * | | Issue #5421: Fix misleading error message when one of socket.sendto()'s | Antoine Pitrou | 2011-03-17 | 1 | -6/+17 |
* | | | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 1 | -54/+245 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for ... | Alexander Belopolsky | 2010-12-08 | 1 | -3/+5 |
| * | Issue #10272: The ssl module now raises socket.timeout instead of a generic | Antoine Pitrou | 2010-12-03 | 1 | -0/+2 |
| * | Fixed socket_gethostname() on windows. | Hirokazu Yamamoto | 2010-11-05 | 1 | -6/+9 |
| * | plug refleak | Benjamin Peterson | 2010-10-29 | 1 | -0/+1 |
| * | Issue #9377: Use Unicode API for gethostname on Windows. | Martin v. Löwis | 2010-10-29 | 1 | -0/+22 |
| * | Issue #10093: ResourceWarnings are now issued when files and sockets are | Antoine Pitrou | 2010-10-29 | 1 | -1/+13 |
| * | Issue #8852: Allow the socket module to build on OpenSolaris. | Antoine Pitrou | 2010-10-27 | 1 | -12/+28 |
| * | For now, remove accept4() code (issue #10115) | Antoine Pitrou | 2010-10-22 | 1 | -9/+0 |
| * | applying netbsd-wizs-mod.patch from issue5510 - | Gregory P. Smith | 2010-10-17 | 1 | -2/+25 |
| * | Issue #7523: Add SOCK_CLOEXEC and SOCK_NONBLOCK to the socket module, | Antoine Pitrou | 2010-10-14 | 1 | -6/+33 |
| * | fix compliation on NetBSD | Gregory P. Smith | 2010-10-13 | 1 | -1/+1 |
| * | Fix compilation under Windows | Antoine Pitrou | 2010-09-28 | 1 | -0/+3 |
| * | Issue #9090: When a socket with a timeout fails with EWOULDBLOCK or EAGAIN, | Antoine Pitrou | 2010-09-28 | 1 | -15/+88 |
| * | Issue #9950: Fix socket.sendall() crash or misbehaviour when a signal is | Antoine Pitrou | 2010-09-27 | 1 | -23/+25 |
| * | Fix Issue9753: socket.dup() does not always work right on Windows | Daniel Stutzbach | 2010-09-03 | 1 | -8/+5 |
| * | Issue #1027206: getnameinfo is now restricted to numeric addresses as input. | Martin v. Löwis | 2010-08-25 | 1 | -0/+1 |
| * | Issue #1027206: Support IDNA in gethostbyname, gethostbyname_ex and | Martin v. Löwis | 2010-08-22 | 1 | -10/+18 |
| * | Clean some 64-bit issues. Also, always spell "ssize_t" "Py_ssize_t". | Antoine Pitrou | 2010-08-17 | 1 | -30/+33 |