diff options
author | Georg Brandl <georg@python.org> | 2009-04-05 21:23:27 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-04-05 21:23:27 +0000 |
commit | 958980190cd04b819d592dd6654df72cd1df3edd (patch) | |
tree | d35fd76312a076d60610bc56dce5d541ded33c52 /Python/errors.c | |
parent | 9b08e05e1eb64aff77b6dc77226b1794bd33a154 (diff) | |
download | cpython-git-958980190cd04b819d592dd6654df72cd1df3edd.tar.gz |
Blocked revisions 70869,70883,70901,70903,70951,70992-70994,71006,71019,71024 via svnmerge
........
r70869 | georg.brandl | 2009-03-31 21:14:42 +0200 (Di, 31 Mär 2009) | 1 line
Fix-up unwanted change.
........
r70883 | georg.brandl | 2009-03-31 22:41:08 +0200 (Di, 31 Mär 2009) | 1 line
#1674032: return value of flag from Event.wait(). OKed by Guido.
........
r70901 | georg.brandl | 2009-03-31 23:40:24 +0200 (Di, 31 Mär 2009) | 2 lines
Remove warning about pending Win9x support removal.
........
r70903 | georg.brandl | 2009-03-31 23:45:18 +0200 (Di, 31 Mär 2009) | 1 line
#1676135: remove trailing slashes from --prefix argument.
........
r70951 | georg.brandl | 2009-04-01 16:02:27 +0200 (Mi, 01 Apr 2009) | 1 line
Add Maksim, who worked on several issues at the sprint.
........
r70992 | georg.brandl | 2009-04-01 23:00:55 +0200 (Mi, 01 Apr 2009) | 1 line
#4572: add SEEK_* values as constants in io.py.
........
r70993 | georg.brandl | 2009-04-01 23:05:44 +0200 (Mi, 01 Apr 2009) | 1 line
Add NEWS item.
........
r70994 | georg.brandl | 2009-04-01 23:06:30 +0200 (Mi, 01 Apr 2009) | 1 line
Revert accidental checkin.
........
r71006 | georg.brandl | 2009-04-02 01:32:17 +0200 (Do, 02 Apr 2009) | 1 line
Cache the f_locals dict of the current frame, since every access to frame.f_locals overrides its contents with the real locals which undoes modifications made by the debugging user.
........
r71019 | georg.brandl | 2009-04-02 04:00:01 +0200 (Do, 02 Apr 2009) | 1 line
Fix test_doctest, missed two assignments to curframe.
........
r71024 | georg.brandl | 2009-04-02 04:47:44 +0200 (Do, 02 Apr 2009) | 4 lines
In PyErr_GivenExceptionMatches, temporarily bump the recursion
limit, so that in the most common case PyObject_IsSubclass will
not raise a recursion error we have to ignore anyway.
........
Diffstat (limited to 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions