SF.net SVN: matplotlib:[7065] trunk/matplotlib/lib/mpl_toolkits/axes_grid/ axes_divider.py

2009-04-24 Thread efiring
Revision: 7065 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7065&view=rev Author: efiring Date: 2009-04-24 22:44:34 + (Fri, 24 Apr 2009) Log Message: --- Fix for python 2.6: "as" is now reserved, don't use as a variable name. Modified Paths: --

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

2009-04-24 Thread ryanmay
Revision: 7064 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7064&view=rev Author: ryanmay Date: 2009-04-24 17:08:50 + (Fri, 24 Apr 2009) Log Message: --- Use subprocess.Popen instead of os.popen to retrieve memory usage. os.popen* are deprecated in Python 2.6

SF.net SVN: matplotlib:[7063] trunk/matplotlib/lib/matplotlib/texmanager.py

2009-04-24 Thread ryanmay
Revision: 7063 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7063&view=rev Author: ryanmay Date: 2009-04-24 16:53:44 + (Fri, 24 Apr 2009) Log Message: --- Use subprocess.Popen instead of os.popen4 to retrieve dvipng version. os.popen* are deprecated in Python

SF.net SVN: matplotlib:[7062] trunk/matplotlib/lib/mpl_toolkits/axes_grid

2009-04-24 Thread leejjoon
Revision: 7062 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7062&view=rev Author: leejjoon Date: 2009-04-24 15:23:57 + (Fri, 24 Apr 2009) Log Message: --- axes_grid minor update. Modified Paths: -- trunk/matplotlib/lib/mpl_toolkits/axes_grid/__