Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use xrange on py2k and range on py3k | Ned Batchelder | 2009-10-05 | 1 | -0/+7 |
* | Working toward reading source from eggs, but this isn't right on Py3k yet. | Ned Batchelder | 2009-09-29 | 1 | -1/+2 |
* | The best way to get py3k support: same source runs on both, with some contort... | Ned Batchelder | 2009-09-22 | 1 | -38/+39 |
* | Remove stray comment | Ned Batchelder | 2009-08-09 | 1 | -1/+0 |
* | Py3k: some output is bytes instead of string, so convert since it doesn't mat... | Ned Batchelder | 2009-07-09 | 1 | -2/+9 |
* | Have the tests use the script explicitly until I can figure out how to instal... | Ned Batchelder | 2009-07-09 | 1 | -1/+7 |
* | Py3k: unify subprocess and popen4. | Ned Batchelder | 2009-07-08 | 1 | -0/+27 |
* | Move the backward-compatibility definitions to a common file. There seems to ... | Ned Batchelder | 2009-07-03 | 1 | -0/+24 |