<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>comp.lang.python Google Group</title>
  <link>http://groups.google.com/group/comp.lang.python</link>
  <description>The Python computer language.</description>
  <language>en</language>
  <item>
  <title>Re: how to close not response win32 IE com interface</title>
  <link>http://groups.google.com/group/comp.lang.python/browse_thread/thread/58eddd79f011bf47/1c9f5b6efc57a88c?show_docid=1c9f5b6efc57a88c</link>
  <description>
  Hello, &lt;br&gt; actually this is not hang status, i mean..it slow response, so in that case, &lt;br&gt; i would like to close IE and &lt;br&gt; want to restart from start. &lt;br&gt; so closing is no problem ,problem is ,how to set timeout ,for example if i &lt;br&gt; set 15sec, if not webpage open less than 15 sec i want to close it and &lt;br&gt; restart from start.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.python/browse_thread/thread/58eddd79f011bf47/1c9f5b6efc57a88c?show_docid=1c9f5b6efc57a88c</guid>
  <author>
  high...@gmail.com
  (elca)
  </author>
  <pubDate>Tue, 10 Nov 2009 11:00:41 UT
</pubDate>
  </item>
  <item>
  <title>Re: Choosing GUI Module for Python</title>
  <link>http://groups.google.com/group/comp.lang.python/browse_thread/thread/740e122e04c2ee83/dcd1de045d638063?show_docid=dcd1de045d638063</link>
  <description>
  I also would like to use PySide, but unlike PyQt and Qt itself it &lt;br&gt; doesn&#39;t seem likely to support Windows in the foreseeable future. A &lt;br&gt; pity, to put it mildly. &lt;br&gt; Regards, &lt;br&gt; Lorenzo Gatti
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.python/browse_thread/thread/740e122e04c2ee83/dcd1de045d638063?show_docid=dcd1de045d638063</guid>
  <author>
  ga...@dsdata.it
  (Lorenzo Gatti)
  </author>
  <pubDate>Tue, 10 Nov 2009 10:40:52 UT
</pubDate>
  </item>
  <item>
  <title>Re: how to create a pip package</title>
  <link>http://groups.google.com/group/comp.lang.python/browse_thread/thread/65eacb98c3752326/5b5cea922a1bd0fa?show_docid=5b5cea922a1bd0fa</link>
  <description>
  Where do you plan to host this file? Will it be available on PiPy? &lt;br&gt; As has already been noted in this thread you do not create a file &lt;br&gt; specifically for pip, but rather use the standard (or soon to be) way of &lt;br&gt; distributing Python distributions outlined in: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://docs.python.org/library/distutils.html#module-distutils&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.python/browse_thread/thread/65eacb98c3752326/5b5cea922a1bd0fa?show_docid=5b5cea922a1bd0fa</guid>
  <author>
  wentl...@cl.uni-heidelberg.de
  (Wolodja Wentland)
  </author>
  <pubDate>Tue, 10 Nov 2009 09:54:39 UT
</pubDate>
  </item>
  <item>
  <title>Re: how to close not response win32 IE com interface</title>
  <link>http://groups.google.com/group/comp.lang.python/browse_thread/thread/58eddd79f011bf47/2675301eff8378e5?show_docid=2675301eff8378e5</link>
  <description>
  Hi! &lt;br&gt; The only way I know is to use sendkeys. &lt;br&gt; @+ &lt;br&gt; Michel Claveau
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.python/browse_thread/thread/58eddd79f011bf47/2675301eff8378e5?show_docid=2675301eff8378e5</guid>
  <author>
  enleverlesx_xx...@xmclavxeaux.com.invalid
  (Michel Claveau - MVP)
  </author>
  <pubDate>Tue, 10 Nov 2009 09:33:35 UT
</pubDate>
  </item>
  <item>
  <title>Re: Python as network protocol</title>
  <link>http://groups.google.com/group/comp.lang.python/browse_thread/thread/5a567a1a180511eb/f9f7fb9d484fd13f?show_docid=f9f7fb9d484fd13f</link>
  <description>
  Cooch schrieb: &lt;br&gt; This is a *really* bad idea. Because there is no real way to restrict &lt;br&gt; execution in python, and thus you allow clients to inject arbitrary code &lt;br&gt; into your server. Including the notorious &amp;quot;os.system(&#39;rm -rf /&#39;)&amp;quot;. &lt;br&gt; So - don&#39;t do that. Use e.g. CORBA if you need a richer, object-base &lt;br&gt; protocol than XMLRPC.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.python/browse_thread/thread/5a567a1a180511eb/f9f7fb9d484fd13f?show_docid=f9f7fb9d484fd13f</guid>
  <author>
  de...@nospam.web.de
  (Diez B. Roggisch)
  </author>
  <pubDate>Tue, 10 Nov 2009 08:55:11 UT
</pubDate>
  </item>
  <item>
  <title>Python as network protocol</title>
  <link>http://groups.google.com/group/comp.lang.python/browse_thread/thread/5a567a1a180511eb/e80653af772df739?show_docid=e80653af772df739</link>
  <description>
  Hi, guys! &lt;br&gt; I want to implement such specific feature: &lt;br&gt; I have a server written in Python. I have a client written in C++. I &lt;br&gt; want to use Python as network protocol between them. I mean: client &lt;br&gt; send to server such string: &amp;quot;a = MyObject()&amp;quot;, so object of this type &lt;br&gt; will appear in server. Any ideas how to simplify this implementation?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.python/browse_thread/thread/5a567a1a180511eb/e80653af772df739?show_docid=e80653af772df739</guid>
  <author>
  kochkin.dmi...@gmail.com
  (Cooch)
  </author>
  <pubDate>Tue, 10 Nov 2009 08:39:44 UT
</pubDate>
  </item>
  <item>
  <title>Re: how to create a pip package</title>
  <link>http://groups.google.com/group/comp.lang.python/browse_thread/thread/65eacb98c3752326/2c0efbdcc07d0fc6?show_docid=2c0efbdcc07d0fc6</link>
  <description>
  On Mon, 9 Nov 2009 19:48:26 -0800 (PST), Phlip &amp;lt;phlip2...@gmail.com&amp;gt; &lt;br&gt; declaimed the following in gmane.comp.python.general: &lt;br&gt; And what is &amp;quot;pip&amp;quot;? &lt;br&gt; My vague memory has it as either the CP/M or DEC PDP-11 command &lt;br&gt; equivalent to Xerox CP/V PCL (Peripheral Conversion Language -- the &lt;br&gt; program used for generic copy, rename, and print of files)
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.python/browse_thread/thread/65eacb98c3752326/2c0efbdcc07d0fc6?show_docid=2c0efbdcc07d0fc6</guid>
  <author>
  wlfr...@ix.netcom.com
  (Dennis Lee Bieber)
  </author>
  <pubDate>Tue, 10 Nov 2009 08:01:33 UT
</pubDate>
  </item>
  <item>
  <title>Re: OT: regular expression matching multiple occurrences of one group</title>
  <link>http://groups.google.com/group/comp.lang.python/browse_thread/thread/9fa81a672395caef/87bbd0d32dc19f26?show_docid=87bbd0d32dc19f26</link>
  <description>
  En Mon, 09 Nov 2009 12:59:53 -0300, Jon Clements &amp;lt;jon...@googlemail.com&amp;gt; &lt;br&gt; escribió: &lt;br&gt; Not that I like regexes very much, but findall does exactly that: &lt;br&gt; py&amp;gt; re.findall(&#39;-c&#39;, &#39;-c-c-c-c-c-c&#39;) &lt;br&gt; [&#39;-c&#39;, &#39;-c&#39;, &#39;-c&#39;, &#39;-c&#39;, &#39;-c&#39;, &#39;-c&#39;] &lt;br&gt; Now, the OP said &amp;quot;return each occurrence as a group match&amp;quot;: &lt;br&gt; py&amp;gt; for g in re.finditer(&amp;quot;-c&amp;quot;, &#39;-c-c-c-c-c-c&#39;): print g, g.span(),
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.python/browse_thread/thread/9fa81a672395caef/87bbd0d32dc19f26?show_docid=87bbd0d32dc19f26</guid>
  <author>
  gagsl-...@yahoo.com.ar
  (Gabriel Genellina)
  </author>
  <pubDate>Tue, 10 Nov 2009 06:57:40 UT
</pubDate>
  </item>
  <item>
  <title>Re: how to create a pip package</title>
  <link>http://groups.google.com/group/comp.lang.python/browse_thread/thread/65eacb98c3752326/1f6b3f1634709433?show_docid=1f6b3f1634709433</link>
  <description>
  See &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://pip.openplans.org/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; You&#39;re looking for the &amp;quot;freeze&amp;quot; command.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.python/browse_thread/thread/65eacb98c3752326/1f6b3f1634709433?show_docid=1f6b3f1634709433</guid>
  <author>
  gagsl-...@yahoo.com.ar
  (Gabriel Genellina)
  </author>
  <pubDate>Tue, 10 Nov 2009 06:43:08 UT
</pubDate>
  </item>
  <item>
  <title>Re: on &quot;Namespaces&quot;</title>
  <link>http://groups.google.com/group/comp.lang.python/browse_thread/thread/7accda4074c4a7db/b205915210135a44?show_docid=b205915210135a44</link>
  <description>
  Modules are namespaces. So are packages. &lt;br&gt; Classes and class instances are namespaces. &lt;br&gt; n = None &lt;br&gt; def spam(n): &lt;br&gt; print &amp;quot;spam&amp;quot; * n &lt;br&gt; def ham(n): &lt;br&gt; print &amp;quot;ham&amp;quot; * n &lt;br&gt; the n inside spam() and ham() and the global n are in different &lt;br&gt; namespaces, and so independent. &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://en.wikipedia.org/wiki/Namespace&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://docs.python.org/tutorial/classes.html#python-scopes-and-namespaces&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.python/browse_thread/thread/7accda4074c4a7db/b205915210135a44?show_docid=b205915210135a44</guid>
  <author>
  ste...@remove.this.cybersource.com.au
  (Steven D&#39;Aprano)
  </author>
  <pubDate>Tue, 10 Nov 2009 05:02:25 UT
</pubDate>
  </item>
  <item>
  <title>Re: Most efficient way to &quot;pre-grow&quot; a list?</title>
  <link>http://groups.google.com/group/comp.lang.python/browse_thread/thread/fd07df5ffde3db83/36a5991ad871b107?show_docid=36a5991ad871b107</link>
  <description>
  En Sun, 08 Nov 2009 10:08:35 -0300, gil_johnson &lt;br&gt; &amp;lt;gil_john...@earthlink.net&amp;gt; escribió: &lt;br&gt; I don&#39;t get your same results; one_item*N is faster on my tests. Note that &lt;br&gt; you&#39;re comparing disparate things: &lt;br&gt; Method 1 creates an array object; this takes roughly 2**29 bytes &lt;br&gt; This creates also an array object, *and* 134 million integer objects in
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.python/browse_thread/thread/fd07df5ffde3db83/36a5991ad871b107?show_docid=36a5991ad871b107</guid>
  <author>
  gagsl-...@yahoo.com.ar
  (Gabriel Genellina)
  </author>
  <pubDate>Tue, 10 Nov 2009 04:56:30 UT
</pubDate>
  </item>
  <item>
  <title>Re: sort values from dictionary of dictionaries python 2.4</title>
  <link>http://groups.google.com/group/comp.lang.python/browse_thread/thread/5855736877315f99/d24b11a8ba9813bd?show_docid=d24b11a8ba9813bd</link>
  <description>
  You can&#39;t sort dictionaries in Python, because they are unordered hash &lt;br&gt; tables. Giving up the ability to store items in order is one of the &lt;br&gt; things which makes them so fast. &lt;br&gt; You have five choices: &lt;br&gt; (1) Create your own implementation of a sortable dictionary, perhaps &lt;br&gt; using a red-black tree or similar. Unless you write it in C, expect it to
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.python/browse_thread/thread/5855736877315f99/d24b11a8ba9813bd?show_docid=d24b11a8ba9813bd</guid>
  <author>
  ste...@remove.this.cybersource.com.au
  (Steven D&#39;Aprano)
  </author>
  <pubDate>Tue, 10 Nov 2009 04:52:42 UT
</pubDate>
  </item>
  <item>
  <title>how to create a pip package</title>
  <link>http://groups.google.com/group/comp.lang.python/browse_thread/thread/65eacb98c3752326/46dbb6ca88ad34d0?show_docid=46dbb6ca88ad34d0</link>
  <description>
  Py hont: &lt;br&gt; I have a single file that I need my crew to pip install. &lt;br&gt; When I Google for &amp;quot;how to create a pip package&amp;quot; I don&#39;t hit anything. &lt;br&gt; Of course that info is out there; I can&#39;t seem to pick up the trail of &lt;br&gt; breadcrumbs to it. &lt;br&gt; While I&#39;m looking, could someone push the link in here? Purely for &lt;br&gt; posterity? Thanks!
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.python/browse_thread/thread/65eacb98c3752326/46dbb6ca88ad34d0?show_docid=46dbb6ca88ad34d0</guid>
  <author>
  phlip2...@gmail.com
  (Phlip)
  </author>
  <pubDate>Tue, 10 Nov 2009 03:48:26 UT
</pubDate>
  </item>
  <item>
  <title>Re: Is it possible to get the Physical memory address of a variable in python?</title>
  <link>http://groups.google.com/group/comp.lang.python/browse_thread/thread/00969462b9a3b452/c544b4cad831169f?show_docid=c544b4cad831169f</link>
  <description>
  Following is for the CPython implementation. As Benjamin says, each &lt;br&gt; implementation can do different things, as long as the documented &lt;br&gt; semantics are preserved. &lt;br&gt; The &amp;quot;variable&amp;quot; aaa is not at any particular location, and will quite &lt;br&gt; likely move when you define a new &amp;quot;variable&amp;quot; bbb or ccc in the same
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.python/browse_thread/thread/00969462b9a3b452/c544b4cad831169f?show_docid=c544b4cad831169f</guid>
  <author>
  da...@ieee.org
  (Dave Angel)
  </author>
  <pubDate>Tue, 10 Nov 2009 02:30:01 UT
</pubDate>
  </item>
  <item>
  <title>Re: Is it possible to get the Physical memory address of a variable in python?</title>
  <link>http://groups.google.com/group/comp.lang.python/browse_thread/thread/00969462b9a3b452/cbba5acba2471a45?show_docid=cbba5acba2471a45</link>
  <description>
  I&#39;m going to guess that &lt;br&gt; A. You don&#39;t really want physical address but logical address (i.e., &lt;br&gt; the address where you might access the memory with a C pointer), and &lt;br&gt; B. You want the address not of the object itself, but of the data &lt;br&gt; within (that is, you&#39;d want the &amp;quot;pointer&amp;quot; you receive to point to the &lt;br&gt; ASCII string hello)
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.python/browse_thread/thread/00969462b9a3b452/cbba5acba2471a45?show_docid=cbba5acba2471a45</guid>
  <author>
  pavlovevide...@gmail.com
  (Carl Banks)
  </author>
  <pubDate>Tue, 10 Nov 2009 02:30:13 UT
</pubDate>
  </item>
  </channel>
</rss>
