[pyzo] branch debian/master updated (572f1a1 -> 42b8a87)

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri Jul 1 16:22:02 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a change to branch debian/master
in repository pyzo.

      from  572f1a1   Release to unstable.
      adds  3cbfce1   add item to defaultConfig for highlightMatchingBracket
      adds  6bc8e54   added configuration option for brace matching
      adds  bb512b7   adding support for parenthesis in the python parser
      adds  a93934a   typo in regexp for parenthesis
      adds  a4763fd   reddish color for unmatched paren
      adds  0b9f33e   detection of mismatched paren like ([)]
      adds  1dad1ef   storing token lists as part of the blocks user data
      adds  5b9e61e   brace matching by iteration over the block's token lists instead of raw text
      adds  4fcd40b   typo ; redundant code
      adds  80f031d   coloring of offending paren in case of mismatch ; option to activate his behaviour, defaults to False
      adds  a80d14a   adding test before accessing the block's tokens
      adds  0362cb6   Init tokens list with [] instead of None
      adds  0c5a049   updating highlightBlock to respect initialisation of tokens with [] in case there is no parser
      adds  e743d4d   reinclusion of code for plain text matching, for when there is no parser
      adds  6b621fc   in case of mismatch ([)], highlight the current paren and the two mismatching parens
      adds  bb1b8f7   correct behaviour when cursor is at beginning of line
      adds  e12094b   Merge pull request #387 from ysalmon/master
      adds  2c28125   add menu option for highlighting brackets
      adds  29ff102   add conda-forge and pyzo channels to conda install cmd
      adds  b809cb0   add isaty() to yoton file wrappers (pytest compat) amd small fix in bracket parsing
      adds  2fdf3b0   adding my name to contributors
      adds  3caf7ca   Merge pull request #390 from ysalmon/master
      adds  0864d62   Merge branch 'master' of github.com:pyzo/pyzo
      adds  0da6220   fix bug related to breakpoints
       new  6f0f188   Fix #393
       new  bc6b3cc   Fix #394
       new  111e485   GUI integration for tornado runs actual event loop for better performance
       new  f46ffa4   Fix open outside Pyzo on Windows for paths containing spaces. Fixes #404
       new  752cb19   Add freedesktop file for Pyzo.
       new  39cb6ac   Merge pull request #397 from ghisvail/enh/desktop-file
       new  aca4f00   Passed sys.argv to the QApplication function Now the windows have a wmclass and can be associated to a program in linux
       new  6a49a55   Merge pull request #398 from hmaarrfk/wmclass
       new  4f2a5a2   Merge branch 'master' of github.com:pyzo/pyzo
       new  78f403f   Prefix the icons that we introduced. Closes #395
       new  a7e0e9e   Update pyzo_zh_TW.tr
       new  1a9f053   Merge pull request #401 from yltang52/patch-1
       new  57654d6   Merge branch 'master' of github.com:pyzo/pyzo
       new  71e5a3d   Workspace can hide private variables. Closes #385
       new  7c7d36b   bumb version number
       new  c329227   arg, forgot to clean up a print statemtn
       new  9b36d3a   Merge tag 'v4.2.1' into debian/master
       new  144fa97   Use dh-linktree for fonts and icons symlinks.
       new  42b8a87   Release to unstable.

The 19 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog                                   |   7 +
 debian/control                                     |   5 +-
 debian/pyzo.links                                  |  74 -------
 debian/pyzo.linktrees                              |   2 +
 debian/rules                                       |   2 +-
 pyzo/__init__.py                                   |  76 ++++----
 pyzo/codeeditor/extensions/appearance.py           | 217 ++++++++++++++++-----
 pyzo/codeeditor/highlighter.py                     |   8 +-
 pyzo/codeeditor/parsers/python_parser.py           |  17 +-
 pyzo/codeeditor/parsers/tokens.py                  |  12 ++
 pyzo/contributors.txt                              |   1 +
 pyzo/core/editor.py                                |   1 +
 pyzo/core/main.py                                  |   3 +-
 pyzo/core/menu.py                                  |   2 +
 pyzo/pyzokernel/debug.py                           |   2 +-
 pyzo/pyzokernel/guiintegration.py                  |  32 +--
 pyzo/pyzokernel/magic.py                           |   8 +-
 pyzo/pyzokernel/start.py                           |   6 +-
 pyzo/resources/defaultConfig.ssdf                  |   1 +
 pyzo/resources/icons/README.md                     |   2 +
 ...tion_eraser.png => pyzo_application_eraser.png} | Bin
 ...on_refresh.png => pyzo_application_refresh.png} | Bin
 ...cation_shell.png => pyzo_application_shell.png} | Bin
 ...tion_wrench.png => pyzo_application_wrench.png} | Bin
 ...{debug_continue.png => pyzo_debug_continue.png} | Bin
 .../icons/{debug_next.png => pyzo_debug_next.png}  | Bin
 .../icons/{debug_quit.png => pyzo_debug_quit.png}  | Bin
 .../{debug_return.png => pyzo_debug_return.png}    | Bin
 .../icons/{debug_step.png => pyzo_debug_step.png}  | Bin
 .../icons/{disk_as.png => pyzo_disk_as.png}        | Bin
 .../icons/{filter.png => pyzo_filter.png}          | Bin
 .../icons/{folder_hg.png => pyzo_folder_hg.png}    | Bin
 .../{folder_parent.png => pyzo_folder_parent.png}  | Bin
 .../icons/{folder_svn.png => pyzo_folder_svn.png}  | Bin
 .../{overlay_disk.png => pyzo_overlay_disk.png}    | Bin
 .../icons/{overlay_hg.png => pyzo_overlay_hg.png}  | Bin
 .../{overlay_link.png => pyzo_overlay_link.png}    | Bin
 .../{overlay_star.png => pyzo_overlay_star.png}    | Bin
 .../{overlay_svn.png => pyzo_overlay_svn.png}      | Bin
 ...ay_thumbnail.png => pyzo_overlay_thumbnail.png} | Bin
 ...age_delete_all.png => pyzo_page_delete_all.png} | Bin
 .../icons/{page_white.png => pyzo_page_white.png}  | Bin
 ...e_white_dirty.png => pyzo_page_white_dirty.png} | Bin
 .../{page_white_py.png => pyzo_page_white_py.png}  | Bin
 ...{page_white_pyx.png => pyzo_page_white_pyx.png} | Bin
 ...{plugin_refresh.png => pyzo_plugin_refresh.png} | Bin
 .../icons/{run_cell.png => pyzo_run_cell.png}      | Bin
 .../icons/{run_file.png => pyzo_run_file.png}      | Bin
 ...un_file_script.png => pyzo_run_file_script.png} | Bin
 .../icons/{run_lines.png => pyzo_run_lines.png}    | Bin
 .../{run_mainfile.png => pyzo_run_mainfile.png}    | Bin
 ...ile_script.png => pyzo_run_mainfile_script.png} | Bin
 pyzo/resources/icons/{star2.png => pyzo_star2.png} | Bin
 pyzo/resources/icons/{star3.png => pyzo_star3.png} | Bin
 {debian => pyzo/resources}/pyzo.desktop            |   0
 pyzo/resources/translations/pyzo_zh_TW.tr          |   4 +-
 pyzo/tools/pyzoFileBrowser/proxies.py              |   2 +-
 pyzo/tools/pyzoFileBrowser/tree.py                 |  10 +-
 pyzo/tools/pyzoWorkspace.py                        |   6 +-
 pyzo/yoton/channels/channels_file.py               |   8 +-
 60 files changed, 316 insertions(+), 192 deletions(-)
 create mode 100644 debian/pyzo.linktrees
 create mode 100644 pyzo/resources/icons/README.md
 rename pyzo/resources/icons/{application_eraser.png => pyzo_application_eraser.png} (100%)
 rename pyzo/resources/icons/{application_refresh.png => pyzo_application_refresh.png} (100%)
 rename pyzo/resources/icons/{application_shell.png => pyzo_application_shell.png} (100%)
 rename pyzo/resources/icons/{application_wrench.png => pyzo_application_wrench.png} (100%)
 rename pyzo/resources/icons/{debug_continue.png => pyzo_debug_continue.png} (100%)
 rename pyzo/resources/icons/{debug_next.png => pyzo_debug_next.png} (100%)
 rename pyzo/resources/icons/{debug_quit.png => pyzo_debug_quit.png} (100%)
 rename pyzo/resources/icons/{debug_return.png => pyzo_debug_return.png} (100%)
 rename pyzo/resources/icons/{debug_step.png => pyzo_debug_step.png} (100%)
 rename pyzo/resources/icons/{disk_as.png => pyzo_disk_as.png} (100%)
 rename pyzo/resources/icons/{filter.png => pyzo_filter.png} (100%)
 rename pyzo/resources/icons/{folder_hg.png => pyzo_folder_hg.png} (100%)
 rename pyzo/resources/icons/{folder_parent.png => pyzo_folder_parent.png} (100%)
 rename pyzo/resources/icons/{folder_svn.png => pyzo_folder_svn.png} (100%)
 rename pyzo/resources/icons/{overlay_disk.png => pyzo_overlay_disk.png} (100%)
 rename pyzo/resources/icons/{overlay_hg.png => pyzo_overlay_hg.png} (100%)
 rename pyzo/resources/icons/{overlay_link.png => pyzo_overlay_link.png} (100%)
 rename pyzo/resources/icons/{overlay_star.png => pyzo_overlay_star.png} (100%)
 rename pyzo/resources/icons/{overlay_svn.png => pyzo_overlay_svn.png} (100%)
 rename pyzo/resources/icons/{overlay_thumbnail.png => pyzo_overlay_thumbnail.png} (100%)
 rename pyzo/resources/icons/{page_delete_all.png => pyzo_page_delete_all.png} (100%)
 rename pyzo/resources/icons/{page_white.png => pyzo_page_white.png} (100%)
 rename pyzo/resources/icons/{page_white_dirty.png => pyzo_page_white_dirty.png} (100%)
 rename pyzo/resources/icons/{page_white_py.png => pyzo_page_white_py.png} (100%)
 rename pyzo/resources/icons/{page_white_pyx.png => pyzo_page_white_pyx.png} (100%)
 rename pyzo/resources/icons/{plugin_refresh.png => pyzo_plugin_refresh.png} (100%)
 rename pyzo/resources/icons/{run_cell.png => pyzo_run_cell.png} (100%)
 rename pyzo/resources/icons/{run_file.png => pyzo_run_file.png} (100%)
 rename pyzo/resources/icons/{run_file_script.png => pyzo_run_file_script.png} (100%)
 rename pyzo/resources/icons/{run_lines.png => pyzo_run_lines.png} (100%)
 rename pyzo/resources/icons/{run_mainfile.png => pyzo_run_mainfile.png} (100%)
 rename pyzo/resources/icons/{run_mainfile_script.png => pyzo_run_mainfile_script.png} (100%)
 rename pyzo/resources/icons/{star2.png => pyzo_star2.png} (100%)
 rename pyzo/resources/icons/{star3.png => pyzo_star3.png} (100%)
 copy {debian => pyzo/resources}/pyzo.desktop (100%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pyzo.git



More information about the debian-science-commits mailing list