]> granicus.if.org Git - python/shortlog
python
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.
2017-02-01 Benjamin Petersongc types needs to be allocated as such (closes #29398)
2017-01-31 doko@ubuntu.com- Issue #29169: Update zlib to 1.2.10.
2017-01-31 doko@ubuntu.comadd Modules/zlib/zlib.map to .hgeol
2017-01-29 Martin PanterIssue #11670: readfp(fp) parameter name is different...
2017-01-29 Martin PanterIssue #29349: Use __future__ print_function; Sphinx...
2017-01-29 Martin PanterIssue #29349: Fix Python 2 syntax in documentation...
2017-01-29 Martin PanterIssue #12067: Recommend that hash and equality be consi...
2017-01-27 Vinay SajipFixes #29308: Respect VIRTUAL_ENV_DISABLE_PROMPT in...
2017-01-25 Serhiy StorchakaIssue #27867: Function PySlice_GetIndicesEx() is replac...
2017-01-24 Serhiy StorchakaIssue #29083: Fixed the declaration of some public...
2017-01-24 Serhiy StorchakaIssue #29337: Fixed possible BytesWarning when compare...
2017-01-24 Martin PanterIssue #29189: Fix indentation in RST markup
2017-01-23 Martin PanterIssue #29273: Remove unneeded workaround to restore...
2017-01-23 Serhiy StorchakaIssue #26729: Fixed __text_signature__ for sorted().
2017-01-23 Gregory P.... Skip the test requiring ctypes if ctypes is unavailable.
2017-01-23 Gregory P.... typo fix, extra '.' :)
2017-01-23 Guido van RossumIssue #28556: Allow defining methods in NamedTuple...
2017-01-23 Guido van RossumIssue #28556: various style fixes for typing.py
2017-01-23 Gregory P.... Issue #29335: Fix subprocess.Popen.wait() when the...
2017-01-22 Xiang ZhangIssue #29290: argparse help messages won't wrap at...
2017-01-22 Xiang ZhangIssue #29092: Sync os.stat's doc and docstring on path...
2017-01-21 Serhiy StorchakaIssue #28735: Fixed the comparison of mock.MagickMock...
2017-01-20 Xiang ZhangIssue #29292: Update outdated doc of PyEval_EvalCodeEx.
2017-01-20 Larry HastingsFix incorrect patchlevel information for 3.5.3+.
2017-01-18 Guido van RossumIssue #29198: add AsyncGenerator (Jelle Zijlstra)
2017-01-18 Guido van RossumIssue #28556: allow default values in class form of...
2017-01-18 Martin PanterIssue #29274: tests cases → test cases
2017-01-18 Guido van RossumIssue #28556: merge 5 more typing changes from upstream...
2017-01-17 Larry HastingsMerge from 3.4.
2017-01-17 Larry HastingsMerge 3.5.3 release head with main 3.5 branch.
2017-01-17 Larry HastingsPost-release updates for 3.5.3.
2017-01-17 Larry HastingsPost-release updates for 3.4.6.
2017-01-17 Raymond HettingerIssue #29011: Fix an important omission by adding...
2017-01-16 Larry HastingsAdded tag v3.4.6 for changeset b662f4776921
2017-01-16 Larry HastingsAdded tag v3.5.3 for changeset 1880cb95a742
2017-01-16 Larry HastingsVersion bump for Python 3.4.6. v3.4.6
2017-01-16 Larry HastingsVersion bump for Python 3.5.3. v3.5.3
2017-01-16 Benjamin Petersongenerate spaces instead of tabs into config.c
2017-01-14 Martin PanterAvoid line breaks after hyphens, otherwise they are...
2017-01-14 Martin PanterFix grammar, typos and markup in documentation and...
2017-01-12 Martin PanterIssues #1621, #29145: Test for str.join() overflow
2017-01-13 Martin PanterIssue #22980: Skip a sysconfig test if _ctypes is not...
2017-01-13 Vinay SajipFixes #29261: added venv/scripts/common to LIBSUBDIRS.
2017-01-13 Serhiy StorchakaIssue #29219: Fixed infinite recursion in the repr...
2017-01-13 Serhiy StorchakaPy_SIZE() was misused for dict.
2017-01-12 Serhiy StorchakaMerge heads
2017-01-12 Vinay SajipIssue #22343: Made bash activate script available on...
2017-01-12 Serhiy StorchakaIssue #28969: Fixed race condition in C implementation...
2017-01-12 Victor StinnerFix script_helper.run_python_until_end(): copy SYSTEMROOT
next