Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the test directory to tests to avoid conflicts with the stdlib test ↵ | Ned Batchelder | 2013-02-02 | 1 | -71/+0 |
| | | | | package. | ||||
* | A bunch more places where a file close should be in a finally clause. | Ned Batchelder | 2011-01-30 | 1 | -2/+4 |
| | |||||
* | version_info is a nicer way to check Python versions than hexversion is. | Ned Batchelder | 2009-12-13 | 1 | -1/+1 |
| | |||||
* | Massive eol whitespace clean-up. | Ned Batchelder | 2009-12-02 | 1 | -3/+3 |
| | |||||
* | Comment things | Ned Batchelder | 2009-11-23 | 1 | -2/+4 |
| | |||||
* | A Linux implementation of process_ram | Ned Batchelder | 2009-11-23 | 1 | -0/+27 |
| | |||||
* | Add a test for leaking memory in the C extension. Windows only for now, ↵ | Ned Batchelder | 2009-11-22 | 1 | -0/+40 |
kind of experimental. |