Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-40275: Use new test.support helper submodules in tests (GH-21448) | Hai Shi | 2020-08-03 | 1 | -2/+3 |
| | |||||
* | closes bpo-34594: Don't hardcode errno values in the tests. (GH-9076) | Zackery Spytz | 2018-09-06 | 1 | -2/+0 |
| | |||||
* | Fix test_spwd on OpenIndiana | Victor Stinner | 2016-03-23 | 1 | -3/+8 |
| | | | | Issue #18787: restore "bin" name in test_spwd but catch KeyError. | ||||
* | Try to fix test_spwd on OpenIndiana | Victor Stinner | 2016-03-23 | 1 | -1/+1 |
| | | | | | Issue #18787: try to get the "root" entry which should exist on all UNIX instead of "bin" which doesn't exist on OpenIndiana. | ||||
* | Issue #18787: spwd.getspnam() now raises a PermissionError if the user | Berker Peksag | 2016-03-19 | 1 | -0/+10 |
| | | | | doesn't have privileges. | ||||
* | Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok. | Serhiy Storchaka | 2014-05-25 | 1 | -0/+60 |