Benedek Racz
|
39cee49272
|
[ADD] echo argument to spawn(); #17 and #18 solved with setecho workaround.
|
2020-01-09 15:02:16 +01:00 |
|
Benedek Racz
|
54515dffb4
|
[FIX] Add workaround for setecho/getecho
|
2020-01-09 11:10:43 +01:00 |
|
Benedek Racz
|
f2822c0d42
|
[CLN] try - finally blocks
|
2019-12-06 20:43:28 +01:00 |
|
Benedek Racz
|
b9ab8d76a0
|
[REM] sendcontrol removed, this was a linux only method
|
2019-12-06 14:10:43 +01:00 |
|
Benedek Racz
|
f3332108a6
|
[FIX]wait simply returns the previously determined exit status, in case of a non alive child; [ADD][TST] add isalive tests
|
2019-12-06 11:05:55 +01:00 |
|
Benedek Racz
|
93c130341f
|
[ADD][TST] console reader test, [REF] clean interact methods
|
2019-12-05 21:52:01 +01:00 |
|
Benedek Racz
|
2e6ac6bc1f
|
[ADD] __enter__ and __exit__ methods; [FIX] iteration; [ADD][TST] test_misc
|
2019-12-05 16:42:49 +01:00 |
|
Benedek Racz
|
888209d2ad
|
[FIX] timeout None for blocking applications; [ADD] argument type assertion in expect_exact
|
2019-11-30 17:46:17 +01:00 |
|
Benedek Racz
|
ca81648eb0
|
[FIX] indent
|
2019-11-29 11:33:40 +01:00 |
|
Benedek Racz
|
063aea8ddf
|
[CLN] replace pexpect -> wexpect
|
2019-11-29 11:29:39 +01:00 |
|
Benedek Racz
|
a10eb6a368
|
[CLN][REM] remove Linux related unused functions
|
2019-11-29 10:30:06 +01:00 |
|
Benedek Racz
|
e04ee4f175
|
[ADD] stop_interact test; [ADD] failure warnings around setecho
|
2019-11-29 10:17:51 +01:00 |
|
Benedek Racz
|
dd759bfc61
|
[FIX] remove sendeof() Linux part
|
2019-11-26 13:53:03 +01:00 |
|
Benedek Racz
|
86fcf06410
|
[CLN][REM] remove unused codes of unused platforms.
|
2019-11-24 20:16:06 +01:00 |
|
Benedek Racz
|
9e5ea85d7d
|
[ADD] deprecation warning to exception get_trace; add run testcase
|
2019-11-24 20:05:46 +01:00 |
|
Benedek Racz
|
a475843c1d
|
[CLN] Merge, then remove swawn_unix object
|
2019-11-22 21:24:44 +01:00 |
|
Benedek Racz
|
df208413c6
|
[CLN][REM] Remove unused functions 03
|
2019-11-22 20:48:43 +01:00 |
|
Benedek Racz
|
c8c8922dda
|
[CLN][REM] Remove unused functions 02
|
2019-11-22 20:35:54 +01:00 |
|
Benedek Racz
|
7dd77eadcb
|
[CLN][REM] Remove Linux-only public methods. (use pexpect on Linux)
|
2019-11-22 09:31:47 +01:00 |
|
Benedek Racz
|
f9b6ee08a4
|
[ADD] no cover pragmas; faster descrutor test
|
2019-11-14 16:16:29 +01:00 |
|
Benedek Racz
|
c1e81b3a69
|
[FIX] workaround for #14 and #3
|
2019-11-14 12:45:10 +01:00 |
|
Benedek Racz
|
3484a98cdc
|
[MRG] #10 merged to test
|
2019-11-04 14:52:39 +01:00 |
|
Benedek Racz
|
9ce8421316
|
[FIX] Refactored readConsole() fixes issue #10.
|
2019-11-01 16:43:43 +01:00 |
|
Benedek Racz
|
9b298815c9
|
[FIX] First fix of #i10: Using Floor division in getPoint()
|
2019-10-31 10:14:29 +01:00 |
|
Benedek Racz
|
0f2467f30c
|
[FIX] switchTo and add swithcBack
|
2019-10-08 11:40:47 +02:00 |
|
Benedek Racz
|
0b1dec9535
|
[FIX] add EOF exception into switchto
|
2019-10-08 11:32:09 +02:00 |
|
Benedek Racz
|
8f1aeb7da8
|
starting new branch for issue #8; [FIX] removing handling of non-handled exception from switchTo()
|
2019-10-07 16:57:56 +02:00 |
|
Benedek Racz
|
2c978c6564
|
[ADD] more tests, and more deprecated warnings
|
2019-10-04 13:26:36 +02:00 |
|
Benedek Racz
|
a338f1fad7
|
[CLN] ADD more deprecation warning; [ADD] readline testcase
|
2019-10-04 11:18:52 +02:00 |
|
Benedek Racz
|
d85f9b3d49
|
[FIX] getPoint; [ADD] more detailed reproduce script
|
2019-10-03 21:59:04 +02:00 |
|
Benedek Racz
|
2cca9aa5f2
|
[CLN] Add deprecation warning to tell the end of linux support
|
2019-10-01 17:19:05 +02:00 |
|
Benedek Racz
|
016a674bf7
|
[ADD] issues folder for active issues
|
2019-09-24 15:00:14 +02:00 |
|
Benedek Racz
|
89001c1c5f
|
[FIX] fix issue #6. Debug print remained in the write process
|
2019-09-19 15:26:01 +02:00 |
|
Benedek Racz
|
813a462475
|
[FIX] python example issue: #7, [TEST] appveyor codecov
|
2019-09-05 17:51:27 +02:00 |
|
Benedek Racz
|
adc181bff7
|
[REF] refactor init functions
|
2019-09-05 09:47:35 +02:00 |
|
Benedek Racz
|
58f64d39fa
|
[FIX] Deprecation of the time.clock()
|
2019-09-04 12:58:38 +02:00 |
|
Benedek Racz
|
d3caa273d6
|
[FIX] TEST of test_command_list_split, escape character change; [FIX] process killing. Based on issue: Pywin32-224 TerminateProcess Function Moved #5
|
2019-07-29 11:49:39 +02:00 |
|
Benedek Racz
|
01898e5087
|
[FIX] Windows escape characters
|
2019-05-13 13:06:56 +02:00 |
|
Benedek Racz
|
2a38f946ce
|
[FIX] removing debug print from wexpect; [UDT] cmd example, double backslash needed.
|
2019-05-05 23:05:00 +02:00 |
|
Benedek Racz
|
a5815fa4a8
|
[FIX] command and args now can be given in one string
|
2019-05-05 15:49:28 +02:00 |
|
Benedek Racz
|
75042b1658
|
[UDT] examples to python3; [FIX] which command uses shutils.which
|
2019-05-04 18:58:46 +02:00 |
|
Benedek Racz
|
8b7042abd4
|
[FIX] remove bytes encoding: use str everywhere; [STS] cmd.py passes
|
2019-05-02 15:37:04 +02:00 |
|
Benedek Racz
|
42d508c916
|
2to3 runned
|
2019-05-02 14:29:01 +02:00 |
|
Benedek Racz
|
c4dad1defc
|
[ADD] coherent versions using pbr
|
2019-04-30 15:57:27 +02:00 |
|
Benedek Racz
|
82326f0a85
|
[ADD] common versioning
|
2019-04-30 11:38:49 +02:00 |
|
Benedek Racz
|
af8f24421b
|
[CLN] Replace wildcard imports to standard import
|
2019-04-30 11:26:31 +02:00 |
|
Benedek Racz
|
d6a8cc5e57
|
[UDT] updated wexpect with a working one
|
2019-04-24 15:11:09 +02:00 |
|
Jeff Wright
|
2a12565850
|
Added in wexpect.py to repo
|
2014-12-29 10:46:20 -05:00 |
|