]> granicus.if.org Git - python/shortlog
python
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...
2017-02-12 Berker Peksagbpo-27122: Fix comment to point to correct issue number...
2017-02-12 Mariatta[backport to 3.6] Support "bpo-" in Misc/NEWS (#42)
2017-02-10 Victor StinnerFix test_datetime on Windows
2017-02-10 Victor StinnerFix test_datetime on system with 32-bit time_t
2017-02-10 Victor StinnerFix datetime.fromtimestamp(): check bounds
2017-02-10 Łukasz LangaMerge 3.5 (fix #29519)
2017-02-10 Łukasz LangaFix #29519: weakref spewing exceptions during interp...
2017-02-10 Benjamin Petersonmassage English for -X descriptions a bit
2017-02-09 Serhiy StorchakaIssue #29513: Fixed a reference leak in os.scandir...
2017-02-09 Nick CoghlanMerge issue #26355 fix from Python 3.5
2017-02-09 Nick CoghlanIssue #26355: Specify canonical URLs in docs pages
2017-02-07 Berker PeksagIssue #29441: Merge from 3.5
2017-02-07 Berker PeksagIssue #29441: Update examples to use async and await...
2017-02-07 Mariatta WijayaIssue #29314: Merge with 3.5
2017-02-07 Mariatta WijayaIssue #29314: Set the stacklevel to two in asyncio...
2017-02-07 Mariatta WijayaIssue #29371: merge with 3.5
2017-02-07 Mariatta WijayaIssue #29371: Clarify bitwise OR operation in doctest...
2017-02-06 Steve DowerIssue #28164: Improves test on Windows 7
2017-02-06 Steve DowerIncludes ensurepip and venv packages in nuget package.
2017-02-06 Steve DowerIncludes ensurepip and venv packages in nuget package.
2017-02-06 Raymond HettingerSubstitute a more readable f-string
2017-02-06 Berker PeksagFix usage of data directive
2017-02-05 Steve DowerAdds precheck for console filename to fix Windows 7.
2017-02-05 Berker PeksagIssue #28489: Fix comment in tokenizer.c
2017-02-05 Steve DowerUpdates test_winconsoleio to better show the source...
2017-02-04 Steve DowerIssue #29319: Prevent RunMainFromImporter overwriting...
2017-02-04 Steve DowerIssue #29319: Prevent RunMainFromImporter overwriting...
2017-02-04 Steve DowerIssue #29326: Ignores blank lines in ._pth files (Patch...
2017-02-04 Steve DowerIssue #28164: Correctly handle special console filename...
2017-02-04 Steve DowerIssue #29392: Prevent crash when passing invalid argume...
2017-02-04 Steve DowerIssue #29416: Prevent infinite loop in pathlib.Path...
2017-02-04 Steve DowerIssue #29409: Implement PEP 529 for io.FileIO (Patch...
2017-02-04 Steve DowerIssue #29392: Prevent crash when passing invalid argume...
2017-02-04 Steve DowerIssue #29416: Prevent infinite loop in pathlib.Path...
next