]> granicus.if.org Git - python/shortlog
python
2017-03-07 Xiang Zhangbpo-28728: clarify possible test failure due to ISP...
2017-03-06 Mariattabpo-29557: Remove ambiguous line in binhex docs (GH...
2017-03-06 Mariattafix minor bug in pymalloc. (GH-335) (GH-476)
2017-03-06 Xiang Zhang[3.6] bpo-29714: Fix a regression that bytes format...
2017-03-06 INADA Naokibpo-29719: Remove Date and Release field in whatsnew...
2017-03-06 Steve DowerFixes the upload script to purge the CDN correctly...
2017-03-05 Ivan Levkivskyibpo-29638: Fix spurious refleaks after typing is import...
2017-03-05 Petr Motejlekbpo-29615: backport to 3.6 (#478)
2017-03-05 Ned DeilyMerge 3.6.1rc1 releasing branch into 3.6
2017-03-05 Ned DeilyBump to v3.6.1rc1+.
2017-03-05 Mariattadistutils docs: Fix a typo (GH-470) (GH-471)
2017-03-04 MariattaCorrect spelling "instanciate" (GH-465) (GH-467)
2017-03-04 Ned DeilyUpdate docs and patchlevel for 3.6.1rc1. v3.6.1rc1
2017-03-04 Ned DeilyUpdate pydoc topics for 3.6.0rc1
2017-03-04 Ned DeilyRefresh Python/importlib.h and Python/importlib_externa...
2017-03-04 Ned Deily[3.6] bpo-28087: Skip test_asyncore and test_eintr...
2017-03-04 Ned Deilybpo-29572: Update macOS installer build to OpenSSL...
2017-03-04 Ned Deilybpo-29550: Temporarily skip "make touch" in Mac install...
2017-03-04 Ned Deily[3.6] bpo-27593: Get SCM build info from git instead...
2017-03-04 Steve DowerFixes git command (#451) (#452)
2017-03-04 Steve Dowerbpo-27593: Updates Windows build to use information...
2017-03-03 Brett Cannonbpo-26213: Document _UNPACK bytecodes and BUILD_MAP...
2017-03-03 Zachary Warebpo-29572: Update Windows build to OpenSSL 1.0.2k ...
2017-03-03 Mariattabpo-29709: Improve Boolean Operations documentation...
2017-03-03 Brett Cannonbpo-29455: Mention coverage.py in trace module document...
2017-03-03 Berker Peksag[3.6] bpo-29623: Make PathLike objects work with Config...
2017-03-03 Berker PeksagAdd Python version since deprecation in base64 methods...
2017-03-03 Yury SelivanovRestore NEWS file after incorrect git automerge
2017-03-03 Mariattagetpass: update docstrings (GH-49) (GH-419)
2017-03-03 Mariattabpo-29026: Clarify documentation of time.time (GH-34...
2017-03-03 Yury Selivanovbpo-28963: Fix out of bound iteration in asyncio.Future...
2017-03-03 Yury Selivanovasyncio: Optimize _get_running_loop() to call getpid...
2017-03-03 Seth M. Larsonbpo-29704: Fix asyncio.SubprocessStreamProtocol closing...
2017-03-03 Yury Selivanovbpo-29271: Fix Task.current_task and Task.all_tasks...
2017-03-03 Yury Selivanovbpo-28893: Set __cause__ for errors in async iteration...
2017-03-03 Yury Selivanovbpo-29703: asyncio: Fix creating new event loops in...
2017-03-02 Brian Colemanbpo-29683 - Fixes to _PyCode_SetExtra when co_extra...
2017-03-02 Alex GaynorIn SSL module version examples, don't use a legacy...
2017-03-02 Donald Stufftbpo-29697: Don't use OpenSSL <1.0.2 fallback on 1.1...
2017-03-01 Mariattaemail.compat32-message.rst: Fix typo in the word `messa...
2017-03-01 INADA Naokibpo-29684: Fix minor regression of PyEval_CallObjectWit...
2017-03-01 MariattaFixed a handful of typos (GH-343) (GH-364)
2017-03-01 Mariattacorrect documentation for enum.html (GH-358) (GH-367)
2017-03-01 Donald StufftDisable mention-bot for maintenance branches (GH-365)
2017-02-28 Xiang Zhangbpo-29661: fix contradiction in timeit.Timer.autorange...
2017-02-27 Berker Peksagbpo-29655: Fixed possible reference leaks in `import...
2017-02-27 Berker Peksagbpo-27788 : synchronise platform.py version number...
2017-02-27 Martijn Pietersbpo-28598: Support __rmod__ for RHS subclasses of str...
2017-02-27 Berker PeksagDelete accidentally merged entries from Misc/NEWS ...
2017-02-27 MariattaAsyncio documentation: remove `self` from method signat...
2017-02-27 Xiang Zhangbpo-29662: fix wrong indentation in timeit.Timer's...
2017-02-27 Xiang Zhangbpo-29376: Fix assertion error in threading._DummyThrea...
2017-02-26 Mariattabpo-26184: import.rst: Improve versionchanged note...
2017-02-26 INADA Naoki[3.6] bpo-29110: Fix file object leak in `aifc.open...
2017-02-26 Berker Peksagbpo-28624: Add a test that checks that cwd parameter...
2017-02-26 Mariattabpo-26184: import.rst: Improve versionchanged note...
2017-02-26 Berker Peksagbpo-28518: Start a transaction implicitly before a...
2017-02-26 Berker Peksagbpo-29121: Remove outdated documentation about transact...
2017-02-26 Mariattabpo-22594: Add a link to the regex module in re documen...
2017-02-26 Mariattabpo-29648: import.rst: Add reference to create_module...
2017-02-26 Berker PeksagBackport recent .travis.yml changes (#308)
2017-02-26 Berker Peksagbpo-28961: Address my comments from earlier code review...
2017-02-26 Benjamin Petersonmark various test data binary (#233) (#304)
2017-02-26 MariattaFix small typos in introduction and datastructures...
2017-02-26 Mariatta[3.6] bpo-28929: Add to Misc/NEWS (GH-284)
2017-02-25 Mariatta[3.6] Backport README.rst changes (GH-294)
2017-02-25 Mariatta[3.6] bpo-28556: Update to typing: treat subscripted...
2017-02-25 Mariatta[3.6] Fix small typos in expressions.rst (GH-276) ...
2017-02-24 Barry Warsawbpo-25008: Deprecate smtpd and point to aiosmtpd (...
2017-02-23 Steve Dowerbpo-29624: Adds purge step and layout test after upload...
2017-02-23 Berker Peksagbpo-28814: Undeprecate inadvertently deprecated inspect...
2017-02-23 Arne de Laatbpo-28911: Clarify the behaviour of assert_called_once_...
2017-02-22 Vinay SajipFixed bpo-29565: Corrected ctypes passing of large...
2017-02-22 Berker Peksagbpo-29554: Improve docs for pstat module and profile...
2017-02-21 Berker Peksag[3.6] Add .codecov.yml (#210)
2017-02-21 Mariattabpo-29453: Remove reference to undefined dictionary...
2017-02-21 INADA Naokibpo-29607: Fix stack_effect computation for CALL_FUNCTI...
2017-02-21 Serhiy Storchakabpo-29532: Altering a kwarg dictionary passed to functo...
2017-02-21 INADA Naokidoc: fix compile error on "shoddy" example extension...
2017-02-20 Mark Dickinsonbpo-29602: fix signed zero handling in complex construc...
2017-02-20 INADA Naokibpo-24274: fix erroneous comment in dictobject.c (GH...
2017-02-20 Xiang Zhangbpo-29347: Fix possibly dereferencing undefined pointer...
2017-02-20 Senthil KumaranChange some mercurial/ hg.python.org references. (...
2017-02-20 INADA Naokibpo-29520: doc: fix deprecation warning from 'defindex...
2017-02-19 Berker PeksagTweak PEP 519 documentation in stdlib (#164)
2017-02-19 INADA Naoki[backport to 3.6] bpo-29529: Add .travis.yml to 3.6...
2017-02-19 Nick Coghlan[3.6] bpo-29571: Use correct locale encoding in test_re...
2017-02-19 Steve Dowerbpo-29579: Removes readme.txt from the installer. ...
2017-02-15 Victor StinnerBackport36 doc fixes: PR#68 and PR#124 (#125)
2017-02-15 Mariattabpo-29521 update Misc/ACKS (#110)
2017-02-15 Mariattabpo-29481: add versionadded 3.6.1 to typing.Deque docs...
2017-02-15 Zachary WareBackport master's README.rst to 3.6 (GH-86)
2017-02-15 INADA NaokiUpdate URL of Mersenne Twister Home Page (#20) (#115)
2017-02-14 Mariattabpo-29521 Fix two minor documentation build warnings...
2017-02-14 MariattaFix some sphinx warnings (#9) (#81)
2017-02-14 Mariattabpo-28556: Various updates to typing (#28) (#77)
2017-02-13 MariattaA few README tweaks (#73) (#79)
2017-02-13 INADA Naokibpo-29438: fixed use-after-free in key sharing dict...
2017-02-12 Mariatta[backport to 3.6] bpo-28929: Link the documentation...
2017-02-12 Mariattabpo-29474: Improve documentation for weakref.WeakValueD...
next