]> granicus.if.org Git - python/shortlog
python
2017-03-15 Michael Seifertbpo-29800: Fix crashes in partial.__repr__ if the keys...
2017-03-13 Xiang Zhangftplib.FTP.retrbinary callback gets a bytes, not a...
2017-03-13 Xiang Zhangfix the name of argument to ftplib.FTP.set_pasv and...
2017-03-12 Yury Selivanovbpo-29742: asyncio get_extra_info() throws exception...
2017-03-12 Yury SelivanovFix wrapping into StopIteration of return values in...
2017-03-12 Serhiy Storchaka[3.5] bpo-8256: Fixed possible failing or crashing...
2017-03-12 Nick Coghlanbpo-29798: Handle git worktree in `make patchcheck...
2017-03-12 Serhiy Storchakabpo-29746: Update marshal docs to Python 3. (#547)...
2017-03-12 Nick Coghlanbpo-29656: Handle PR branches in 'make patchcheck'...
2017-03-11 Zachary WareOnly trigger AppVeyor on code or config changes (GH...
2017-03-11 Mariattatempfile.rst: Fix some typos (GH-610) (GH-619)
2017-03-11 Xiang Zhangbpo-29770: remove outdated PYO related info (GH-590...
2017-03-11 Mariattabpo-29784: Fix the reference to shutil.copy in the...
2017-03-10 Zachary WareAdd Appveyor (GH-324 backport) (GH-492)
2017-03-09 orenmnbpo-28298: make array 'Q', 'L' and 'I' accept big intab...
2017-03-09 Serhiy Storchaka[3.5] bpo-29773: Add more cases for testing string...
2017-03-09 Serhiy Storchakabpo-29768: Fixed compile-time check for expat version...
2017-03-08 Nick Coghlanbpo-29537: Also cover 3.5.2 in NEWS entry
2017-03-08 Benjamin PetersonRevert "bpo-29571: Use correct locale encoding in test_...
2017-03-08 Nick Coghlan[3.5] bpo-29537: Tolerate legacy invalid bytecode ...
2017-03-07 INADA NaokiPCbuild: Add -q option to svn export (GH-538)
2017-03-06 Mariattabpo-29557: Remove ambiguous line in binhex docs (GH...
2017-03-06 Steve DowerFixes the upload script to purge the CDN correctly...
2017-03-05 Ivan LevkivskyiBackport fix for spurious refleak failures (#482)
2017-03-05 Petr Motejlekbpo-29615: backport to 3.5 (#479)
2017-03-05 Mariattadistutils docs: Fix a typo (GH-470) (#472)
2017-03-04 MariattaCorrect spelling "instanciate" (GH-465) (GH-468)
2017-03-04 Ned Deily[3.5] bpo-27593: Get SCM build info from git instead...
2017-03-04 Steve DowerFixes git command (#451) (#453)
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 Seth M. Larsonbpo-29704: Fix asyncio.SubprocessStreamProtocol closing...
2017-03-03 Berker PeksagAdd Python version since deprecation in base64 methods...
2017-03-03 Mariattagetpass: update docstrings (GH-49) (GH-420)
2017-03-03 Mariattabpo-29026: Clarify documentation of time.time (GH-34...
2017-03-03 Yury Selivanovasyncio: Optimize _get_running_loop() to call getpid...
2017-03-03 Yury Selivanovbpo-29703: asyncio: Fix creating new event loops in...
2017-03-02 Donald Stufftbpo-29697: Don't use OpenSSL <1.0.2 fallback on 1.1...
2017-03-01 Donald StufftDisable mention-bot for maintenance branches (GH-369)
2017-02-27 Berker Peksagbpo-29655: Fixed possible reference leaks in `import...
2017-02-27 Martijn Pietersbpo-28598: Support __rmod__ for RHS subclasses of str...
2017-02-27 MariattaAsyncio documentation: remove `self` from method signat...
2017-02-27 Xiang Zhangbpo-29376: Fix assertion error in threading._DummyThrea...
2017-02-26 INADA Naokibpo-29110: Fix file object leak in `aifc.open` (GH...
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 (#309)
2017-02-26 Berker PeksagFix unittest.mock._Call: don't ignore name (#307)
2017-02-26 Mariatta[3.5] Fix small typos in introduction and datastructure...
2017-02-26 Mariatta[3.5] bpo-28929: Add to Misc/NEWS (GH-285)
2017-02-25 Mariatta[3.5] bpo-28556: Update to typing: treat subscripted...
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 Arne de Laatbpo-28911: Clarify the behaviour of assert_called_once_...
2017-02-23 Berker Peksagbpo-28814: Undeprecate inadvertently deprecated inspect...
2017-02-22 Serhiy Storchaka[3.5] bpo-29532: Altering a kwarg dictionary passed...
2017-02-22 Vinay SajipFixed bpo-29565: Corrected ctypes passing of large...
2017-02-22 Berker PeksagAdd .codecov.yml (#210) (#229)
2017-02-22 Berker Peksagbpo-29554: Improve docs for pstat module and profile...
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 comment in dictobject.c (GH-194)
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 INADA Naoki[backport to 3.5] bpo-29529: Add .travis.yml to 3.5...
2017-02-19 Nick Coghlan[3.5] bpo-29571: Use correct locale encoding in test_re...
2017-02-16 Victor StinnerBackport35 doc fixes: PR#68 and PR#124 (#125) (#126)
2017-02-15 Mariattabpo-29521 update Misc/ACKS (#111)
2017-02-15 Mariatta[cherry-pick for 3.5] bpo-29481: add versionadded 3...
2017-02-15 INADA NaokiUpdate URL of Mersenne Twister Home Page (#20) (#114)
2017-02-14 Mariattabpo-29521 Fix two minor documentation build warnings...
2017-02-14 MariattaFix some sphinx warnings (#9) (#82)
2017-02-13 MariattaA few README tweaks (#73) (#80)
2017-02-13 Mariattabpo-28556: Various updates to typing (#28) (#78)
2017-02-13 MariattaSupport "bpo-" in Misc/NEWS (#1) (#43)
2017-02-13 INADA Naokibpo-29438: Fixed use-after-free in key sharing dict...
2017-02-12 Mariatta[backport to 3.5] 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-10 Łukasz LangaFix #29519: weakref spewing exceptions during interp...
2017-02-09 Nick CoghlanIssue #26355: Specify canonical URLs in docs pages
2017-02-07 Berker PeksagIssue #29441: Update examples to use async and await...
2017-02-07 Mariatta WijayaIssue #29314: Set the stacklevel to two in asyncio...
2017-02-07 Mariatta WijayaIssue #29371: Clarify bitwise OR operation in doctest...
2017-02-06 Steve DowerIncludes ensurepip and venv packages in nuget package.
2017-02-04 Steve DowerIssue #29319: Prevent RunMainFromImporter overwriting...
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 Serhiy StorchakaIssue #29444: Fixed out-of-bounds buffer access in...
2017-02-04 Serhiy StorchakaIssue #27867: Silenced may-be-used-uninitialized warnin...
2017-02-04 Berker PeksagIssue #29198: Fix indentation and markup in typing.rst
2017-02-04 Berker PeksagIssue #29198: Document typing.AsyncGenerator
2017-02-02 Vinay SajipFixes #29213: regularised EOLs of venv scripts.
2017-02-02 Vinay SajipFixes #24875: pip can now be installed in a venv with...
2017-02-02 Victor StinnerIssue #29300: test_struct tests unpack_from() with...
2017-02-01 Berker PeksagIssue #29407: Remove redundant ensure_future() calls...
2017-02-01 doko@ubuntu.comIssue #29169: Fix NEWS entry.
next