| Commit message (Expand) | Author | Age | Files | Lines |
* | (Merge 3.4) Issue #22063: Mention in asyncio documentation that socket | Victor Stinner | 2014-07-29 | 1 | -0/+8 |
|\ |
|
| * | Issue #22063: Mention in asyncio documentation that socket operations require | Victor Stinner | 2014-07-29 | 1 | -0/+8 |
|
|
* | | Merge with Python 3.4 (asyncio) | Victor Stinner | 2014-07-29 | 5 | -4/+48 |
|\ \
| |/ |
|
| * | Close #22063: socket operations (socket,recv, sock_sendall, sock_connect, | Victor Stinner | 2014-07-29 | 3 | -0/+34 |
|
|
| * | asyncio: Use the new os.set_blocking() function of Python 3.5 if available | Victor Stinner | 2014-07-29 | 2 | -10/+14 |
|
|
* | | Edit NEWS entry | Ned Deily | 2014-07-29 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Edit NEWS entry | Ned Deily | 2014-07-29 | 1 | -3/+3 |
|
|
* | | Issue #22054: Add os.get_blocking() and os.set_blocking() functions to get and | Victor Stinner | 2014-07-29 | 13 | -58/+198 |
|
|
* | | #21704: merge with 3.4. | Ezio Melotti | 2014-07-29 | 1 | -1/+0 |
|\ \
| |/ |
|
| * | #21704: remove duplicate name in Misc/ACKS. | Ezio Melotti | 2014-07-29 | 1 | -1/+0 |
|
|
* | | (Merge 3.4) asyncio: sync with Tulip | Victor Stinner | 2014-07-29 | 7 | -72/+108 |
|\ \
| |/ |
|
| * | asyncio: sync with Tulip | Victor Stinner | 2014-07-29 | 7 | -72/+108 |
|
|
* | | Merge with 3.4 | Terry Jan Reedy | 2014-07-29 | 1 | -0/+7 |
|\ \
| |/ |
|
| * | Issue #17172: add NEWS | Terry Jan Reedy | 2014-07-29 | 1 | -0/+7 |
|
|
* | | Merge with 3.4 | Terry Jan Reedy | 2014-07-29 | 3 | -0/+30 |
|\ \
| |/ |
|
| * | Issue #17172: Add the ability to run turtledemo from Idle. | Terry Jan Reedy | 2014-07-29 | 3 | -0/+30 |
|
|
* | | (Merge 3.4) Issue #18174: Fix leak of file descriptor in test_tempfile | Victor Stinner | 2014-07-28 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | Issue #18174: Fix leak of file descriptor in test_tempfile | Victor Stinner | 2014-07-28 | 1 | -0/+4 |
|
|
* | | (Merge 3.4) Issue #11453, #18174: Fix leak of file descriptor in test_asyncore | Victor Stinner | 2014-07-28 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | Issue #11453, #18174: Fix leak of file descriptor in test_asyncore | Victor Stinner | 2014-07-28 | 1 | -0/+4 |
|
|
* | | (Merge 3.4) Fix sporadic failure of test_pep277 on Windows: use | Victor Stinner | 2014-07-28 | 1 | -24/+9 |
|\ \
| |/ |
|
| * | Fix sporadic failure of test_pep277 on Windows: use support.rmtree() instead of | Victor Stinner | 2014-07-28 | 1 | -24/+9 |
|
|
* | | Issue #21704: Merge. | Richard Oudkerk | 2014-07-28 | 3 | -0/+6 |
|\ \
| |/ |
|
| * | Issue #21704: Fix build error for _multiprocessing when semaphores | Richard Oudkerk | 2014-07-28 | 3 | -0/+6 |
|
|
* | | (Merge 3.4) Fix test_bytes when sys.stdin is None, for example on Windows when | Victor Stinner | 2014-07-28 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix test_bytes when sys.stdin is None, for example on Windows when using | Victor Stinner | 2014-07-28 | 1 | -1/+1 |
|
|
* | | (Merge 3.4) asyncio, tulip issue 196: ProactorIocp._register() now registers | Victor Stinner | 2014-07-27 | 1 | -15/+38 |
|\ \
| |/ |
|
| * | asyncio, tulip issue 196: ProactorIocp._register() now registers the overlapped | Victor Stinner | 2014-07-27 | 1 | -15/+38 |
|
|
* | | Issue #22076: Minor grammar fix. | Berker Peksag | 2014-07-27 | 2 | -5/+5 |
|
|
* | | Rerun AC, silence pointer conversion warnings. | Martin v. Löwis | 2014-07-27 | 2 | -73/+102 |
|
|
* | | Issue #20179: Apply Argument Clinic to bytes and bytearray. | Martin v. Löwis | 2014-07-27 | 5 | -559/+1872 |
|
|
* | | Argument Clinic bugfix: Don't let the C preprocessor "Monitor" see lines | Larry Hastings | 2014-07-27 | 1 | -3/+4 |
|
|
* | | Issue #22082: Fix a compiler warning (function is not a prototype) | Victor Stinner | 2014-07-27 | 1 | -2/+2 |
|
|
* | | Issue #20173: Convert sha1, sha256, sha512 and md5 to ArgumentClinic. | Martin v. Löwis | 2014-07-27 | 5 | -158/+699 |
|
|
* | | Merge with 3.4 | Terry Jan Reedy | 2014-07-27 | 1 | -19/+6 |
|\ \
| |/ |
|
| * | Modernize turtledemo with conditional expressions; remove duplicate line. | Terry Jan Reedy | 2014-07-27 | 1 | -19/+6 |
|
|
* | | Merge with 3.4 | Terry Jan Reedy | 2014-07-26 | 1 | -10/+8 |
|\ \
| |/ |
|
| * | Reduce unnecessary 2.7 versus 3.4+ differences in idlelib/configDialog.py. | Terry Jan Reedy | 2014-07-26 | 1 | -10/+8 |
|
|
* | | Document lock parameter for asyncio.Condition() | Andrew Svetlov | 2014-07-26 | 1 | -2/+4 |
|\ \
| |/ |
|
| * | Document lock parameter for asyncio.Condition() | Andrew Svetlov | 2014-07-26 | 1 | -2/+4 |
|
|
* | | Issue #22074: Fix Lib/test/make_ssl_certs.py | Antoine Pitrou | 2014-07-26 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #22074: Fix Lib/test/make_ssl_certs.py | Antoine Pitrou | 2014-07-26 | 1 | -1/+1 |
|
|
* | | Accept optional lock object in Condition ctor (tulip issue #198) | Andrew Svetlov | 2014-07-26 | 2 | -3/+18 |
|\ \
| |/ |
|
| * | Accept optional lock object in Condition ctor (tulip issue #198) | Andrew Svetlov | 2014-07-26 | 2 | -3/+18 |
|
|
* | | Issue #22082: Clear interned strings in slotdefs. | Martin v. Löwis | 2014-07-26 | 2 | -3/+19 |
|
|
* | | slotdefs is no longer sorted. | Martin v. Löwis | 2014-07-26 | 1 | -1/+1 |
|
|
* | | (Merge 3.4) Fix repr(_socket.socket) on Windows 64-bit: don't fail with | Victor Stinner | 2014-07-26 | 3 | -2/+30 |
|\ \
| |/ |
|
| * | Fix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowError | Victor Stinner | 2014-07-26 | 3 | -2/+30 |
|
|
* | | (Merge 3.4) Tulip issue 196: _OverlappedFuture.set_result() now clears its | Victor Stinner | 2014-07-25 | 1 | -5/+11 |
|\ \
| |/ |
|
| * | Tulip issue 196: _OverlappedFuture.set_result() now clears its reference to the | Victor Stinner | 2014-07-25 | 1 | -5/+11 |
|
|