]> granicus.if.org Git - python/shortlog
python
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...
2015-01-09 Victor Stinnerasyncio doc: fix section of event loop examples
2015-01-09 Victor Stinnerasyncio: sync with Tulip
2015-01-09 Victor Stinnerasyncio doc: list limitations to run subprocesses from...
2015-01-08 Victor Stinnerasyncio: Truncate to 80 columns
2015-01-08 Victor Stinnerasyncio: _make_ssl_transport: make the waiter parameter...
2015-01-08 Terry Jan ReedyIssue #23184: delete unused idlelib file.
2015-01-07 Berker PeksagIssue #20487: Clarify meaning of "side effect" in the...
2015-01-06 Nick CoghlanIssue 19548: update codecs module documentation
2015-01-06 Victor StinnerIssue #21356: Make ssl.RAND_egd() optional to support...
2015-01-06 Victor StinnerIssue #20896, #22935: The ssl.get_server_certificate...
2015-01-06 Zachary WareCosmetic fixes to the 'Develop with asyncio' page
2015-01-06 Raymond HettingerIssue #23132: Mitigate regression in speed and clarity...
2015-01-06 Victor StinnerIssue #23140, asyncio: Simplify the unit test
2015-01-06 Victor StinnerIssue #23140, asyncio: Fix cancellation of Process...
2015-01-06 Victor StinnerIssue #23046: Expose the BaseEventLoop class in the...
2015-01-05 Benjamin Petersonemphasize that cffi is better than extension modules...
2015-01-05 Ned DeilyIssue #22165: Skip test_undecodable_filename on OS...
2015-01-05 Berker PeksagIssue #18644: Fix a ResourceWarning in formatter.test().
2015-01-04 Benjamin Petersonthe current marshal version is 4 (closes #23167)
2015-01-04 Benjamin Petersonmerge 3.3 (closes #23165)
2015-01-04 Benjamin Petersonmerge 3.2 (closes #23165)
2015-01-04 Benjamin Petersonadd some overflow checks before multiplying (closes...
2015-01-04 Gregory P.... fix issue23157 - time_hashlib hadn't been ported to...
2015-01-03 Donald StufftUpgrade the bundled pip to 6.0.6 and the bundled setupt...
2015-01-03 Ned DeilyAdd missing URL link to Modernize docs.
2015-01-01 Ned DeilyUpdate copyright dates in OS X installer.
2015-01-01 Benjamin Petersonmerge 3.3
2015-01-01 Benjamin Petersonmerge 3.2
2015-01-01 Benjamin Petersonupdate for copyright for 2015
2014-12-30 Benjamin Petersonupdate docs for #23111
2014-12-30 Benjamin Petersonmake PROTOCOL_SSLv23 the default protocol version for...
2014-12-30 Benjamin Petersonmerge 3.3 (#23130)
2014-12-30 Benjamin Petersonmerge 3.2 (#23130)
2014-12-30 Benjamin Petersondelete old ftpmirror script, which now has security...
2014-12-29 Benjamin Petersonuse a proper m-dash
2014-12-28 Berker PeksagIssue #23125: Update nose project page link.
2014-12-26 Victor StinnerIssue #22926: In debug mode, call_soon(), call_at(...
2014-12-26 Victor Stinnerasyncio: sync with Tulip
2014-12-21 Victor StinnerIssue #22585: On OpenBSD 5.6 and newer, os.urandom...
2014-12-26 Benjamin Petersonfix behavior of trailing slash redirection when a query...
2014-12-25 R David Murray#23040: Clarify treatment of encoding and errors when...
2014-12-24 Benjamin Petersonupdate correct French examples (#23109)
2014-12-24 Benjamin Petersonimprove incorrect French (#23109)
2014-12-24 Benjamin Petersondoucment that Py_SetPath copies its argument (closes...
2014-12-23 Donald StufftUpgrade pip to 6.0.2 and setuptools to 8.2.1
next