-
Notifications
You must be signed in to change notification settings - Fork 44
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
Python3 compatibility fixes #284
Commits on Sep 7, 2016
-
* print should now be functions instead of statements * raises should now respect the new syntax * "<>" operator was replaced by "!="
jmdeschenes committedSep 7, 2016 Configuration menu - View commit details
-
Copy full SHA for f30695d - Browse repository at this point
Copy the full SHA f30695dView commit details -
* Fixed tuple unpacking issues * replaced has_key with "in" syntax * exec is now a function instead of a statement
jmdeschenes committedSep 7, 2016 Configuration menu - View commit details
-
Copy full SHA for a0b54f2 - Browse repository at this point
Copy the full SHA a0b54f2View commit details -
* Fixed __metaclass__ compatibility using six.add_metaclass
jmdeschenes committedSep 7, 2016 Configuration menu - View commit details
-
Copy full SHA for c05e2c4 - Browse repository at this point
Copy the full SHA c05e2c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0287cad - Browse repository at this point
Copy the full SHA 0287cadView commit details -
* Fixed tuple unpacking issues * Fixed izip issues using six
jmdeschenes committedSep 7, 2016 Configuration menu - View commit details
-
Copy full SHA for 9838127 - Browse repository at this point
Copy the full SHA 9838127View commit details -
* Replaced self.assert_ with self.assertTrue
jmdeschenes committedSep 7, 2016 Configuration menu - View commit details
-
Copy full SHA for 1fb7e72 - Browse repository at this point
Copy the full SHA 1fb7e72View commit details -
* Fixed several non-trivial list vs iterables in kiva
jmdeschenes committedSep 7, 2016 Configuration menu - View commit details
-
Copy full SHA for 2cd1509 - Browse repository at this point
Copy the full SHA 2cd1509View commit details -
* Fixed several non-trivial list vs iterables in enable
jmdeschenes committedSep 7, 2016 Configuration menu - View commit details
-
Copy full SHA for 67f76f3 - Browse repository at this point
Copy the full SHA 67f76f3View commit details -
* Fixed reduce function using six * Fixed a few other issues not seen previously
jmdeschenes committedSep 7, 2016 Configuration menu - View commit details
-
Copy full SHA for 903f48b - Browse repository at this point
Copy the full SHA 903f48bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1f66e0 - Browse repository at this point
Copy the full SHA c1f66e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f950f42 - Browse repository at this point
Copy the full SHA f950f42View commit details
Commits on Sep 8, 2016
-
* Fixed imports * Fixed some StringIO that were missed in the initial pass * Some string fixes
jmdeschenes committedSep 8, 2016 Configuration menu - View commit details
-
Copy full SHA for d43a075 - Browse repository at this point
Copy the full SHA d43a075View commit details -
* Fixed issues with basestring * fixed issues with long
jmdeschenes committedSep 8, 2016 Configuration menu - View commit details
-
Copy full SHA for 3aebe74 - Browse repository at this point
Copy the full SHA 3aebe74View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9e571b - Browse repository at this point
Copy the full SHA c9e571bView commit details
Commits on Sep 9, 2016
-
Solved some issues while running unit test.
jmdeschenes committedSep 9, 2016 Configuration menu - View commit details
-
Copy full SHA for 9acbd4d - Browse repository at this point
Copy the full SHA 9acbd4dView commit details
Commits on Jan 9, 2017
-
Fixed issues with python 3 string in font_manager
Jean-Mathieu Deschenes committedJan 9, 2017 Configuration menu - View commit details
-
Copy full SHA for efbae1e - Browse repository at this point
Copy the full SHA efbae1eView commit details
Commits on Jul 19, 2017
-
Jean-Mathieu Deschenes committed
Jul 19, 2017 Configuration menu - View commit details
-
Copy full SHA for 6b62549 - Browse repository at this point
Copy the full SHA 6b62549View commit details
Commits on Jul 20, 2017
-
Merge branch 'master' into test
# Conflicts: # enable/savage/compliance/comparator.py # enable/savage/compliance/viewer.py # enable/savage/svg/attributes.py # enable/savage/svg/css/colour.py # enable/savage/svg/document.py # enable/savage/svg/tests/test_document.py # enable/savage/trait_defs/ui/qt4/svg_editor.py # kiva/agg/src/graphics_context.i # kiva/fonttools/fontTools/misc/textTools.py # kiva/fonttools/fontTools/ttLib/__init__.py # kiva/fonttools/fontTools/ttLib/macUtils.py # kiva/fonttools/fontTools/ttLib/sfnt.py # kiva/fonttools/fontTools/ttLib/tables/DefaultTable.py # kiva/fonttools/fontTools/ttLib/tables/__init__.py # kiva/fonttools/fontTools/ttLib/tables/_n_a_m_e.py # kiva/fonttools/font_manager.py # kiva/fonttools/misc/textTools.py # kiva/pdfmetrics.py # kiva/ps.py # kiva/quartz/setup.py # kiva/svg.py # kiva/tests/test_macport.py # setup.py
Jean-Mathieu Deschenes committedJul 20, 2017 Configuration menu - View commit details
-
Copy full SHA for dc2e3e6 - Browse repository at this point
Copy the full SHA dc2e3e6View commit details
Commits on Jul 23, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 58a690d - Browse repository at this point
Copy the full SHA 58a690dView commit details
Commits on Jul 24, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 2a7983e - Browse repository at this point
Copy the full SHA 2a7983eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd4fd79 - Browse repository at this point
Copy the full SHA fd4fd79View commit details
Commits on Jul 25, 2017
-
Configuration menu - View commit details
-
Copy full SHA for fc07976 - Browse repository at this point
Copy the full SHA fc07976View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bda4f8 - Browse repository at this point
Copy the full SHA 7bda4f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b015584 - Browse repository at this point
Copy the full SHA b015584View commit details
Commits on Jul 26, 2017
-
From comments of @jwiggins, there were extra parenthesis.
Jean-Mathieu Deschenes committedJul 26, 2017 Configuration menu - View commit details
-
Copy full SHA for 1967c3c - Browse repository at this point
Copy the full SHA 1967c3cView commit details
Commits on Jul 27, 2017
-
Changes from @jwiggins comments.
* Removed unused imports * Changed six.u to six.text_type * Replaced call with a dictionary comprehension in drawer.py * Fixed an an issue with a callable in svg_regex.py * Removed sm.zip in favour of the builtin function * Changed print("") to print() * Removed a pix_format keyword call. Still missing: * Corrections for itervalues, iterkeys and iteritems * Some clarifications for the comments that were written * `pdfmetrics.parseAFMFile`
Configuration menu - View commit details
-
Copy full SHA for e0453eb - Browse repository at this point
Copy the full SHA e0453ebView commit details
Commits on Aug 1, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 412b479 - Browse repository at this point
Copy the full SHA 412b479View commit details
Commits on Aug 2, 2017
-
Changes from @jwiggins comments.
* Added a test for the `test_draw_24` * Fixed an import error in cairo.py * Removed changes from tohtml.py * Removed reference of CP Trac #2111 in comments * Fixed issue in function parseAFMFile * Added very preliminary test for parseAFMFile
Configuration menu - View commit details
-
Copy full SHA for dffcaa5 - Browse repository at this point
Copy the full SHA dffcaa5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8e9605 - Browse repository at this point
Copy the full SHA a8e9605View commit details -
Merge branch 'master' into python3_compat
# Conflicts: # enable/qt4/base_window.py # enable/wx/base_window.py
Configuration menu - View commit details
-
Copy full SHA for 7afc595 - Browse repository at this point
Copy the full SHA 7afc595View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3830f0 - Browse repository at this point
Copy the full SHA e3830f0View commit details
Commits on Aug 3, 2017
-
Another round of comments from @jwiggins
* Removed unused imports * added `from __future__ import print_function` in tohtml.py * fixed syntax error in vu_meter.py
Jean-Mathieu Deschenes committedAug 3, 2017 Configuration menu - View commit details
-
Copy full SHA for 4ea95a5 - Browse repository at this point
Copy the full SHA 4ea95a5View commit details
Commits on Aug 6, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 812b243 - Browse repository at this point
Copy the full SHA 812b243View commit details