SF.net SVN: matplotlib:[8435] trunk/matplotlib/lib/matplotlib/config/cutils .py

2010-06-13 Thread efiring
Revision: 8435 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8435&view=rev Author: efiring Date: 2010-06-14 05:51:06 + (Mon, 14 Jun 2010) Log Message: --- cutils.py: fix and clarify absolute imports, so I don't get confused next time Modified Paths: ---

SF.net SVN: matplotlib:[8434] trunk/matplotlib/lib/matplotlib

2010-06-13 Thread efiring
Revision: 8434 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8434&view=rev Author: efiring Date: 2010-06-14 05:31:20 + (Mon, 14 Jun 2010) Log Message: --- [2895114] _get_data_path: improve py2exe handling and readability. Also convert some imports to absolute.

SF.net SVN: matplotlib:[8433] trunk/matplotlib/lib/matplotlib/cbook.py

2010-06-13 Thread efiring
Revision: 8433 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8433&view=rev Author: efiring Date: 2010-06-14 02:53:59 + (Mon, 14 Jun 2010) Log Message: --- cbook: handle empty string returned by locale.getpreferredencoding Reported by Huziy Oleksandr. Modified P

SF.net SVN: matplotlib:[8432] trunk/matplotlib/examples/api/font_file.py

2010-06-13 Thread efiring
Revision: 8432 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8432&view=rev Author: efiring Date: 2010-06-14 02:33:37 + (Mon, 14 Jun 2010) Log Message: --- [3015614] give examples/api/font_file.py a fighting chance on Linux and Win Modified Paths: --

SF.net SVN: matplotlib:[8431] trunk/matplotlib/lib/matplotlib/__init__.py

2010-06-13 Thread efiring
Revision: 8431 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8431&view=rev Author: efiring Date: 2010-06-14 01:49:12 + (Mon, 14 Jun 2010) Log Message: --- numpy version check: make it more readable Modified Paths: -- trunk/matplotlib/lib/matplot

SF.net SVN: matplotlib:[8430] trunk/matplotlib/lib/matplotlib/artist.py

2010-06-13 Thread efiring
Revision: 8430 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8430&view=rev Author: efiring Date: 2010-06-14 01:17:23 + (Mon, 14 Jun 2010) Log Message: --- [1474254] getp, setp: minor clarifications Modified Paths: -- trunk/matplotlib/lib/matplot

SF.net SVN: matplotlib:[8429] trunk/matplotlib/lib/matplotlib/axes.py

2010-06-13 Thread efiring
Revision: 8429 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8429&view=rev Author: efiring Date: 2010-06-14 00:54:41 + (Mon, 14 Jun 2010) Log Message: --- [1467533] pie shadows are tagged with _nolabel_ Modified Paths: -- trunk/matplotlib/lib/ma

SF.net SVN: matplotlib:[8428] trunk/matplotlib/doc/users/pyplot_tutorial. rst

2010-06-13 Thread efiring
Revision: 8428 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8428&view=rev Author: efiring Date: 2010-06-13 23:04:30 + (Sun, 13 Jun 2010) Log Message: --- [2922266] pyplot_tutorial.rst: remove tabs from code (patch by Ori Avtalion) Modified Paths: -

SF.net SVN: matplotlib:[8427] trunk/matplotlib/lib/matplotlib/axis.py

2010-06-13 Thread efiring
Revision: 8427 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8427&view=rev Author: efiring Date: 2010-06-13 22:53:25 + (Sun, 13 Jun 2010) Log Message: --- [2922387] axis.py: docstring fix by Ori Avtalion Modified Paths: -- trunk/matplotlib/lib/m

SF.net SVN: matplotlib:[8426] trunk/matplotlib/lib/matplotlib/mpl-data/ images

2010-06-13 Thread efiring
Revision: 8426 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8426&view=rev Author: efiring Date: 2010-06-13 22:44:02 + (Sun, 13 Jun 2010) Log Message: --- remade filesave icon bitmapped files from filesave.svg Modified Paths: -- trunk/matplotlib

SF.net SVN: matplotlib:[8425] trunk/matplotlib/doc/devel/coding_guide.rst

2010-06-13 Thread efiring
Revision: 8425 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8425&view=rev Author: efiring Date: 2010-06-13 21:31:46 + (Sun, 13 Jun 2010) Log Message: --- [2924597] coding_guide.rst: refer to memleak_hawaii3.py Modified Paths: -- trunk/matplotli

SF.net SVN: matplotlib:[8424] trunk/matplotlib/lib/matplotlib

2010-06-13 Thread efiring
Revision: 8424 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8424&view=rev Author: efiring Date: 2010-06-13 21:04:14 + (Sun, 13 Jun 2010) Log Message: --- [3015013] use atexit in _pylab_helpers to ensure orderly shutdown. It closes all windows; in the case of T