[Lldb-commits] [PATCH] D59159: [third-party] Update pexpect to 4.6.

Davide Italiano via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 12 13:42:46 PDT 2019


This revision was not accepted when it landed; it landed in state "Needs Revision".
This revision was automatically updated to reflect the committed changes.
Closed by commit rLLDB355967: [third-party] Update pexpect to 4.6. (authored by davide, committed by ).
Herald added a project: LLDB.

Changed prior to commit:
  https://reviews.llvm.org/D59159?vs=189940&id=190322#toc

Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59159/new/

https://reviews.llvm.org/D59159

Files:
  third_party/Python/module/pexpect-2.4/ANSI.py
  third_party/Python/module/pexpect-2.4/FSM.py
  third_party/Python/module/pexpect-2.4/INSTALL
  third_party/Python/module/pexpect-2.4/LICENSE
  third_party/Python/module/pexpect-2.4/PKG-INFO
  third_party/Python/module/pexpect-2.4/README
  third_party/Python/module/pexpect-2.4/doc/clean.css
  third_party/Python/module/pexpect-2.4/doc/email.png
  third_party/Python/module/pexpect-2.4/doc/examples.html
  third_party/Python/module/pexpect-2.4/doc/index.html
  third_party/Python/module/pexpect-2.4/doc/index.template.html
  third_party/Python/module/pexpect-2.4/examples/README
  third_party/Python/module/pexpect-2.4/examples/astat.py
  third_party/Python/module/pexpect-2.4/examples/bd_client.py
  third_party/Python/module/pexpect-2.4/examples/bd_serv.py
  third_party/Python/module/pexpect-2.4/examples/cgishell.cgi
  third_party/Python/module/pexpect-2.4/examples/chess.py
  third_party/Python/module/pexpect-2.4/examples/chess2.py
  third_party/Python/module/pexpect-2.4/examples/chess3.py
  third_party/Python/module/pexpect-2.4/examples/df.py
  third_party/Python/module/pexpect-2.4/examples/fix_cvs_files.py
  third_party/Python/module/pexpect-2.4/examples/ftp.py
  third_party/Python/module/pexpect-2.4/examples/hive.py
  third_party/Python/module/pexpect-2.4/examples/monitor.py
  third_party/Python/module/pexpect-2.4/examples/passmass.py
  third_party/Python/module/pexpect-2.4/examples/python.py
  third_party/Python/module/pexpect-2.4/examples/rippy.py
  third_party/Python/module/pexpect-2.4/examples/script.py
  third_party/Python/module/pexpect-2.4/examples/ssh_session.py
  third_party/Python/module/pexpect-2.4/examples/ssh_tunnel.py
  third_party/Python/module/pexpect-2.4/examples/sshls.py
  third_party/Python/module/pexpect-2.4/examples/table_test.html
  third_party/Python/module/pexpect-2.4/examples/topip.py
  third_party/Python/module/pexpect-2.4/examples/uptime.py
  third_party/Python/module/pexpect-2.4/fdpexpect.py
  third_party/Python/module/pexpect-2.4/pexpect.py
  third_party/Python/module/pexpect-2.4/pxssh.py
  third_party/Python/module/pexpect-2.4/screen.py
  third_party/Python/module/pexpect-2.4/setup.py
  third_party/Python/module/pexpect-4.6/.gitignore
  third_party/Python/module/pexpect-4.6/.travis.yml
  third_party/Python/module/pexpect-4.6/DEVELOPERS.rst
  third_party/Python/module/pexpect-4.6/LICENSE
  third_party/Python/module/pexpect-4.6/MANIFEST.in
  third_party/Python/module/pexpect-4.6/README.rst
  third_party/Python/module/pexpect-4.6/doc/FAQ.rst
  third_party/Python/module/pexpect-4.6/doc/Makefile
  third_party/Python/module/pexpect-4.6/doc/api/fdpexpect.rst
  third_party/Python/module/pexpect-4.6/doc/api/index.rst
  third_party/Python/module/pexpect-4.6/doc/api/pexpect.rst
  third_party/Python/module/pexpect-4.6/doc/api/popen_spawn.rst
  third_party/Python/module/pexpect-4.6/doc/api/pxssh.rst
  third_party/Python/module/pexpect-4.6/doc/api/replwrap.rst
  third_party/Python/module/pexpect-4.6/doc/clean.css
  third_party/Python/module/pexpect-4.6/doc/commonissues.rst
  third_party/Python/module/pexpect-4.6/doc/conf.py
  third_party/Python/module/pexpect-4.6/doc/examples.rst
  third_party/Python/module/pexpect-4.6/doc/history.rst
  third_party/Python/module/pexpect-4.6/doc/index.rst
  third_party/Python/module/pexpect-4.6/doc/install.rst
  third_party/Python/module/pexpect-4.6/doc/make.bat
  third_party/Python/module/pexpect-4.6/doc/overview.rst
  third_party/Python/module/pexpect-4.6/doc/requirements.txt
  third_party/Python/module/pexpect-4.6/doc/sphinxext/github.py
  third_party/Python/module/pexpect-4.6/examples/README
  third_party/Python/module/pexpect-4.6/examples/astat.py
  third_party/Python/module/pexpect-4.6/examples/cgishell.cgi
  third_party/Python/module/pexpect-4.6/examples/chess.py
  third_party/Python/module/pexpect-4.6/examples/chess2.py
  third_party/Python/module/pexpect-4.6/examples/chess3.py
  third_party/Python/module/pexpect-4.6/examples/df.py
  third_party/Python/module/pexpect-4.6/examples/ftp.py
  third_party/Python/module/pexpect-4.6/examples/hive.py
  third_party/Python/module/pexpect-4.6/examples/monitor.py
  third_party/Python/module/pexpect-4.6/examples/passmass.py
  third_party/Python/module/pexpect-4.6/examples/python.py
  third_party/Python/module/pexpect-4.6/examples/script.py
  third_party/Python/module/pexpect-4.6/examples/ssh_tunnel.py
  third_party/Python/module/pexpect-4.6/examples/table_test.html
  third_party/Python/module/pexpect-4.6/examples/topip.py
  third_party/Python/module/pexpect-4.6/examples/uptime.py
  third_party/Python/module/pexpect-4.6/notes/my_forkpty.py
  third_party/Python/module/pexpect-4.6/notes/notes.txt
  third_party/Python/module/pexpect-4.6/notes/posixmodule.c.diff
  third_party/Python/module/pexpect-4.6/pexpect/ANSI.py
  third_party/Python/module/pexpect-4.6/pexpect/FSM.py
  third_party/Python/module/pexpect-4.6/pexpect/__init__.py
  third_party/Python/module/pexpect-4.6/pexpect/_async.py
  third_party/Python/module/pexpect-4.6/pexpect/bashrc.sh
  third_party/Python/module/pexpect-4.6/pexpect/exceptions.py
  third_party/Python/module/pexpect-4.6/pexpect/expect.py
  third_party/Python/module/pexpect-4.6/pexpect/fdpexpect.py
  third_party/Python/module/pexpect-4.6/pexpect/popen_spawn.py
  third_party/Python/module/pexpect-4.6/pexpect/pty_spawn.py
  third_party/Python/module/pexpect-4.6/pexpect/pxssh.py
  third_party/Python/module/pexpect-4.6/pexpect/replwrap.py
  third_party/Python/module/pexpect-4.6/pexpect/run.py
  third_party/Python/module/pexpect-4.6/pexpect/screen.py
  third_party/Python/module/pexpect-4.6/pexpect/spawnbase.py
  third_party/Python/module/pexpect-4.6/pexpect/utils.py
  third_party/Python/module/pexpect-4.6/requirements-testing.txt
  third_party/Python/module/pexpect-4.6/setup.cfg
  third_party/Python/module/pexpect-4.6/setup.py
  third_party/Python/module/pexpect-4.6/tests/PexpectTestCase.py
  third_party/Python/module/pexpect-4.6/tests/README
  third_party/Python/module/pexpect-4.6/tests/TESTDATA.txt
  third_party/Python/module/pexpect-4.6/tests/__init__.py
  third_party/Python/module/pexpect-4.6/tests/adhoc.py
  third_party/Python/module/pexpect-4.6/tests/alarm_die.py
  third_party/Python/module/pexpect-4.6/tests/bambi.vt
  third_party/Python/module/pexpect-4.6/tests/depricated_test_filedescriptor.py
  third_party/Python/module/pexpect-4.6/tests/echo_w_prompt.py
  third_party/Python/module/pexpect-4.6/tests/echo_wait.py
  third_party/Python/module/pexpect-4.6/tests/exit1.py
  third_party/Python/module/pexpect-4.6/tests/exit667.c
  third_party/Python/module/pexpect-4.6/tests/fakessh/ssh
  third_party/Python/module/pexpect-4.6/tests/getch.py
  third_party/Python/module/pexpect-4.6/tests/globe.vt
  third_party/Python/module/pexpect-4.6/tests/interact.py
  third_party/Python/module/pexpect-4.6/tests/list100.py
  third_party/Python/module/pexpect-4.6/tests/needs_kill.py
  third_party/Python/module/pexpect-4.6/tests/pexpectTest.py
  third_party/Python/module/pexpect-4.6/tests/platform_checks/CSIGNALTEST/test.c
  third_party/Python/module/pexpect-4.6/tests/platform_checks/README
  third_party/Python/module/pexpect-4.6/tests/platform_checks/check.py
  third_party/Python/module/pexpect-4.6/tests/platform_checks/check2.py
  third_party/Python/module/pexpect-4.6/tests/platform_checks/check_control_terminal.py
  third_party/Python/module/pexpect-4.6/tests/platform_checks/check_handler.py
  third_party/Python/module/pexpect-4.6/tests/platform_checks/check_read.py
  third_party/Python/module/pexpect-4.6/tests/platform_checks/check_signals.py
  third_party/Python/module/pexpect-4.6/tests/qa.py
  third_party/Python/module/pexpect-4.6/tests/sigwinch_report.py
  third_party/Python/module/pexpect-4.6/tests/sleep_for.py
  third_party/Python/module/pexpect-4.6/tests/swapcase_echo.py
  third_party/Python/module/pexpect-4.6/tests/test_FSM.py
  third_party/Python/module/pexpect-4.6/tests/test_ansi.py
  third_party/Python/module/pexpect-4.6/tests/test_async.py
  third_party/Python/module/pexpect-4.6/tests/test_command_list_split.py
  third_party/Python/module/pexpect-4.6/tests/test_constructor.py
  third_party/Python/module/pexpect-4.6/tests/test_ctrl_chars.py
  third_party/Python/module/pexpect-4.6/tests/test_delay.py
  third_party/Python/module/pexpect-4.6/tests/test_destructor.py
  third_party/Python/module/pexpect-4.6/tests/test_dotall.py
  third_party/Python/module/pexpect-4.6/tests/test_env.py
  third_party/Python/module/pexpect-4.6/tests/test_expect.py
  third_party/Python/module/pexpect-4.6/tests/test_filedescriptor.py
  third_party/Python/module/pexpect-4.6/tests/test_interact.py
  third_party/Python/module/pexpect-4.6/tests/test_isalive.py
  third_party/Python/module/pexpect-4.6/tests/test_log.py
  third_party/Python/module/pexpect-4.6/tests/test_misc.py
  third_party/Python/module/pexpect-4.6/tests/test_missing_command.py
  third_party/Python/module/pexpect-4.6/tests/test_performance.py
  third_party/Python/module/pexpect-4.6/tests/test_pickling.py
  third_party/Python/module/pexpect-4.6/tests/test_popen_spawn.py
  third_party/Python/module/pexpect-4.6/tests/test_pxssh.py
  third_party/Python/module/pexpect-4.6/tests/test_replwrap.py
  third_party/Python/module/pexpect-4.6/tests/test_repr.py
  third_party/Python/module/pexpect-4.6/tests/test_run.py
  third_party/Python/module/pexpect-4.6/tests/test_run_out_of_pty.py
  third_party/Python/module/pexpect-4.6/tests/test_screen.py
  third_party/Python/module/pexpect-4.6/tests/test_socket.py
  third_party/Python/module/pexpect-4.6/tests/test_timeout_pattern.py
  third_party/Python/module/pexpect-4.6/tests/test_unicode.py
  third_party/Python/module/pexpect-4.6/tests/test_which.py
  third_party/Python/module/pexpect-4.6/tests/test_winsize.py
  third_party/Python/module/pexpect-4.6/tests/tetris.data
  third_party/Python/module/pexpect-4.6/tests/ticker.py
  third_party/Python/module/pexpect-4.6/tests/torturet.vt
  third_party/Python/module/pexpect-4.6/tests/utils.py
  third_party/Python/module/pexpect-4.6/tools/display-fpathconf.py
  third_party/Python/module/pexpect-4.6/tools/display-maxcanon.py
  third_party/Python/module/pexpect-4.6/tools/display-sighandlers.py
  third_party/Python/module/pexpect-4.6/tools/display-terminalinfo.py
  third_party/Python/module/pexpect-4.6/tools/teamcity-coverage-report.sh
  third_party/Python/module/pexpect-4.6/tools/teamcity-runtests.sh
  third_party/Python/module/ptyprocess-0.6.0/.gitignore
  third_party/Python/module/ptyprocess-0.6.0/.travis.yml
  third_party/Python/module/ptyprocess-0.6.0/LICENSE
  third_party/Python/module/ptyprocess-0.6.0/README.rst
  third_party/Python/module/ptyprocess-0.6.0/docs/Makefile
  third_party/Python/module/ptyprocess-0.6.0/docs/api.rst
  third_party/Python/module/ptyprocess-0.6.0/docs/conf.py
  third_party/Python/module/ptyprocess-0.6.0/docs/images/pty_vs_popen.png
  third_party/Python/module/ptyprocess-0.6.0/docs/images/pty_vs_popen.svg
  third_party/Python/module/ptyprocess-0.6.0/docs/index.rst
  third_party/Python/module/ptyprocess-0.6.0/ptyprocess/__init__.py
  third_party/Python/module/ptyprocess-0.6.0/ptyprocess/_fork_pty.py
  third_party/Python/module/ptyprocess-0.6.0/ptyprocess/ptyprocess.py
  third_party/Python/module/ptyprocess-0.6.0/ptyprocess/util.py
  third_party/Python/module/ptyprocess-0.6.0/pyproject.toml
  third_party/Python/module/ptyprocess-0.6.0/readthedocs.yml
  third_party/Python/module/ptyprocess-0.6.0/tests/__init__.py
  third_party/Python/module/ptyprocess-0.6.0/tests/test_echo.py
  third_party/Python/module/ptyprocess-0.6.0/tests/test_invalid_binary.py
  third_party/Python/module/ptyprocess-0.6.0/tests/test_preexec_fn.py
  third_party/Python/module/ptyprocess-0.6.0/tests/test_spawn.py
  third_party/Python/module/ptyprocess-0.6.0/tests/test_wait.py





More information about the lldb-commits mailing list