summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reindent PyFunction_NewWithQualName()Victor Stinner2013-07-221-49/+49
* Issue #18520: initsite() is a little bit more verbose when import site failsVictor Stinner2013-07-221-0/+1
* Issue #18520: Fix _PySys_Init(), handle PyDict_SetItemString() errorsVictor Stinner2013-07-221-17/+21
* Issue #18520: PyErr_NoMemory() now fails with a fatal error if it is calledVictor Stinner2013-07-221-0/+6
* Issue #18520: Add a new PyStructSequence_InitType2() function, same thanVictor Stinner2013-07-2217-54/+117
* MergeBrian Curtin2013-07-222-843/+565
|\
| * Issue #17944: test_zipfile now discoverable and uses subclassing toSerhiy Storchaka2013-07-222-843/+565
| |\
| | * Issue #17944: test_zipfile now discoverable and uses subclassing toSerhiy Storchaka2013-07-222-849/+566
* | | Fix #18530. Remove extra stat call from posixpath.ismountBrian Curtin2013-07-222-8/+17
|/ /
* | Some compilers complain about 'control reaches end of non-void function'Christian Heimes2013-07-221-0/+1
|\ \ | |/
| * Some compilers complain about 'control reaches end of non-void function'Christian Heimes2013-07-221-0/+1
* | Issue #15905: Fix theoretical buffer overflow in handling of sys.argv[0],Christian Heimes2013-07-223-7/+19
|\ \ | |/
| * Issue #15905: Fix theoretical buffer overflow in handling of sys.argv[0],Christian Heimes2013-07-223-7/+19
* | mergeChristian Heimes2013-07-220-0/+0
|\ \ | |/
| * mergeChristian Heimes2013-07-222-5/+8
| |\
* | \ Add sanity check to PyGrammar_LabelRepr() in order to catch invalid tokens wh...Christian Heimes2013-07-221-1/+4
|\ \ \ | |/ /
| * | Add sanity check to PyGrammar_LabelRepr() in order to catch invalid tokens wh...Christian Heimes2013-07-221-1/+4
* | | Issue #18488: Fix _pysqlite_final_callback()Victor Stinner2013-07-221-4/+4
* | | Merge with 3.3Terry Jan Reedy2013-07-222-5/+8
|\ \ \ | | |/ | |/|
| * | Issue #18439: Make patchcheck work on Windows for ACKS, NEWS.Terry Jan Reedy2013-07-222-5/+8
| |/
* | Now all error paths of _freeze_importlib use 'goto error' and the error label...Christian Heimes2013-07-211-19/+18
|\ \ | |/
| * Now all error paths of _freeze_importlib use 'goto error' and the error label...Christian Heimes2013-07-211-19/+18
* | merge 3.3Benjamin Peterson2013-07-211-1/+1
|\ \ | |/
| * fix spacingBenjamin Peterson2013-07-211-1/+1
* | merge 3.3Benjamin Peterson2013-07-211-2/+2
|\ \ | |/
| * let's not return NULL from functions that should return intsBenjamin Peterson2013-07-211-2/+2
* | Issue #18514: Fix unreachable Py_DECREF() call in PyCData_FromBaseObj()Christian Heimes2013-07-212-1/+3
|\ \ | |/
| * Issue #18514: Fix unreachable Py_DECREF() call in PyCData_FromBaseObj()Christian Heimes2013-07-212-1/+3
* | Fix reference and memory leaks in _freeze_importlibChristian Heimes2013-07-211-0/+3
|\ \ | |/
| * Fix reference and memory leaks in _freeze_importlibChristian Heimes2013-07-211-0/+3
* | Issue #18520: Fix initsigs(), handle PyOS_InitInterrupts() errorVictor Stinner2013-07-211-0/+3
* | Issue #18519, #18408: Fix sqlite authorizer callbackVictor Stinner2013-07-211-15/+23
* | Minor code simplification by eliminating an unnecessary temporary variable.Raymond Hettinger2013-07-211-12/+6
* | Check return value of lseek() in _Py_DisplaySourceLine().Christian Heimes2013-07-211-1/+7
|\ \ | |/
| * Check return value of lseek() in _Py_DisplaySourceLine().Christian Heimes2013-07-211-1/+7
* | Propagate error when PyByteArray_Resize() fails in bytearray_translate()Christian Heimes2013-07-211-1/+4
|\ \ | |/
| * Propagate error when PyByteArray_Resize() fails in bytearray_translate()Christian Heimes2013-07-211-1/+4
* | mergeChristian Heimes2013-07-200-0/+0
|\ \ | |/
| * mergeChristian Heimes2013-07-201-1/+5
| |\
* | \ mergeChristian Heimes2013-07-201-1/+5
|\ \ \
| * \ \ Issue #17532: merge from 3.3Ned Deily2013-07-201-1/+5
| |\ \ \ | | | |/ | | |/|
| | * | Issue #17532: Prevent exception when changing key sets if Options menu is empty.Ned Deily2013-07-201-1/+5
* | | | Check return value of PyObject_AsFileDescriptor() in _Py_DisplaySourceLine() ...Christian Heimes2013-07-201-0/+5
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Check return value of PyObject_AsFileDescriptor() in _Py_DisplaySourceLine() ...Christian Heimes2013-07-201-0/+5
| |/
* | Check return value of PyEval_GetGlobals() for NULLChristian Heimes2013-07-201-2/+7
|\ \ | |/
| * Check return value of PyEval_GetGlobals() for NULLChristian Heimes2013-07-201-2/+7
* | Check return value of flush_character_buffer()Christian Heimes2013-07-201-1/+3
|\ \ | |/
| * Check return value of flush_character_buffer()Christian Heimes2013-07-201-1/+3
* | Check return value of fstat() in _PyImport_GetDynLoadFunc()Christian Heimes2013-07-201-1/+3
|\ \ | |/
| * Check return value of fstat() in _PyImport_GetDynLoadFunc()Christian Heimes2013-07-201-1/+3