[issue39330] Way to build without IDLE

2020-03-13 Thread Terry J. Reedy


Change by Terry J. Reedy :


--
resolution:  -> works for me

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue39330] Way to build without IDLE

2020-03-13 Thread Tal Einat


Change by Tal Einat :


--
nosy:  -taleinat

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue39330] Way to build without IDLE

2020-03-11 Thread Steve Dower


Change by Steve Dower :


--
nosy:  -steve.dower

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue39330] Way to build without IDLE

2020-03-11 Thread Steve Dower


Change by Steve Dower :


--
pull_requests:  -18272

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue39330] Way to build without IDLE

2020-03-11 Thread Steve Dower


Change by Steve Dower :


--
nosy: +steve.dower
nosy_count: 4.0 -> 5.0
pull_requests: +18272
pull_request: https://github.com/python/cpython/pull/18921

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue39330] Way to build without IDLE

2020-01-14 Thread Reece Dunham


Reece Dunham  added the comment:

Okay, closing it then. Thanks for the info.

--
stage:  -> resolved
status: pending -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue39330] Way to build without IDLE

2020-01-14 Thread Zachary Ware


Zachary Ware  added the comment:

I'm not sure what you mean here.  IDLE is a pure-Python application, though it 
does depend on the optional tkinter package.  If you're on a UNIX platform and 
Tcl/Tk headers and libraries can't be found, _tkinter won't be built and you 
won't be able to run IDLE; on Windows if you pass the --no-tkinter (or -E) flag 
to PCbuild/build.bat, _tkinter won't be built and you won't be able to run 
IDLE.  In neither case is it an error to not have _tkinter (unless you try to 
import it).

There is no "building" of IDLE itself, and thus no way to not build it :)

--
nosy: +zach.ware
status: open -> pending

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue39330] Way to build without IDLE

2020-01-14 Thread Karthikeyan Singaravelan


Change by Karthikeyan Singaravelan :


--
nosy: +taleinat, terry.reedy

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue39330] Way to build without IDLE

2020-01-14 Thread Reece Dunham


New submission from Reece Dunham :

It would just be better in my opinion if there was a way to build without IDLE, 
for people that are building from source and don't want it.

This doesn't have to be implemented, it is just something I think would make 
the build system a bit better.

--
components: Build
messages: 359976
nosy: rdil
priority: normal
severity: normal
status: open
title: Way to build without IDLE
type: enhancement
versions: Python 3.9

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com