Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove separate top-level modules | Thomas Kluyver | 2015-09-09 | 1 | -1/+0 |
| | | | | | These were deprecated in 3.x, moving them into the Pexpect package. This removes them entirely for 4.x. | ||||
* | We must specify lower-bound for ptyprocess | Jeff Quast | 2015-04-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Problem: - user installs pexpect==3.2 and ptyprocess==0.4 - change is made to ptyprocess, 0.5 is available - change is made to pexpect, 4.0 is available - user wishes to upgrade, issues "pip install --upgrade pexpect" - the current version of ptyprocess (0.4) remains installed. Solution: - Specify lowerbound '>=0.5' to ensure that existing pexpect installations receive new version of ptyprocess. | ||||
* | Get version without importing pexpect | Thomas Kluyver | 2014-11-23 | 1 | -2/+11 |
| | |||||
* | Start adapting pexpect to use ptyprocess | Thomas Kluyver | 2014-11-23 | 1 | -0/+1 |
| | |||||
* | Add long description (copied part of README)3.2 | Thomas Kluyver | 2014-04-14 | 1 | -0/+17 |
| | |||||
* | Fix Trove classifiers to allow PyPI upload | Thomas Kluyver | 2013-11-11 | 1 | -2/+3 |
| | |||||
* | Update authors in setup.py | Thomas Kluyver | 2013-10-27 | 1 | -2/+2 |
| | |||||
* | Update setup.py | Thomas Kluyver | 2013-10-26 | 1 | -5/+7 |
| | |||||
* | pexpect is now a package | Thomas Kluyver | 2013-09-25 | 1 | -1/+2 |
| | |||||
* | Make licenses in setup.py match license on files. | Thomas Kluyver | 2013-09-17 | 1 | -2/+2 |
| | |||||
* | Use regular setup.py script | Thomas Kluyver | 2013-09-17 | 1 | -0/+34 |