[issue26856] android does not have pwd.getpwall()

2017-11-25 Thread Xavier de Gaye
Change by Xavier de Gaye : -- stage: patch review -> ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue26856] android does not have pwd.getpwall()

2017-11-25 Thread Xavier de Gaye
Xavier de Gaye added the comment: New changeset 76fdac4c9f53eb8433a54bd3daf9f5cc2e702a44 by xdegaye in branch 'master': bpo-26856: Skip test_pwd on Android until issue 32033 is fixed (GH-4561) https://github.com/python/cpython/commit/76fdac4c9f53eb8433a54bd3daf9f5cc2e702a44 -- _

[issue26856] android does not have pwd.getpwall()

2017-11-25 Thread Xavier de Gaye
Xavier de Gaye added the comment: The pwd module is broken when a member of the 'passwd’ data structure is NULL (issue 32033). Remove _getpwall() and therefore skip test_pwd on Android until issue 32033 is fixed. -- dependencies: +The pwd module implementation incorrectly sets some at

[issue26856] android does not have pwd.getpwall()

2017-11-25 Thread Xavier de Gaye
Change by Xavier de Gaye : -- pull_requests: +4490 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue26856] android does not have pwd.getpwall()

2016-12-13 Thread Xavier de Gaye
Changes by Xavier de Gaye : -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker ___ __

[issue26856] android does not have pwd.getpwall()

2016-12-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset e89c9ab46d77 by Xavier de Gaye in branch '3.6': Issue #26856: Fix the tests assuming that the pwd module has getpwall() and https://hg.python.org/cpython/rev/e89c9ab46d77 New changeset 692083f85981 by Xavier de Gaye in branch 'default': Issue #26856

[issue26856] android does not have pwd.getpwall()

2016-12-12 Thread Xavier de Gaye
Xavier de Gaye added the comment: Patch updated to the current head of the default branch. -- stage: patch review -> commit review Added file: http://bugs.python.org/file45855/pwd_3.patch ___ Python tracker ___

[issue26856] android does not have pwd.getpwall()

2016-10-28 Thread Xavier de Gaye
Changes by Xavier de Gaye : -- assignee: -> xdegaye components: +Tests stage: -> patch review versions: +Python 3.7 ___ Python tracker ___ _

[issue26856] android does not have pwd.getpwall()

2016-05-20 Thread Xavier de Gaye
Changes by Xavier de Gaye : -- dependencies: +add is_android in test.support to detect Android platform ___ Python tracker ___ ___ Pyt

[issue26856] android does not have pwd.getpwall()

2016-05-20 Thread Xavier de Gaye
Xavier de Gaye added the comment: This new patch adds a dependency to issue #27027. -- Added file: http://bugs.python.org/file42913/pwd_2.patch ___ Python tracker ___ ___

[issue26856] android does not have pwd.getpwall()

2016-05-03 Thread Xavier de Gaye
Changes by Xavier de Gaye : -- components: +Cross-Build nosy: +Alex.Willmer ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue26856] android does not have pwd.getpwall()

2016-04-26 Thread Roman Evstifeev
Changes by Roman Evstifeev : -- nosy: +Roman.Evstifeev ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue26856] android does not have pwd.getpwall()

2016-04-26 Thread Xavier de Gaye
New submission from Xavier de Gaye: User ids on android are the ids of the applications and they are used to enforce the applications access rights. See the 'User IDs and File Access' section at http://developer.android.com/guide/topics/security/permissions.html. Most integers are existing us