]> granicus.if.org Git - python/shortlog
python
2015-01-28 Victor Stinnerasyncio: SSL transports now clear their reference to...
2015-01-28 Victor Stinnerasyncio: Fix SSLProtocol.eof_received()
2015-01-28 Donald StufftUpdate setuptools to 12.0.5 and pip to 6.0.7
2015-01-28 Serhiy StorchakaFixed memory leak in marshal.
2015-01-28 Serhiy StorchakaIssue #22079: PyType_Ready() now checks that statically...
2015-01-28 Vinay SajipAdded a logging cookbook entry on customized exception...
2015-01-27 Victor Stinnerasyncio: sync with Tulip
2015-01-27 Berker PeksagIssue #23286: Fix typo in the tutorial.
2015-01-26 Victor Stinnerasyncio, _overlapped.ConnectPipe(): release the GIL
2015-01-26 Victor Stinnerasyncio, Tulip issue 204: Fix IocpProactor.recv()
2015-01-26 Victor StinnerIssue #23095, asyncio: Fix _WaitHandleFuture.cancel()
2015-01-26 Victor StinnerIssue #23293, asyncio: Rewrite IocpProactor.connect_pip...
2015-01-26 Victor Stinnerasyncio: PipeHandle.fileno() now raises an exception...
2015-01-26 Victor Stinnerasyncio: Fix ProactorEventLoop.start_serving_pipe()
2015-01-26 Serhiy StorchakaIssue #14099: Backout changeset e5bb3044402b (except...
2015-01-26 Serhiy StorchakaMerge heads
2015-01-26 Serhiy StorchakaIssue #18518: timeit now rejects statements which can...
2015-01-26 Victor StinnerIssue #23208, asyncio: Add BaseEventLoop._current_handle
2015-01-26 Victor StinnerIssue #23293, asyncio: Cleanup IocpProactor.close()
2015-01-26 Victor Stinnerasyncio: Close transports on error
2015-01-26 Serhiy StorchakaIssue #23094: Fixed readline with frames in Python...
2015-01-26 Serhiy StorchakaIssue #7665: Fixed tests test_ntpath and test_urllib2...
2015-01-26 Serhiy StorchakaAdd credits for Martin Panter.
2015-01-26 Serhiy StorchakaIssue #23268: Fixed bugs in the comparison of ipaddress...
2015-01-26 Serhiy StorchakaIssue #21408: The default __ne__() now returns NotImple...
2015-01-26 Benjamin Petersonhandle headers with no key (closes #19996)
2015-01-25 Serhiy StorchakaIssue #23321: Fixed a crash in str.decode() when error...
2015-01-25 R David Murray#23215: reflow paragraph.
2015-01-25 R David Murray#23251: Note that time.sleep affects the calling thread...
2015-01-25 Senthil KumaranIncrease http.client.HTTPConnection test coverage.
2015-01-23 Vinay SajipIssue #23305: clarified RotatingFileHandler documentation.
2015-01-23 Vinay SajipIssue #23207: logging.basicConfig() now does additional...
2015-01-23 Vinay SajipUpdated pyvenv documentation to match its current behav...
2015-01-23 Gregory P.... revert 7b833bd1f509. I misread the side effect that...
2015-01-23 Gregory P.... Remove the unimplemented but ignored without='-E' param...
2015-01-23 Gregory P.... Only pass -E to the child interpreter if our interprete...
2015-01-22 Victor Stinnerasyncio, Tulip issue 204: Fix IocpProactor.accept_pipe()
2015-01-22 Gregory P.... Break up TestCommandLine.test_env_var into four distinc...
2015-01-22 Victor StinnerIssue #23293, asyncio: Rewrite IocpProactor.connect_pipe()
2015-01-22 Victor Stinnerasyncio: IocpProactor.close() doesn't cancel anymore...
2015-01-22 Victor StinnerIssue #23009: Add missing "import sys" in test_selectors
2015-01-22 Victor StinnerIssue #23009: Skip test_selectors.test_empty_select...
2015-01-21 Victor StinnerIssue #23095, asyncio: IocpProactor.close() must not...
2015-01-21 Victor Stinnerasyncio: BaseEventLoop._create_connection_transport...
2015-01-21 Victor StinnerIssue #23095, asyncio: Rewrite _WaitHandleFuture.cancel()
2015-01-21 Victor Stinnerasyncio: pyflakes, remove unused import
2015-01-21 Victor Stinnerasyncio: Enhance BaseProactorEventLoop._loop_self_reading()
2015-01-21 Gregory P.... Add the command line to the AssertionError raised by...
2015-01-20 Zachary WareIssue #23280: Fix docstrings for binascii.(un)hexlify
2015-01-20 Berker PeksagIssue #22317: Document the action parameter in Argument...
2015-01-18 Antoine PitrouIssue #23248: Update ssl error codes from latest OpenSS...
2015-01-18 Serhiy StorchakaIssue #23181: More "codepoint" -> "code point".
2015-01-18 Serhiy StorchakaIssue #23098: 64-bit dev_t is now supported in the...
2015-01-18 Ned DeilyIssue #23180: Rename IDLE "Windows" menu item to "Window".
2015-01-18 Ned DeilyIssue #23211: Fix patch for 3.4 differences.
2015-01-18 Ned DeilyIssue #23211: Workaround test_logging failure on some...
2015-01-17 Zachary WareCloses #23256: Avoid a crash in test_ctypes
2015-01-17 Benjamin Petersoncapitialize "HttpOnly" and "Secure" as they appear...
2015-01-15 Victor StinnerIssue #22685: Fix test_pause_reading() of asyncio/test_...
2015-01-15 Victor StinnerBackout changeset 6ab2575bc12b
2015-01-15 Steve DowerCloses #23160: Respect the environment variable SVNROOT...
2015-01-15 Victor StinnerCloses #23219: cancelling asyncio.wait_for() now cancel...
2015-01-15 Victor Stinnerasyncio: Close transports in tests
2015-01-15 Victor Stinnerasyncio: Close the transport on subprocess creation...
2015-01-15 Victor Stinnerasyncio: Fix _ProactorBasePipeTransport.close()
2015-01-15 Victor Stinnerasyncio: Fix _ProactorBasePipeTransport.__repr__()
2015-01-15 Victor StinnerIssue #23243: Close explicitly transports in asyncio...
2015-01-15 Victor StinnerIssue #23243: Close explicitly event loops in asyncio...
2015-01-15 Victor StinnerIssue #23243: Fix asyncio._UnixWritePipeTransport.close()
2015-01-15 Victor StinnerSSLProtocol: set the _transport attribute in the constr...
2015-01-15 Victor StinnerIssue #23242: asyncio.SubprocessStreamProtocol now...
2015-01-15 Victor StinnerIssue #22560: Fix typo: call -> call_soon
2015-01-15 Victor StinnerIssue #22560: Fix SSLProtocol._on_handshake_complete()
2015-01-15 Victor StinnerStreamWriter: close() now clears the reference to the...
2015-01-15 Georg BrandlCloses #23244: fix typo. Thanks Mayank Tripathi for...
2015-01-15 Ethan FurmanIssue22997: minor doc update; thanks to Simoen Visser
2015-01-15 Ethan FurmanIssue22988: clarify yield and exception blocks
2015-01-15 Ethan FurmanIssue20467: clarify __init__'s role
2015-01-15 Ethan FurmanIssue20467: clarify __init__'s role
2015-01-15 Benjamin Petersonfix parsing reST with code or code-block directives...
2015-01-14 Victor Stinnerasyncio: sync with Tulip
2015-01-14 Victor StinnerIssue #23197: On SSL handshake failure on matching...
2015-01-14 Victor StinnerIssue #23197, asyncio: On SSL handshake failure, check...
2015-01-14 Victor StinnerPython issue #23173: sync with Tulip
2015-01-13 Victor StinnerIssue #23198: Reactor asyncio.StreamReader
2015-01-13 Victor StinnerIssue #22560: New SSL implementation based on ssl.MemoryBIO
2015-01-13 Victor StinnerTulip issue 184: Fix test_pipe() on Windows
2015-01-13 Victor StinnerIssue #22922: Fix ProactorEventLoop.close()
2015-01-13 Benjamin Petersonfix instances of consecutive articles (closes #23221)
2015-01-13 Victor StinnerIssue #23209, #23225: selectors.BaseSelector.close...
2015-01-11 Donald StufftUpdate setuptools to 11.3.1
2015-01-11 Antoine PitrouIssue #22952: improve multiprocessing doc introduction...
2015-01-11 Mark DickinsonIssue #21902: Replace incorrect 'hyperbolic arc sine...
2015-01-09 Benjamin Petersonremove buzzword (closes #23210)
2015-01-09 Ned DeilyIssue #23212: 3.4-specific OS X installer updates
2015-01-09 Ned DeilyIssue #23212: Update OS X installer build OpenSSL to...
2015-01-09 Victor StinnerIssue #23209: Revert change on selectors, test_selector...
2015-01-09 Victor StinnerIssue #23209: Break some reference cycles in asyncio...
2015-01-09 Victor Stinnerasyncio: sync with Tulip
2015-01-09 Victor Stinnerasyncio: SelectSelector is limited to 512 sockets on...
next