Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 | 1 | -2/+0 | |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface. Fixed shebang lines in the unittestgui and checkpip scripts. | |||||
| * | | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | | | | | | requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface. Fixed shebang line to use python3 executable in the unittestgui script. | |||||
* | | | merge 3.3 | Benjamin Peterson | 2014-01-14 | 1 | -0/+7 | |
|\ \ \ | |/ / | ||||||
| * | | add test for #20251 | Benjamin Peterson | 2014-01-14 | 1 | -0/+7 | |
| | | | ||||||
| * | | merge 3.2 (#20246) | Benjamin Peterson | 2014-01-14 | 1 | -0/+8 | |
| |\ \ | | |/ | ||||||
| | * | complain when nbytes > buflen to fix possible buffer overflow (closes #20246) | Benjamin Peterson | 2014-01-14 | 1 | -0/+8 | |
| | | | ||||||
* | | | merge 3.3 (#20246) | Benjamin Peterson | 2014-01-14 | 1 | -0/+8 | |
| | | | ||||||
* | | | Issue 19572: More silently skipped tests explicitly skipped. | Zachary Ware | 2013-12-08 | 1 | -9/+9 | |
|\ \ \ | |/ / | ||||||
| * | | Issue 19572: More silently skipped tests explicitly skipped. | Zachary Ware | 2013-12-08 | 1 | -7/+7 | |
| | | | ||||||
| * | | Issue #18702: All skipped tests now reported as skipped. | Serhiy Storchaka | 2013-11-03 | 1 | -50/+53 | |
| | | | ||||||
* | | | Fix test_socket for repr update | Nick Coghlan | 2013-11-13 | 1 | -2/+2 | |
| | | | ||||||
* | | | Normalize whitespace | Jason R. Coombs | 2013-11-10 | 1 | -2/+2 | |
| | | | ||||||
* | | | Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` ↵ | Atsuo Ishimoto | 2012-07-16 | 1 | -0/+16 | |
| | | | | | | | | | | | | to socket module. | |||||
* | | | Issue #18702: All skipped tests now reported as skipped. | Serhiy Storchaka | 2013-11-03 | 1 | -50/+53 | |
| | | | ||||||
* | | | Issue #16201: socket: Use inet_pton()/inet_addr() instead of ad-hoc parsing for | Charles-François Natali | 2013-09-13 | 1 | -0/+14 | |
| | | | | | | | | | | | | numeric IP addresses. | |||||
* | | | Issue #18904: test_os and test_socket use unittest.skipIf() to check if fcntl | Victor Stinner | 2013-09-08 | 1 | -24/+25 | |
| | | | | | | | | | | | | module is present (to record skipped tests) | |||||
* | | | Issue #18904: test_socket: add inheritance tests using fcntl and FD_CLOEXEC | Victor Stinner | 2013-09-08 | 1 | -0/+30 | |
| | | | ||||||
* | | | Switch the AF_* and SOCK_* constants in the socket module to IntEnum. | Eli Bendersky | 2013-08-31 | 1 | -2/+26 | |
| | | | | | | | | | | | | Closes #18720. | |||||
* | | | Use the recent support.HOSTv6 addition. | Charles-François Natali | 2013-08-31 | 1 | -7/+3 | |
| | | | ||||||
* | | | Merge. | Charles-François Natali | 2013-08-29 | 1 | -3/+4 | |
|\ \ \ | ||||||
| * \ \ | Issue #18643: Fix some test_socket failures due to large default socket buffer | Charles-François Natali | 2013-08-29 | 1 | -3/+4 | |
| |\ \ \ | | |/ / | | | | | | | | | sizes. | |||||
| | * | | Issue #18643: Fix some test_socket failures due to large default socket buffer | Charles-François Natali | 2013-08-29 | 1 | -3/+4 | |
| | | | | | | | | | | | | | | | | sizes. | |||||
* | | | | Fix test_socket.test_SOCK_CLOEXEC(), the test was wrong | Victor Stinner | 2013-08-28 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Issue #18571: Implementation of the PEP 446: file descriptors and file handles | Victor Stinner | 2013-08-27 | 1 | -11/+43 | |
|/ / / | | | | | | | | | | | | | are now created non-inheritable; add functions os.get/set_inheritable(), os.get/set_handle_inheritable() and socket.socket.get/set_inheritable(). | |||||
* | | | (Merge 3.3) test_socket: cancel scheduled alarm on test failure | Victor Stinner | 2013-08-24 | 1 | -0/+1 | |
|\ \ \ | |/ / | ||||||
| * | | test_socket: cancel scheduled alarm on test failure | Victor Stinner | 2013-08-24 | 1 | -0/+1 | |
| | | | ||||||
| * | | Issue #17684: Fix some test_socket failures due to limited FD passing support | Charles-Francois Natali | 2013-05-20 | 1 | -6/+4 | |
| | | | | | | | | | | | | on OS-X. Patch by Jeff Ramnani. | |||||
* | | | Issue #18308: don't take the scope ID into account when comparing IPv6 | Charles-François Natali | 2013-07-09 | 1 | -1/+5 | |
|\ \ \ | |/ / | | | | | | | addresses. | |||||
| * | | Issue #18308: don't take the scope ID into account when comparing IPv6 | Charles-François Natali | 2013-07-09 | 1 | -1/+5 | |
| | | | | | | | | | | | | addresses. | |||||
* | | | (3.3->default) Ensure that the fix for #17269 also works on OSX 10.4 | Ronald Oussoren | 2013-06-10 | 1 | -1/+2 | |
|\ \ \ | |/ / | | | | | | | AI_NUMERICSERV isn't defined on OSX 10.4. | |||||
| * | | Ensure that the fix for #17269 also works on OSX 10.4 | Ronald Oussoren | 2013-06-10 | 1 | -1/+2 | |
| | | | | | | | | | | | | AI_NUMERICSERV isn't defined on OSX 10.4. | |||||
* | | | (3.3->default) Issue #17269: Workaround for a platform bug in getaddrinfo on OSX | Ronald Oussoren | 2013-05-24 | 1 | -0/+3 | |
|\ \ \ | |/ / | | | | | | | | | | Without this patch socket.getaddrinfo crashed when called with some unusual argument combinations. | |||||
| * | | Issue #17269: Workaround for a platform bug in getaddrinfo on OSX | Ronald Oussoren | 2013-05-24 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | Without this patch socket.getaddrinfo crashed when called with some unusual argument combinations. | |||||
* | | | Backed out changeset c0f2b038fc12 | Charles-François Natali | 2013-05-21 | 1 | -6/+6 | |
| | | | ||||||
* | | | Issue #17683: socket module: return AF_UNIX addresses in Linux abstract | Charles-François Natali | 2013-05-21 | 1 | -6/+6 | |
| | | | | | | | | | | | | namespace as string. | |||||
* | | | Issue #17684: Fix some test_socket failures due to limited FD passing support | Charles-Francois Natali | 2013-05-20 | 1 | -6/+4 | |
| | | | | | | | | | | | | on OS-X. Patch by Jeff Ramnani. | |||||
* | | | attempt to fix bb failure as per http://bugs.python.org/issue17675#msg186595 | Giampaolo Rodola' | 2013-04-12 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fix issue #17675: make socket repr() provide local and remote addresses (if ↵ | Giampaolo Rodola' | 2013-04-10 | 1 | -2/+11 | |
| | | | | | | | | | | | | any). | |||||
* | | | Issue #16997: unittest.TestCase now provides a subTest() context manager to ↵ | Antoine Pitrou | 2013-03-20 | 1 | -4/+0 | |
| | | | | | | | | | | | | procedurally generate, in an easy way, small test instances. | |||||
* | | | Merge 3.3, issue #17047: remove doubled words found in 2.7 to | Terry Jan Reedy | 2013-03-11 | 1 | -1/+1 | |
|\ \ \ | |/ / | | | | | | | 3.4 Lib/*, as reported by Serhiy Storchaka and Matthew Barnett. | |||||
| * | | Merge 3.2, issue #17047: remove doubled words found in 2.7 to | Terry Jan Reedy | 2013-03-11 | 1 | -1/+1 | |
| |\ \ | | |/ | | | | | | | 3.4 Lib/*, as reported by Serhiy Storchaka and Matthew Barnett. | |||||
| | * | Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, | Terry Jan Reedy | 2013-03-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | as reported by Serhiy Storchaka and Matthew Barnett. | |||||
| * | | Issue #15989: Fix several occurrences of integer overflow | Serhiy Storchaka | 2013-01-19 | 1 | -4/+22 | |
| |\ \ | | |/ | | | | | | | | | | | | | when result of PyLong_AsLong() narrowed to int without checks. This is a backport of changesets 13e2e44db99d and 525407d89277. | |||||
| | * | Issue #15989: Fix several occurrences of integer overflow | Serhiy Storchaka | 2013-01-19 | 1 | -4/+23 | |
| | | | | | | | | | | | | | | | | | | when result of PyLong_AsLong() narrowed to int without checks. This is a backport of changesets 13e2e44db99d and 525407d89277. | |||||
* | | | Issue #15359: Add CAN_BCM protocol support to the socket module. Patch by Brian | Charles-François Natali | 2013-02-05 | 1 | -11/+95 | |
| | | | | | | | | | | | | Thorne. | |||||
* | | | Fix test_socket broken in previous commit (changeset 13e2e44db99d). | Serhiy Storchaka | 2013-01-15 | 1 | -5/+7 | |
| | | | | | | | | | | | | Added new checks for socket.setblocking(). | |||||
* | | | Issue #15989: Fix several occurrences of integer overflow | Serhiy Storchaka | 2013-01-14 | 1 | -3/+19 | |
| | | | | | | | | | | | | when result of PyLong_AsLong() narrowed to int without checks. | |||||
* | | | Replace IOError with OSError (#16715) | Andrew Svetlov | 2012-12-25 | 1 | -1/+1 | |
| | | | ||||||
* | | | Silence sporadic failure in RecvmsgIntoSCTPStreamTest.testRecvmsgEOF (issue ↵ | Antoine Pitrou | 2012-12-18 | 1 | -1/+8 | |
|\ \ \ | |/ / | | | | | | | #13876) - probably not Python-related. | |||||
| * | | Silence sporadic failure in RecvmsgIntoSCTPStreamTest.testRecvmsgEOF (issue ↵ | Antoine Pitrou | 2012-12-18 | 1 | -1/+8 | |
| | | | | | | | | | | | | #13876) - probably not Python-related. |