Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!eternal-september.org!feeder.eternal-september.org!newsfeed0.kamp.net!newsfeed.kamp.net!87.79.20.101.MISMATCH!newsreader4.netcologne.de!news.netcologne.de!xlned.com!feeder7.xlned.com!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; 'from:addr:yahoo.co.uk': 0.04; 'subject:IDLE': 0.04; 'modify': 0.07; 'subject:code': 0.07; 'lawrence': 0.09; 'library?': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'bug': 0.12; 'suggest': 0.14; 'language.': 0.14; 'i.e': 0.16; 'idlelib': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'language': 0.16; 'wrote:': 0.18; 'header:User-Agent:1': 0.23; 'of.': 0.24; "i've": 0.25; 'source': 0.25; 'tracker': 0.26; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'feature': 0.29; "i'm": 0.30; 'url:mailman': 0.30; 'code': 0.31; 'there.': 0.32; 'url:python': 0.33; 'sense': 0.34; 'add': 0.35; 'there': 0.35; 'idle': 0.36; 'url:listinfo': 0.36; 'thanks': 0.36; 'hi,': 0.36; 'url:org': 0.36; 'list': 0.37; 'to:addr:python-list': 0.38; 'files': 0.38; 'to:addr:python.org': 0.39; 'mailing': 0.39; 'either': 0.39; 'received:org': 0.40; 'url:mail': 0.40; 'our': 0.64; 'charset:windows-1252': 0.65; 'subject:source': 0.84; 'received:89': 0.85 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: To modify IDLE source code Date: Thu, 28 Aug 2014 16:01:48 +0100 References: Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: host-89-240-167-224.as13285.net User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 23 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1409238122 news.xs4all.nl 2893 [2001:888:2000:d::a6]:35391 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:77216 On 28/08/2014 11:34, Abhiram R wrote: > Hi, > I've got the IDLE source code from IDLElib online. Now I want to modify > it so as to improve upon it i.e I have a feature in mind I want to add > into it. Is there any documentation that will help me make sense (more > easily) of each of the py files in said library? > > Thanks > Abhiram > Not that I'm aware of. I suggest you check out the bug tracker at bugs.python.org as there are a lot of issues against IDLE there. See also IDLEX at https://pypi.python.org/pypi/idlexa and the IDLE mailing list at either https://mail.python.org/mailman/listinfo/idle-dev or gmane.comp.python.idle -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence