summaryrefslogtreecommitdiff
path: root/test/osinfo.py
Commit message (Collapse)AuthorAgeFilesLines
* Move the test directory to tests to avoid conflicts with the stdlib test ↵Ned Batchelder2013-02-021-71/+0
| | | | package.
* A bunch more places where a file close should be in a finally clause.Ned Batchelder2011-01-301-2/+4
|
* version_info is a nicer way to check Python versions than hexversion is.Ned Batchelder2009-12-131-1/+1
|
* Massive eol whitespace clean-up.Ned Batchelder2009-12-021-3/+3
|
* Comment thingsNed Batchelder2009-11-231-2/+4
|
* A Linux implementation of process_ramNed Batchelder2009-11-231-0/+27
|
* Add a test for leaking memory in the C extension. Windows only for now, ↵Ned Batchelder2009-11-221-0/+40
kind of experimental.