]> granicus.if.org Git - python/shortlog
python
2016-11-09 Yury SelivanovMerge 3.5 (issue #28639)
2016-11-09 Yury SelivanovIssue #28639: Fix inspect.isawaitable to always return...
2016-11-09 Yury SelivanovIssue #28003: Make WrappedVal, ASend and AThrow GC...
2016-11-09 Yury SelivanovMerge 3.5
2016-11-09 Yury Selivanovgenobject: Remove unnecessary tp_free slots from aiter_...
2016-11-09 Yury SelivanovMerge 3.5 (asyncio)
2016-11-09 Yury Selivanovasyncio: Fix _format_coroutine for coroutine-like objec...
2016-11-09 Yury SelivanovIssue #26081: Fix refleak in _asyncio.Future.__iter__...
2016-11-08 Yury Selivanovnews: Fix a typo
2016-11-08 Yury SelivanovIssue #26182: Fix ia refleak in code that raises Deprec...
2016-11-08 Serhiy StorchakaFixed possible abort in ceval loop if _PyUnicode_FromId...
2016-11-08 Serhiy StorchakaFixed possible abort in ceval loop if _PyUnicode_FromId...
2016-11-08 Yury SelivanovIssue #27243: Change PendingDeprecationWarning -> Depre...
2016-11-08 Serhiy StorchakaIssue #28563: Fixed possible DoS and arbitrary code...
2016-11-08 Serhiy StorchakaIssue #28563: Fixed possible DoS and arbitrary code...
2016-11-08 Serhiy StorchakaIssue #28563: Fixed possible DoS and arbitrary code...
2016-11-08 Serhiy StorchakaIssue #28563: Fixed possible DoS and arbitrary code...
2016-11-08 Serhiy StorchakaIssue #28585: Restored docstring of os._isdir().
2016-11-08 Serhiy StorchakaIssue #28585: Restored docstring of os._isdir().
2016-11-08 Serhiy StorchakaIssue #28637: No longer use re in site.py.
2016-11-08 Yury Selivanovdocs/inspect: clarify iscoroutinefunction; add docs...
2016-11-08 Terry Jan ReedyIssue #28572: Use system-specific values for configdial...
2016-11-08 Yury SelivanovMerge 3.5 (issue #28613)
2016-11-08 Yury SelivanovIssue #28613: Expose asyncio._get_running_loop() and...
2016-11-07 Victor StinnerIssue #28637: Revert issue #28082, don't import enum...
2016-11-07 Eric V. SmithFixed issue #28633: segfault when concatenating bytes...
2016-11-07 Terry Jan ReedyIssue #28572: Add 10% to coverage of IDLE's test_config...
2016-11-07 Yury Selivanovwhatsnew: Inital pass on "What's New in Python 3.6"
2016-11-07 Yury SelivanovMerge 3.5 (issue #28634)
2016-11-07 Yury SelivanovIssue #28634: Fix asyncio.isfuture() to support mocks
2016-11-07 Yury SelivanovMerge 3.5 (issue #27392)
2016-11-07 Berker PeksagIssue #28088: Merge from 3.5
2016-11-07 Berker PeksagIssue #28088: Don't include self in method signature
2016-11-07 Yury SelivanovIssue #27392: Document loop.connect_accepted_socket()
2016-11-07 Steve DowerCloses #27781: Removes special cases for the experiment...
2016-11-07 Guido van Rossumissue #28622: Remove redundant variable annotation...
2016-11-06 Benjamin Petersonmerge 3.5
2016-11-06 Benjamin Petersonmake sure dict view types are initialized
2016-11-06 Berker PeksagIssue #21590: Silence Sphinx warnings in instrumentatio...
2016-11-06 Berker PeksagIssue #21864: Merge from 3.5
2016-11-06 Berker PeksagIssue #21864: Remove outdated section about exceptions...
2016-11-06 Serhiy StorchakaIssue #23996: Added _PyGen_SetStopIterationValue for...
2016-11-06 Serhiy StorchakaIssue #23996: Added _PyGen_SetStopIterationValue for...
2016-11-06 Jason R. CoombsUpdate docs to reflect new behavior around backslashes...
2016-11-06 Jason R. CoombsUpdate test_no_escapes_for_braces to clarify behavior...
2016-11-06 Jason R. CoombsAdditionally show that a backslash-escaped opening...
2016-11-06 Jason R. CoombsAdd an additional test with a newline, one that's very...
2016-11-06 Serhiy StorchakaIssue #28123: _PyDict_GetItem_KnownHash() now can raise...
2016-11-05 Martin PanterMerge doc fixup from 3.5 into 3.6
2016-11-05 Martin PanterFix spacing after C++ in documentation
2016-11-05 Martin PanterIssue #28485: Merge single-threading fix from 3.5 into 3.6
2016-11-05 Martin PanterIssue #28485: Check for negative workers even without...
2016-11-04 Ned DeilyIssue #28616: merge from 3.5
2016-11-04 Ned DeilyIssue #28616: Correct help for sys.version_info release...
2016-11-04 Yury SelivanovMerge 3.5 (issue #28613)
2016-11-04 Yury SelivanovIssue #28613: Fix get_event_loop() to return the curren...
2016-11-04 INADA NaokiIssue #28088: Document Transport.set_protocol and get_p...
2016-11-04 INADA NaokiIssue #28088: Document Transport.set_protocol and get_p...
2016-11-03 Brett CannonIssue #28605: Fix the help and What's New entry for...
2016-11-03 Yury SelivanovMerge 3.5 (asyncio)
2016-11-03 Yury Selivanovasyncio: Sync with upstream
2016-11-03 Yury SelivanovMerge 3.5 (issue #28600)
2016-11-03 Yury SelivanovIssue #28600: Optimize loop.call_soon().
2016-11-03 Guido van RossumIssue #26980: Improve docs for create_unix_connection...
2016-11-03 Guido van RossumIssue #26980: Improve docs for create_unix_connection...
2016-11-03 Serhiy StorchakaIssue #28387: Fixed possible crash in _io.TextIOWrapper...
2016-11-03 Serhiy StorchakaIssue #28387: Fixed possible crash in _io.TextIOWrapper...
2016-11-03 Donald StufftAllow ensurepip even when ssl is unavailable
2016-11-02 Donald StufftMerge updated pip/setuptools from 3.5
2016-11-02 Donald StufftMerge new pip/setuptools from 3.4
2016-11-02 Donald StufftUpgrade pip to 9.0 and setuptools to 28.7.1
2016-11-02 Serhiy StorchakaFixed hyperlinks for tarfile CLI options.
2016-11-02 Serhiy StorchakaFixed hyperlinks for tarfile CLI options.
2016-11-02 Serhiy StorchakaIssue #28513: Documented command-line interface of...
2016-11-02 Serhiy StorchakaIssue #28513: Documented command-line interface of...
2016-11-02 INADA NaokiIssue #28583: PyDict_SetDefault didn't combine split...
2016-11-02 Raymond HettingerMinor code beautification
2016-11-01 Raymond HettingerAdd cum_weights example (simulation of a cumulative...
2016-11-01 Ned DeilyStart 3.6.0b4
2016-11-01 Ned DeilyAdded tag v3.6.0b3 for changeset 8345e066c0ed
2016-11-01 Ned DeilyVersion bump for 3.6.0b3 v3.6.0b3
2016-11-01 Ned DeilyUpdate pydoc topics for 3.6.0b3
2016-10-31 Ned DeilyIssue #28248: merge from 3.5
2016-10-31 Ned DeilyIssue #28248: Update macOS installer build to use OpenS...
2016-10-31 Ned DeilyIssue #28028: Update OS X installers to use SQLite...
2016-10-31 Eric V. SmithIssue 28128: Print out better error/warning messages...
2016-10-31 Serhiy StorchakaBacked out changeset 6b88dfc7b25d
2016-10-31 INADA NaokiIssue #28553: Fix logic error in example code of int...
2016-10-31 INADA NaokiIssue #28553: Fix logic error in example code of int...
2016-10-31 Serhiy StorchakaIssue #27517: LZMA compressor and decompressor no longe...
2016-10-31 Serhiy StorchakaIssue #27517: LZMA compressor and decompressor no longe...
2016-10-31 Serhiy StorchakaUpdate the f-string test broken in issue #28385.
2016-10-30 Serhiy StorchakaIssue #28541: Improve test coverage for encoding detect...
2016-10-30 Serhiy StorchakaIssue #28549: Fixed segfault in curses's addch() with...
2016-10-30 Serhiy StorchakaIssue #28549: Fixed segfault in curses's addch() with...
2016-10-30 Serhiy StorchakaIssue #28449: tarfile.open() with mode "r" or "r:"...
2016-10-30 Serhiy StorchakaIssue #28449: tarfile.open() with mode "r" or "r:"...
2016-10-30 Serhiy StorchakaIssue #28385: An error message when non-empty format...
2016-10-30 Serhiy StorchakaIssue #28385: An error message when non-empty format...
2016-10-30 Serhiy Storchaka- Issue #23262: The webbrowser module now supports...
next