| Commit message (Expand) | Author | Age | Files | Lines |
* | os.popen().close() returns None on success, not 0... | Charles-Fran?ois Natali | 2012-05-02 | 1 | -1/+1 |
* | Issue #14698: Make test_posix more robust when the current UID doesn't have an | Charles-Fran?ois Natali | 2012-05-02 | 1 | -2/+7 |
* | Issue #5113: Fix a test_posix failure on HP-UX, where non-root users can | Charles-Fran?ois Natali | 2012-04-17 | 1 | -2/+9 |
* | Issue #8746: Use tempfile module to get tempdir and randomize the | Ned Deily | 2011-07-26 | 1 | -1/+3 |
* | Issue #8746: Correct faulty configure checks so that os.chflags() and | Ned Deily | 2011-06-28 | 1 | -12/+47 |
* | Issue #10822: Fix test_posix:test_getgroups failure under Solaris. Patch | Antoine Pitrou | 2011-01-12 | 1 | -1/+4 |
* | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -1/+1 |
* | Issue #9581: Fix non-working PosixGroupsTester test case | Antoine Pitrou | 2010-09-04 | 1 | -8/+2 |
* | add tests for mknod() and mkfifo() #9569 | Benjamin Peterson | 2010-08-17 | 1 | -0/+23 |
* | test_getgroups as introduced with issue7900 failed on systems | Ronald Oussoren | 2010-08-01 | 1 | -4/+4 |
* | Fix for issue 9367: the test code for os.getgroups | Ronald Oussoren | 2010-07-24 | 1 | -1/+5 |
* | This fixes issue7900 by adding code that deals | Ronald Oussoren | 2010-07-23 | 1 | -1/+52 |
* | Issue #6095: Make directory argument to os.listdir optional. | Martin v. Löwis | 2010-07-23 | 1 | -3/+8 |
* | Fix test_posix (regression introduced by r80885) | Victor Stinner | 2010-05-06 | 1 | -2/+6 |
* | Fix the warnings usage in test_posix. | Brett Cannon | 2010-03-20 | 1 | -2/+5 |
* | Merged revisions 77727 via svnmerge from | Ezio Melotti | 2010-01-24 | 1 | -2/+2 |
* | use assert[Not]In where appropriate | Benjamin Peterson | 2010-01-19 | 1 | -1/+1 |
* | Merged revisions 76847,76851,76869,76882,76891-76892,76924,77007,77070,77092,... | Benjamin Peterson | 2009-12-31 | 1 | -26/+48 |
* | Merged revisions 76636 via svnmerge from | Antoine Pitrou | 2009-12-02 | 1 | -0/+22 |
* | Merged revisions 76550 via svnmerge from | Martin v. Löwis | 2009-11-27 | 1 | -0/+42 |
* | Merged revisions 73907-73908 via svnmerge from | R. David Murray | 2009-07-09 | 1 | -1/+1 |
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -9/+9 |
* | Merged revisions 71785 via svnmerge from | R. David Murray | 2009-04-22 | 1 | -1/+3 |
* | Allow skipping of regression tests not supported on windows. This reduces no... | Kristján Valur Jónsson | 2009-04-01 | 1 | -2/+1 |
* | Merged revisions 70734,70775,70856,70874,70876-70877 via svnmerge | R. David Murray | 2009-03-31 | 1 | -5/+3 |
* | Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-... | Benjamin Peterson | 2009-03-28 | 1 | -4/+4 |
* | Issue #3187: Better support for "undecodable" filenames. Code by Victor | Guido van Rossum | 2008-10-02 | 1 | -1/+1 |
* | Try to fix the sporadic problems on the Solaris buildbot with removing | Neal Norwitz | 2008-08-25 | 1 | -2/+2 |
* | posix.fdopen does not exists any more; and os.fdopen exists on all platforms. | Amaury Forgeot d'Arc | 2008-08-01 | 1 | -11/+0 |
* | Merged revisions 64434-64435,64440-64443,64445,64447-64448,64450,64452,64455,... | Benjamin Peterson | 2008-07-02 | 1 | -0/+39 |
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -40/+40 |
* | Merged revisions 61538-61540,61556,61559-61560,61563,61565,61571,61575-61576,... | Christian Heimes | 2008-03-19 | 1 | -0/+28 |
* | Merged revisions 60990-61002 via svnmerge from | Christian Heimes | 2008-02-23 | 1 | -1/+0 |
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -0/+5 |
* | Patch 1318 by Christian Heimes: remove os.tmpnam(), os.tempnam(), | Guido van Rossum | 2007-10-25 | 1 | -12/+1 |
* | Raise statement normalization in Lib/test/. | Collin Winter | 2007-08-29 | 1 | -1/+1 |
* | Merged revisions 53623-53858 via svnmerge from | Thomas Wouters | 2007-02-23 | 1 | -0/+12 |
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -0/+5 |
* | Add tests for posix O_SHLOCK & O_EXLOCK. Missed checking this in with | Skip Montanaro | 2005-06-17 | 1 | -0/+31 |
* | Try to improve test coverage for utime() | Neal Norwitz | 2004-06-06 | 1 | -0/+4 |
* | Combine the functionality of test_support.run_unittest() | Walter Dörwald | 2003-05-01 | 1 | -20/+18 |
* | Fix SF bug #697556, test_posix fails: getlogin | Neal Norwitz | 2003-03-18 | 1 | -6/+0 |
* | Fix SF bug #690081, test_posix fails when run in non-interactive mode | Neal Norwitz | 2003-02-23 | 1 | -1/+8 |
* | Make changes suggested by Walter to use self.assert*() methods. | Neal Norwitz | 2003-02-17 | 1 | -26/+14 |
* | test_posix is an expected skip on Win32. Also fixed test_posix to | Tim Peters | 2003-02-17 | 1 | -1/+1 |
* | Added test_posix (hopefully it works on Windows). | Neal Norwitz | 2003-02-17 | 1 | -0/+172 |