]> granicus.if.org Git - python/shortlog
python
2013-07-22 Victor StinnerIssue #18520: Fix initstdio(), handle PySys_SetObject...
2013-07-22 Victor StinnerIssue #18520: Fix _PyDict_GetItemId(), suppress _PyUnic...
2013-07-22 Victor StinnerIssue #18520: Fix PyFunction_NewWithQualName() error...
2013-07-22 Victor StinnerReindent PyFunction_NewWithQualName()
2013-07-22 Victor StinnerIssue #18520: initsite() is a little bit more verbose...
2013-07-22 Victor StinnerIssue #18520: Fix _PySys_Init(), handle PyDict_SetItemS...
2013-07-22 Victor StinnerIssue #18520: PyErr_NoMemory() now fails with a fatal...
2013-07-22 Victor StinnerIssue #18520: Add a new PyStructSequence_InitType2...
2013-07-22 Brian CurtinMerge
2013-07-22 Brian CurtinFix #18530. Remove extra stat call from posixpath.ismount
2013-07-22 Serhiy StorchakaIssue #17944: test_zipfile now discoverable and uses...
2013-07-22 Serhiy StorchakaIssue #17944: test_zipfile now discoverable and uses...
2013-07-22 Christian HeimesSome compilers complain about 'control reaches end...
2013-07-22 Christian HeimesSome compilers complain about 'control reaches end...
2013-07-22 Christian HeimesIssue #15905: Fix theoretical buffer overflow in handli...
2013-07-22 Christian HeimesIssue #15905: Fix theoretical buffer overflow in handli...
2013-07-22 Christian Heimesmerge
2013-07-22 Christian Heimesmerge
2013-07-22 Christian HeimesAdd sanity check to PyGrammar_LabelRepr() in order...
2013-07-22 Christian HeimesAdd sanity check to PyGrammar_LabelRepr() in order...
2013-07-22 Victor StinnerIssue #18488: Fix _pysqlite_final_callback()
2013-07-22 Terry Jan ReedyMerge with 3.3
2013-07-22 Terry Jan ReedyIssue #18439: Make patchcheck work on Windows for ACKS...
2013-07-21 Christian HeimesNow all error paths of _freeze_importlib use 'goto...
2013-07-21 Christian HeimesNow all error paths of _freeze_importlib use 'goto...
2013-07-21 Benjamin Petersonmerge 3.3
2013-07-21 Benjamin Petersonfix spacing
2013-07-21 Benjamin Petersonmerge 3.3
2013-07-21 Benjamin Petersonlet's not return NULL from functions that should return...
2013-07-21 Christian HeimesIssue #18514: Fix unreachable Py_DECREF() call in PyCDa...
2013-07-21 Christian HeimesIssue #18514: Fix unreachable Py_DECREF() call in PyCDa...
2013-07-21 Christian HeimesFix reference and memory leaks in _freeze_importlib
2013-07-21 Christian HeimesFix reference and memory leaks in _freeze_importlib
2013-07-21 Victor StinnerIssue #18520: Fix initsigs(), handle PyOS_InitInterrupt...
2013-07-21 Victor StinnerIssue #18519, #18408: Fix sqlite authorizer callback
2013-07-21 Raymond HettingerMinor code simplification by eliminating an unnecessary...
2013-07-21 Christian HeimesCheck return value of lseek() in _Py_DisplaySourceLine().
2013-07-21 Christian HeimesCheck return value of lseek() in _Py_DisplaySourceLine().
2013-07-21 Christian HeimesPropagate error when PyByteArray_Resize() fails in...
2013-07-21 Christian HeimesPropagate error when PyByteArray_Resize() fails in...
2013-07-20 Christian Heimesmerge
2013-07-20 Christian Heimesmerge
2013-07-20 Christian Heimesmerge
2013-07-20 Christian HeimesCheck return value of PyObject_AsFileDescriptor() in...
2013-07-20 Christian HeimesCheck return value of PyObject_AsFileDescriptor() in...
2013-07-20 Ned DeilyIssue #17532: merge from 3.3
2013-07-20 Ned DeilyIssue #17532: Prevent exception when changing key sets...
2013-07-20 Christian HeimesCheck return value of PyEval_GetGlobals() for NULL
2013-07-20 Christian HeimesCheck return value of PyEval_GetGlobals() for NULL
2013-07-20 Christian HeimesCheck return value of flush_character_buffer()
2013-07-20 Christian HeimesCheck return value of flush_character_buffer()
2013-07-20 Christian HeimesCheck return value of fstat() in _PyImport_GetDynLoadF...
2013-07-20 Christian HeimesCheck return value of fstat() in _PyImport_GetDynLoadF...
2013-07-20 Antoine Pitroutest_ssl: use a bytestring here
2013-07-20 Antoine PitrouIssue #9177: Calling read() or write() now raises Value...
2013-07-20 Mark DickinsonIssue #18513: Add workaround for OS X 10.8 cexp bug...
2013-07-20 Mark DickinsonIssue #18513: Add workaround for OS X 10.8 cexp bug...
2013-07-20 Christian HeimesAdd missing check of PyDict_Update()'s return value...
2013-07-20 Christian HeimesAdd missing check of PyDict_Update()'s return value...
2013-07-20 Christian HeimesAdd missing check of PyDict_SetItem()'s return value
2013-07-20 Christian HeimesAdd missing check of PyDict_SetItem()'s return value
2013-07-20 Christian HeimesCheck return value of PyType_Ready(&EncodingMapType)
2013-07-20 Christian HeimesCheck return value of PyType_Ready(&EncodingMapType)
2013-07-20 Christian HeimesAdd missing check of PyDict_SetItem()'s return value...
2013-07-20 Christian HeimesAdd missing check of PyDict_SetItem()'s return value...
2013-07-20 Christian HeimesAdd missing check of PyDict_SetItem()'s return value...
2013-07-20 Christian HeimesAdd missing check of PyDict_SetItem()'s return value...
2013-07-20 Christian HeimesIssue #18327: Fix argument order in call to compatible_...
2013-07-20 Christian HeimesFix fishy sizeof(Py_ssize_t *).
2013-07-20 Christian HeimesUse strncat() instead of strcat() to silence some warnings.
2013-07-20 Raymond HettingerMake the GCC-4.8 compiler happy by moving declarations...
2013-07-20 Ethan FurmanChange _names to _names_ since the latter is reserved...
2013-07-20 Ethan FurmanClose #18508 -- fix _value2member_map to always have...
2013-07-19 Richard OudkerkMerge.
2013-07-19 Richard OudkerkPrevent dangling threads/process warning for test_multi...
2013-07-19 Victor StinnerIssue #18408: Fix list_ass_slice(), handle list_resize...
2013-07-19 Vinay SajipCloses #18479: Changed venv Activate.ps1 to make deacti...
2013-07-19 Ronald Oussoren(3.3->default): #18480: Add missing PyType_Ready call...
2013-07-19 Ronald Oussoren#18480: Add missing PyType_Ready call to _elementtree...
2013-07-19 Ethan Furmancloses issue18042 -- a `unique` decorator is added...
2013-07-18 Victor Stinner(Merge 3.3) Fix posix_chflags(): return_value was unini...
2013-07-18 Victor StinnerFix posix_chflags(): return_value was uninitialized...
2013-07-18 Victor StinnerIssue #18501, #18408: Fix expat handlers in pyexpat...
2013-07-18 Victor StinnerIssue #18408: Fix _elementtree.c, don't call Python...
2013-07-18 Victor StinnerFix a compiler warning on FreeBSD
2013-07-18 Victor StinnerIssue #18408: Fix PyInit__curses_panel(), handle import...
2013-07-17 Victor StinnerIssue #18408: PyObject_Str(), PyObject_Repr() and type_...
2013-07-17 Victor StinnerIssue #18408: Fix _pysqlite_fetch_one_row(), in debug...
2013-07-17 Victor StinnerIssue #18408: PyEval_EvalFrameEx() and PyEval_CallObjec...
2013-07-17 Victor StinnerIssue #18488: _pysqlite_final_callback() should not...
2013-07-17 Victor StinnerIssue #18408: Fix dict_repr(), don't call PyObject_Repr...
2013-07-17 Victor StinnerIssue #18408: Fix array_tolist(), handle PyList_SetItem...
2013-07-17 Victor StinnerIssue #18408: Fix array_index(), handle getarrayitem...
2013-07-17 Victor Stinnerlongobject.c: add an assertion to ensure that MEDIUM_VA...
2013-07-17 Victor StinnerIssue #18408: Rewrite NEGATE() macro in longobject...
2013-07-17 Victor StinnerIssue #18408: Fix PyType_Ready(), handle _PyDict_SetIte...
2013-07-17 Victor StinnerIssue #18408: Fix Py_ReprEnter(), handle PyList_Append...
2013-07-17 Victor StinnerIssue #18408: Fix listpop(), handle list_ass_slice...
2013-07-17 Victor StinnerIssue #18408: Fix PyErr_SetImportError(), handle PyDict...
2013-07-17 Victor StinnerIssue #18408: Fix _PyImport_LoadDynamicModule(), handle...
next