Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!tudelft.nl!txtfeed1.tudelft.nl!feed.xsnews.nl!border-3.ams.xsnews.nl!xlned.com!feeder5.xlned.com!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!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.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'url:sourceforge': 0.02; 'typed': 0.07; 'python': 0.08; 'from:addr:timgolden.me.uk': 0.09; 'from:name:tim golden': 0.09; 'message-id:@timgolden.me.uk': 0.09; 'subject:python': 0.11; 'received:74.55.86': 0.16; 'received:74.55.86.74': 0.16; 'received:smtp.webfaction.com': 0.16; 'received:webfaction.com': 0.16; 'subject: \n ': 0.16; 'subject:between': 0.16; 'wrote:': 0.18; 'header:In-Reply-To:1': 0.23; 'shell': 0.24; 'tjg': 0.30; 'hi,': 0.31; 'to:addr:python- list': 0.32; 'there': 0.33; 'header:User-Agent:1': 0.33; 'using': 0.37; 'received:192': 0.38; 'subject:: ': 0.39; 'to:addr:python.org': 0.39; 'history': 0.40; 'url:net': 0.61; 'from:addr:mail': 0.64; 'subject:will': 0.64; 'subject:commands': 0.84; 'subject:history': 0.84 Date: Wed, 16 Nov 2011 08:37:47 +0000 From: Tim Golden User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111105 Thunderbird/8.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: python shell that saves history of typed in commands that will persist between reboots References: <4737007e-029d-4ecb-9315-f3ceb4bb06ed@t16g2000vba.googlegroups.com> In-Reply-To: <4737007e-029d-4ecb-9315-f3ceb4bb06ed@t16g2000vba.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1321432671 news.xs4all.nl 6843 [2001:888:2000:d::a6]:46266 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:15765 On 16/11/2011 03:38, goldtech wrote: > Hi, > > Using Windows. Is there a python shell that has a history of typed in > commands? Have a look at DreamPie: http://dreampie.sourceforge.net/ TJG