aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_pwd.py
Commit message (Expand)AuthorAge
* gh-95376: Add test for names containing null (#GH-5394)Sion Kang2022-08-06
* bpo-40280: Address more test failures on Emscripten (GH-31050)Christian Heimes2022-02-05
* bpo-40275: Use new test.support helper submodules in tests (GH-20849)Hai Shi2020-06-25
* bpo-32033: Fix test_pwd failures on Android (GH-19502)Zackery Spytz2020-04-14
* bpo-26856: Skip test_pwd on Android until issue 32033 is fixed (GH-4561)xdegaye2017-11-25
* Issue #26856: Fix the tests assuming that the pwd module has getpwall() andXavier de Gaye2016-12-13
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-13
* Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-08
* Raise KeyError instead of OverflowError when getpwuid's argument is out ofSerhiy Storchaka2013-02-11
* Merged revisions 79044 via svnmerge fromCollin Winter2010-03-18
* Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-24
* use assert[Not]In where appropriateBenjamin Peterson2010-01-19
* convert old fail* assertions to assert*Benjamin Peterson2009-06-30
* Merged revisions 70734,70775,70856,70874,70876-70877 via svnmergeR. David Murray2009-03-31
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Merged revisions 60176-60209 via svnmerge fromChristian Heimes2008-01-23
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-16
* Merged revisions 56125-56153 via svnmerge fromGuido van Rossum2007-07-03
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-07
* Two more trivial fixes.Guido van Rossum2007-02-11
* skip NIS entries, empty entries, etcFredrik Lundh2005-12-12
* skip nis entries, if not filtered out by getpwall itselfFredrik Lundh2005-12-12
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-01
* Whitespace normalization.Tim Peters2003-04-24
* Change test_pwd and test_grp so they can handle duplicate userWalter Dörwald2003-04-22
* Fix the test so that it works even when /etc/passwd has two entriesWalter Dörwald2003-04-15
* Port test_pwd.py to PyUnit. Check that getpwall() andWalter Dörwald2003-04-15
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-23
* String method conversion.Eric S. Raymond2001-02-09
* a bold attempt to fix things broken by MAL's verify patch: importFredrik Lundh2001-01-17
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-17
* Update the code to better reflect recommended style:Fred Drake2000-12-12
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-23
* typos fixed by Rob HooftJeremy Hylton2000-06-28
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-26
* More robust way of choosing a non-existant uid (faster, too).Guido van Rossum1997-05-20
* More robust way of choosing a non-existant uid (faster, too).Guido van Rossum1997-05-20
* test_rotor.py: New test of the rotor module.Barry Warsaw1996-12-23
* Test of the pwd moduleBarry Warsaw1996-12-11