[issue12933] Update or remove claims that distutils requires external programs

2020-10-22 Thread Éric Araujo
Éric Araujo added the comment: This is obsolete now. -- resolution: -> wont fix stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue12933] Update or remove claims that distutils requires external programs

2019-07-29 Thread STINNER Victor
STINNER Victor added the comment: This issue is 8 years old and has 3 patches: it's far from being "newcomer friendly", I remove the "Easy" label. -- keywords: -easy nosy: +vstinner ___ Python tracker

[issue12933] Update or remove claims that distutils requires external programs

2014-08-25 Thread Vishal Lal
Vishal Lal added the comment: ping -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/m

[issue12933] Update or remove claims that distutils requires external programs

2014-06-19 Thread Ezio Melotti
Changes by Ezio Melotti : -- stage: needs patch -> patch review type: -> enhancement versions: +Python 3.5 -Python 3.3 ___ Python tracker ___ ___

[issue12933] Update or remove claims that distutils requires external programs

2014-06-17 Thread Vishal Lal
Vishal Lal added the comment: ping -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/m

[issue12933] Update or remove claims that distutils requires external programs

2014-03-26 Thread Vishal Lal
Changes by Vishal Lal : Added file: http://bugs.python.org/file34629/issue12933-py34.patch ___ Python tracker ___ ___ Python-bugs-list mailing

[issue12933] Update or remove claims that distutils requires external programs

2014-03-26 Thread Vishal Lal
Vishal Lal added the comment: Attached patch for 2.7, 3.3, 3.4. -- nosy: +Vishal.Lal ___ Python tracker ___ ___ Python-bugs-list maili

[issue12933] Update or remove claims that distutils requires external programs

2014-03-26 Thread Vishal Lal
Changes by Vishal Lal : Added file: http://bugs.python.org/file34628/issue12933-py33.patch ___ Python tracker ___ ___ Python-bugs-list mailing

[issue12933] Update or remove claims that distutils requires external programs

2014-03-26 Thread Vishal Lal
Changes by Vishal Lal : -- keywords: +patch Added file: http://bugs.python.org/file34627/issue12933-py27.patch ___ Python tracker ___

[issue12933] Update or remove claims that distutils requires external programs

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- versions: +Python 3.4 -Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue12933] Update or remove claims that distutils requires external programs

2011-09-28 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue12933] Update or remove claims that distutils requires external programs

2011-09-28 Thread Éric Araujo
Éric Araujo added the comment: BTW, one way to confirm this is to use an OS without the tar, gzip, etc. programs, remove the checks in the code that return or skip if tar is not present and run the test suite. -- ___ Python tracker

[issue12933] Update or remove claims that distutils requires external programs

2011-09-19 Thread Marc Sibson
Changes by Marc Sibson : -- nosy: +marcs ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org

[issue12933] Update or remove claims that distutils requires external programs

2011-09-07 Thread Éric Araujo
New submission from Éric Araujo : In the past, distutils could use either the zipfile/tarfile modules or the external programs tar, zip and friends. This is told in the documentation and checked in the tests. I suspect that the docs and tests are now outdated. For example, some tests will b