[issue26876] Extend MSVCCompiler class to respect environment variables

2017-02-03 Thread Rohit Jamuar
Rohit Jamuar added the comment: Steve, I've limited the changes to _msvccompiler for the master-branch's patch. Is it alright? -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue26876] Extend MSVCCompiler class to respect environment variables

2016-12-13 Thread Rohit Jamuar
Changes by Rohit Jamuar <rohit.jam...@intel.com>: Added file: http://bugs.python.org/file45881/distutils_patch_master.patch ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue26876] Extend MSVCCompiler class to respect environment variables

2016-12-13 Thread Rohit Jamuar
Changes by Rohit Jamuar <rohit.jam...@intel.com>: Removed file: http://bugs.python.org/file45880/distutils_patch_master.patch ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue26876] Extend MSVCCompiler class to respect environment variables

2016-12-13 Thread Rohit Jamuar
Changes by Rohit Jamuar <rohit.jam...@intel.com>: Added file: http://bugs.python.org/file45880/distutils_patch_master.patch ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue26876] Extend MSVCCompiler class to respect environment variables

2016-12-13 Thread Rohit Jamuar
Changes by Rohit Jamuar <rohit.jam...@intel.com>: Removed file: http://bugs.python.org/file42725/distutils_patch_master.patch ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue26876] Extend MSVCCompiler class to respect environment variables

2016-12-02 Thread Rohit Jamuar
Rohit Jamuar added the comment: Bump! The changes, that Steve was asking for, have been incorporated. If something was missed, please inform. Otherwise, could this be merged? -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.p

[issue26876] Extend MSVCCompiler class to respect environment variables

2016-05-04 Thread Rohit Jamuar
Changes by Rohit Jamuar <rohit.jam...@intel.com>: -- versions: +Python 2.7 -Python 3.5, Python 3.6 Added file: http://bugs.python.org/file42726/distutils_patch_27.patch ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue26876] Extend MSVCCompiler class to respect environment variables

2016-05-04 Thread Rohit Jamuar
Changes by Rohit Jamuar <rohit.jam...@intel.com>: -- versions: +Python 3.6 -Python 2.7 Added file: http://bugs.python.org/file42725/distutils_patch_master.patch ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue26876] Extend MSVCCompiler class to respect environment variables

2016-05-04 Thread Rohit Jamuar
Changes by Rohit Jamuar <rohit.jam...@intel.com>: Removed file: http://bugs.python.org/file42642/msvc_respect_env_flags.patch ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue26876] Extend MSVCCompiler class to respect environment variables

2016-05-02 Thread Rohit Jamuar
Rohit Jamuar added the comment: Just so that I understand it clearly - Inside MSVCCompiler class (in _msvccompiler.py / msvccompiler.py / msvc9compiler.py ), current implementation of find_exe() finds compiler / linker / ... after parsing PATH. Should the changes be so

[issue26876] Extend MSVCCompiler class to respect environment variables

2016-04-28 Thread Rohit Jamuar
New submission from Rohit Jamuar: The UnixCompiler class respects flags (CC, LD, AR, CFLAGS and LDFLAGS) set to the environment, whereas MSVCCompiler class does not. This change allows building CPython and any module that invokes distutils to utilize flags and executables that have been set