summaryrefslogtreecommitdiff
path: root/Lib/test/test_pwd.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-26856: Skip test_pwd on Android until issue 32033 is fixed (GH-4561)xdegaye2017-11-251-20/+7
* Issue #26856: Fix the tests assuming that the pwd module has getpwall() andXavier de Gaye2016-12-131-6/+20
* 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-6/+11
* Raise KeyError instead of OverflowError when getpwuid's argument is out ofSerhiy Storchaka2013-02-111-0/+9
* Merged revisions 79044 via svnmerge fromCollin Winter2010-03-181-5/+8
* Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-241-7/+7
* use assert[Not]In where appropriateBenjamin Peterson2010-01-191-2/+2
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-9/+9
* Merged revisions 70734,70775,70856,70874,70876-70877 via svnmergeR. David Murray2009-03-311-1/+1
* #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-5/+5
* 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
* skip NIS entries, empty entries, etcFredrik Lundh2005-12-121-2/+2
* skip nis entries, if not filtered out by getpwall itselfFredrik Lundh2005-12-121-0/+2
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-3/+1
* Whitespace normalization.Tim Peters2003-04-241-1/+0
* Change test_pwd and test_grp so they can handle duplicate userWalter Dörwald2003-04-221-1/+3
* Fix the test so that it works even when /etc/passwd has two entriesWalter Dörwald2003-04-151-1/+12
* Port test_pwd.py to PyUnit. Check that getpwall() andWalter Dörwald2003-04-151-63/+74
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* String method conversion.Eric S. Raymond2001-02-091-2/+1
* 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
* Update the code to better reflect recommended style:Fred Drake2000-12-121-2/+2
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-1/+1
* typos fixed by Rob HooftJeremy Hylton2000-06-281-1/+1
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-18/+18
* More robust way of choosing a non-existant uid (faster, too).Guido van Rossum1997-05-201-1/+1
* More robust way of choosing a non-existant uid (faster, too).Guido van Rossum1997-05-201-4/+4
* test_rotor.py: New test of the rotor module.Barry Warsaw1996-12-231-6/+8
* Test of the pwd moduleBarry Warsaw1996-12-111-0/+70