| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #7777: socket: Add Reliable Datagram Sockets (PF_RDS) support. | Charles-François Natali | 2011-11-10 | 1 | -5/+19 |
|
|
* | Replace mentions of socket.error. | Antoine Pitrou | 2011-10-12 | 1 | -17/+18 |
|
|
* | Minimal update of socket docs for PEP 3151. | Antoine Pitrou | 2011-10-12 | 1 | -11/+12 |
|
|
* | Issue #10141: Don't use hardcoded frame size in example, use struct.calcsize() | Victor Stinner | 2011-10-06 | 1 | -1/+2 |
|
|
* | Issue #10141: socket: add SocketCAN (PF_CAN) support. Initial patch by Matthias | Charles-François Natali | 2011-10-06 | 1 | -5/+66 |
|
|
* | #12781: merge with 3.2 | Sandro Tosi | 2011-09-02 | 1 | -0/+19 |
|\ |
|
| * | #12781: Mention SO_REUSEADDR flag near socket examples | Sandro Tosi | 2011-09-02 | 1 | -0/+19 |
|
|
* | | Add support for the send/recvmsg API to the socket module. Patch by David Wat... | Nick Coghlan | 2011-08-22 | 1 | -0/+182 |
|
|
* | | #12725: merge with 3.2. | Ezio Melotti | 2011-08-14 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | #12725: fix working. Patch by Ben Hayden. | Ezio Melotti | 2011-08-14 | 1 | -3/+3 |
|
|
* | | Further documentation updates to be consistent with doc standards and comments | Gregory P. Smith | 2011-05-23 | 1 | -7/+7 |
|
|
* | | Refer to the return value on nameindex and friends as a string, not a byte | Gregory P. Smith | 2011-05-23 | 1 | -3/+3 |
|
|
* | | Issue #1746656: Add if_nameindex, if_nametoindex, if_indextoname | Gregory P. Smith | 2011-05-15 | 1 | -0/+33 |
|
|
* | | Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in | Antoine Pitrou | 2011-05-10 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in | Antoine Pitrou | 2011-05-10 | 1 | -2/+2 |
|
|
| * | Merged revisions 88686 via svnmerge from | Antoine Pitrou | 2011-02-28 | 1 | -21/+26 |
|
|
* | | Recommend inspecting the errno attribute of socket.error objects, | Antoine Pitrou | 2011-02-28 | 1 | -21/+26 |
|
|
* | | Issue #10866: Add socket.sethostname(). Initial patch by Ross Lagerwall. | Antoine Pitrou | 2011-02-28 | 1 | -0/+10 |
|/ |
|
* | Overhaul the documentation about socket timeouts. | Antoine Pitrou | 2011-01-05 | 1 | -49/+84 |
|
|
* | Some nits. | Antoine Pitrou | 2011-01-02 | 1 | -6/+9 |
|
|
* | Clarify behaviour of close() and shutdown() on sockets. | Antoine Pitrou | 2011-01-02 | 1 | -0/+6 |
|
|
* | #10739: document that on Windows, socket.makefile() does not make a file that... | Georg Brandl | 2010-12-28 | 1 | -8/+14 |
|
|
* | Improve readability of the socket docs | Antoine Pitrou | 2010-12-12 | 1 | -57/+82 |
|
|
* | Issue10100 - fromfd is now available on all platforms | Senthil Kumaran | 2010-10-15 | 1 | -1/+0 |
|
|
* | Issue #7523: Add SOCK_CLOEXEC and SOCK_NONBLOCK to the socket module, | Antoine Pitrou | 2010-10-14 | 1 | -0/+15 |
|
|
* | Issue #10041: The signature of optional arguments in socket.makefile() | Antoine Pitrou | 2010-10-13 | 1 | -1/+1 |
|
|
* | Migrate to Sphinx 1.0 C language constructs. | Georg Brandl | 2010-10-06 | 1 | -12/+12 |
|
|
* | Add a glossary entry for file objects. | Antoine Pitrou | 2010-09-15 | 1 | -1/+1 |
|
|
* | Improve docs for socket.makefile() and SocketIO | Antoine Pitrou | 2010-09-15 | 1 | -4/+3 |
|
|
* | Issue #1552: socket.socketpair() now returns regular socket.socket | Antoine Pitrou | 2010-09-14 | 1 | -0/+4 |
|
|
* | Fix issue 9794: adds context manager protocol to socket.socket so that socket... | Giampaolo Rodolà | 2010-09-08 | 1 | -0/+3 |
|
|
* | fix issue #8866: parameters passed to socket.getaddrinfo can now be specified... | Giampaolo Rodolà | 2010-08-17 | 1 | -5/+8 |
|
|
* | Followup to r83869 and issue #8524: rename socket.forget() to socket.detach() | Antoine Pitrou | 2010-08-09 | 1 | -8/+9 |
|
|
* | Issue #8524: Add a forget() method to socket objects, so as to put the | Antoine Pitrou | 2010-08-08 | 1 | -0/+8 |
|
|
* | #6774: explain shutdown() behavior varying with platform. | Georg Brandl | 2010-07-11 | 1 | -1/+3 |
|
|
* | Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,... | Benjamin Peterson | 2010-06-27 | 1 | -11/+14 |
|
|
* | Merged revisions 81621 via svnmerge from | Antoine Pitrou | 2010-05-31 | 1 | -16/+33 |
|
|
* | Merged revisions 80030,80067,80069,80080-80081,80084,80432-80433,80465-80470,... | Georg Brandl | 2010-05-19 | 1 | -21/+25 |
|
|
* | Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-... | Benjamin Peterson | 2010-04-11 | 1 | -3/+3 |
|
|
* | Issue #7631: Fix undefined references to the "built-in file object", which | Antoine Pitrou | 2010-01-04 | 1 | -5/+7 |
|
|
* | Merged revisions 77263-77264 via svnmerge from | Gregory P. Smith | 2010-01-03 | 1 | -1/+8 |
|
|
* | Merged revisions 76904 via svnmerge from | Ezio Melotti | 2009-12-19 | 1 | -1/+1 |
|
|
* | #7137: fix makefile() documentation to match the new parameters. | Georg Brandl | 2009-10-22 | 1 | -7/+7 |
|
|
* | Switch more function arguments docs to new-style. | Georg Brandl | 2009-09-02 | 1 | -1/+0 |
|
|
* | Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-... | Alexandre Vassalotti | 2009-07-29 | 1 | -0/+2 |
|
|
* | Merged revisions 73537 via svnmerge from | Amaury Forgeot d'Arc | 2009-06-23 | 1 | -5/+0 |
|
|
* | Merged revisions 73217 via svnmerge from | Georg Brandl | 2009-06-04 | 1 | -0/+3 |
|
|
* | Merged revisions 72292 via svnmerge from | Georg Brandl | 2009-05-04 | 1 | -2/+7 |
|
|
* | merge socket module documentation update from trunk r69731. | Gregory P. Smith | 2009-02-19 | 1 | -4/+7 |
|
|
* | Merged revisions 68221 via svnmerge from | Georg Brandl | 2009-01-03 | 1 | -15/+15 |
|
|