| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Issue #20254: Merge from 3.5 | Berker Peksag | 2016-10-02 | 1 | -2/+4 |
| |\ | |||||
| | * | Issue #20254: Fix duplicate tests in test_socket | Berker Peksag | 2016-10-02 | 1 | -2/+4 |
| | | | | | | | | | Patch by Vajrasky Kok. | ||||
| * | | Issue #26384: Merge from 3.5 | Berker Peksag | 2016-09-17 | 1 | -0/+19 |
| |\ \ | |/ | |||||
| | * | Issue #26384: Fix UnboundLocalError in socket._sendfile_use_sendfile | Berker Peksag | 2016-09-17 | 1 | -0/+19 |
| | | | |||||
| * | | Issue 27744: test_aes_cbc is blocking x86-64 Ubuntu 15.10 Skylake CPU 3.x ↵ | Christian Heimes | 2016-09-11 | 1 | -3/+5 |
| | | | | | | | | | for a while. Require Kernel 4.3+ for now | ||||
| * | | Issue #28078: Add missing colon | Christian Heimes | 2016-09-11 | 1 | -1/+1 |
| | | | |||||
| * | | Issue #28078: Silence resource warnings in test_socket. Initial patch by ↵ | Christian Heimes | 2016-09-11 | 1 | -11/+15 |
| | | | | | | | | | Xiang Zhang, thanks | ||||
| * | | Issue 27744: skip test if AF_ALG socket bind fails | Christian Heimes | 2016-09-06 | 1 | -1/+5 |
| | | | |||||
| * | | Issue 27744: AES-CBC and DRBG need Kernel 3.19+ | Christian Heimes | 2016-09-05 | 1 | -0/+2 |
| | | | |||||
| * | | Issue 27744: Check for AF_ALG support in Kernel | Christian Heimes | 2016-09-05 | 1 | -1/+14 |
| | | | |||||
| * | | Issue #27744: Add AF_ALG (Linux Kernel crypto) to socket module. | Christian Heimes | 2016-09-05 | 1 | -0/+165 |
| | | | |||||
| * | | Merge spelling and grammar fixes from 3.5 | Martin Panter | 2016-08-05 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Fix spelling and grammar in documentation and code comments | Martin Panter | 2016-08-04 | 1 | -1/+1 |
| | | | |||||
| * | | Issue #26536: Skip test_sio_loopback_fast_path under Windows 7 | Berker Peksag | 2016-06-18 | 1 | -2/+8 |
| | | | |||||
| * | | Issue #26536: socket.ioctl now supports SIO_LOOPBACK_FAST_PATH. Patch by ↵ | Steve Dower | 2016-06-17 | 1 | -0/+10 |
| | | | | | | | | | Daniel Stokes. | ||||
| * | | Issue #27171: Merge typo fixes from 3.5 | Martin Panter | 2016-06-02 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Issue #27171: Fix typos in documentation, comments, and test function names | Martin Panter | 2016-06-02 | 1 | -1/+1 |
| | | | |||||
| * | | Issue #27125: Merge typo fixes from 3.5 | Martin Panter | 2016-05-30 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Issue #27125: Remove duplicated words from documentation and comments | Martin Panter | 2016-05-30 | 1 | -1/+1 |
| | | | |||||
| * | | Issue #27076: Merge spelling from 3.5 | Martin Panter | 2016-05-26 | 1 | -2/+2 |
| |\ \ | |/ | |||||
| | * | Issue #27076: Doc, comment and tests spelling fixes | Martin Panter | 2016-05-26 | 1 | -2/+2 |
| | | | | | | | | | Most fixes to Doc/ and Lib/ directories by Ville Skyttä. | ||||
| * | | Issue #23277: Remove unused imports in tests. | Serhiy Storchaka | 2016-04-24 | 1 | -1/+0 |
| | | | |||||
| * | | Issue #26685: Raise OSError if closing a socket fails | Martin Panter | 2016-04-11 | 1 | -0/+11 |
| | | | |||||
| * | | Issue #16915: Clarify that mode parameter of socket.makefile() does not accept | Berker Peksag | 2016-02-18 | 1 | -0/+14 |
| |\ \ | |/ | | | | | the same values as open(). | ||||
| | * | Issue #16915: Clarify that mode parameter of socket.makefile() does not accept | Berker Peksag | 2016-02-18 | 1 | -0/+14 |
| | | | | | | | | | the same values as open(). | ||||
| * | | Tweak skipping message | Brett Cannon | 2015-12-29 | 1 | -1/+1 |
| | | | |||||
| * | | Issue #24725: Skip the test_socket.testFDPassEmpty on OS X. | Brett Cannon | 2015-12-29 | 1 | -0/+1 |
| |/ | | | | | In OS X 10.11, the test fails consistently due to a platform change since 10.10. Thanks to Jeff Ramnani for the patch. | ||||
| * | Issue #25523: Merge a-to-an corrections from 3.4. | Serhiy Storchaka | 2015-11-02 | 1 | -1/+1 |
| |\ | |||||
| | * | Issue #25523: Further a-to-an corrections. | Serhiy Storchaka | 2015-11-02 | 1 | -1/+1 |
| | | | |||||
| * | | merge 3.4 (#25471) | Benjamin Peterson | 2015-10-25 | 1 | -0/+1 |
| |\ \ | |/ | |||||
| | * | accepted sockets shouldn't inherit the SOCK_NONBLOCK flag (closes #25471) | Benjamin Peterson | 2015-10-25 | 1 | -0/+1 |
| | | | |||||
| * | | Merge 3.4 (test_socket, issue #25138) | Victor Stinner | 2015-09-21 | 1 | -5/+4 |
| |\ \ | |/ | |||||
| | * | Issue #25138: test_socket.test_idna() uses support.transient_internet() instead | Victor Stinner | 2015-09-21 | 1 | -5/+4 |
| | | | | | | | | | of catching socket.EAI_NODATA error which doesn't exist on FreeBSD. | ||||
| * | | Issue #22397: Skip failing tests on AIX | Robert Collins | 2015-08-02 | 1 | -0/+4 |
| |\ \ | |/ | | | | | Patch from David Edelsohn. | ||||
| | * | Issue #22397: Skip failing tests on AIX | Robert Collins | 2015-08-02 | 1 | -0/+4 |
| | | | | | | | | | Patch from David Edelsohn. | ||||
| * | | Issue #23943: Fix typos. Patch by Piotr Kasprzyk. | Berker Peksag | 2015-04-14 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Issue #23943: Fix typos. Patch by Piotr Kasprzyk. | Berker Peksag | 2015-04-14 | 1 | -1/+1 |
| | | | |||||
| | * | issue23673 | Ethan Furman | 2015-03-19 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | add private method to enum to support replacing global constants with Enum members: - search for candidate constants via supplied filter - create new enum class and members - insert enum class and replace constants with members via supplied module name - replace __reduce_ex__ with function that returns member name, so previous Python versions can unpickle modify IntEnum classes to use new method | ||||
| * | | Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, and | Serhiy Storchaka | 2015-03-20 | 1 | -0/+10 |
| | | | | | | | | | | | codecs, that accepted only read-only bytes-like object now accept writable bytes-like object too. | ||||
| * | | issue23673 | Ethan Furman | 2015-03-19 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | add private method to enum to support replacing global constants with Enum members: - search for candidate constants via supplied filter - create new enum class and members - insert enum class and replace constants with members via supplied module name - replace __reduce_ex__ with function that returns member name, so previous Python versions can unpickle modify IntEnum classes to use new method | ||||
| * | | Fix whitespace. | Charles-François Natali | 2015-02-07 | 1 | -1/+1 |
| | | | |||||
| * | | Issue #23285: PEP 475 -- Retry system calls failing with EINTR. | Charles-François Natali | 2015-02-07 | 1 | -120/+4 |
| | | | |||||
| * | | Issue #20736: testSendmsgDontWait in test_socket no longer skipped on Linux. | Serhiy Storchaka | 2014-11-19 | 1 | -1/+1 |
| |\ \ | |/ | | | | | Patch by David Watson. | ||||
| | * | Issue #20736: testSendmsgDontWait in test_socket no longer skipped on Linux. | Serhiy Storchaka | 2014-11-19 | 1 | -1/+1 |
| | | | | | | | | | Patch by David Watson. | ||||
| * | | merge 3.4 | Benjamin Peterson | 2014-11-03 | 1 | -3/+4 |
| |\ \ | |/ | |||||
| | * | merge 3.3 | Benjamin Peterson | 2014-11-03 | 1 | -3/+4 |
| | |\ | |||||
| | | * | merge 3.2 | Benjamin Peterson | 2014-11-03 | 1 | -3/+4 |
| | | |\ | |||||
| | | | * | move idna test domain to pythontest.net | Benjamin Peterson | 2014-11-03 | 1 | -3/+4 |
| | | | | | |||||
| | | | * | Issue #20246: Fix test failures on FreeBSD. Patch by Ryan Smith-Roberts. | Stefan Krah | 2014-01-21 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Issue20386: SocketType is again socket.socket; the IntEnum SOCK constants ↵ | Ethan Furman | 2014-10-15 | 1 | -2/+9 |
| |\ \ \ \ | |/ / / | | | | | | | | | are SocketKind | ||||
