| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | There's no distinction among 'user', 'group' and 'world' permissions | Tim Peters | 2002-08-09 | 1 | -2/+14 |
| | | | | | | on Win32, so tests that assume there are such distinctions can't pass. Fiddled them to work. | ||||
| * | Whitespace normalization. | Tim Peters | 2002-08-09 | 1 | -2/+2 |
| | | |||||
| * | Check-in of the most essential parts of SF 589982 (tempfile.py | Guido van Rossum | 2002-08-09 | 1 | -7/+704 |
| | | | | | | | | | rewrite, by Zack Weinberg). This replaces most code in tempfile.py (please review!!!) and adds extensive unit tests for it. This will cause some warnings in the test suite; I'll check those in soon, and also the docs. | ||||
| * | SF bug #476138: tempfile behavior across platforms | Tim Peters | 2001-10-29 | 1 | -0/+10 |
| Ensure that a tempfile can be closed any number of times without error. This wasn't true on Windows. | |||||
