[Python-modules-commits] [pexpect] 01/05: Merge branch 'upstream'

Javier Merino Cacho vicho at moszumanska.debian.org
Sun Nov 1 19:22:01 UTC 2015


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

vicho pushed a commit to branch master
in repository pexpect.

commit 721acc8321c64b3974e131aed9f8ba4c0bf390b8
Merge: f55bcd1 f079872
Author: Javi Merino <vicho at debian.org>
Date:   Sun Nov 1 17:16:12 2015 +0000

    Merge branch 'upstream'

 ANSI.py                                            |    7 -
 FSM.py                                             |    7 -
 INSTALL                                            |   48 -
 LICENSE                                            |    2 +
 PKG-INFO                                           |   12 +-
 doc/FAQ.rst                                        |   43 +-
 doc/api/ANSI.rst                                   |   14 -
 doc/api/fdpexpect.rst                              |   12 +-
 doc/api/index.rst                                  |   11 +-
 doc/api/pexpect.rst                                |   32 +-
 doc/api/popen_spawn.rst                            |   24 +
 doc/api/pxssh.rst                                  |    4 +
 doc/api/replwrap.rst                               |   26 +
 doc/api/screen.rst                                 |   10 -
 doc/commonissues.rst                               |   28 +-
 doc/conf.py                                        |    4 +-
 doc/history.rst                                    |   64 +-
 doc/install.rst                                    |   10 +-
 doc/overview.rst                                   |   29 +-
 doc/requirements.txt                               |    1 +
 examples/astat.py                                  |    7 +-
 examples/cgishell.cgi                              |    4 +-
 examples/chess.py                                  |    3 +-
 examples/chess2.py                                 |    4 +-
 examples/chess3.py                                 |    3 +-
 examples/hive.py                                   |    1 -
 fdpexpect.py                                       |    7 -
 pexpect/ANSI.py                                    |   66 +-
 pexpect/__init__.py                                | 1983 +-------------------
 pexpect/async.py                                   |   72 +
 pexpect/exceptions.py                              |   35 +
 pexpect/expect.py                                  |  297 +++
 pexpect/fdpexpect.py                               |   51 +-
 pexpect/popen_spawn.py                             |  179 ++
 pexpect/psh.py                                     |  148 --
 pexpect/pty_spawn.py                               |  824 ++++++++
 pexpect/pxssh.py                                   |   28 +-
 pexpect/replwrap.py                                |  113 ++
 pexpect/run.py                                     |  157 ++
 pexpect/screen.py                                  |  109 +-
 pexpect/spawnbase.py                               |  488 +++++
 pexpect/utils.py                                   |  112 ++
 pxssh.py                                           |    7 -
 screen.py                                          |    7 -
 setup.cfg                                          |    2 +
 setup.py                                           |   26 +-
 test.env                                           |   28 -
 tests/PexpectTestCase.py                           |   76 +-
 tests/README                                       |   18 +-
 tests/depricated_test_filedescriptor.py            |    1 -
 tests/echo_w_prompt.py                             |    8 +-
 tests/echo_wait.py                                 |    4 +-
 tests/getch.py                                     |    6 +-
 tests/interact.py                                  |   20 +-
 tests/interact_unicode.py                          |   20 -
 tests/log                                          |   10 +
 tests/pexpectTest.py                               |    4 +-
 .../CSIGNALTEST/test.c                             |    0
 tests/platform_checks/README                       |    2 +
 .../test.py => platform_checks/check.py}           |    5 +-
 .../test2.py => platform_checks/check2.py}         |    4 +-
 .../check_control_terminal.py}                     |    0
 .../check_handler.py}                              |    8 +-
 .../test_read.py => platform_checks/check_read.py} |    2 +-
 .../check_signals.py}                              |    6 +-
 tests/platform_tests/README                        |    4 -
 tests/platform_tests/pexqa.py                      |   39 -
 tests/platform_tests/test_badfork.py               |   15 -
 tests/platform_tests/test_killed_pid.py            |   17 -
 tests/platform_tests/test_middle_buffer.py         |   30 -
 tests/sigwinch_report.py                           |    1 +
 tests/test_ansi.py                                 |   94 +-
 tests/test_async.py                                |   51 +
 tests/test_command_list_split.py                   |    3 +-
 tests/test_constructor.py                          |   13 +-
 tests/test_ctrl_chars.py                           |  105 +-
 tests/test_destructor.py                           |    2 +-
 tests/test_dotall.py                               |    2 +-
 tests/test_expect.py                               |  210 ++-
 tests/test_filedescriptor.py                       |   28 +-
 tests/test_interact.py                             |   95 +-
 tests/test_isalive.py                              |  119 +-
 tests/test_log.py                                  |    2 +-
 tests/test_maxcanon.py                             |  176 ++
 tests/test_misc.py                                 |  458 ++---
 tests/test_missing_command.py                      |    2 +-
 tests/test_performance.py                          |   19 +-
 tests/test_popen_spawn.py                          |  131 ++
 tests/test_psh.py                                  |   16 -
 tests/test_replwrap.py                             |  105 ++
 tests/test_repr.py                                 |   26 +
 tests/test_run.py                                  |  152 +-
 tests/test_run_out_of_pty.py                       |    2 +-
 tests/test_screen.py                               |  126 +-
 tests/test_timeout_pattern.py                      |    2 +-
 tests/test_unicode.py                              |   58 +-
 tests/test_which.py                                |  274 +++
 tests/test_winsize.py                              |   61 +-
 tests/utils.py                                     |    7 +
 tools/testall.py                                   |   89 -
 100 files changed, 4642 insertions(+), 3235 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pexpect.git



More information about the Python-modules-commits mailing list