[Python-modules-commits] [pexpect] 02/04: Merge tag 'upstream/4.2.0'

Tobias Hansen thansen at moszumanska.debian.org
Thu Aug 11 08:16:00 UTC 2016


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

thansen pushed a commit to branch master
in repository pexpect.

commit 083673e72c20fcd6d3344449c581e8a1bffbb513
Merge: abf62b8 08b9657
Author: Tobias Hansen <thansen at debian.org>
Date:   Wed Aug 10 14:20:05 2016 +0100

    Merge tag 'upstream/4.2.0'
    
    Upstream version 4.2.0

 .coveragerc                                 |   3 +
 LICENSE                                     |   9 +-
 MANIFEST.in                                 |   6 +
 PKG-INFO                                    |   5 +-
 README.rst                                  |  55 ++++
 doc/commonissues.rst                        |   2 +-
 doc/conf.py                                 |   4 +-
 doc/history.rst                             |  14 +-
 examples/passmass.py                        |   2 +-
 examples/telnet.py                          |  25 ++
 PKG-INFO => pexpect.egg-info/PKG-INFO       |   5 +-
 pexpect.egg-info/SOURCES.txt                | 150 +++++++++++
 pexpect.egg-info/dependency_links.txt       |   1 +
 pexpect.egg-info/requires.txt               |   1 +
 pexpect.egg-info/top_level.txt              |   1 +
 pexpect/__init__.py                         |   2 +-
 pexpect/async.py                            |  10 +-
 pexpect/bashrc.sh                           |   5 +
 pexpect/expect.py                           |   7 +-
 pexpect/fdpexpect.py                        |  30 ++-
 pexpect/pty_spawn.py                        |  92 +++----
 pexpect/pxssh.py                            |   4 +-
 pexpect/spawnbase.py                        |   8 +-
 pexpect/utils.py                            |  47 +++-
 setup.cfg                                   |   9 +
 setup.py                                    |   8 +-
 tests/.coverage.docker-2.local.36578.771124 |   1 +
 tests/.coverage.docker-2.local.36579.455415 |   1 +
 tests/.coverage.docker-2.local.36580.123114 |   1 +
 tests/.coverage.docker-2.local.36581.321253 |   1 +
 tests/.coverage.docker-2.local.38943.357232 |   1 +
 tests/.coverage.docker-2.local.38944.471090 |   1 +
 tests/.coverage.docker-2.local.38945.54089  |   1 +
 tests/.coverage.docker-2.local.38946.82776  |   1 +
 tests/.coverage.docker-2.local.38984.172622 |   1 +
 tests/.coverage.docker-2.local.38985.978020 |   1 +
 tests/.coverage.docker-2.local.38986.928811 |   1 +
 tests/.coverage.docker-2.local.38987.237434 |   1 +
 tests/.coverage.docker-2.local.38991.12925  |   4 +
 tests/.coverage.docker-2.local.38993.581713 |   4 +
 tests/.coverage.docker-2.local.39001.377317 |   2 +
 tests/.coverage.docker-2.local.39003.638674 |   2 +
 tests/.coverage.docker-2.local.39005.280448 |   2 +
 tests/cc.c                                  |   7 +
 tests/log                                   | 380 ++++++++++++++++++++++++++++
 tests/test_async.py                         |   8 +-
 tests/test_delay.py                         |  45 ++++
 tests/test_env.py                           |  93 +++++++
 tests/test_expect.py                        |   2 +-
 tests/test_issue209.py                      |  23 ++
 tests/test_maxcanon.py                      | 176 -------------
 tests/test_misc.py                          |   7 -
 tests/test_repr.py                          |  11 +
 tests/test_socket.py                        | 255 +++++++++++++++++++
 tests/test_which.py                         |  17 ++
 55 files changed, 1285 insertions(+), 270 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