summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump version numbers for release candidate 33.0rc3Thomas Kluyver2013-11-042-2/+2
|
* Use PYTHONIOENCODING=utf-8 for tests.Thomas Kluyver2013-11-041-0/+1
| | | | Closes gh-22
* Make test_sighup robust against a parent process ignoring SIGHUPThomas Kluyver2013-11-041-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.0rc2Thomas Kluyver2013-10-282-2/+2
|
* Exclude byte-compiled files and editor backups from source distThomas Kluyver2013-10-281-0/+1
|
* Reorder doc indexThomas Kluyver2013-10-271-1/+1
|
* backport changes from performing diff of 2.3->2.4jquast2013-10-271-0/+6
|
* merge old_changes.html into history.rst, closes #19jquast2013-10-272-283/+95
|
* stylize delaybeforesend as code, ls as italicjquast2013-10-271-3/+3
|
* stylize `before' and `after' property referencesjquast2013-10-271-4/+4
|
* fixed-formatted probably intended herejquast2013-10-271-2/+2
|
* put commonissues into index, previously missinGjquast2013-10-271-0/+1
|
* Escape `*', previously rendered as bad anchorjquast2013-10-271-1/+1
|
* bring ftp in overview up-to-datejquast2013-10-271-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 commitThomas Kluyver2013-10-271-2/+2
|
* Update version number for 3.0rc13.0rc1Thomas Kluyver2013-10-272-3/+3
|
* Correct test for stack trace mungingThomas Kluyver2013-10-271-1/+1
|
* Update authors in setup.pyThomas Kluyver2013-10-271-2/+2
|
* Update setup.pyThomas Kluyver2013-10-261-5/+7
|
* Document reorganisation into a packageThomas Kluyver2013-10-262-0/+6
|
* Simplify pexpect.pshThomas Kluyver2013-10-262-42/+7
|
* Don't include built docs in source tarballThomas Kluyver2013-10-251-0/+1
|
* Merge pull request #16 from pexpect/coverallsThomas Kluyver2013-10-2219-69/+238
|\ | | | | Coveralls
| * Simplify FSM running exampleThomas Kluyver2013-10-211-12/+1
| |
| * Test and cleanup of pexpect.pshThomas Kluyver2013-10-214-31/+45
| |
| * Add test for pxssh moduleThomas Kluyver2013-10-213-1/+62
| |
| * Add simple test for pexpect.FSMThomas Kluyver2013-10-212-2/+38
| |
| * Test forcing termination (SIGKILL)Thomas Kluyver2013-10-212-1/+19
| |
| * Test and fix getting tracebacks excluding pexpect codeThomas Kluyver2013-10-212-17/+12
| |
| * Test our own pty fork implementationThomas Kluyver2013-10-211-0/+11
| |
| * Add test for wait() on process terminated by signalThomas Kluyver2013-10-212-1/+15
| |
| * No coverage for import failureThomas Kluyver2013-10-211-1/+1
| |
| * Fix coveralls uploadThomas Kluyver2013-10-211-2/+2
| |
| * Combine coverage data for coverallsThomas Kluyver2013-10-211-0/+1
| |
| * Measure code coverage in interact testsThomas Kluyver2013-10-205-1/+21
| |
| * Skip test relying on deterministic garbage collection if not on CPythonThomas Kluyver2013-10-181-0/+4
| |
| * Install PyYAML from apt, should be quickerThomas Kluyver2013-10-141-3/+4
| |
| * Run tests using coverageThomas Kluyver2013-10-141-1/+1
| |
| * Enable coveralls coverage monitoringThomas Kluyver2013-10-142-1/+6
| |
* | Remove old HTML docsThomas Kluyver2013-10-217-1004/+407
|/
* Longer search window for performance tests.Thomas Kluyver2013-10-141-2/+2
| | | | len("100000\r\n>>> ") > 10
* Update version numbers for 3.0 beta 23.0b2Thomas Kluyver2013-10-092-2/+2
|
* Merge pull request #13 from pexpect/mac-test-readlinesThomas Kluyver2013-10-092-3/+5
|\ | | | | Mac test readlines
| * Fix another possible test failuremac-test-readlinesThomas Kluyver2013-10-091-0/+1
| |
| * Call readlines() before stdout is discardedThomas Kluyver2013-10-091-3/+4
| | | | | | | | Closes gh-12 (hopefully)
* | Merge pull request #5 from myint/python3Thomas Kluyver2013-10-0921-437/+582
|\ \ | | | | | | Add some Python 3 support to the examples
| * | Update John Malkovich tooSteven Myint2013-10-081-3/+3
| | |
| * | Add note about unicode_literals and spawnuSteven Myint2013-10-083-1/+14
| | |
| * | Avoid "spawnu" to match pxssh interfaceSteven Myint2013-10-071-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 literalsSteven Myint2013-10-071-2/+2
| | |