]> granicus.if.org Git - python/shortlog
python
2016-12-13 Xavier de GayeIssue #28759: Merge 3.6.
2016-12-13 Xavier de GayeIssue #28759: Fix the tests that fail with PermissionEr...
2016-12-13 Xavier de GayeIssue #26936: Fix the test_socket failures on Android...
2016-12-13 Xavier de GayeIssue #26856: Merge 3.6.
2016-12-13 Xavier de GayeIssue #26856: Fix the tests assuming that the pwd modul...
2016-12-12 Yury SelivanovMerge 3.6 (issue #28089)
2016-12-12 Yury SelivanovIssue #28089: Document TCP_NODELAY in asyncio
2016-12-12 Steve DowerIssue #28896: Disable WindowsRegistryFinder by default.
2016-12-12 Steve DowerIssue #28896: Disable WindowsRegistryFinder by default.
2016-12-12 Xavier de GayeIssue #28764: Merge 3.6.
2016-12-12 Xavier de GayeIssue #28764: Fix a test_mailbox failure on Android...
2016-12-11 Steve DowerIssue #28783: Replaces bdist_wininst in nuget packages...
2016-12-11 Steve DowerIssue #28783: Replaces bdist_wininst in nuget packages...
2016-12-11 Steve DowerIssue #28783: Replaces bdist_wininst in nuget packages...
2016-12-11 Serhiy StorchakaIssue #28739: f-string expressions no longer accepted...
2016-12-11 Serhiy StorchakaIssue #28739: f-string expressions no longer accepted...
2016-12-11 Serhiy StorchakaIssue #28512: Fixed setting the offset attribute of...
2016-12-11 Serhiy StorchakaIssue #28512: Fixed setting the offset attribute of...
2016-12-11 Serhiy StorchakaIssue #28512: Fixed setting the offset attribute of...
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...
next