[issue24986] It should be possible to build successfully without external libraries

2015-09-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 252d4760f28b by Zachary Ware in branch '2.7': Issue #24986: Save some bandwidth from svn.python.org https://hg.python.org/cpython/rev/252d4760f28b New changeset 4e7ce0b10eea by Zachary Ware in branch '3.5': Issue #24986: Save some bandwidth from

[issue24986] It should be possible to build successfully without external libraries

2015-09-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2bc91f1f2b34 by Zachary Ware in branch '2.7': Issue #24986: Allow building Python without external libraries on Windows https://hg.python.org/cpython/rev/2bc91f1f2b34 New changeset 301c36746e42 by Zachary Ware in branch '3.5': Issue #24986: Allow

[issue24986] It should be possible to build successfully without external libraries

2015-09-03 Thread Zachary Ware
Zachary Ware added the comment: The committed versions are slightly different, I had bad logic in adding _socket to ExtensionModules (if IncludeExternals was false while IncludeSSL was true, _socket wasn't added). build.bat also uses the property names instead of its own internal names so as

[issue24986] It should be possible to build successfully without external libraries

2015-09-02 Thread Zachary Ware
Zachary Ware added the comment: This also changes the behavior of the '-e' flag on build.bat a bit, leaving off '-e' means there will be no attempt to build the modules that require external sources even if the sources are already there. Adding '-e' means building those modules will be

[issue24986] It should be possible to build successfully without external libraries

2015-09-02 Thread Zachary Ware
New submission from Zachary Ware: We do have the option of leaving out all extension modules ("/p:IncludeExtensions=false"), but it would be nice to be able to build everything that doesn't require external libs. This also be adds an option to skip only Tkinter (analogous to

[issue24986] It should be possible to build successfully without external libraries

2015-09-02 Thread Zachary Ware
Changes by Zachary Ware : Added file: http://bugs.python.org/file40323/3.5_external_build_handling.diff ___ Python tracker ___