Benjamin Peterson
|
2eff14d333
|
fix typo in variable name (closes #21586)
|
2014-05-26 15:10:42 -07:00 |
Raymond Hettinger
|
1c1d1e2bae
|
Don't grow strings by concatenation. Use ''.join() instead.
|
2014-05-18 20:04:01 +01:00 |
R David Murray
|
d5648ac382
|
#15130: remove repeat of abstract paragraph from socket howto body.
Patch by Tshepang Lekhonkhobe.
|
2013-07-25 13:33:35 -04:00 |
Georg Brandl
|
2124dcd9fe
|
bind('') does not do the same as bind('localhost')
|
2013-04-14 10:59:04 +02:00 |
Sandro Tosi
|
da999d29ab
|
Issue #14641: minor fixes to sockets Howto; patch by Dionysios Kalofonos
|
2012-04-23 19:44:51 +02:00 |
Senthil Kumaran
|
607e31eddf
|
Fix Issue #6005: Examples in the socket library documentation use sendall,
where relevant, instead send method. Patch contributed by Brian Brazil.
|
2012-02-09 17:43:31 +08:00 |
Eli Bendersky
|
e91b305d28
|
Issue 12126: removing incorrect claim about return value of select
|
2011-05-22 06:49:01 +03:00 |
Ezio Melotti
|
9b323a521c
|
#11979: improve wording and markup in sockets howto. Patch by Xavier Morel.
|
2011-05-14 09:17:52 +03:00 |
Georg Brandl
|
0930228aee
|
Merged revisions 84945 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84945 | georg.brandl | 2010-09-21 16:48:28 +0200 (Di, 21 Sep 2010) | 1 line
#9911: doc copyedits.
........
|
2010-10-06 09:32:48 +00:00 |
Georg Brandl
|
c1edec3374
|
Use the preferred form of raise statements in the docs.
|
2009-06-03 07:25:35 +00:00 |
Georg Brandl
|
7044b11818
|
Remove tabs from the documentation.
|
2009-01-03 21:04:55 +00:00 |
Georg Brandl
|
c62ef8b4d9
|
Remove trailing whitespace.
|
2009-01-03 20:55:06 +00:00 |
Georg Brandl
|
9af9498c6e
|
Remove things specific to the old Macintosh, and spell "Mac OS X" consistently.
|
2008-09-13 17:41:16 +00:00 |
Georg Brandl
|
907a720f89
|
A lot more typo fixes by Ori Avtalion.
|
2008-02-22 12:31:45 +00:00 |
Georg Brandl
|
8ec7f65613
|
Move the 2.6 reST doc tree in place.
|
2007-08-15 14:28:01 +00:00 |