]> granicus.if.org Git - python/shortlog
python
2016-12-09 Victor StinnerUse _PyObject_CallMethodIdObjArgs()
2016-12-09 Victor StinnerUse _PyObject_CallMethodIdObjArgs() in _io
2016-12-09 Victor StinnerUse _PyObject_CallMethodIdObjArgs() in _datetime
2016-12-09 Victor StinnerUse _PyObject_CallMethodIdObjArgs() in _elementtree
2016-12-09 Victor StinnerUse _PyObject_CallMethodIdObjArgs() in _ctypes
2016-12-09 Victor StinnerFix refleak introduced in change 032cbdb596fe
2016-12-09 Victor Stinnerregrtest --fromfile now accepts a list of filenames
2016-12-09 Victor StinnerUse _PyObject_CallMethodIdObjArgs() in _asyncio
2016-12-09 Victor StinnerIssue #28915: Use _PyObject_CallNoArg()
2016-12-09 Xavier de GayeIssue #26937: Merge 3.6.
2016-12-09 Xavier de GayeIssue #26937: The chown() method of the tarfile.TarFile...
2016-12-08 Victor StinnerUse _PyObject_FastCallVa() in type slots
2016-12-08 Victor StinnerAdd _PyObject_VaCallFunctionObjArgs() private function
2016-12-08 Victor Stinnertime_strptime() uses PyObject_Call()
2016-12-08 Victor Stinnerbuild_struct_time() uses Py_BuildValue()
2016-12-08 Victor StinnerUse _PyObject_CallMethodIdObjArgs()
2016-12-08 Victor StinnerDon't parenthesis in _PyObject_CallMethodId() format
2016-12-08 Victor Stinner_PyObject_CallFunctionVa() uses fast call
2016-12-08 Victor StinnerAdd _Py_VaBuildStack() function
2016-12-08 Victor Stinnermodsupport: replace int with Py_ssize_t
2016-12-08 Victor Stinnermodsupport: replace int with Py_ssize_t
2016-12-08 Victor StinnerAdd _PyObject_CallFunctionVa() helper
2016-12-08 Victor StinnerAdd _PyObject_FastCallVa() helper
2016-12-08 Steve DowerIssue #28896: Deprecate WindowsRegistryFinder
2016-12-08 Victor StinnerNull merge 3.6
2016-12-08 Xavier de GayeIssue #26941: Merge 3.6.
2016-12-08 Xavier de GayeIssue #26941: Fix test_threading that hangs on the...
2016-12-08 Xavier de GayeIssue #26940: Merge 3.6.
2016-12-08 Xavier de GayeIssue #26940: Fix test_importlib that hangs on the...
2016-12-08 Xavier de GayeIssue #26939: Merge 3.6.
2016-12-08 Xavier de GayeIssue #26939: Add the support.setswitchinterval() funct...
2016-12-08 Benjamin Petersonmerge 3.6 (#28898)
2016-12-08 Benjamin Petersonguard HAVE_LONG_LONG definition to prevent redefinition...
2016-12-08 Ned DeilyIssue #28900: Update documentation sidebar for 3.6...
2016-12-08 Ned DeilyIssue #28900: Update documentation sidebar for 3.6...
2016-12-08 Ned DeilyIssue #28900: Update documentation sidebar for 3.6...
2016-12-08 Yury SelivanovMerge 3.6 (issue #28635)
2016-12-08 Yury SelivanovIssue #28635: Drop the note that whatsnew is incomplete
2016-12-07 Steve DowerIssue #28896: Deprecate WindowsRegistryFinder
2016-12-07 INADA NaokiIssue #28818: Simplify lookdict functions
2016-12-07 Serhiy StorchakaMerge from 3.6.
2016-12-07 Serhiy StorchakaMerge from 3.5.
2016-12-07 Serhiy StorchakaChange order of io.UnsupportedOperation base classes.
2016-12-07 INADA Naokinull merge from 3.6
2016-12-07 INADA NaokiIssue #28731: Optimize _PyDict_NewPresized() to create...
2016-12-07 Serhiy StorchakaIssue #5322: Fixed setting __new__ to a PyCFunction...
2016-12-07 Serhiy StorchakaIssue #5322: Fixed setting __new__ to a PyCFunction...
2016-12-07 Serhiy StorchakaIssue #28847: A deprecation warning is now emitted...
2016-12-07 Serhiy StorchakaIssue #28847: dbm.dumb now supports reading read-only...
2016-12-07 Serhiy StorchakaIssue #28847: dbm.dumb now supports reading read-only...
2016-12-07 Serhiy StorchakaIssue #28847: dbm.dumb now supports reading read-only...
2016-12-07 Ned Deilynull merge from 3.6
2016-12-07 Ned DeilyPrepare for 3.6.1. Any further 3.6.0 release candidate...
2016-12-07 Ned Deilymerge tag from 3.6
2016-12-07 Ned DeilyAdded tag v3.6.0rc1 for changeset 29a273eee9a5
2016-12-07 Ned DeilyVersion bump for 3.6.0rc1 v3.6.0rc1
2016-12-06 Ned DeilyUpdate pydoc topics for 3.6.0rc1
2016-12-06 Victor Stinner_PyObject_FastCallKeywords() now calls directly tp_call
2016-12-06 Ned DeilyRegenerate configure with autoconf 2.69.
2016-12-06 Ned DeilyRegenerate configure with autoconf 2.69.
2016-12-06 Ned DeilyIssue #28835: merge from 3.6
2016-12-06 Ned DeilyIssue #28835: Tidy previous showwarning changes based...
2016-12-06 Ned DeilyMerge from 3.6
2016-12-06 Ned DeilyUpdate the Mac installer README file for 3.6.0.
2016-12-06 Victor StinnerFix typo in a comment of abstract.c
2016-12-06 Victor StinnerUse _PyObject_CallNoArg()
2016-12-06 Victor StinnerUse _PyObject_CallNoArg()
2016-12-06 Serhiy StorchakaIssue #27030: Unknown escapes in re.sub() replacement...
2016-12-06 Victor StinnerIssue #28838: Fix weird indentation of abstract.h
2016-12-06 Serhiy StorchakaMerge documentation for issue #27030 from 3.6.
2016-12-06 Victor StinnerUniformize argument names of "call" functions
2016-12-06 Serhiy StorchakaFixed misplaced comment.
2016-12-06 Serhiy StorchakaFixed misplaced comment.
2016-12-06 Serhiy StorchakaFixed misplaced comment.
2016-12-06 Victor StinnerMerge 3.6
2016-12-06 Victor Stinnerwarnings: Fix the issue number
2016-12-06 Victor StinnerMerge 3.6
2016-12-06 Victor Stinnercatch_warnings() calls showwarning() if overriden
2016-12-06 Benjamin Petersonmerge 3.6
2016-12-06 Benjamin Petersonmerge 3.5
2016-12-06 Benjamin Petersonrm unused import
2016-12-05 Serhiy StorchakaFixed merge error in Misc/NEWS for issue #23722.
2016-12-05 Serhiy StorchakaIssue #28808: PyUnicode_CompareWithASCIIString() now...
2016-12-05 Serhiy StorchakaIssue #28808: PyUnicode_CompareWithASCIIString() now...
2016-12-05 Serhiy StorchakaIssue #28808: PyUnicode_CompareWithASCIIString() now...
2016-12-05 Victor StinnerUse directly _PyObject_GenericSetAttrWithDict()
2016-12-05 Victor StinnerIssue #28152: Fix -Wunreachable-code warning on clang
2016-12-05 Victor StinnerIssue #28152: Fix -Wunreachable-code warning on clang
2016-12-05 Victor StinnerIssue #28152: Fix -Wunreachable-code warnings on Clang
2016-12-05 Victor StinnerIssue #28858: Remove _PyObject_CallArg1() macro
2016-12-05 Nick CoghlanMerge #23722 from 3.6
2016-12-05 Nick CoghlanIssue #23722: improve __classcell__ compatibility
2016-12-04 Victor StinnerBacked out changeset b9c9691c72c5
2016-12-04 Raymond Hettingermerge
2016-12-04 Raymond HettingerNeaten-up and extend the examples in the random module...
2016-12-04 Serhiy StorchakaFixed mismatching title overline.
2016-12-04 Serhiy StorchakaFixed mismatching title overline.
2016-12-04 Serhiy StorchakaFixed mismatching title overline.
2016-12-04 Serhiy StorchakaFixed double hyphens that are rendered to literal en...
2016-12-04 Serhiy StorchakaFixed double hyphens that are rendered to literal en...
next