summaryrefslogtreecommitdiff
path: root/Lib/test/test_grp.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #26129: Deprecated accepting non-integers in grp.getgrgid().Serhiy Storchaka2016-01-181-0/+10
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-4/+1
* Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-081-1/+3
* #775964: skip YP/NIS entries instead of failing the testR. David Murray2010-12-141-2/+6
* Merged revisions 78678,78680,78682 via svnmerge fromBenjamin Peterson2010-03-051-0/+0
* Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-241-4/+4
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-4/+4
* Merged revisions 70734,70775,70856,70874,70876-70877 via svnmergeR. David Murray2009-03-311-1/+2
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Merged revisions 60176-60209 via svnmerge fromChristian Heimes2008-01-231-0/+3
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-161-2/+2
* Merged revisions 56125-56153 via svnmerge fromGuido van Rossum2007-07-031-2/+2
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-1/+1
* Two more trivial fixes.Guido van Rossum2007-02-111-1/+1
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-1/+4
* skip NIS entries, empty entries, etcFredrik Lundh2005-12-121-0/+2
* On Mac OS X pwd.getpwall() might return the tuplesWalter Dörwald2003-05-051-21/+2
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-3/+1
* Max OS X returns "*" as the password in grp.getgrall()Walter Dörwald2003-04-231-22/+37
* Change test_pwd and test_grp so they can handle duplicate userWalter Dörwald2003-04-221-2/+4
* Fix copy & paste error in comment.Walter Dörwald2003-04-151-1/+1
* Fix the test so that it works even when /etc/group has two entriesWalter Dörwald2003-04-151-1/+12
* Port test_pwd.py to PyUnit. Check that getpwall() andWalter Dörwald2003-04-151-10/+60
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Change the PyUnit-based tests to use the test_main() approach. ThisFred Drake2001-09-201-1/+6
* Simple conversion to PyUnit.Fred Drake2001-05-181-23/+20
* a bold attempt to fix things broken by MAL's verify patch: importFredrik Lundh2001-01-171-1/+1
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-1/+1
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-1/+1
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-4/+4
* Believe it or not, some people have an empty group database.Guido van Rossum1997-12-151-7/+10
* Many scripts, but small changes. Update the way the scripts obtain theRoger E. Masse1996-12-201-4/+2
* Test script for the UNIX group file access module (grp)Roger E. Masse1996-12-181-0/+24