This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Support PyChecker in IDLE
Type: Stage:
Components: IDLE Versions:
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: Nosy List: loewis, nnorwitz
Priority: normal Keywords: patch

Created on 2002-04-04 01:28 by nnorwitz, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
idle-patch nnorwitz, 2002-04-04 01:28 patch to current IDLE source to add pychecker support
PyChecker.py nnorwitz, 2002-04-04 01:29 add pychecker window to IDLE
Messages (4)
msg39458 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2002-04-04 01:28
This patch adds SIMPLE support for pychecker in IDLE.
It is not complete.  It pops up a window, you can enter
filenames (not even a file dialog!), and run pychecker.

You cannot change examples.  If someone wants to really
integrate this, they should add the user interface in
pychecker (pychecker/options.py), use a file dialog
to enter files, and handle file modifications.
Since pychecker imports the files, they need to be
removed from sys.modules, so modifications will be seen.
msg39459 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2002-04-05 19:08
Logged In: YES 
user_id=21627

I'm concerned about the copyright notice. "All rights
reserved" means "you cannot copy it". Could you consider
licensing this under the PSF license?
msg39460 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2002-04-05 19:24
Logged In: YES 
user_id=33168

No need to worry.  Really, just want to have MetaSlash
mentioned.  But note, this patch is still incomplete and
more work needs to be done before this should be accepted.
msg39461 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2002-09-17 15:29
Logged In: YES 
user_id=21627

There has been posted a memorandum on IDLE patches recently;
all change *must* be contributed to the idlefork project
here on SF. Rejecting this patch.
History
Date User Action Args
2022-04-10 16:05:11adminsetgithub: 36377
2002-04-04 01:28:35nnorwitzcreate