| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | PEP 8 spacing in idlelib.configDialog: mostly a = b in assignments, | Terry Jan Reedy | 2014-08-04 | 1 | -548/+582 |
|
|
* | | #21047: set the default value for the *convert_charrefs* argument of HTMLPars... | Ezio Melotti | 2014-08-02 | 2 | -13/+4 |
|
|
* | | Add an __all__ to html.entities. | Ezio Melotti | 2014-08-02 | 1 | -0/+3 |
|
|
* | | #15114: the strict mode and argument of HTMLParser, HTMLParser.error, and the... | Ezio Melotti | 2014-08-02 | 2 | -158/+17 |
|
|
* | | Issue #22077: Improve index error messages for bytearrays, bytes, lists, and | Terry Jan Reedy | 2014-08-02 | 3 | -0/+31 |
|
|
* | | 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 | 1 | -65/+51 |
|
|
* | | 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 | 1 | -5/+4 |
|
|
* | | Issue #21580: Now Tkinter correctly handles bytes arguments passed to Tk. | Serhiy Storchaka | 2014-07-30 | 2 | -14/+15 |
|\ \
| |/ |
|
| * | Issue #21580: Now Tkinter correctly handles bytes arguments passed to Tk. | Serhiy Storchaka | 2014-07-30 | 2 | -14/+15 |
|
|
* | | 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 | 1 | -3/+49 |
|
|
* | | Issue #22018: On Windows, signal.set_wakeup_fd() now also supports sockets. | Victor Stinner | 2014-07-29 | 1 | -0/+107 |
|
|
* | | 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 |
|
|
* | | Issue #22054: Add os.get_blocking() and os.set_blocking() functions to get and | Victor Stinner | 2014-07-29 | 8 | -57/+56 |
|
|
* | | (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 | 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 |
|
|
* | | (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 | 1 | -3/+3 |
|
|
* | | 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 |
|
|
* | | 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 |
|
|
* | | (Merge 3.4) Fix repr(_socket.socket) on Windows 64-bit: don't fail with | Victor Stinner | 2014-07-26 | 1 | -0/+18 |
|\ \
| |/ |
|
| * | Fix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowError | Victor Stinner | 2014-07-26 | 1 | -0/+18 |
|
|
* | | (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 |
|
|
* | | merge | Raymond Hettinger | 2014-07-25 | 1 | -0/+11 |
|\ \
| |/ |
|