index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_socket.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 60080-60089,60091-60093 via svnmerge from
Georg Brandl
2008-01-19
1
-1/+0
*
Remove Queue.empty() and Queue.full() in favor of using qsize() or trapping t...
Raymond Hettinger
2008-01-14
1
-1/+1
*
Merged revisions 59843-59863 via svnmerge from
Christian Heimes
2008-01-09
1
-1/+1
*
Merged revisions 59822-59841 via svnmerge from
Christian Heimes
2008-01-07
1
-1/+1
*
Copied doc for reload() from trunk's function.rst to imp.rst
Christian Heimes
2008-01-07
1
-0/+82
*
Merged revisions 59703-59773 via svnmerge from
Christian Heimes
2008-01-06
1
-0/+11
*
Convert the socket module to insist on bytes for input, and to return bytes
Guido van Rossum
2007-11-21
1
-1/+1
*
This is roughly socket2.diff from issue 1378, with a few changes applied
Guido van Rossum
2007-11-16
1
-0/+9
*
Merged revisions 58221-58741 via svnmerge from
Guido van Rossum
2007-11-01
1
-1/+1
*
Raise statement normalization in Lib/test/.
Collin Winter
2007-08-29
1
-2/+2
*
Fix the IPv6 pton/ntop tests. Why weren't these failing on Linux? No IPv6?
Guido van Rossum
2007-08-17
1
-5/+5
*
Down with str8!
Guido van Rossum
2007-08-15
1
-2/+2
*
Make sure socket.close() doesn't interfere with socket.makefile().
Jeremy Hylton
2007-08-03
1
-0/+39
*
Fix test_socket.py. Simple str/bytes issue with IPV6 addresse.
Guido van Rossum
2007-07-10
1
-2/+2
*
Simplify socket_repr() by using PyUnicode_FromFormat()
Walter Dörwald
2007-06-05
1
-0/+4
*
Merged revisions 55407-55513 via svnmerge from
Guido van Rossum
2007-05-22
1
-1/+1
*
Sockets facelift. APIs that could return binary data (e.g. aton() and
Guido van Rossum
2007-05-21
1
-39/+16
*
Make test_socket pass. There was an unchecked error when a Unicode
Guido van Rossum
2007-05-18
1
-23/+22
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-2/+104
*
Merged revisions 53451-53537 via svnmerge from
Thomas Wouters
2007-02-01
1
-1/+27
*
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum
2007-01-15
1
-4/+4
*
Merged revisions 53434 via svnmerge from
Guido van Rossum
2007-01-15
1
-0/+14
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-1/+1
*
Killed the <> operator. You must now use !=.
Guido van Rossum
2006-08-24
1
-1/+1
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-5/+62
*
Merge the rest of the trunk.
Thomas Wouters
2006-06-08
1
-6/+6
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-1/+32
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-2/+38
*
patch [ 756021 ] Allow socket.inet_aton("255.255.255.255") on Windows
Georg Brandl
2005-08-26
1
-0/+2
*
Add support for FreeBSD 7.
Hye-Shik Chang
2005-07-17
1
-1/+1
*
Fix test for socket.getfqdn() to also include the name returned by
Brett Cannon
2005-03-11
1
-1/+1
*
Add 'linux2' as one of the platforms that does not use the echo service as one
Brett Cannon
2004-11-20
1
-1/+2
*
Add support for FreeBSD 6.
Hye-Shik Chang
2004-08-18
1
-1/+1
*
Being bsd-based, darwin/macosx has the same limitation w.r.t. the "echo"
Skip Montanaro
2004-08-16
1
-1/+1
*
Whitespace normalization.
Tim Peters
2004-08-09
1
-1/+1
*
Patch #1003700: Add socketpair function to socket module.
Dave Cole
2004-08-09
1
-0/+43
*
FreeBSD's services file contains an additional echo service entry, with
Andrew MacIntyre
2004-07-12
1
-1/+7
*
testGetServBy(): Use services that should be available both on *nix and
Barry Warsaw
2004-07-06
1
-1/+1
*
Added socket.getservbyport(), and make its second argument and that of
Barry Warsaw
2004-06-28
1
-10/+22
*
Add weakref support to sockets and re pattern objects.
Raymond Hettinger
2004-05-31
1
-0/+14
*
SF bug 924242: socket._fileobject._getclosed() returns wrong value
Tim Peters
2004-03-28
1
-0/+8
*
Fix indentation error in testGetServByName and rewrite loop to avoid clumsy
Skip Montanaro
2004-02-10
1
-5/+2
*
SF patch #760257: add socket.timeout exception
Raymond Hettinger
2003-06-29
1
-2/+57
*
Whitespace normalization.
Tim Peters
2003-05-12
1
-3/+3
*
Combine the functionality of test_support.run_unittest()
Walter Dörwald
2003-05-01
1
-10/+11
*
Skip testing inet_ntop() an inet_pton() if they aren't defined.
Guido van Rossum
2003-04-25
1
-0/+8
*
Patch by Jp Calderone:
Guido van Rossum
2003-04-25
1
-0/+59
*
Also skip testHostnameRes() if gethostbyaddr() raises an exception.
Guido van Rossum
2002-12-26
1
-1/+5
*
Skip testHostnameRes() if gethostbyname() raises an exception.
Guido van Rossum
2002-12-26
1
-1/+5
*
Since it tests both ntohl and ntohs, the test should not be called
Guido van Rossum
2002-09-16
1
-1/+1
[next]