| Commit message (Expand) | Author | Age | Files | Lines |
* | Create http package. #2883. | Georg Brandl | 2008-05-26 | 1 | -1/+1 |
|
|
* | Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. | Georg Brandl | 2008-05-25 | 1 | -1/+2 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -9/+9 |
|
|
* | Rename Queue module to queue. | Alexandre Vassalotti | 2008-05-11 | 1 | -2/+2 |
|
|
* | Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-... | Christian Heimes | 2008-04-09 | 1 | -28/+37 |
|
|
* | Merged revisions 62090-62091,62096,62100,62102,62110-62114 via svnmerge from | Benjamin Peterson | 2008-04-02 | 1 | -14/+0 |
|
|
* | Merged revisions 62039-62042 via svnmerge from | Neal Norwitz | 2008-03-31 | 1 | -0/+14 |
|
|
* | Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge from | Christian Heimes | 2008-03-28 | 1 | -3/+7 |
|
|
* | 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 |
|
|