]> granicus.if.org Git - python/shortlog
python
2016-12-11 Martin PanterIssues #28916, #26483: Merge stdtypes.rst from 3.6
2016-12-11 Martin PanterIssues #28916, #26483: Merge stdtypes.rst from 3.5
2016-12-11 Martin PanterIssue #26483: Clarify str.isdecimal() and isdigit()
2016-12-11 Martin PanterIssue #28916: Correct description of %o and %x alternat...
2016-12-10 Brett CannonMerge for issue #28424
2016-12-10 Brett CannonMerge for issue #28424
2016-12-10 Brett CannonIssue #28424: Document pkgutil.get_data() doesn't work...
2016-12-10 Xavier de GayeIssue #28849: Merge 3.6.
2016-12-10 Xavier de GayeIssue #28849: Do not define sys.implementation._multiar...
2016-12-10 Antoine PitrouIssue #28779: multiprocessing.set_forkserver_preload...
2016-12-10 Antoine PitrouIssue #28779: multiprocessing.set_forkserver_preload...
2016-12-10 Antoine PitrouIssue #28779: multiprocessing.set_forkserver_preload...
2016-12-10 Xavier de GayeIssue #28918: Merge 3.6.
2016-12-10 Xavier de GayeIssue #28918: Fix the cross compilation of xxlimited...
2016-12-10 Martin PanterIssue #28771: Merge C API doc fix from 3.6
2016-12-10 Martin PanterIssue #28771: Merge C API doc fix from 3.5
2016-12-10 Martin PanterIssue #28771: Update tp_get/setattr signature documentation
2016-12-10 Martin PanterIssue #28820: Merge typo fixes from 3.6
2016-12-10 Martin PanterFix typos in comment and documentation
2016-12-10 Martin PanterIssue #28820: Merge spelling fixes from 3.5
2016-12-10 Martin PanterIssue #28820: Fix spelling of “practice” as a noun
2016-12-10 Martin PanterIssue #28755: Merge Arg Clinic howto from 3.6
2016-12-10 Martin PanterIssues #28755, #28753: Merge Arg Clinic howto from 3.5
2016-12-10 Martin PanterIssue #28755: Improve syntax highlighting in Arg Clinic...
2016-12-10 Martin PanterIssue 28753: Argument Clinic howto docfix, courtesy...
2016-12-09 Victor StinnerBacked out changeset 99c34e47348b
2016-12-09 Victor StinnerIssue #20185: Convert _warnings.warn() to Argument...
2016-12-09 Victor StinnerInline PyEval_EvalFrameEx() in callers
2016-12-09 Victor StinnerRemove useless variable initialization
2016-12-09 Victor StinnerInitialize variables to fix compiler warnings
2016-12-09 Victor StinnerUse PyObject_CallFunctionObjArgs()
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
next