[issue6335] Add support for mingw

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: duplicate -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue6335] Add support for mingw

2021-10-20 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> MinGW is unsupported - close all open issues and list them here. ___ Python tracker

[issue6335] Add support for mingw

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue6335] Add support for mingw

2013-10-24 Thread Tim Golden
Changes by Tim Golden : -- nosy: -tim.golden ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue6335] Add support for mingw

2013-08-04 Thread Roumen Petrov
Roumen Petrov added the comment: I would like to config that path to this issue is one of those for issue3871 - my patch for 2.6/2.7 enhanced by "?? (sorry I forgot user :( ) " for 3.0 . Now as requested "all in one patch" is split and first set is listed in issue17605 "build interpeter core"

[issue6335] Add support for mingw

2013-04-01 Thread Ned Deily
Ned Deily added the comment: This issue has likely been superseded by more recent activity to support mingw, for example, activity tracked in Issue17605. Roumen? -- nosy: +ned.deily ___ Python tracker

[issue6335] Add support for mingw

2013-04-01 Thread Brian Curtin
Brian Curtin added the comment: None from me. Not familiar with what cygwin does. -- ___ Python tracker ___ ___ Python-bugs-list mailin

[issue6335] Add support for mingw

2013-04-01 Thread Mark Lawrence
Mark Lawrence added the comment: @Brian,Tim any comments on this? Out of curiosity how does cygwin manage Python? -- nosy: +brian.curtin, tim.golden versions: +Python 3.4 -Python 3.2 ___ Python tracker ___

[issue6335] Add support for mingw

2011-02-15 Thread Ralf Schmitt
Changes by Ralf Schmitt : -- nosy: +schmir ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.or

[issue6335] Add support for mingw

2010-11-11 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 3.2 -Python 3.0 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue6335] Add support for mingw

2010-08-08 Thread Stefan Krah
Changes by Stefan Krah : -- nosy: +BreamoreBoy, xuecan ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue6335] Add support for mingw

2009-06-26 Thread Terry J. Reedy
Terry J. Reedy added the comment: In a few days, when 3.1 comes out, 3.0 will be mostly dead. I think it would be more useful to put energy into a 3.1 port. Other thoughts: Your patch amounts to a in-development version of a new feature. To me, that belongs on a separate branch or repository w

[issue6335] Add support for mingw

2009-06-24 Thread Roumen Petrov
Roumen Petrov added the comment: quote : "Primarily because the patches that have been contributed don't work well. " :) -- nosy: +rpetrov ___ Python tracker ___

[issue6335] Add support for mingw

2009-06-24 Thread Martin v . Löwis
Martin v. Löwis added the comment: > Don't understand you still don't support it. Primarily because the patches that have been contributed don't work well. We see no point in adding patches that don't work, and prefer to add only patches that actually do work. -- nosy: +loewis ___

[issue6335] Add support for mingw

2009-06-24 Thread smartmobili
New submission from smartmobili : Hi, I can see that python still doesn't support mingw environnment whil during past years some people provided some patch. I wanted recently to compile Python-3.0.1 on mingw and I have found a patch in a svn repository of a opensource project(don't remember whic