SF.net SVN: matplotlib:[7866] branches/v0_99_maint/lib/matplotlib/artist.py

2009-10-11 Thread astraw
Revision: 7866 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7866&view=rev Author: astraw Date: 2009-10-11 18:54:22 + (Sun, 11 Oct 2009) Log Message: --- allow already transformed clip path in artist set_clip_path() Modified Paths: -- branches/v

SF.net SVN: matplotlib:[7867] branches/v0_99_maint/lib/matplotlib/axes.py

2009-10-11 Thread astraw
Revision: 7867 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7867&view=rev Author: astraw Date: 2009-10-11 18:55:18 + (Sun, 11 Oct 2009) Log Message: --- imshow: only apply axes patch clipping if image doesn't clip itself Modified Paths: -- bran

SF.net SVN: matplotlib:[7868] trunk/matplotlib

2009-10-11 Thread astraw
Revision: 7868 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7868&view=rev Author: astraw Date: 2009-10-11 19:03:14 + (Sun, 11 Oct 2009) Log Message: --- Merged revisions 7866-7867 via svnmerge from https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/bran

SF.net SVN: matplotlib:[7869] trunk/matplotlib/lib/matplotlib/tests/ test_axes.py

2009-10-11 Thread astraw
Revision: 7869 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7869&view=rev Author: astraw Date: 2009-10-11 19:08:32 + (Sun, 11 Oct 2009) Log Message: --- testing: add test_axes.test_imshow() Modified Paths: -- trunk/matplotlib/lib/matplotlib/tes

SF.net SVN: matplotlib:[7870] trunk/matplotlib/lib/matplotlib/tests/ test_axes.py

2009-10-11 Thread astraw
Revision: 7870 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7870&view=rev Author: astraw Date: 2009-10-11 19:09:30 + (Sun, 11 Oct 2009) Log Message: --- testing: add test_imshow_clip() based on report by Gellule Xg Modified Paths: -- trunk/ma

SF.net SVN: matplotlib:[7871] trunk/matplotlib/lib/matplotlib/testing/ decorators.py

2009-10-11 Thread astraw
Revision: 7871 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7871&view=rev Author: astraw Date: 2009-10-11 19:10:30 + (Sun, 11 Oct 2009) Log Message: --- testing: allow limiting of known failure to known exception class Modified Paths: -- trunk/

SF.net SVN: matplotlib:[7872] trunk/matplotlib/lib/matplotlib/testing/ decorators.py

2009-10-11 Thread astraw
Revision: 7872 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7872&view=rev Author: astraw Date: 2009-10-11 19:11:16 + (Sun, 11 Oct 2009) Log Message: --- testing: raise errors that are not real known failures on image comparison Modified Paths: --

SF.net SVN: matplotlib:[7873] trunk/matplotlib/lib/matplotlib/testing/ compare.py

2009-10-11 Thread jouni
Revision: 7873 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7873&view=rev Author: jouni Date: 2009-10-12 05:41:42 + (Mon, 12 Oct 2009) Log Message: --- Raise ImageComparisonFailure instead of NotImplementedError if unable to convert images Modified Paths: ---