summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Cleanup type_call() to ease debugVictor Stinner2013-07-161-4/+6
* Issue #18408: handle PySys_GetObject() failure, raise a RuntimeErrorVictor Stinner2013-07-164-9/+22
* Issue #18408: Py_ReprLeave() now saves/restores the current exception,Victor Stinner2013-07-161-2/+11
* Issue #18408: dict_new() now fails on new_keys_object() errorVictor Stinner2013-07-161-10/+9
* Cleanup dictobject.cVictor Stinner2013-07-161-17/+19
* Issue #18408: Fix PyDict_GetItemString(), suppress PyUnicode_FromString() errorVictor Stinner2013-07-161-1/+3
* Issue #18408: Fix list.extend(), handle list_resize() failureVictor Stinner2013-07-161-2/+4
* Issue #18408: Fix cjkcodecs decoders, add a new MBERR_EXCEPTION constant toVictor Stinner2013-07-163-2/+5
* Issue #18408: Fix fileio_read() on _PyBytes_Resize() failureVictor Stinner2013-07-161-1/+1
* Issue #18448: Fix a typo in Tools/demo/eiffel.py.Serhiy Storchaka2013-07-162-1/+3
|\
| * 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
|\ \ | |/
| * Issue #18457: Fixed saving of formulas and complex numbers in Tools/demo/ss1.py.Serhiy Storchaka2013-07-162-34/+21
* | Merge: Closes #18475: add unittest.main() to test_email/test_inversions.R David Murray2013-07-161-0/+4
|\ \ | |/
| * 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-31/+10
|\ \ | |/
| * Issue #17778: Fix test discovery for test_multiprocessing. (Patch byRichard Oudkerk2013-07-162-122/+107
* | Also remove a (broken) leaker test for the code removed in issue #18393.Ronald Oussoren2013-07-161-14/+0
* | merge 3.3Benjamin Peterson2013-07-161-1/+2
|\ \ | |/
| * move declaration to top of blockBenjamin Peterson2013-07-161-1/+2
* | merge 3.3 (closes #18470)Benjamin Peterson2013-07-161-36/+46
|\ \ | |/
| * check the return value of new_string() (closes #18470)Benjamin Peterson2013-07-161-36/+46
* | Closes #18471: Fix typo in heapq documentation (reported by François Pinard).Ned Deily2013-07-161-1/+1
|\ \ | |/
| * Issue #18471: Fix typo in heapq documentation (reported by François Pinard).Ned Deily2013-07-161-1/+1
* | Issue #18408: Fix show_warning(), clear also the exception raised byVictor Stinner2013-07-151-3/+3
* | Issue #18408: add more assertions on PyErr_Occurred() in ceval.c to detect bugsVictor Stinner2013-07-152-2/+5
* | Issue #18408: Fix _Py_DisplaySourceLine()Victor Stinner2013-07-151-1/+3
* | Issue #18408: Fix PyEval_EvalFrameEx() for MemoryErrorVictor Stinner2013-07-151-1/+4
* | Issue #18408: random_seed() now raises a MemoryError on memory allocationVictor Stinner2013-07-151-1/+4
* | test_io: check_interrupted_write() now cancels the alarm if ZeroDivisionErrorVictor Stinner2013-07-151-3/+6
* | Issue #18408: type_new() and PyType_FromSpecWithBases() now raise MemoryErrorVictor Stinner2013-07-151-2/+6
* | Issue #18408: Don't check unicode consistency in _PyUnicode_HAS_UTF8_MEMORY()Victor Stinner2013-07-151-4/+2
* | Issue #18408: PyObject_Call() now fails with an assertion error in debug modeVictor Stinner2013-07-151-1/+7
* | Issue #18408: Fix CJK decoders, raise MemoryError on memory allocation failureVictor Stinner2013-07-151-1/+3
* | Issue #18408: Fix pyexpat.ParserCreate()Victor Stinner2013-07-151-9/+10
* | - Issue #18440: Clarify that `hash()` can truncate the value returned from anBarry Warsaw2013-07-153-8/+27
|\ \ | |/
| * - Issue #18440: Clarify that `hash()` can truncate the value returned from anBarry Warsaw2013-07-153-8/+27
* | Issue #18393: Remove use of deprecated API on OSXRonald Oussoren2013-07-154-151/+5
* | Merge: Closes #18464: fix typo in test name.R David Murray2013-07-151-1/+1
|\ \ | |/
| * 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 #18344: Fix potential ref-leaks in _bufferedreader_read_all().Richard Oudkerk2013-07-152-48/+47
* | Close issue 17482: don't overwrite __wrapped__Nick Coghlan2013-07-155-6/+34
* | Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch bySerhiy Storchaka2013-07-153-14/+18
|\ \ | |/
| * Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch bySerhiy Storchaka2013-07-153-14/+18
* | Closes #18452: fix several "occurrence" typos (reported by Févry Thibault).Ned Deily2013-07-143-4/+4
|\ \ | |/
| * Issue #18452: fix several "occurrence" typos (reported by Févry Thibault).Ned Deily2013-07-143-4/+4
* | Issue #9893: remove an outdated mention of the Vim-related files.Brett Cannon2013-07-141-1/+0
* | mergeRaymond Hettinger2013-07-143-2/+5
|\ \ | |/
| * Issue #18432: Fix unintended API change in the sched moduleRaymond Hettinger2013-07-143-2/+5