<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Tab-Complete and a Persistent History in Python</title>
	<atom:link href="http://collingrady.wordpress.com/2006/11/17/tab-complete-and-a-persistent-history-in-python/feed/" rel="self" type="application/rss+xml" />
	<link>http://collingrady.wordpress.com/2006/11/17/tab-complete-and-a-persistent-history-in-python/</link>
	<description></description>
	<lastBuildDate>Wed, 22 Apr 2009 23:25:28 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Todd O'Bryan</title>
		<link>http://collingrady.wordpress.com/2006/11/17/tab-complete-and-a-persistent-history-in-python/#comment-496</link>
		<dc:creator>Todd O'Bryan</dc:creator>
		<pubDate>Wed, 14 Nov 2007 10:22:47 +0000</pubDate>
		<guid isPermaLink="false">http://collingrady.com/2006/11/17/tab-complete-and-a-persistent-history-in-python/#comment-496</guid>
		<description>You may want to add a &lt;code&gt;readline.set_history_length(1000)&lt;/code&gt; line before the &lt;code&gt;readline.write_history_file(historyPath)&lt;/code&gt; to limit the history file to 1000 (or whatever other number you&#039;d like) lines.</description>
		<content:encoded><![CDATA[<p>You may want to add a <code>readline.set_history_length(1000)</code> line before the <code>readline.write_history_file(historyPath)</code> to limit the history file to 1000 (or whatever other number you&#8217;d like) lines.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thalin</title>
		<link>http://collingrady.wordpress.com/2006/11/17/tab-complete-and-a-persistent-history-in-python/#comment-495</link>
		<dc:creator>thalin</dc:creator>
		<pubDate>Wed, 04 Apr 2007 19:25:15 +0000</pubDate>
		<guid isPermaLink="false">http://collingrady.com/2006/11/17/tab-complete-and-a-persistent-history-in-python/#comment-495</guid>
		<description>ipython isn&#039;t another shell -- it&#039;s a wrapper script.  All it does is:

#!/usr/bin/python2.x

import IPython
IPython.Shell.start().mainloop()

Also, ipython is quite honestly the best enhancement to the python shell you can make.  :)</description>
		<content:encoded><![CDATA[<p>ipython isn&#8217;t another shell &#8212; it&#8217;s a wrapper script.  All it does is:</p>
<p>#!/usr/bin/python2.x</p>
<p>import IPython<br />
IPython.Shell.start().mainloop()</p>
<p>Also, ipython is quite honestly the best enhancement to the python shell you can make.  <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Collin</title>
		<link>http://collingrady.wordpress.com/2006/11/17/tab-complete-and-a-persistent-history-in-python/#comment-494</link>
		<dc:creator>Collin</dc:creator>
		<pubDate>Sun, 26 Nov 2006 01:40:37 +0000</pubDate>
		<guid isPermaLink="false">http://collingrady.com/2006/11/17/tab-complete-and-a-persistent-history-in-python/#comment-494</guid>
		<description>Mainly because I don&#039;t control all the servers I use python on, so I can&#039;t just go installing another interpreter :)</description>
		<content:encoded><![CDATA[<p>Mainly because I don&#8217;t control all the servers I use python on, so I can&#8217;t just go installing another interpreter <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Russ</title>
		<link>http://collingrady.wordpress.com/2006/11/17/tab-complete-and-a-persistent-history-in-python/#comment-493</link>
		<dc:creator>Russ</dc:creator>
		<pubDate>Sun, 26 Nov 2006 01:36:32 +0000</pubDate>
		<guid isPermaLink="false">http://collingrady.com/2006/11/17/tab-complete-and-a-persistent-history-in-python/#comment-493</guid>
		<description>Why not use ipython? http://ipython.scipy.org/

I was using the method described above until I came across ipython which seems to tie all this functionality up into a very nice command repl.</description>
		<content:encoded><![CDATA[<p>Why not use ipython? <a href="http://ipython.scipy.org/" rel="nofollow">http://ipython.scipy.org/</a></p>
<p>I was using the method described above until I came across ipython which seems to tie all this functionality up into a very nice command repl.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
