Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1661)

Issue 553420043: Switch to Python 3.x (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
4 years, 3 months ago by hahnjo
Modified:
4 years, 2 months ago
Reviewers:
CC:
lilypond-devel_gnu.org
Visibility:
Public.

Description

Switch to Python 3.x

Patch Set 1 #

Patch Set 2 : Run 2to3 --write --nobackups . #

Patch Set 3 : Manual changes for compatibility with Python 3 #

Patch Set 4 : Open .ps file in binary mode #

Patch Set 5 : Remove coverage.py #

Unified diffs Side-by-side diffs Delta from patch set Stats (+472 lines, -477 lines) Patch
M aclocal.m4 View 2 chunks +6 lines, -4 lines 0 comments Download
M configure.ac View 1 chunk +1 line, -1 line 0 comments Download
M python/auxiliar/buildlib.py View 1 1 chunk +1 line, -1 line 0 comments Download
M python/auxiliar/postprocess_html.py View 1 2 6 chunks +7 lines, -8 lines 0 comments Download
M python/book_base.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
M python/book_snippets.py View 1 2 3 4 10 chunks +19 lines, -19 lines 0 comments Download
M python/convertrules.py View 1 2 chunks +2 lines, -2 lines 0 comments Download
M python/fontextract.py View 1 4 chunks +6 lines, -6 lines 0 comments Download
M python/langdefs.py View 1 2 chunks +2 lines, -2 lines 0 comments Download
M python/lilylib.py View 1 2 6 chunks +16 lines, -25 lines 0 comments Download
M python/midi.py View 1 2 4 chunks +7 lines, -7 lines 0 comments Download
M python/musicexp.py View 1 2 7 chunks +17 lines, -19 lines 0 comments Download
M python/musicxml.py View 1 2 24 chunks +41 lines, -41 lines 0 comments Download
M python/rational.py View 1 12 chunks +15 lines, -15 lines 0 comments Download
M python/safeeval.py View 1 2 chunks +5 lines, -5 lines 0 comments Download
M python/utilities.py View 1 2 2 chunks +2 lines, -4 lines 0 comments Download
M scripts/abc2ly.py View 1 18 chunks +19 lines, -19 lines 0 comments Download
M scripts/auxiliar/check_texi_refs.py View 1 8 chunks +12 lines, -9 lines 0 comments Download
M scripts/auxiliar/check_translation.py View 1 1 chunk +1 line, -1 line 0 comments Download
M scripts/auxiliar/find-superfluous-includes.py View 1 1 chunk +4 lines, -4 lines 0 comments Download
M scripts/auxiliar/fixcc.py View 1 5 chunks +8 lines, -8 lines 0 comments Download
M scripts/auxiliar/makelsr.py View 1 2 chunks +5 lines, -5 lines 0 comments Download
M scripts/auxiliar/musicxml_generate_intervals.py View 1 3 chunks +7 lines, -7 lines 0 comments Download
M scripts/auxiliar/musicxml_generate_keys.py View 1 5 chunks +6 lines, -6 lines 0 comments Download
M scripts/auxiliar/musicxml_generate_timesignatures.py View 1 5 chunks +6 lines, -6 lines 0 comments Download
M scripts/auxiliar/node-menuify.py View 1 2 chunks +3 lines, -3 lines 0 comments Download
M scripts/auxiliar/prepare-web-media.py View 1 3 chunks +6 lines, -6 lines 0 comments Download
M scripts/auxiliar/readlink.py View 1 1 chunk +1 line, -1 line 0 comments Download
M scripts/auxiliar/ref_check.py View 1 7 chunks +11 lines, -11 lines 0 comments Download
M scripts/auxiliar/show_skyline_command.py View 1 3 chunks +3 lines, -3 lines 0 comments Download
M scripts/auxiliar/skyline_viewer.py View 1 1 chunk +1 line, -1 line 0 comments Download
M scripts/auxiliar/split-texidocs.py View 1 1 chunk +1 line, -1 line 0 comments Download
M scripts/auxiliar/tely-gettext.py View 1 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/auxiliar/texi-langutils.py View 1 3 chunks +5 lines, -4 lines 0 comments Download
M scripts/auxiliar/translations-status.py View 1 5 chunks +7 lines, -5 lines 0 comments Download
M scripts/auxiliar/update-snippets.py View 1 1 chunk +2 lines, -1 line 0 comments Download
M scripts/build/bib2texi.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
M scripts/build/create-version-itexi.py View 1 2 chunks +14 lines, -15 lines 0 comments Download
M scripts/build/create-weblinks-itexi.py View 1 2 3 chunks +22 lines, -23 lines 0 comments Download
M scripts/build/extract_texi_filenames.py View 1 5 chunks +8 lines, -8 lines 0 comments Download
M scripts/build/gen-emmentaler-scripts.py View 1 1 chunk +1 line, -1 line 0 comments Download
M scripts/build/genicon.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
M scripts/build/grand-replace.py View 1 1 chunk +1 line, -1 line 0 comments Download
M scripts/build/install.py View 1 2 chunks +4 lines, -4 lines 0 comments Download
M scripts/build/mass-link.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
M scripts/build/mf-to-table.py View 1 3 chunks +5 lines, -5 lines 0 comments Download
M scripts/build/output-distance.py View 1 2 30 chunks +41 lines, -40 lines 0 comments Download
M scripts/build/relative.py View 1 1 chunk +1 line, -1 line 0 comments Download
M scripts/build/texi2omf.py View 1 2 5 chunks +5 lines, -5 lines 0 comments Download
M scripts/build/text2html.py View 1 1 chunk +1 line, -1 line 0 comments Download
M scripts/build/website_post.py View 1 1 chunk +1 line, -1 line 0 comments Download
M scripts/build/www_post.py View 1 1 chunk +1 line, -1 line 0 comments Download
M scripts/convert-ly.py View 1 3 chunks +5 lines, -5 lines 0 comments Download
M scripts/etf2ly.py View 1 9 chunks +15 lines, -15 lines 0 comments Download
M scripts/lilymidi.py View 1 1 chunk +13 lines, -13 lines 0 comments Download
M scripts/lilypond-book.py View 1 5 chunks +6 lines, -6 lines 0 comments Download
M scripts/lilysong.py View 1 4 chunks +6 lines, -6 lines 0 comments Download
M scripts/midi2ly.py View 1 2 11 chunks +16 lines, -16 lines 0 comments Download
M scripts/musicxml2ly.py View 1 2 28 chunks +41 lines, -40 lines 0 comments Download

Messages

Total messages: 4
hahnjo
Run 2to3 --write --nobackups .
4 years, 3 months ago (2020-01-22 13:42:13 UTC) #1
hahnjo
Manual changes for compatibility with Python 3
4 years, 3 months ago (2020-01-22 13:42:46 UTC) #2
hahnjo
Open .ps file in binary mode
4 years, 3 months ago (2020-01-24 19:45:55 UTC) #3
hahnjo
4 years, 2 months ago (2020-01-25 12:29:04 UTC) #4
Remove coverage.py
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b