Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |