| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #22077: Improve index error messages for bytearrays, bytes, lists, and | Terry Jan Reedy | 2014-08-02 | 8 | -6/+45 |
|
|
* | Issue #22110: Enable extra compilation warnings. | Charles-François Natali | 2014-08-01 | 2 | -0/+134 |
|
|
* | - update config.guess and config.sub to support openrisc. | doko@ubuntu.com | 2014-08-01 | 2 | -175/+40 |
|\ |
|
| * | - update config.guess and config.sub to support openrisc. | doko@ubuntu.com | 2014-08-01 | 2 | -175/+40 |
|
|
* | | Issue #18395, #22108: Update embedded Python examples to decode correctly | Victor Stinner | 2014-08-01 | 4 | -9/+40 |
|
|
* | | Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename | Victor Stinner | 2014-08-01 | 13 | -68/+138 |
|
|
* | | Issue #21907: Avoid using double quotes to check argument values. | Zachary Ware | 2014-08-01 | 1 | -6/+6 |
|
|
* | | Issue #21907: Further improvments to build_pgo.bat. Patch by Ingolf Becker. | Zachary Ware | 2014-08-01 | 3 | -15/+23 |
|
|
* | | Simplify code in multiprocessing.Connection.send_bytes(). | Antoine Pitrou | 2014-07-31 | 1 | -9/+6 |
|
|
* | | Issue #22111: Assorted cleanups in test_imaplib. Patch by Milan Oberkirch. | Antoine Pitrou | 2014-07-31 | 2 | -65/+53 |
|
|
* | | timemodule.c: Replace PyExc_IOError with PyExc_OSError | Victor Stinner | 2014-07-31 | 1 | -5/+5 |
|
|
* | | Back out of changes to Tkinter variables trace commands (issue #22085). | Serhiy Storchaka | 2014-07-31 | 1 | -3/+3 |
|
|
* | | Merge with 3.4 | Terry Jan Reedy | 2014-07-30 | 1 | -29/+38 |
|\ \
| |/ |
|
| * | Issue #22068: Don't create self reference cycles in idlelib.ConfigDialog. | Terry Jan Reedy | 2014-07-30 | 1 | -29/+38 |
|
|
* | | Issue #22085: Dropped support of Tk 8.3 in Tkinter. | Serhiy Storchaka | 2014-07-30 | 3 | -31/+19 |
|
|
* | | Issue #21580: Now Tkinter correctly handles bytes arguments passed to Tk. | Serhiy Storchaka | 2014-07-30 | 4 | -16/+20 |
|\ \
| |/ |
|
| * | Issue #21580: Now Tkinter correctly handles bytes arguments passed to Tk. | Serhiy Storchaka | 2014-07-30 | 4 | -16/+20 |
|
|
* | | Issue #22018: Fix test_signal: use assertEqual() not assertIs() | Victor Stinner | 2014-07-30 | 1 | -3/+3 |
|
|
* | | Issue #21951: Temporary skip crashing test_user_command on AIX. | Serhiy Storchaka | 2014-07-30 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Issue #21951: Temporary skip crashing test_user_command on AIX. | Serhiy Storchaka | 2014-07-30 | 1 | -0/+1 |
|
|
* | | Issue #22003: When initialized from a bytes object, io.BytesIO() now | Antoine Pitrou | 2014-07-29 | 4 | -54/+205 |
|
|
* | | Issue #22018: On Windows, signal.set_wakeup_fd() now also supports sockets. | Victor Stinner | 2014-07-29 | 6 | -29/+294 |
|
|
* | | (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 |
|
|