summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #22085: Dropped support of Tk 8.3 in Tkinter.Serhiy Storchaka2014-07-301-5/+4
* Issue #21580: Now Tkinter correctly handles bytes arguments passed to Tk.Serhiy Storchaka2014-07-302-14/+15
|\
| * Issue #21580: Now Tkinter correctly handles bytes arguments passed to Tk.Serhiy Storchaka2014-07-302-14/+15
* | Issue #22018: Fix test_signal: use assertEqual() not assertIs()Victor Stinner2014-07-301-3/+3
* | Issue #21951: Temporary skip crashing test_user_command on AIX.Serhiy Storchaka2014-07-301-0/+1
|\ \ | |/
| * Issue #21951: Temporary skip crashing test_user_command on AIX.Serhiy Storchaka2014-07-301-0/+1
* | Issue #22003: When initialized from a bytes object, io.BytesIO() nowAntoine Pitrou2014-07-291-3/+49
* | Issue #22018: On Windows, signal.set_wakeup_fd() now also supports sockets.Victor Stinner2014-07-291-0/+107
* | Merge with Python 3.4 (asyncio)Victor Stinner2014-07-295-4/+48
|\ \ | |/
| * Close #22063: socket operations (socket,recv, sock_sendall, sock_connect,Victor Stinner2014-07-293-0/+34
| * asyncio: Use the new os.set_blocking() function of Python 3.5 if availableVictor Stinner2014-07-292-10/+14
* | Issue #22054: Add os.get_blocking() and os.set_blocking() functions to get andVictor Stinner2014-07-298-57/+56
* | (Merge 3.4) asyncio: sync with TulipVictor Stinner2014-07-297-72/+108
|\ \ | |/
| * asyncio: sync with TulipVictor Stinner2014-07-297-72/+108
* | Merge with 3.4Terry Jan Reedy2014-07-293-0/+30
|\ \ | |/
| * Issue #17172: Add the ability to run turtledemo from Idle.Terry Jan Reedy2014-07-293-0/+30
* | (Merge 3.4) Issue #18174: Fix leak of file descriptor in test_tempfileVictor Stinner2014-07-281-0/+4
|\ \ | |/
| * Issue #18174: Fix leak of file descriptor in test_tempfileVictor Stinner2014-07-281-0/+4
* | (Merge 3.4) Issue #11453, #18174: Fix leak of file descriptor in test_asyncoreVictor Stinner2014-07-281-0/+4
|\ \ | |/
| * Issue #11453, #18174: Fix leak of file descriptor in test_asyncoreVictor Stinner2014-07-281-0/+4
* | (Merge 3.4) Fix sporadic failure of test_pep277 on Windows: useVictor Stinner2014-07-281-24/+9
|\ \ | |/
| * Fix sporadic failure of test_pep277 on Windows: use support.rmtree() instead ofVictor Stinner2014-07-281-24/+9
* | (Merge 3.4) Fix test_bytes when sys.stdin is None, for example on Windows whenVictor Stinner2014-07-281-1/+1
|\ \ | |/
| * Fix test_bytes when sys.stdin is None, for example on Windows when usingVictor Stinner2014-07-281-1/+1
* | (Merge 3.4) asyncio, tulip issue 196: ProactorIocp._register() now registersVictor Stinner2014-07-271-15/+38
|\ \ | |/
| * asyncio, tulip issue 196: ProactorIocp._register() now registers the overlappedVictor Stinner2014-07-271-15/+38
* | Issue #22076: Minor grammar fix.Berker Peksag2014-07-271-3/+3
* | Merge with 3.4Terry Jan Reedy2014-07-271-19/+6
|\ \ | |/
| * Modernize turtledemo with conditional expressions; remove duplicate line.Terry Jan Reedy2014-07-271-19/+6
* | Merge with 3.4Terry Jan Reedy2014-07-261-10/+8
|\ \ | |/
| * Reduce unnecessary 2.7 versus 3.4+ differences in idlelib/configDialog.py.Terry Jan Reedy2014-07-261-10/+8
* | Issue #22074: Fix Lib/test/make_ssl_certs.pyAntoine Pitrou2014-07-261-1/+1
|\ \ | |/
| * Issue #22074: Fix Lib/test/make_ssl_certs.pyAntoine Pitrou2014-07-261-1/+1
* | Accept optional lock object in Condition ctor (tulip issue #198)Andrew Svetlov2014-07-262-3/+18
|\ \ | |/
| * Accept optional lock object in Condition ctor (tulip issue #198)Andrew Svetlov2014-07-262-3/+18
* | (Merge 3.4) Fix repr(_socket.socket) on Windows 64-bit: don't fail withVictor Stinner2014-07-261-0/+18
|\ \ | |/
| * Fix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowErrorVictor Stinner2014-07-261-0/+18
* | (Merge 3.4) Tulip issue 196: _OverlappedFuture.set_result() now clears itsVictor Stinner2014-07-251-5/+11
|\ \ | |/
| * Tulip issue 196: _OverlappedFuture.set_result() now clears its reference to theVictor Stinner2014-07-251-5/+11
* | mergeRaymond Hettinger2014-07-251-0/+11
|\ \ | |/
| * Issue #22044: Fixed premature DECREF in call_tzinfo_method.Raymond Hettinger2014-07-251-0/+11
* | (Merge 3.4) asyncio: sync with TulipVictor Stinner2014-07-252-1/+9
|\ \ | |/
| * asyncio: sync with TulipVictor Stinner2014-07-252-1/+9
* | Issue #22033: Reprs of most Python implemened classes now contain actualSerhiy Storchaka2014-07-2523-74/+99
* | Issue #19875: Fix random test_getsockaddrarg() failure.Charles-François Natali2014-07-251-8/+16
|\ \ | |/
| * Merge.Charles-François Natali2014-07-2538-351/+377
| |\
| * | Issue #19875: Fix random test_getsockaddrarg() failure.Charles-François Natali2014-07-251-8/+16
* | | Issue #21947: handle generator-iterator objects in disNick Coghlan2014-07-252-2/+14
* | | (Merge 3.4) asyncio, test_subprocess: relax timings for slow builbotsVictor Stinner2014-07-251-2/+2
|\ \ \ | | |/ | |/|
| * | asyncio, test_subprocess: relax timings for slow builbotsVictor Stinner2014-07-251-2/+2