summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #23280: Fix docstrings for binascii.(un)hexlifyZachary Ware2015-01-203-6/+103
* Issue #22317: Document the action parameter in ArgumentParser.add_subparsers(...Berker Peksag2015-01-201-3/+6
* Issue #23248: Update ssl error codes from latest OpenSSL git master.Antoine Pitrou2015-01-183-20/+336
* Issue #23181: More "codepoint" -> "code point".Serhiy Storchaka2015-01-1824-46/+46
* Issue #23098: 64-bit dev_t is now supported in the os module.Serhiy Storchaka2015-01-182-12/+34
* Issue #23180: Rename IDLE "Windows" menu item to "Window".Ned Deily2015-01-186-11/+9
* Issue #23211: Fix patch for 3.4 differences.Ned Deily2015-01-181-3/+3
* Issue #23211: Workaround test_logging failure on some OS X 10.6 systems:Ned Deily2015-01-182-2/+4
* Closes #23256: Avoid a crash in test_ctypesZachary Ware2015-01-171-1/+1
* capitialize "HttpOnly" and "Secure" as they appear in the standard and other ...Benjamin Peterson2015-01-173-4/+7
* Issue #22685: Fix test_pause_reading() of asyncio/test_subprocessVictor Stinner2015-01-151-2/+12
* Backout changeset 6ab2575bc12bVictor Stinner2015-01-151-21/+4
* Closes #23160: Respect the environment variable SVNROOT in external-common.ba...Steve Dower2015-01-151-8/+10
* Closes #23219: cancelling asyncio.wait_for() now cancels the taskVictor Stinner2015-01-152-4/+35
* asyncio: Close transports in testsVictor Stinner2015-01-154-3/+15
* asyncio: Close the transport on subprocess creation failureVictor Stinner2015-01-152-2/+11
* asyncio: Fix _ProactorBasePipeTransport.close()Victor Stinner2015-01-151-1/+3
* asyncio: Fix _ProactorBasePipeTransport.__repr__()Victor Stinner2015-01-151-3/+3
* Issue #23243: Close explicitly transports in asyncio testsVictor Stinner2015-01-153-277/+226
* Issue #23243: Close explicitly event loops in asyncio testsVictor Stinner2015-01-153-1/+20
* Issue #23243: Fix asyncio._UnixWritePipeTransport.close()Victor Stinner2015-01-152-1/+4
* SSLProtocol: set the _transport attribute in the constructorVictor Stinner2015-01-151-0/+1
* Issue #23242: asyncio.SubprocessStreamProtocol now closes the subprocessVictor Stinner2015-01-151-1/+4
* Issue #22560: Fix typo: call -> call_soonVictor Stinner2015-01-151-1/+1
* Issue #22560: Fix SSLProtocol._on_handshake_complete()Victor Stinner2015-01-151-2/+6
* StreamWriter: close() now clears the reference to the transportVictor Stinner2015-01-151-4/+21
* Closes #23244: fix typo. Thanks Mayank Tripathi for the patch.Georg Brandl2015-01-151-1/+1
* Issue22997: minor doc update; thanks to Simoen VisserEthan Furman2015-01-151-3/+7
* Issue22988: clarify yield and exception blocksEthan Furman2015-01-151-4/+5
* Issue20467: clarify __init__'s roleEthan Furman2015-01-151-7/+11
|\
| * Issue20467: clarify __init__'s roleEthan Furman2015-01-151-7/+11
* | fix parsing reST with code or code-block directives (closes #23063)Benjamin Peterson2015-01-153-4/+38
* | asyncio: sync with TulipVictor Stinner2015-01-1412-11/+57
* | Issue #23197: On SSL handshake failure on matching hostname, check if theVictor Stinner2015-01-141-1/+2
* | Issue #23197, asyncio: On SSL handshake failure, check if the waiter isVictor Stinner2015-01-144-7/+65
* | Python issue #23173: sync with TulipVictor Stinner2015-01-143-27/+102
* | Issue #23198: Reactor asyncio.StreamReaderVictor Stinner2015-01-131-25/+22
* | Issue #22560: New SSL implementation based on ssl.MemoryBIOVictor Stinner2015-01-136-38/+747
* | Tulip issue 184: Fix test_pipe() on WindowsVictor Stinner2015-01-131-1/+2
* | Issue #22922: Fix ProactorEventLoop.close()Victor Stinner2015-01-131-1/+7
* | fix instances of consecutive articles (closes #23221)Benjamin Peterson2015-01-1314-13/+14
* | Issue #23209, #23225: selectors.BaseSelector.close() now clears its internalVictor Stinner2015-01-133-0/+10
* | Update setuptools to 11.3.1Donald Stufft2015-01-112-1/+1
* | Issue #22952: improve multiprocessing doc introduction and defer notes until ...Antoine Pitrou2015-01-111-32/+54
* | Issue #21902: Replace incorrect 'hyperbolic arc sine' (etc.) with 'inverse hy...Mark Dickinson2015-01-113-10/+10
* | remove buzzword (closes #23210)Benjamin Peterson2015-01-091-1/+1
* | Issue #23212: 3.4-specific OS X installer updatesNed Deily2015-01-092-45/+3
* | Issue #23212: Update OS X installer build OpenSSL to 1.0.1k.Ned Deily2015-01-092-10/+12
* | Issue #23209: Revert change on selectors, test_selectors failed.Victor Stinner2015-01-091-1/+0
* | Issue #23209: Break some reference cycles in asyncio. Patch written by MartinVictor Stinner2015-01-093-1/+3