| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #19572: More silently skipped tests explicitly skipped. | Zachary Ware | 2013-12-10 | 1 | -6/+11 |
|
|
* | group ids and user ids can be longs now (#17531) | Benjamin Peterson | 2013-03-23 | 1 | -2/+2 |
|
|
* | Issue #4591: Uid and gid values larger than 2**31 are supported now. | Serhiy Storchaka | 2013-02-12 | 1 | -0/+9 |
|
|
* | Make test_pwd more stable in the face of unusual LDAP/NIS/Kerberos deployment... | Collin Winter | 2010-03-18 | 1 | -5/+8 |
|
|
* | use assert[Not]IsInstance where appropriate | Ezio Melotti | 2010-01-24 | 1 | -7/+7 |
|
|
* | use assert[Not]In where appropriate | Ezio Melotti | 2010-01-23 | 1 | -2/+2 |
|
|
* | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 1 | -9/+9 |
|
|
* | Add import_function method to test.test_support, and modify a number of | R. David Murray | 2009-03-30 | 1 | -1/+1 |
|
|
* | Replace all map(None, a) with list(a). | Georg Brandl | 2008-07-18 | 1 | -2/+2 |
|
|
* | I'm tired of these tests breaking at Google due to our large number of | Guido van Rossum | 2008-01-23 | 1 | -0/+3 |
|
|
* | skip NIS entries, empty entries, etc | Fredrik Lundh | 2005-12-12 | 1 | -2/+2 |
|
|
* | skip nis entries, if not filtered out by getpwall itself | Fredrik Lundh | 2005-12-12 | 1 | -0/+2 |
|
|
* | Combine the functionality of test_support.run_unittest() | Walter Dörwald | 2003-05-01 | 1 | -3/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2003-04-24 | 1 | -1/+0 |
|
|
* | Change test_pwd and test_grp so they can handle duplicate user | Walter Dörwald | 2003-04-22 | 1 | -1/+3 |
|
|
* | Fix the test so that it works even when /etc/passwd has two entries | Walter Dörwald | 2003-04-15 | 1 | -1/+12 |
|
|
* | Port test_pwd.py to PyUnit. Check that getpwall() and | Walter Dörwald | 2003-04-15 | 1 | -63/+74 |
|
|
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
|
|
* | String method conversion. | Eric S. Raymond | 2001-02-09 | 1 | -2/+1 |
|
|
* | a bold attempt to fix things broken by MAL's verify patch: import | Fredrik Lundh | 2001-01-17 | 1 | -1/+1 |
|
|
* | This patch removes all uses of "assert" in the regression test suite | Marc-André Lemburg | 2001-01-17 | 1 | -1/+1 |
|
|
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 | 1 | -2/+2 |
|
|
* | Make reindent.py happy (convert everything to 4-space indents!). | Fred Drake | 2000-10-23 | 1 | -1/+1 |
|
|
* | typos fixed by Rob Hooft | Jeremy Hylton | 2000-06-28 | 1 | -1/+1 |
|
|
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 | 1 | -18/+18 |
|
|
* | More robust way of choosing a non-existant uid (faster, too). | Guido van Rossum | 1997-05-20 | 1 | -1/+1 |
|
|
* | More robust way of choosing a non-existant uid (faster, too). | Guido van Rossum | 1997-05-20 | 1 | -4/+4 |
|
|
* | test_rotor.py: New test of the rotor module. | Barry Warsaw | 1996-12-23 | 1 | -6/+8 |
|
|
* | Test of the pwd module | Barry Warsaw | 1996-12-11 | 1 | -0/+70 |
|
|