]> granicus.if.org Git - python/shortlog
python
2013-07-25 R David Murray#17818: aifc.getparams now returns a namedtuple.
2013-07-25 Guido van RossumFix typo on MutableSequence docstring.
2013-07-25 R David MurrayMerge #15130: remove repeat of abstract paragraph from...
2013-07-25 R David Murray#15130: remove repeat of abstract paragraph from socket...
2013-07-25 R David Murray#18503: small cleanups in test_email.
2013-07-25 R David Murray#18503: small cleanups in test_email.
2013-07-25 Vinay SajipCloses #18491: Added script-wrapper functionality to...
2013-07-25 Christian HeimesIssue #18549: Eliminate dead code in socket_ntohl().
2013-07-25 Christian HeimesIssue #18549: Eliminate dead code in socket_ntohl().
2013-07-25 Ezio Melotti#14853: merge with 3.3.
2013-07-25 Ezio Melotti#14853: remove test that was making too many assumption...
2013-07-25 Ezio Melotti#16937: merge with 3.3.
2013-07-25 Ezio Melotti#16937: document that stdin is always buffered, even...
2013-07-24 Christian HeimesFix potential NULL pointer dereferencing in ast module
2013-07-24 Christian HeimesFix potential NULL pointer dereferencing in ast module
2013-07-24 Vinay SajipCloses #18541: merged update from 3.3.
2013-07-24 Vinay SajipIssue #18541: simplified LoggerAdapter example.
2013-07-23 Benjamin Petersonmerge 3.3
2013-07-23 Benjamin Petersonreturn NULL here
2013-07-23 Brian CurtinAdd in a comment that was removed in 240adc564539 ...
2013-07-23 Christian HeimesRemove duplicate entry for sdigit.
2013-07-22 Christian HeimesAdd modeling file for Coverity Scan.
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...
next