| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix Windows buildbot failures after r66469. | Antoine Pitrou | 2008-09-15 | 1 | -1/+2 |
|
|
* | Issue #3782: os.write() must not accept unicode strings | Antoine Pitrou | 2008-09-15 | 1 | -1/+23 |
|
|
* | Issue #3804: Added test for Issue #2222. | Hirokazu Yamamoto | 2008-09-08 | 1 | -0/+7 |
|
|
* | Reverted r65901 and uses GetVolumeInformationW because string in py3k is unic... | Hirokazu Yamamoto | 2008-08-20 | 1 | -6/+2 |
|
|
* | Merged revisions 65900 via svnmerge from | Hirokazu Yamamoto | 2008-08-20 | 1 | -5/+8 |
|
|
* | Merged revisions 65780,65782,65785,65809,65812,65834,65846,65859,65861 via sv... | Benjamin Peterson | 2008-08-19 | 1 | -1/+1 |
|
|
* | #3571: try to fix recurrent buildbot failures by strenghtening test_os.test_c... | Antoine Pitrou | 2008-08-16 | 1 | -3/+20 |
|
|
* | posix.fdopen does not exists any more; and os.fdopen exists on all platforms. | Amaury Forgeot d'Arc | 2008-08-01 | 1 | -0/+10 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -34/+34 |
|
|
* | Merged revisions 63339 via svnmerge from | Brett Cannon | 2008-05-16 | 1 | -10/+6 |
|
|
* | Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,... | Christian Heimes | 2008-03-16 | 1 | -0/+108 |
|
|
* | Merged revisions 60094-60123 via svnmerge from | Christian Heimes | 2008-01-20 | 1 | -0/+5 |
|
|
* | Added unit test to verify that #1087 is invalid. os.popen is using subprocess. | Christian Heimes | 2007-11-08 | 1 | -0/+9 |
|
|
* | Fixed unit tests for os.environ. Some of the tests didn't test at all because... | Christian Heimes | 2007-11-01 | 1 | -6/+16 |
|
|
* | Patch 1318 by Christian Heimes: remove os.tmpnam(), os.tempnam(), | Guido van Rossum | 2007-10-25 | 1 | -74/+0 |
|
|
* | Merged revisions 57620-57771 via svnmerge from | Thomas Wouters | 2007-08-30 | 1 | -4/+14 |
|
|
* | Calling execvp with an empty argument list raises ValueError, but we | Thomas Heller | 2007-08-30 | 1 | -1/+1 |
|
|
* | Forbid an empty argument list in execv call. | Thomas Heller | 2007-08-30 | 1 | -0/+3 |
|
|
* | More str/bytes fixes. | Guido van Rossum | 2007-08-27 | 1 | -2/+2 |
|
|
* | Patch by Christian Heimes to change self.assert_(x == y) into | Guido van Rossum | 2007-07-11 | 1 | -1/+1 |
|
|
* | Following an idea by Ron Adam, make sure keys and values in the | Guido van Rossum | 2007-06-13 | 1 | -0/+7 |
|
|
* | Make test_tmpfile() pass. (And hence test_os.py as a whole passes.) | Guido van Rossum | 2007-06-13 | 1 | -2/+2 |
|
|
* | Merged revisions 55631-55794 via svnmerge from | Guido van Rossum | 2007-06-06 | 1 | -6/+8 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -20/+58 |
|
|
* | Make readonly members defined in C throw an AttributeError on modification. T... | Collin Winter | 2007-03-28 | 1 | -2/+2 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -1/+1 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -0/+17 |
|
|
* | Anna Ravenscroft identified many occurrences of "file" used to open a file | Alex Martelli | 2006-08-24 | 1 | -3/+3 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -0/+14 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -1/+29 |
|
|
* | Avoid using items() in environ.update(). Fixes #1124513. | Martin v. Löwis | 2005-02-17 | 1 | -1/+1 |
|
|
* | Revert os.py 1.75, and directly implement update. | Martin v. Löwis | 2005-01-29 | 1 | -0/+7 |
|
|
* | Truncate st_?time before comparing it with ST_?TIME in the tests. | Martin v. Löwis | 2005-01-23 | 1 | -1/+5 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-08-29 | 1 | -1/+1 |
|
|
* | Patch #934711: Expose platform-specific entropy. | Martin v. Löwis | 2004-08-29 | 1 | -0/+11 |
|
|
* | test_devnull(): Use assertEqual() instead of an assert stmt. | Tim Peters | 2004-06-08 | 1 | -1/+1 |
|
|
* | Feature request #935915: Add os.path.devnull. | Martin v. Löwis | 2004-06-08 | 1 | -0/+9 |
|
|
* | Rename class attribute containing the class to be tested, so the name is the | Walter Dörwald | 2004-06-02 | 1 | -1/+1 |
|
|
* | Port the dictionary tests from test_types.py to unittest. Collect as much | Walter Dörwald | 2004-05-31 | 1 | -2/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-01-18 | 1 | -3/+3 |
|
|
* | As part of fixing bug #829532, add a test case that exercises os.makedirs | Andrew M. Kuchling | 2003-12-23 | 1 | -1/+36 |
|
|
* | Fix a bunch of typos in documentation, docstrings and comments. | Walter Dörwald | 2003-10-20 | 1 | -1/+1 |
|
|
* | Combine the functionality of test_support.run_unittest() | Walter Dörwald | 2003-05-01 | 1 | -24/+25 |
|
|
* | SF bug 728097: tmpnam problems on windows 2.3b, breaks test.test_os. | Tim Peters | 2003-04-28 | 1 | -1/+22 |
|
|
* | Factor out common boilerplate for test_support | Raymond Hettinger | 2003-04-27 | 1 | -9/+5 |
|
|
* | New generator os.walk() does a bit more than os.path.walk() does, and | Tim Peters | 2003-04-25 | 1 | -3/+85 |
|
|
* | SF patch #667730: More DictMixin | Raymond Hettinger | 2003-03-09 | 1 | -0/+18 |
|
|
* | Standardize behavior: create a single suite merging all test cases. | Guido van Rossum | 2002-08-22 | 1 | -3/+5 |
|
|
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
|
|
* | Patch #488073: AtheOS port. | Martin v. Löwis | 2002-06-11 | 1 | -1/+7 |
|
|