summaryrefslogtreecommitdiff
path: root/Doc/howto/sockets.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #27626: Spelling fixes in docs, comments and internal namesMartin Panter2016-07-281-1/+1
* Merge socket howto fixes from 3.4.Ezio Melotti2014-06-271-3/+3
|\
| * Fix indentation and class name in socket howto example.Ezio Melotti2014-06-271-3/+3
* | merge 3.4 (#21586)Benjamin Peterson2014-05-261-1/+1
|\ \ | |/
| * fix typo in variable name (closes #21586)Benjamin Peterson2014-05-261-1/+1
* | Fix Issue #21528 - Fix documentation typosDonald Stufft2014-05-201-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: merge with 3.2Sandro Tosi2012-04-231-2/+2
|\
| * Issue #14641: minor fixes to sockets Howto; patch by Dionysios KalofonosSandro Tosi2012-04-231-2/+2
* | merged from 3.2Senthil Kumaran2012-02-091-0/+2
|\ \ | |/
| * Fix Issue #6005: Examples in the socket library documentation use sendall,Senthil Kumaran2012-02-091-0/+2
* | Merge assorted fixes from 3.2Antoine Pitrou2011-12-051-19/+17
|\ \ | |/
| * s/SOCKSTREAM/TCP/Antoine Pitrou2011-12-051-1/+1
| * Reword IPC sectionAntoine Pitrou2011-12-051-5/+6
| * Use www.python.org instead of a hostname pointing to a parked (or squatted) d...Antoine Pitrou2011-12-051-13/+10
| * Remove the outdated notion that multithreading doesn't work well on Unices.Antoine Pitrou2011-12-051-13/+7
* | Drop claim about nasty problem.Martin v. Löwis2011-06-061-6/+0
* | Drop unfounded claims about performance.Martin v. Löwis2011-06-061-27/+1
* | Use bytes in myreceive.Martin v. Löwis2011-05-291-2/+2
* | Explain that INET is IPv4 and STREAM is TCP.Martin v. Löwis2011-05-291-2/+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
* Merged revisions 68221 via svnmerge fromGeorg Brandl2009-01-031-15/+15
* Remove trailing whitespace.Georg Brandl2009-01-031-7/+7
* Merged revisions 66452 via svnmerge fromGeorg Brandl2008-09-131-2/+1
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-221-2/+2
* General clean-up in socket howto.Collin Winter2007-09-101-26/+23
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+421