]> granicus.if.org Git - python/shortlog
python
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...
2017-02-04 Serhiy StorchakaIssue #29444: Fixed out-of-bounds buffer access in...
2017-02-04 Serhiy StorchakaIssue #29444: Fixed out-of-bounds buffer access in...
2017-02-04 Stefan KrahIssue29439: _decimal on Android requires linking with...
2017-02-04 Serhiy StorchakaIssue #27867: Silenced may-be-used-uninitialized warnin...
2017-02-04 Serhiy StorchakaIssue #27867: Silenced may-be-used-uninitialized warnin...
2017-02-04 Berker PeksagIssue #29198: Merge from 3.5
2017-02-04 Berker PeksagIssue #29198: Fix indentation and markup in typing.rst
2017-02-04 Berker PeksagIssue #29198: Merge from 3.5
2017-02-04 Berker PeksagIssue #29198: Document typing.AsyncGenerator
2017-02-02 Vinay SajipFixes #29213: merged fix from 3.5.
2017-02-02 Vinay SajipFixes #29213: regularised EOLs of venv scripts.
2017-02-02 Vinay SajipFixes #24875: Merged fix from 3.5.
2017-02-02 Vinay SajipFixes #24875: pip can now be installed in a venv with...
2017-02-02 Victor StinnerMerge 3.5
2017-02-02 Victor StinnerIssue #29300: test_struct tests unpack_from() with...
2017-02-02 Mariatta WijayaIssue #29381: Clarify ordering of UNIX shebang line...
2017-02-02 Mariatta WijayaBacked out changeset 3d712292f2fa
2017-02-02 Mariatta WijayaIssue #29381: Clarify ordering of UNIX shebang line...
2017-02-01 Berker PeksagIssue #29407: Merge from 3.5
2017-02-01 Berker PeksagIssue #29407: Remove redundant ensure_future() calls...
2017-02-01 doko@ubuntu.comMerge 3.5
2017-02-01 doko@ubuntu.comIssue #29169: Fix NEWS entry.
2017-02-01 Benjamin Petersonmerge 3.5 (#29398)
2017-02-01 Benjamin Petersongc types needs to be allocated as such (closes #29398)
2017-01-31 doko@ubuntu.commerge 3.5
2017-01-31 doko@ubuntu.com- Issue #29169: Update zlib to 1.2.10.
2017-01-31 doko@ubuntu.commerge 3.5
2017-01-31 doko@ubuntu.comadd Modules/zlib/zlib.map to .hgeol
2017-01-30 Berker PeksagIssue #29283: Delete accidentally added Lib/site-packag...
2017-01-29 Martin PanterIssues #11670: Merge configparser doc from 3.5
2017-01-29 Martin PanterIssues #29349: Merge Py 2.6+ compatibility from 3.5
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 PanterIssues #29349: Merge Py 2 fix 3.5
2017-01-29 Martin PanterIssues #12067: Merge hash recommendation from 3.5
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-29 Raymond HettingerIssue 29310: Document typing.NamedTuple default argumen...
2017-01-27 Vinay SajipFixes #28784: Clarified use of shlex.shlex with punctua...
2017-01-27 Vinay SajipFixes #29308: Merged fix from 3.5.
2017-01-27 Vinay SajipFixes #29308: Respect VIRTUAL_ENV_DISABLE_PROMPT in...
2017-01-26 Benjamin Petersonremove comment about updating the parser module; we...
2017-01-25 Serhiy StorchakaIssue #27867: Function PySlice_GetIndicesEx() is replac...
2017-01-25 Serhiy StorchakaIssue #27867: Function PySlice_GetIndicesEx() is replac...
2017-01-25 Senthil Kumaranissue26149 - Point to Wiki for Editors and Python IDEs...
2017-01-24 Ethan Furmancloses issue29167: fix race condition in (Int)Flag
2017-01-24 Serhiy StorchakaIssue #29083: Fixed the declaration of some public...
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 Serhiy StorchakaIssue #29337: Fixed possible BytesWarning when compare...
2017-01-24 Martin PanterIssues #29189: Merge indentation fixes from 3.5
2017-01-24 Martin PanterIssue #29189: Fix indentation in RST markup
2017-01-23 Martin PanterIssues #29273: Merge test___all__ from 3.5
2017-01-23 Martin PanterIssue #29273: Remove unneeded workaround to restore...
2017-01-23 Victor StinnerIssue #26273: Document TCP_USER_TIMEOUT and TCP_CONGESTION
2017-01-23 Serhiy StorchakaIssue #26729: Fixed __text_signature__ for sorted().
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.... Skip the test requiring ctypes if ctypes is unavailable.
2017-01-23 Gregory P.... typo fix, extra '.' on MacOS :)
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: Allow defining methods in NamedTuple...
2017-01-23 Guido van RossumIssue #28556: various style fixes for typing.py (3...
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-23 Gregory P.... Issue #29335: Fix subprocess.Popen.wait() when the...
2017-01-22 Xiang ZhangIssue #29290: Merge 3.5.
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-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-21 Serhiy StorchakaIssue #28735: Fixed the comparison of mock.MagickMock...
2017-01-20 Ned DeilyUpdate Misc/NEWS and Misc/HISTORY from current 3.5...
2017-01-20 Ned DeilyIssue #29316: Restore the provisional status of typing...
2017-01-20 Serhiy StorchakaIssue #29327: Fixed a crash when pass the iterable...
2017-01-20 Raymond HettingerIssue #29281: Fill-in a missing versionchanged entry
2017-01-20 Xiang ZhangIssue #29292: Merge 3.5.
2017-01-20 Xiang ZhangIssue #29292: Update outdated doc of PyEval_EvalCodeEx.
2017-01-20 Larry HastingsNull merge from 3.5.
2017-01-20 Larry HastingsFix incorrect patchlevel information for 3.5.3+.
next