Victor Stinner
|
e726ce1f3e
|
(Merge 3.3) test_socket: cancel scheduled alarm on test failure
|
2013-08-24 15:53:39 +02:00 |
|
Victor Stinner
|
71fe8c00f6
|
test_socket: cancel scheduled alarm on test failure
|
2013-08-24 15:52:47 +02:00 |
|
Charles-François Natali
|
19361a2046
|
Issue #18308: don't take the scope ID into account when comparing IPv6
addresses.
|
2013-07-09 19:16:32 +02:00 |
|
Charles-François Natali
|
37114bb548
|
Issue #18308: don't take the scope ID into account when comparing IPv6
addresses.
|
2013-07-09 19:15:43 +02:00 |
|
Ronald Oussoren
|
36451f076b
|
(3.3->default) Ensure that the fix for #17269 also works on OSX 10.4
AI_NUMERICSERV isn't defined on OSX 10.4.
|
2013-06-10 10:37:12 +02:00 |
|
Ronald Oussoren
|
a822d36675
|
Ensure that the fix for #17269 also works on OSX 10.4
AI_NUMERICSERV isn't defined on OSX 10.4.
|
2013-06-10 10:36:28 +02:00 |
|
Ronald Oussoren
|
27a4ac535f
|
Issue #17269: Workaround for a platform bug in getaddrinfo on OSX
Without this patch socket.getaddrinfo crashed when called
with some unusual argument combinations.
|
2013-05-24 13:47:37 +02:00 |
|
Charles-Francois Natali
|
dd225e4c64
|
Issue #17684: Fix some test_socket failures due to limited FD passing support
on OS-X. Patch by Jeff Ramnani.
|
2013-05-20 19:08:19 +02:00 |
|
Ronald Oussoren
|
dc3e6cc452
|
(3.3->default) Issue #17269: Workaround for a platform bug in getaddrinfo on OSX
Without this patch socket.getaddrinfo crashed when called
with some unusual argument combinations.
|
2013-05-24 13:51:21 +02:00 |
|
Charles-François Natali
|
b10c71daa2
|
Backed out changeset c0f2b038fc12
|
2013-05-21 10:45:46 +02:00 |
|
Charles-François Natali
|
c7c333d25d
|
Issue #17683: socket module: return AF_UNIX addresses in Linux abstract
namespace as string.
|
2013-05-21 09:49:18 +02:00 |
|
Charles-Francois Natali
|
d66b10e165
|
Issue #17684: Fix some test_socket failures due to limited FD passing support
on OS-X. Patch by Jeff Ramnani.
|
2013-05-20 19:08:19 +02:00 |
|
Giampaolo Rodola'
|
7ca4936113
|
attempt to fix bb failure as per http://bugs.python.org/issue17675#msg186595
|
2013-04-12 18:28:15 +02:00 |
|
Giampaolo Rodola'
|
50331cbf08
|
Fix issue #17675: make socket repr() provide local and remote addresses (if any).
|
2013-04-10 15:49:47 +02:00 |
|
Antoine Pitrou
|
c9b3ef2df0
|
Issue #16997: unittest.TestCase now provides a subTest() context manager to procedurally generate, in an easy way, small test instances.
|
2013-03-20 20:16:47 +01:00 |
|
Terry Jan Reedy
|
16b5c13668
|
Merge 3.3, issue #17047: remove doubled words found in 2.7 to
3.4 Lib/*, as reported by Serhiy Storchaka and Matthew Barnett.
|
2013-03-11 17:59:07 -04:00 |
|
Terry Jan Reedy
|
98472b8396
|
Merge 3.2, issue #17047: remove doubled words found in 2.7 to
3.4 Lib/*, as reported by Serhiy Storchaka and Matthew Barnett.
|
2013-03-11 17:58:27 -04:00 |
|
Terry Jan Reedy
|
c30b7b16ea
|
Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*,
as reported by Serhiy Storchaka and Matthew Barnett.
|
2013-03-11 17:57:08 -04:00 |
|
Charles-François Natali
|
773e42dff8
|
Issue #15359: Add CAN_BCM protocol support to the socket module. Patch by Brian
Thorne.
|
2013-02-05 19:42:01 +01:00 |
|
Serhiy Storchaka
|
9101e23ff6
|
Issue #15989: Fix several occurrences of integer overflow
when result of PyLong_AsLong() narrowed to int without checks.
This is a backport of changesets 13e2e44db99d and 525407d89277.
|
2013-01-19 12:41:45 +02:00 |
|
Serhiy Storchaka
|
441d30fac7
|
Issue #15989: Fix several occurrences of integer overflow
when result of PyLong_AsLong() narrowed to int without checks.
This is a backport of changesets 13e2e44db99d and 525407d89277.
|
2013-01-19 12:26:26 +02:00 |
|
Serhiy Storchaka
|
45cb7f6529
|
Fix test_socket broken in previous commit (changeset 13e2e44db99d).
Added new checks for socket.setblocking().
|
2013-01-15 11:08:30 +02:00 |
|
Serhiy Storchaka
|
7898043868
|
Issue #15989: Fix several occurrences of integer overflow
when result of PyLong_AsLong() narrowed to int without checks.
|
2013-01-15 01:12:17 +02:00 |
|
Andrew Svetlov
|
f7a17b48d7
|
Replace IOError with OSError (#16715)
|
2012-12-25 16:47:37 +02:00 |
|
Antoine Pitrou
|
f23e3f7ad2
|
Silence sporadic failure in RecvmsgIntoSCTPStreamTest.testRecvmsgEOF (issue #13876) - probably not Python-related.
|
2012-12-18 23:44:59 +01:00 |
|