| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump version numbers for release candidate 33.0rc3 | Thomas Kluyver | 2013-11-04 | 2 | -2/+2 |
| | | |||||
| * | Use PYTHONIOENCODING=utf-8 for tests. | Thomas Kluyver | 2013-11-04 | 1 | -0/+1 |
| | | | | | Closes gh-22 | ||||
| * | Make test_sighup robust against a parent process ignoring SIGHUP | Thomas Kluyver | 2013-11-04 | 1 | -16/+33 |
| | | | | | | | Fedora build machines call signal.signal(signal.SIGHUP, signal.SIG_IGN) as part of daemonizing, but this test needs the child process to use the default signal handler. | ||||
| * | Bump version numbers for release candidate 23.0rc2 | Thomas Kluyver | 2013-10-28 | 2 | -2/+2 |
| | | |||||
| * | Exclude byte-compiled files and editor backups from source dist | Thomas Kluyver | 2013-10-28 | 1 | -0/+1 |
| | | |||||
| * | Reorder doc index | Thomas Kluyver | 2013-10-27 | 1 | -1/+1 |
| | | |||||
| * | backport changes from performing diff of 2.3->2.4 | jquast | 2013-10-27 | 1 | -0/+6 |
| | | |||||
| * | merge old_changes.html into history.rst, closes #19 | jquast | 2013-10-27 | 2 | -283/+95 |
| | | |||||
| * | stylize delaybeforesend as code, ls as italic | jquast | 2013-10-27 | 1 | -3/+3 |
| | | |||||
| * | stylize `before' and `after' property references | jquast | 2013-10-27 | 1 | -4/+4 |
| | | |||||
| * | fixed-formatted probably intended here | jquast | 2013-10-27 | 1 | -2/+2 |
| | | |||||
| * | put commonissues into index, previously missinG | jquast | 2013-10-27 | 1 | -0/+1 |
| | | |||||
| * | Escape `*', previously rendered as bad anchor | jquast | 2013-10-27 | 1 | -1/+1 |
| | | |||||
| * | bring ftp in overview up-to-date | jquast | 2013-10-27 | 1 | -1/+3 |
| | | | | | | | previous one fails to work as intended, OpenBSD's ftp site has changed, since. This also changes local working directory to /tmp, just in case. | ||||
| * | Fix silly mistake from previous commit | Thomas Kluyver | 2013-10-27 | 1 | -2/+2 |
| | | |||||
| * | Update version number for 3.0rc13.0rc1 | Thomas Kluyver | 2013-10-27 | 2 | -3/+3 |
| | | |||||
| * | Correct test for stack trace munging | Thomas Kluyver | 2013-10-27 | 1 | -1/+1 |
| | | |||||
| * | Update authors in setup.py | Thomas Kluyver | 2013-10-27 | 1 | -2/+2 |
| | | |||||
| * | Update setup.py | Thomas Kluyver | 2013-10-26 | 1 | -5/+7 |
| | | |||||
| * | Document reorganisation into a package | Thomas Kluyver | 2013-10-26 | 2 | -0/+6 |
| | | |||||
| * | Simplify pexpect.psh | Thomas Kluyver | 2013-10-26 | 2 | -42/+7 |
| | | |||||
| * | Don't include built docs in source tarball | Thomas Kluyver | 2013-10-25 | 1 | -0/+1 |
| | | |||||
| * | Merge pull request #16 from pexpect/coveralls | Thomas Kluyver | 2013-10-22 | 19 | -69/+238 |
| |\ | | | | | Coveralls | ||||
| | * | Simplify FSM running example | Thomas Kluyver | 2013-10-21 | 1 | -12/+1 |
| | | | |||||
| | * | Test and cleanup of pexpect.psh | Thomas Kluyver | 2013-10-21 | 4 | -31/+45 |
| | | | |||||
| | * | Add test for pxssh module | Thomas Kluyver | 2013-10-21 | 3 | -1/+62 |
| | | | |||||
| | * | Add simple test for pexpect.FSM | Thomas Kluyver | 2013-10-21 | 2 | -2/+38 |
| | | | |||||
| | * | Test forcing termination (SIGKILL) | Thomas Kluyver | 2013-10-21 | 2 | -1/+19 |
| | | | |||||
| | * | Test and fix getting tracebacks excluding pexpect code | Thomas Kluyver | 2013-10-21 | 2 | -17/+12 |
| | | | |||||
| | * | Test our own pty fork implementation | Thomas Kluyver | 2013-10-21 | 1 | -0/+11 |
| | | | |||||
| | * | Add test for wait() on process terminated by signal | Thomas Kluyver | 2013-10-21 | 2 | -1/+15 |
| | | | |||||
| | * | No coverage for import failure | Thomas Kluyver | 2013-10-21 | 1 | -1/+1 |
| | | | |||||
| | * | Fix coveralls upload | Thomas Kluyver | 2013-10-21 | 1 | -2/+2 |
| | | | |||||
| | * | Combine coverage data for coveralls | Thomas Kluyver | 2013-10-21 | 1 | -0/+1 |
| | | | |||||
| | * | Measure code coverage in interact tests | Thomas Kluyver | 2013-10-20 | 5 | -1/+21 |
| | | | |||||
| | * | Skip test relying on deterministic garbage collection if not on CPython | Thomas Kluyver | 2013-10-18 | 1 | -0/+4 |
| | | | |||||
| | * | Install PyYAML from apt, should be quicker | Thomas Kluyver | 2013-10-14 | 1 | -3/+4 |
| | | | |||||
| | * | Run tests using coverage | Thomas Kluyver | 2013-10-14 | 1 | -1/+1 |
| | | | |||||
| | * | Enable coveralls coverage monitoring | Thomas Kluyver | 2013-10-14 | 2 | -1/+6 |
| | | | |||||
| * | | Remove old HTML docs | Thomas Kluyver | 2013-10-21 | 7 | -1004/+407 |
| |/ | |||||
| * | Longer search window for performance tests. | Thomas Kluyver | 2013-10-14 | 1 | -2/+2 |
| | | | | | len("100000\r\n>>> ") > 10 | ||||
| * | Update version numbers for 3.0 beta 23.0b2 | Thomas Kluyver | 2013-10-09 | 2 | -2/+2 |
| | | |||||
| * | Merge pull request #13 from pexpect/mac-test-readlines | Thomas Kluyver | 2013-10-09 | 2 | -3/+5 |
| |\ | | | | | Mac test readlines | ||||
| | * | Fix another possible test failuremac-test-readlines | Thomas Kluyver | 2013-10-09 | 1 | -0/+1 |
| | | | |||||
| | * | Call readlines() before stdout is discarded | Thomas Kluyver | 2013-10-09 | 1 | -3/+4 |
| | | | | | | | | | Closes gh-12 (hopefully) | ||||
| * | | Merge pull request #5 from myint/python3 | Thomas Kluyver | 2013-10-09 | 21 | -437/+582 |
| |\ \ | | | | | | | Add some Python 3 support to the examples | ||||
| | * | | Update John Malkovich too | Steven Myint | 2013-10-08 | 1 | -3/+3 |
| | | | | |||||
| | * | | Add note about unicode_literals and spawnu | Steven Myint | 2013-10-08 | 3 | -1/+14 |
| | | | | |||||
| | * | | Avoid "spawnu" to match pxssh interface | Steven Myint | 2013-10-07 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | It looks like no one ever tested the ssh case, as "use_localhost" was not even defined in the "False" case. | ||||
| | * | | Use unicode literals | Steven Myint | 2013-10-07 | 1 | -2/+2 |
| | | | | |||||
