]> granicus.if.org Git - python/shortlog
python
2016-10-12 Benjamin Petersonva_end vargs2 once (closes #28417)
2016-10-12 Raymond HettingerIssue #18844: Fix-up examples for random.choices(...
2016-10-11 doko@ubuntu.com - Modules/Setup.dist: Add the _blake2 module
2016-10-11 doko@ubuntu.com - dictobject.c: Make dict_merge symbol a static symbol
2016-10-11 Benjamin Petersonprefix freegrammar (closes #28413)
2016-10-11 Zachary WareIssue #28208: Update Windows build to use SQLite 3...
2016-10-11 Zachary WareIssue #28248: Merge with 3.5
2016-10-11 Zachary WareIssue #28248: Merge with 3.4
2016-10-11 Zachary WareIssue #28248: Update Windows build to use OpenSSL 1...
2016-10-11 Ned DeilyMerge 3.6 releasing branch
2016-10-11 Ned DeilyStart 3.6.0b3
2016-10-10 Steve DowerFix launcher.msi from rebuilding during release build.
2016-10-10 Ned DeilyAdded tag v3.6.0b2 for changeset b9fadc7d1c3f
2016-10-10 Ned DeilyVersion bump for 3.6.0b2 v3.6.0b2
2016-10-10 Ned DeilyUpdate pydoc topics for 3.6.0b2
2016-10-10 Ned Deilyregenerate configure with autoconf 2.69
2016-10-10 Ned DeilyUpdate OS X installer ReadMe for 360b2.
2016-10-10 INADA NaokiIssue #28405: Fix compile error for _futuresmodule...
2016-10-10 Steve DowerIssue #28402: Adds signed catalog files for stdlib...
2016-10-10 Martin PanterIssue #28394: More typo fixes for 3.6+
2016-10-10 Martin PanterIssue #28394: Merge typo fixes from 3.5 into 3.6
2016-10-10 Martin PanterIssue #28394: Spelling and typo fixes in code comments...
2016-10-09 Serhiy StorchakaIssue #28183: Optimize and cleanup dict iteration.
2016-10-09 Guido van RossumIssue #28339: Remove ByteString.register(memoryview...
2016-10-09 Guido van RossumIssue #28339: Remove ByteString.register(memoryview...
2016-10-09 Yury SelivanovMerge 3.5 (issue #27972)
2016-10-09 Yury SelivanovIssue #27972: Prohibit Tasks to await on themselves.
2016-10-09 Yury SelivanovMerge 3.5 (issue #28399)
2016-10-09 Yury SelivanovIssue #28399: Remove UNIX socket from FS before binding.
2016-10-09 Berker PeksagIssue #28389: Merge from 3.5
2016-10-09 Berker PeksagIssue #28389: Fix ProxiedTransport example in xmlrpc...
2016-10-09 INADA NaokiFixed wrong issue number in NEWS
2016-10-09 INADA NaokiIssue #26801: Added C implementation of asyncio.Future.
2016-10-09 Guido van RossumMerge further typing.py changes from upstream. (merge...
2016-10-09 Guido van RossumMerge further typing.py changes from upstream.
2016-10-09 Guido van Rossumnull merge
2016-10-09 Guido van RossumAdjust ClassVar example to use pre-PEP-526 syntax....
2016-10-09 Guido van RossumIssue #28388: update typing module documentation. ...
2016-10-09 Guido van RossumIssue #28388: update typing module documentation.
2016-10-08 Serhiy StorchakaMerge from 3.5.
2016-10-08 Serhiy StorchakaIssue #28379: Added sanity checks and tests for PyUnico...
2016-10-08 Steve DowerIssue #28162: Fixes Ctrl+Z handling in console readall()
2016-10-08 Steve DowerAdd proper credit to NEWS file.
2016-10-08 Steve DowerIssue #28333: Remove unnecessary increment.
2016-10-08 Steve DowerIssue #28333: Enables Unicode for ps1/ps2 and input...
2016-10-08 Serhiy StorchakaMerge from 3.5.
2016-10-08 Serhiy StorchakaIssue #28376: The type of long range iterator is now...
2016-10-08 Serhiy StorchakaIssue #28376: Creating instances of range_iterator...
2016-10-08 Serhiy StorchakaMerge from 3.5.
2016-10-08 Serhiy StorchakaIssue #28376: The constructor of range_iterator now...
2016-10-08 Serhiy StorchakaMerge from 3.5.
2016-10-08 Serhiy StorchakaIssue #28376: Fixed typos.
2016-10-08 Serhiy StorchakaIssue #27998: Fixed bytes path support in os.scandir...
2016-10-08 Berker PeksagIssue #28390: Fix header levels in whatsnew/3.6.rst
2016-10-08 Serhiy StorchakaIssue #28317: The disassembler now decodes FORMAT_VALUE...
2016-10-08 Serhiy StorchakaIssue #26906: Resolving special methods of uninitialize...
2016-10-08 Serhiy StorchakaIssue #26906: Resolving special methods of uninitialize...
2016-10-07 Serhiy StorchakaIssue #25783: Fixed test_traceback when run directly...
2016-10-07 Serhiy StorchakaIssue #25783: Fixed test_traceback when run directly...
2016-10-07 Serhiy StorchakaNull merge
2016-10-07 Serhiy StorchakaIssue #28257: Improved error message when pass a non...
2016-10-07 Serhiy StorchakaIssue #18287: PyType_Ready() now checks that tp_name...
2016-10-07 Serhiy StorchakaIssue #18287: PyType_Ready() now checks that tp_name...
2016-10-07 Serhiy StorchakaIssue #26293: Fixed writing ZIP files that starts not...
2016-10-07 Serhiy StorchakaIssue #26293: Fixed writing ZIP files that starts not...
2016-10-07 Serhiy StorchakaIssue #24098: Fixed possible crash when AST is changed...
2016-10-07 Serhiy StorchakaIssue #24098: Fixed possible crash when AST is changed...
2016-10-07 Yury SelivanovMerge 3.5 (asyncio)
2016-10-07 Yury Selivanovasyncio: Only allow Unix Stream sockets for loop.create...
2016-10-06 Gregory P.... Fixes issue28380: unittest.mock Mock autospec functions...
2016-10-06 Yury SelivanovNull merge with 3.5
2016-10-06 Yury SelivanovNull merge with 3.4
2016-10-06 Yury SelivanovIssue #27759: Fix selectors incorrectly retain invalid...
2016-10-06 Benjamin Petersonmerge 3.5
2016-10-06 Benjamin Petersonensure read size is initialized
2016-10-06 Benjamin Petersonmerge 3.5
2016-10-06 Benjamin Petersondo not leak buffer if mmap is not writable
2016-10-06 INADA NaokiIssue #28201: Dict reduces possibility of 2nd conflict...
2016-10-06 Benjamin Petersonmerge 3.5
2016-10-06 Benjamin Petersonskip test on windows
2016-10-06 Benjamin Petersonfix bug in 48797808a302
2016-10-06 Benjamin Petersonskip test if resizing is not supported
2016-10-06 Benjamin Petersonmmap: do all internal arithmetic with Py_ssize_t while...
2016-10-05 Yury SelivanovMerge 3.5 (issue #23749)
2016-10-05 Yury Selivanovasyncio: Add "call_connection_made" arg to SSLProtocol...
2016-10-05 Yury SelivanovMerge 3.5 (issue #28372)
2016-10-05 Yury SelivanovIssue #28372: Fix asyncio to support formatting of...
2016-10-05 Yury SelivanovMerge 3.5 (issue #28371)
2016-10-05 Yury SelivanovIssue #28371: Deprecate passing asyncio.Handles to...
2016-10-05 Yury SelivanovMerge 3.5 (issue #28370)
2016-10-05 Yury SelivanovIssue #28370: Speedup asyncio.StreamReader.readexactly
2016-10-05 Yury SelivanovMerge 3.5 (issue #28369)
2016-10-05 Yury SelivanovIssue #28369: Raise an error when transport's FD is...
2016-10-05 Yury SelivanovMerge 3.5 (issue #28368)
2016-10-05 Yury SelivanovIssue #28368: Refuse monitoring processes if the child...
2016-10-05 Serhiy StorchakaIssue #27998: Removed workarounds for supporting bytes...
2016-10-04 Berker PeksagIssue #28222: Don't fail if pygments is not available
2016-10-04 Berker PeksagIssue #28348: Fix typo in asyncio.Task() documentation
2016-10-04 Serhiy StorchakaIssue #28321: Fixed writing non-BMP characters with...
2016-10-04 Steven D'ApranoIssue #27181 remove geometric_mean and defer for 3.7.
next