summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix potential NULL pointer dereferencing in ast moduleChristian Heimes2013-07-241-1/+1
* | | Issue #18541: simplified LoggerAdapter example.Vinay Sajip2013-07-241-57/+19
* | | return NULL hereBenjamin Peterson2013-07-231-1/+2
* | | Issue #17944: test_zipfile now discoverable and uses subclassing toSerhiy Storchaka2013-07-222-849/+566
* | | 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
* | | mergeChristian Heimes2013-07-222-5/+8
|\ \ \
| * | | Issue #18439: Make patchcheck work on Windows for ACKS, NEWS.Terry Jan Reedy2013-07-222-5/+8
* | | | Add sanity check to PyGrammar_LabelRepr() in order to catch invalid tokens wh...Christian Heimes2013-07-221-1/+4
|/ / /
* | | Now all error paths of _freeze_importlib use 'goto error' and the error label...Christian Heimes2013-07-211-19/+18
* | | fix spacingBenjamin Peterson2013-07-211-1/+1
* | | 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
* | | Fix reference and memory leaks in _freeze_importlibChristian Heimes2013-07-211-0/+3
* | | 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
* | | mergeChristian Heimes2013-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 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 fstat() in _PyImport_GetDynLoadFunc()Christian Heimes2013-07-201-1/+3
* | | Issue #18513: Add workaround for OS X 10.8 cexp bug that leads to wrong cmath...Mark Dickinson2013-07-202-0/+10
* | | Add missing check of PyDict_Update()'s return value in _elementtree.cChristian Heimes2013-07-201-1/+2
* | | Add missing check of PyDict_SetItem()'s return valueChristian Heimes2013-07-201-1/+4
* | | Check return value of PyType_Ready(&EncodingMapType)Christian Heimes2013-07-201-1/+2
* | | Add missing check of PyDict_SetItem()'s return value in _PyImport_FindExtensi...Christian Heimes2013-07-201-1/+4
* | | Add missing check of PyDict_SetItem()'s return value in PyEval_EvalCodeEx()Christian Heimes2013-07-201-1/+3
* | | Prevent dangling threads/process warning for test_multiprocessing.Richard Oudkerk2013-07-191-4/+7
* | | #18480: Add missing PyType_Ready call to _elementtree extensionRonald Oussoren2013-07-192-5/+11
* | | Fix posix_chflags(): return_value was uninitialized when follow_symlinks=FalseVictor Stinner2013-07-181-1/+1
* | | Issue #18266: test_largefile now works with unittest test discovery andSerhiy Storchaka2013-07-172-63/+54
* | | Issue #17767: test_locale now works with unittest test discovery.Serhiy Storchaka2013-07-172-58/+39
* | | Issue #18448: Fix a typo in Tools/demo/eiffel.py.Serhiy Storchaka2013-07-162-1/+3
* | | Issue #18457: Fixed saving of formulas and complex numbers in Tools/demo/ss1.py.Serhiy Storchaka2013-07-162-34/+21
* | | Closes #18475: add unittest.main() to test_email/test_inversions.R David Murray2013-07-161-0/+4
* | | Issue #17778: Fix test discovery for test_multiprocessing. (Patch byRichard Oudkerk2013-07-162-122/+107
* | | move declaration to top of blockBenjamin Peterson2013-07-161-1/+2
* | | check the return value of new_string() (closes #18470)Benjamin Peterson2013-07-161-36/+46
* | | Issue #18471: Fix typo in heapq documentation (reported by François Pinard).Ned Deily2013-07-161-1/+1
* | | - Issue #18440: Clarify that `hash()` can truncate the value returned from anBarry Warsaw2013-07-153-8/+27
* | | Closes #18464: fix typo in test name.R David Murray2013-07-151-1/+1
* | | Issue #18344: Fix potential ref-leaks in _bufferedreader_read_all().Richard Oudkerk2013-07-152-48/+47
* | | Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch bySerhiy Storchaka2013-07-153-14/+18
* | | Issue #18452: fix several "occurrence" typos (reported by Févry Thibault).Ned Deily2013-07-143-4/+4
* | | Issue #18432: Fix unintended API change in the sched moduleRaymond Hettinger2013-07-143-2/+5
* | | Issue #18365: convert buildbot errors to skips.Terry Jan Reedy2013-07-131-1/+4
* | | Issue #18279: Add tests for idlelib/RstripExtension.py. Original patch byTerry Jan Reedy2013-07-135-8/+94
* | | #18437: fix comment typo.R David Murray2013-07-131-1/+1
* | | Issue #18365: normalize whitespaceTerry Jan Reedy2013-07-132-8/+7