]> granicus.if.org Git - python/shortlog
python
2017-02-13 Victor StinnerTravis CI: run rstlint.py in the docs job (#68)
2017-02-13 Jim DeLaHuntbpo-29521 Fix two minor documentation build warnings...
2017-02-13 Zachary WareAllow up to a 0.01% drop in coverage (#30)
2017-02-12 Victor Stinnerbpo-29176: Fix name of the _curses.window class (#52)
2017-02-12 MRMillongetpass: update docstrings (#49)
2017-02-12 Mariattabpo-28929: Link the documentation to its source file...
2017-02-12 Victor Stinnerbpo-29524: Add Objects/call.c file (#12)
2017-02-12 Mariattabpo-29474: Improve documentation for weakref.WeakValueD...
2017-02-12 Nathaniel J... bpo-27122: Fix comment to point to correct issue number...
2017-02-12 INADA Naokibpo-29438: fixed use-after-free in key sharing dict...
2017-02-11 Ryan GonzalezFix some sphinx warnings (#9)
2017-02-11 Zachary WareMake Travis docs build more lenient (#16)
2017-02-11 Victor StinnerRename README to README.rst and enhance formatting...
2017-02-11 Donald StufftFix bpo-29528 Use a secure variable to stop spam (#13)
2017-02-11 Victor StinnerDon't treat warnings as error in Travis docs job (#7)
2017-02-10 Brett CannonSupport "bpo-" in Misc/NEWS (#1)
2017-02-10 Brett CannonFix formatting issue with Codecov badge
2017-02-10 Brett CannonAdd the Codecov badge for master
2017-02-10 Brett CannonAdd a Travis badge for the master branch
2017-02-10 Brett CannonAdd a codecov configuration file
2017-02-10 Brett CannonAdd a Travis configuration file
2017-02-10 Brett CannonDelete old pull request template
2017-02-10 Brett CannonAdd a CONTRIBUTING file
2017-02-10 Victor StinnerBacked out changeset f23fa1f7b68f
2017-02-10 Victor StinnerIssue #29465: Add Objects/call.c file
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.
next