summaryrefslogtreecommitdiffstats
path: root/Doc/howto/sockets.rst
Commit message (Expand)AuthorAgeFilesLines
* Fix Issue #21528 - Fix documentation typosDonald Stufft2014-05-201-1/+1
* fix typo in variable name (closes #21586)Benjamin Peterson2014-05-261-1/+1
* Don't grow strings by concatenation. Use ''.join() instead.Raymond Hettinger2014-05-181-5/+7
* #15130: remove repeat of abstract paragraph from socket howto body.R David Murray2013-07-251-6/+0
* bind('') does not do the same as bind('localhost')Georg Brandl2013-04-141-3/+5
* Issue #14641: minor fixes to sockets Howto; patch by Dionysios KalofonosSandro Tosi2012-04-231-2/+2
* Fix Issue #6005: Examples in the socket library documentation use sendall,Senthil Kumaran2012-02-091-0/+2
* Issue 12126: removing incorrect claim about return value of selectEli Bendersky2011-05-221-2/+1
* #11979: improve wording and markup in sockets howto. Patch by Xavier Morel.Ezio Melotti2011-05-141-16/+17
* Merged revisions 84945 via svnmerge fromGeorg Brandl2010-10-061-1/+1
* Use the preferred form of raise statements in the docs.Georg Brandl2009-06-031-4/+2
* Remove tabs from the documentation.Georg Brandl2009-01-031-21/+21
* Remove trailing whitespace.Georg Brandl2009-01-031-7/+7
* Remove things specific to the old Macintosh, and spell "Mac OS X" consistently.Georg Brandl2008-09-131-2/+1
* A lot more typo fixes by Ori Avtalion.Georg Brandl2008-02-221-2/+2
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+421