-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
The MEGA Python 3.x branch merge #565
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
svn path=/branches/py3k/; revision=8551
…le() are not converted by 2to3. svn path=/branches/py3k/; revision=8552
svn path=/branches/py3k/; revision=8553
svn path=/branches/py3k/; revision=8556
svn path=/branches/py3k/; revision=8561
…thon 3.0 is "unsupported" for now).
Bump fontCache version number by a significant amount, since the master version number has increased in the meantime and we don't want the two to collide.
… parse as UTF-8. Update font manager to have same font path search as master.
…xactly the same as in Matplotlib 1.0.x
…e them for us under Python 3.x. This uses the "with" statement where possible.
Conflicts: CHANGELOG INSTALL doc/_templates/indexsidebar.html doc/mpl_toolkits/mplot3d/api.rst examples/api/sankey_demo_old.py examples/pylab_examples/stix_fonts_demo.py examples/user_interfaces/embedding_in_tk.py examples/user_interfaces/embedding_in_tk2.py lib/matplotlib/axes.py lib/matplotlib/backend_bases.py lib/matplotlib/backends/backend_gtk.py lib/matplotlib/backends/backend_qt4.py lib/matplotlib/backends/backend_svg.py lib/matplotlib/backends/qt4_editor/formlayout.py lib/matplotlib/lines.py lib/matplotlib/markers.py lib/matplotlib/mathtext.py lib/matplotlib/scale.py lib/matplotlib/sphinxext/ipython_directive.py lib/matplotlib/sphinxext/plot_directive.py lib/matplotlib/tests/baseline_images/test_axes/symlog.pdf lib/matplotlib/tests/baseline_images/test_axes/symlog.png lib/matplotlib/tests/baseline_images/test_axes/symlog.svg lib/matplotlib/tests/baseline_images/test_axes/symlog2.pdf lib/matplotlib/tests/baseline_images/test_axes/symlog2.png lib/matplotlib/tests/baseline_images/test_axes/symlog2.svg lib/matplotlib/tests/test_axes.py lib/matplotlib/tests/test_figure.py lib/matplotlib/tests/test_mlab.py lib/matplotlib/tests/test_text.py lib/matplotlib/textpath.py lib/matplotlib/ticker.py lib/mpl_toolkits/axisartist/angle_helper.py release/win32/data/setupwin.py release/win32/data/setupwinegg.py setupext.py src/_png.cpp src/_tkagg.cpp
…__bool__ is converted from __nozero__ by 2to3 so change this to return bool
I tested the python3 branch on both python3 and 2 All the errors are all of This is fixed by changing In addition I see two new failures on both python3 and 2 using this branch. 'Tight_layout5' and |
Fix tests for python3.
fix print statements in backend_qt.py and backend_qt4.py
…is not necessary for the test.
I have all of the tests running in Python 3.x and Python 2.x now. Those who previously reported problems, @jenshnielsen, @leejjoon etc., can you please confirm? |
…upport in SVG backend.
I see all tests passing in both python2.7 and python3.2. Thanks. |
The MEGA Python 3.x branch merge
This is a merge of the matplotlib-py3 fork back into matplotlib master.
Here you should be able to see all in one place the changes made to
matplotlib make it run on Python 2.6 - 3.2.