]> granicus.if.org Git - python/shortlog
python
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...
2013-07-17 Victor StinnerIssue #18408: Fix ast_for_atom(), PyErr_Fetch(&type...
2013-07-17 Victor StinnerIssue #18408: Fix heapq.heappop(), handle PyList_SetSli...
2013-07-17 Victor StinnerIssue #18408: Fix time.tzset(), detect exception when...
2013-07-17 Victor StinnerIssue #18408: Fix structseq_reduce(), handle PyDict_Set...
2013-07-17 Serhiy StorchakaIssue #18266: test_largefile now works with unittest...
2013-07-17 Serhiy StorchakaIssue #18266: test_largefile now works with unittest...
2013-07-17 Serhiy StorchakaIssue #17767: test_locale now works with unittest test...
2013-07-17 Serhiy StorchakaIssue #17767: test_locale now works with unittest test...
2013-07-16 Victor StinnerClose #18469: Replace PyDict_GetItemString() with _PyDi...
2013-07-16 Victor StinnerIssue #18408: Mention changes in Misc/NEWS
2013-07-16 Victor StinnerIssue #18408: Handle PyArena_AddPyObject() failure...
2013-07-16 Victor StinnerIssue #18408: Fix locale.localeconv(), handle PyDict_Se...
2013-07-16 Victor StinnerIssue #18408: Fix PyErr_NormalizeException(), handle...
2013-07-16 Victor StinnerIssue #18408: Fix Python-ast.c: handle init_types(...
2013-07-16 Victor StinnerIssue #18408: Fix typo in build_node_tree() of the...
2013-07-16 Victor StinnerCleanup type_call() to ease debug
2013-07-16 Victor StinnerIssue #18408: handle PySys_GetObject() failure, raise...
2013-07-16 Victor StinnerIssue #18408: Py_ReprLeave() now saves/restores the...
2013-07-16 Victor StinnerIssue #18408: dict_new() now fails on new_keys_object...
2013-07-16 Victor StinnerCleanup dictobject.c
2013-07-16 Victor StinnerIssue #18408: Fix PyDict_GetItemString(), suppress...
2013-07-16 Victor StinnerIssue #18408: Fix list.extend(), handle list_resize...
2013-07-16 Victor StinnerIssue #18408: Fix cjkcodecs decoders, add a new MBERR_E...
2013-07-16 Victor StinnerIssue #18408: Fix fileio_read() on _PyBytes_Resize...
2013-07-16 Serhiy StorchakaIssue #18448: Fix a typo in Tools/demo/eiffel.py.
next