index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup type_call() to ease debug
Victor Stinner
2013-07-16
1
-4/+6
*
Issue #18408: handle PySys_GetObject() failure, raise a RuntimeError
Victor Stinner
2013-07-16
4
-9/+22
*
Issue #18408: Py_ReprLeave() now saves/restores the current exception,
Victor Stinner
2013-07-16
1
-2/+11
*
Issue #18408: dict_new() now fails on new_keys_object() error
Victor Stinner
2013-07-16
1
-10/+9
*
Cleanup dictobject.c
Victor Stinner
2013-07-16
1
-17/+19
*
Issue #18408: Fix PyDict_GetItemString(), suppress PyUnicode_FromString() error
Victor Stinner
2013-07-16
1
-1/+3
*
Issue #18408: Fix list.extend(), handle list_resize() failure
Victor Stinner
2013-07-16
1
-2/+4
*
Issue #18408: Fix cjkcodecs decoders, add a new MBERR_EXCEPTION constant to
Victor Stinner
2013-07-16
3
-2/+5
*
Issue #18408: Fix fileio_read() on _PyBytes_Resize() failure
Victor Stinner
2013-07-16
1
-1/+1
*
Issue #18448: Fix a typo in Tools/demo/eiffel.py.
Serhiy Storchaka
2013-07-16
2
-1/+3
|
\
|
*
Issue #18448: Fix a typo in Tools/demo/eiffel.py.
Serhiy Storchaka
2013-07-16
2
-1/+3
*
|
Issue #18457: Fixed saving of formulas and complex numbers in Tools/demo/ss1.py.
Serhiy Storchaka
2013-07-16
2
-34/+21
|
\
\
|
|
/
|
*
Issue #18457: Fixed saving of formulas and complex numbers in Tools/demo/ss1.py.
Serhiy Storchaka
2013-07-16
2
-34/+21
*
|
Merge: Closes #18475: add unittest.main() to test_email/test_inversions.
R David Murray
2013-07-16
1
-0/+4
|
\
\
|
|
/
|
*
Closes #18475: add unittest.main() to test_email/test_inversions.
R David Murray
2013-07-16
1
-0/+4
*
|
Issue #17778: Fix test discovery for test_multiprocessing. (Patch by
Richard Oudkerk
2013-07-16
2
-31/+10
|
\
\
|
|
/
|
*
Issue #17778: Fix test discovery for test_multiprocessing. (Patch by
Richard Oudkerk
2013-07-16
2
-122/+107
*
|
Also remove a (broken) leaker test for the code removed in issue #18393.
Ronald Oussoren
2013-07-16
1
-14/+0
*
|
merge 3.3
Benjamin Peterson
2013-07-16
1
-1/+2
|
\
\
|
|
/
|
*
move declaration to top of block
Benjamin Peterson
2013-07-16
1
-1/+2
*
|
merge 3.3 (closes #18470)
Benjamin Peterson
2013-07-16
1
-36/+46
|
\
\
|
|
/
|
*
check the return value of new_string() (closes #18470)
Benjamin Peterson
2013-07-16
1
-36/+46
*
|
Closes #18471: Fix typo in heapq documentation (reported by François Pinard).
Ned Deily
2013-07-16
1
-1/+1
|
\
\
|
|
/
|
*
Issue #18471: Fix typo in heapq documentation (reported by François Pinard).
Ned Deily
2013-07-16
1
-1/+1
*
|
Issue #18408: Fix show_warning(), clear also the exception raised by
Victor Stinner
2013-07-15
1
-3/+3
*
|
Issue #18408: add more assertions on PyErr_Occurred() in ceval.c to detect bugs
Victor Stinner
2013-07-15
2
-2/+5
*
|
Issue #18408: Fix _Py_DisplaySourceLine()
Victor Stinner
2013-07-15
1
-1/+3
*
|
Issue #18408: Fix PyEval_EvalFrameEx() for MemoryError
Victor Stinner
2013-07-15
1
-1/+4
*
|
Issue #18408: random_seed() now raises a MemoryError on memory allocation
Victor Stinner
2013-07-15
1
-1/+4
*
|
test_io: check_interrupted_write() now cancels the alarm if ZeroDivisionError
Victor Stinner
2013-07-15
1
-3/+6
*
|
Issue #18408: type_new() and PyType_FromSpecWithBases() now raise MemoryError
Victor Stinner
2013-07-15
1
-2/+6
*
|
Issue #18408: Don't check unicode consistency in _PyUnicode_HAS_UTF8_MEMORY()
Victor Stinner
2013-07-15
1
-4/+2
*
|
Issue #18408: PyObject_Call() now fails with an assertion error in debug mode
Victor Stinner
2013-07-15
1
-1/+7
*
|
Issue #18408: Fix CJK decoders, raise MemoryError on memory allocation failure
Victor Stinner
2013-07-15
1
-1/+3
*
|
Issue #18408: Fix pyexpat.ParserCreate()
Victor Stinner
2013-07-15
1
-9/+10
*
|
- Issue #18440: Clarify that `hash()` can truncate the value returned from an
Barry Warsaw
2013-07-15
3
-8/+27
|
\
\
|
|
/
|
*
- Issue #18440: Clarify that `hash()` can truncate the value returned from an
Barry Warsaw
2013-07-15
3
-8/+27
*
|
Issue #18393: Remove use of deprecated API on OSX
Ronald Oussoren
2013-07-15
4
-151/+5
*
|
Merge: Closes #18464: fix typo in test name.
R David Murray
2013-07-15
1
-1/+1
|
\
\
|
|
/
|
*
Closes #18464: fix typo in test name.
R David Murray
2013-07-15
1
-1/+1
*
|
Issue #18344: Fix potential ref-leaks in _bufferedreader_read_all().
Richard Oudkerk
2013-07-15
2
-48/+47
|
\
\
|
|
/
|
*
Issue #18344: Fix potential ref-leaks in _bufferedreader_read_all().
Richard Oudkerk
2013-07-15
2
-48/+47
*
|
Close issue 17482: don't overwrite __wrapped__
Nick Coghlan
2013-07-15
5
-6/+34
*
|
Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch by
Serhiy Storchaka
2013-07-15
3
-14/+18
|
\
\
|
|
/
|
*
Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch by
Serhiy Storchaka
2013-07-15
3
-14/+18
*
|
Closes #18452: fix several "occurrence" typos (reported by Févry Thibault).
Ned Deily
2013-07-14
3
-4/+4
|
\
\
|
|
/
|
*
Issue #18452: fix several "occurrence" typos (reported by Févry Thibault).
Ned Deily
2013-07-14
3
-4/+4
*
|
Issue #9893: remove an outdated mention of the Vim-related files.
Brett Cannon
2013-07-14
1
-1/+0
*
|
merge
Raymond Hettinger
2013-07-14
3
-2/+5
|
\
\
|
|
/
|
*
Issue #18432: Fix unintended API change in the sched module
Raymond Hettinger
2013-07-14
3
-2/+5
[next]