]> granicus.if.org Git - python/shortlog
python
2017-02-10 Victor StinnerMerge 3.6
2017-02-10 Victor StinnerFix test_datetime on Windows
2017-02-10 Victor StinnerMerge 3.6
2017-02-10 Victor StinnerFix test_datetime on system with 32-bit time_t
2017-02-10 Victor StinnerMerge 3.6
2017-02-10 Victor StinnerFix datetime.fromtimestamp(): check bounds
2017-02-10 Łukasz LangaMerge 3.6 (fix #29519)
2017-02-10 Łukasz LangaMerge 3.5 (fix #29519)
2017-02-10 Łukasz LangaFix #29519: weakref spewing exceptions during interp...
2017-02-10 Benjamin Petersonmerge 3.6
2017-02-10 Benjamin Petersonmassage English for -X descriptions a bit
2017-02-09 Victor StinnerIssue #29507: Fix _PyObject_CallFunctionVa()
2017-02-09 Victor StinnerIssue #29507: Update test_exceptions
2017-02-09 Victor StinnerOptimize slots: avoid temporary PyMethodObject
2017-02-09 Serhiy StorchakaNull merge
2017-02-09 Serhiy StorchakaIssue #29513: Fix outdated comment and remove redundand...
2017-02-09 Serhiy StorchakaIssue #29513: Fixed a reference leak in os.scandir...
2017-02-09 Nick CoghlanMerge issue #26355 fix from 3.6
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-09 Victor StinnerFix PyCFunction_Call() performance issue
2017-02-08 Victor Stinnersupport: temp_dir() and change_cwd() uses repr() in...
2017-02-08 Victor StinnerFix refleaks if Py_EnterRecursiveCall() fails
2017-02-08 Victor StinnerFix regrtest -j0 -R output
2017-02-08 Victor StinnerUpdate test_support for my temp_dir/change_cwd changes
2017-02-08 Victor Stinnersupport: add more info on temp_dir() and change_cwd...
2017-02-08 Victor StinnerIssue #29306: Fix usage of Py_EnterRecursiveCall()
2017-02-07 Berker PeksagIssue #29441: Merge from 3.6
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.6
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.6
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 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 Steve DowerIncludes ensurepip and venv packages in nuget package.
2017-02-06 Raymond Hettingermerge
2017-02-06 Raymond HettingerSubstitute a more readable f-string
2017-02-06 Victor StinnerOptimize deque index, insert and rotate() methods
2017-02-06 Victor StinnerProhibit implicit C function declarations
2017-02-06 Victor Stinnerregrtest: don't fail immediately if a child does crash
2017-02-06 Berker PeksagMerge from 3.6
2017-02-06 Berker PeksagFix usage of data directive
2017-02-06 Serhiy StorchakaIssue #29460: _PyArg_NoKeywords(), _PyArg_NoStackKeywor...
2017-02-06 Xiang ZhangIssue #29405: Make total calculation in _guess_delimite...
2017-02-05 Serhiy StorchakaIssue #20186: Regenerated Argument Clinic.
2017-02-05 Steve DowerMerge from 3.6
2017-02-05 Steve DowerAdds precheck for console filename to fix Windows 7.
2017-02-05 Berker PeksagIssue #28489: Merge from 3.6
2017-02-05 Berker PeksagIssue #28489: Fix comment in tokenizer.c
2017-02-05 Steve DowerMerge from 3.6
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 #29319: Prevent RunMainFromImporter overwriting...
2017-02-04 Steve DowerIssue #29326: Ignores blank lines in ._pth files (Patch...
2017-02-04 Steve DowerIssue #29326: Ignores blank lines in ._pth files (Patch...
2017-02-04 Steve DowerMerge issue #28164 and issue #29409
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 #29392: Prevent crash when passing invalid argume...
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 #29416: Prevent infinite loop in pathlib.Path...
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 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 Serhiy StorchakaIssue #29444: Fixed out-of-bounds buffer access in...
2017-02-04 Stefan KrahMerge 3.6.
2017-02-04 Stefan KrahIssue29439: _decimal on Android requires linking with...
2017-02-04 Raymond HettingerReduce load factor (from 66% to 60%) to improve effecti...
2017-02-04 Serhiy StorchakaIssue #20186: Converted the tracemalloc module to Argum...
2017-02-04 Serhiy StorchakaIssue #20186: Converted the symtable module to Argument...
2017-02-04 Serhiy StorchakaRemoved redundant Argument Clinic directives.
2017-02-04 Serhiy StorchakaIssue #20185: Converted the gc module to Argument Clinic.
2017-02-04 Serhiy StorchakaIssue #29300: Use Argument Clinic for getting struct...
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 Serhiy StorchakaIssue #27867: Silenced may-be-used-uninitialized warnin...
2017-02-04 Berker PeksagIssue #29198: Merge from 3.6
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.6
2017-02-04 Berker PeksagIssue #29198: Merge from 3.5
2017-02-04 Berker PeksagIssue #29198: Document typing.AsyncGenerator
2017-02-04 Serhiy StorchakaIssue #29311: Regenerate Argument Clinic.
2017-02-03 Xiang Zhangnull merge
2017-02-02 INADA NaokiIssue #29263: LOAD_METHOD support for C methods
2017-02-02 Vinay SajipCloses #29213: Merged fix from 3.6.
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 SajipCloses #24875: Merged fix from 3.6.
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...
next