- 4e9165d Fix a lot of markup and meta-information glitches. by Georg Brandl · 18 years ago
- f03facf Some nits. by Georg Brandl · 18 years ago
- 07c78be Added a 'create_connect()' function to socket.py, which creates a by Facundo Batista · 18 years ago
- 3ff9e55 Minor clarification, saying that blocking means no timeout (from bug #882297) by Facundo Batista · 18 years ago
- 1d4b834 Patch #1682878: the new socket methods are recv_into and recvfrom_into, not *_buf. by Georg Brandl · 18 years ago
- 2799aab Doc patch matching r53434 (htonl etc. now always take/return positive ints). by Guido van Rossum · 19 years ago
- 64df22b [Bug #1613651] Document socket.recv_into, socket.recvfrom_into by Andrew M. Kuchling · 19 years ago
- 7ac0396 Fix SF #1599879, socket.gethostname should ref getfqdn directly. by Neal Norwitz · 19 years ago
- 14b0cab [Bug #1583946] Reword description of server and issuer by Andrew M. Kuchling · 19 years ago
- b9d7e04 [Bug #1530382] Document SSL.server(), .issuer() methods by Andrew M. Kuchling · 19 years ago
- 794c89b [Bug #1475554] Strengthen text to say 'must' instead of 'should' by Andrew M. Kuchling · 19 years ago
- dcfdae7 Bug #1460564: document that socket.fromfd() duplicates the given by Georg Brandl · 19 years ago
- bb03ac0 Correct API design mistake from rev. 43126: make socket attributes readonly properties. by Georg Brandl · 19 years ago
- bc45a3f RFE #567972: Socket objects' family, type and proto properties are by Georg Brandl · 19 years ago
- a635fbb Remove dots in \version{changed,added} argument and correct argument order. by Georg Brandl · 20 years ago
- 42a84fe Remove extra period at end. by Neal Norwitz · 20 years ago
- 11017b1 Patch #1103116: AF_NETLINK sockets basic support. by Martin v. Löwis · 20 years ago
- 1014174 Bug #756104: document that bufsize in socket.recv() should be small by Georg Brandl · 20 years ago
- d157b1d SF Bug #1308042, platform dependent behaviour (Windoze of course) in UDP sockets. Will backport by Neal Norwitz · 20 years ago
- 01668a1 Fix test for socket.getfqdn() to also include the name returned by by Brett Cannon · 20 years ago
- e8bbfe4 Patch #1015012. Improve markup and punctuation in libsocket.tex by Dave Cole · 21 years ago
- 07fda7e Updated the socketpair() docstring and documentation to explain that the by Dave Cole · 21 years ago
- 9dc19c2 Ooops - for some reason I had the wrong versionadded... by Dave Cole · 21 years ago
- 331708b Patch #1003700: Add socketpair function to socket module. by Dave Cole · 21 years ago
- 11b91a0 Added socket.getservbyport(), and make its second argument and that of by Barry Warsaw · 21 years ago
- 175d188 avoid backticks in examples; use repr() instead by Fred Drake · 21 years ago
- cee8879 note that the error code for socket.gaierror will be one of the EAI_* by Fred Drake · 21 years ago
- ba813e2 #928751, fix typos in socket doc by Neal Norwitz · 21 years ago
- fcc5176 update signature of the socket constructor by Fred Drake · 22 years ago
- 5a92175 After hearing from someone who gave up on timeout sockets due to a by Guido van Rossum · 22 years ago
- 94681fc Patch #849595: Add socket.shutdown() constants. by Martin v. Löwis · 22 years ago
- b278ac4 Add note about fileno not being usable as a normal file descriptor in Windows. by Brett Cannon · 22 years ago
- 476fcae SF bug #774411: Typo in socket documentation by Raymond Hettinger · 22 years ago
- be2528d SF patch #760257: add socket.timeout exception (Contributed by Bob Halley) by Raymond Hettinger · 22 years ago
- 3a03de4 SF #757229, fix libsocket.tex typo by Neal Norwitz · 22 years ago
- d198f38 - add availability statements for some of the new APIs - lots of general cleanup by Fred Drake · 22 years ago
- b016752 Fix a copy-paste error: the paragraph about inet_ntop's use was copied by Guido van Rossum · 22 years ago
- 6eb502f Add versionadded for has_ipv6 attribute by Neal Norwitz · 22 years ago
- 47dfa4a Patch by Jp Calderone: by Guido van Rossum · 22 years ago
- 2a403e8 add descriptions of {get,set}defaulttimeout. by Skip Montanaro · 22 years ago
- 11ba094 Major overhaul of timeout sockets: by Guido van Rossum · 23 years ago
- 715b861 Clarify the interaction between timeout/non-blocking mode, makefile and fromfd. by Guido van Rossum · 23 years ago
- 62a7f63 Fix typo by Neal Norwitz · 23 years ago
- fc9823b Clarify the interaction between blocking and timeouts. Explain that by Guido van Rossum · 23 years ago
- bdbd84f Add version info, and fix another typo and wording spotted by /F. I think this is what he meant. :-) by Neal Norwitz · 23 years ago
- 1a06fb0 Fix typo spotted by Fredrik Lundh. by Fred Drake · 23 years ago
- 6c6d662 Fix some markup errors and adjust wording slightly. by Fred Drake · 23 years ago
- be946bf SF patch 555085 (timeout socket implementation) by Michael Gilfix. by Guido van Rossum · 23 years ago
- 39960f6 Fix the erroneous availability annotation for s.makefile() from the last by Fred Drake · 24 years ago
- 87fa3aa Add notes that fromfd() and s.makefile() are Unix-specific. by Fred Drake · 24 years ago
- 39368c1 Added documentation of the sendall() method, and a note to the send() method by Fred Drake · 24 years ago
- 0aa811c Use the \note and \warning macros where appropriate. by Fred Drake · 24 years ago
- aad8bb5 When stating that some parameters to makefile() are similar to the open() by Fred Drake · 24 years ago
- cb43c08 Document that keyfile and certfile are now optional. by Jeremy Hylton · 24 years ago
- 3fc291a Fix some markup errors. by Fred Drake · 24 years ago
- 9081bb1 Added documentation for the SSL interface, contributed by Gerhard Häring. by Fred Drake · 24 years ago
- c9908c4 Document IPv6 changes. Contributed by itojun. by Martin v. Löwis · 24 years ago
- 8321026 SourceForge patch #103140, checked in at fdrake's invitation. Minor fixes and by Eric S. Raymond · 25 years ago
- ef52f60 Revise the examples not to use the "from socket import *", and adjust by Fred Drake · 25 years ago
- 8b2e8f8 Added a \versionadded statement to the getfqdn() description. by Fred Drake · 25 years ago
- 5772c86 Document socket.getfqdn(). by Fred Drake · 25 years ago
- caa658d Apply SF patch #101151, by Peter S-K, which fixes smtplib's passing of the by Thomas Wouters · 25 years ago
- aa7524c Clean up markup to be more like recommended practice; only small changes needed. by Fred Drake · 25 years ago
- 9a748aa Say "manual page", not "man page", when referring to the Unix manual. by Fred Drake · 25 years ago
- 3d69c0e Someone found the examples of poor practice on socket addresses! by Fred Drake · 25 years ago
- 7d68690 Added notes about the eventual disappearance of two-parameter bind(), by Fred Drake · 25 years ago
- 38e5d27 Merged changes from the 1.5.2p2 release. (Very rough.) by Fred Drake · 25 years ago
- 37f1574 Use \citetitle and \programopt as appropriate. by Fred Drake · 26 years ago
- e6fb1c4 Added documentation for inet_aton() and inet_ntoa(), from Ben by Fred Drake · 26 years ago
- a94f676 Add index entry "I/O control, buffering" for makefile(). by Fred Drake · 26 years ago
- b0bc7f2 Updated connect_ex() documentation based on comments in the newgroup by Fred Drake · 26 years ago
- 318c0b1 Logical markup nits. by Fred Drake · 26 years ago
- 295da24 New section header style. by Fred Drake · 27 years ago
- cdf6af1 Document gethostbyname_ex(). by Guido van Rossum · 27 years ago
- b91e934 Adjusted to use the new module synopsis support macros. by Fred Drake · 27 years ago
- 3a0351c Remove all uses of \sectcode; we can now use logical markup everywhere. by Fred Drake · 27 years ago
- 3f1c472 Use {methoddesc} as appropriate. by Fred Drake · 27 years ago
- cce1090 Change "\," to just "," in function signatures. This is easier to maintain, by Fred Drake · 27 years ago
- d883ca1 Logical markup. by Fred Drake · 27 years ago
- 1947991 Remove all \bcode / \ecode cruft; this is no longer needed. See previous by Fred Drake · 28 years ago
- 8e1e68d Add ref to errno module, and change ref to posix.error to os.error. by Guido van Rossum · 28 years ago
- 9eb5e50 Consistency: "{\it ...}" ==> "\emph{...}" by Fred Drake · 28 years ago
- af8a015 Consistency: "{\bf ...}" ==> "\strong{...}" "{\em ...}" ==> "\emph{...}" by Fred Drake · 28 years ago
- eefcba6 Fix a little mess (Likecode{...} -> Like \code{...}) in recently added text. by Guido van Rossum · 28 years ago
- c5aec05 Separated the definitions of ntohs(), ntohl(), htons(), htonl(). Separate by Fred Drake · 28 years ago
- f7790c6 Document s.connect_ex(), which does not raise an exception on error. by Guido van Rossum · 28 years ago
- 5451d67 socket_type ==> SocketType by Fred Drake · 28 years ago
- e47da0a AMK's megapatch: by Guido van Rossum · 28 years ago
- 2335c5e Added description of socket_type. by Guido van Rossum · 28 years ago
- e4f347e Document "" and "<broadcast>". by Guido van Rossum · 28 years ago
- fe27a50 Added warning that gethostname() doesn't always return fqdn, and show by Guido van Rossum · 29 years ago
- d44be3f very minor typo by Barry Warsaw · 29 years ago
- 62ac99e Documented getprotobyname() interface. by Guido van Rossum · 29 years ago
- bda7ca7 Added [nh]to[hn][sl](). by Guido van Rossum · 29 years ago
- 470be14 mass changes; fix titles; add examples; correct typos; clarifications; by Guido van Rossum · 30 years ago
- 6bb1adc small changes by Soren Larsen by Guido van Rossum · 30 years ago
- 8675115 a few typographical changes (e.g. -- => ---) and lots of new stuff in the WWW chapter by Guido van Rossum · 30 years ago
- 8df3637 changes refs to SO_* symbols by Guido van Rossum · 30 years ago
- ed2bad8 added lots of constants by Guido van Rossum · 31 years ago
- 31cce97 copyright.tex: Add 1995 to copyright message. by Guido van Rossum · 31 years ago