<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/comp.lang.python</id>
  <title type="text">comp.lang.python Google Group</title>
  <subtitle type="text">
  The Python computer language.
  </subtitle>
  <link href="/group/comp.lang.python/feed/atom_v1_0_msgs.xml" rel="self" title="comp.lang.python feed"/>
  <updated>2009-07-04T13:31:44Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Dave Angel</name>
  <email>da...@ieee.org</email>
  </author>
  <updated>2009-07-04T13:31:44Z</updated>
  <id>http://groups.google.com/group/comp.lang.python/browse_thread/thread/dbf4e666e4fb9848/e09a1d28c5033432?show_docid=e09a1d28c5033432</id>
  <link href="http://groups.google.com/group/comp.lang.python/browse_thread/thread/dbf4e666e4fb9848/e09a1d28c5033432?show_docid=e09a1d28c5033432"/>
  <title type="text">Re: Re: question of style</title>
  <summary type="html" xml:space="preserve">
  But if self.higher is 0 and self.lower is None, this&#39;ll return None, &lt;br&gt; which wasn&#39;t the original intent. &lt;br&gt; Without having some documented constraints on the self.higher and lower &lt;br&gt; types and values, it&#39;s difficult to simplify further.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Paul Rubin</name>
  <email></email>
  </author>
  <updated>2009-07-04T13:29:09Z</updated>
  <id>http://groups.google.com/group/comp.lang.python/browse_thread/thread/dbf4e666e4fb9848/04c8df524ab66b1e?show_docid=04c8df524ab66b1e</id>
  <link href="http://groups.google.com/group/comp.lang.python/browse_thread/thread/dbf4e666e4fb9848/04c8df524ab66b1e?show_docid=04c8df524ab66b1e"/>
  <title type="text">Re: question of style</title>
  <summary type="html" xml:space="preserve">
  I&#39;m not sure. Maybe there could be some kind of syntactic support in &lt;br&gt; a dynamic language (not that I&#39;m suggesting adding that to Python). &lt;br&gt; I&#39;ve been meaning to look up how Erlang does it. For the limited &lt;br&gt; purpose of regexps that might or might not match, Perl has some &lt;br&gt; special support. &lt;br&gt; A kludgy Python counterpart to Option might be to use a pair (present, x)
  </summary>
  </entry>
  <entry>
  <author>
  <name>Pablo Torres N.</name>
  <email>tn.pa...@gmail.com</email>
  </author>
  <updated>2009-07-04T13:25:39Z</updated>
  <id>http://groups.google.com/group/comp.lang.python/browse_thread/thread/594eb05385aef640/ae4a8d312106cb11?show_docid=ae4a8d312106cb11</id>
  <link href="http://groups.google.com/group/comp.lang.python/browse_thread/thread/594eb05385aef640/ae4a8d312106cb11?show_docid=ae4a8d312106cb11"/>
  <title type="text">Re: Calling C or C++ Functions inside Python script</title>
  <summary type="html" xml:space="preserve">
  &amp;quot;SWIG is a software development tool that connects programs written in C &lt;br&gt; and C++ with a variety of high-level programming languages. SWIG is used &lt;br&gt; with different types of languages including common scripting languages &lt;br&gt; such as Perl, PHP, Python, Tcl and Ruby. &amp;quot; &lt;br&gt; --- &lt;br&gt; Pablo Torres N.
  </summary>
  </entry>
  <entry>
  <author>
  <name>larudwer</name>
  <email>larud...@freenet.de</email>
  </author>
  <updated>2009-07-04T12:26:27Z</updated>
  <id>http://groups.google.com/group/comp.lang.python/browse_thread/thread/1f5188aa6b554e09/d590929fa4c367d0?show_docid=d590929fa4c367d0</id>
  <link href="http://groups.google.com/group/comp.lang.python/browse_thread/thread/1f5188aa6b554e09/d590929fa4c367d0?show_docid=d590929fa4c367d0"/>
  <title type="text">psyco V2 beta2 benchmark</title>
  <summary type="html" xml:space="preserve">
  just out of curiosity i&#39;ve downloaded the latest Version of Psyco V2 Beta 2 &lt;br&gt; and run the benchmarks against the old Version of psyco 1.6 &lt;br&gt; Because it might be of common interest, i am posting the results here. &lt;br&gt; My machine is a Pentium D 3.2 Ghz running Windows XP SP 3 and Python 2.6.2. &lt;br&gt; Psyco V2 was built with 4.3.3-tdm-1 mingw32 with optimisation flags changed
  </summary>
  </entry>
  <entry>
  <author>
  <name>Scott David Daniels</name>
  <email>scott.dani...@acm.org</email>
  </author>
  <updated>2009-07-04T12:31:55Z</updated>
  <id>http://groups.google.com/group/comp.lang.python/browse_thread/thread/49f47a12f52ee553/ed6a1f2658478b2f?show_docid=ed6a1f2658478b2f</id>
  <link href="http://groups.google.com/group/comp.lang.python/browse_thread/thread/49f47a12f52ee553/ed6a1f2658478b2f?show_docid=ed6a1f2658478b2f"/>
  <title type="text">Re: Reversible Debugging</title>
  <summary type="html" xml:space="preserve">
  Remember, storing into a location is destruction. &lt;br&gt; Go over a list of VM instructions and see how many of them are undoable.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Scott David Daniels</name>
  <email>scott.dani...@acm.org</email>
  </author>
  <updated>2009-07-04T12:28:01Z</updated>
  <id>http://groups.google.com/group/comp.lang.python/browse_thread/thread/dbf4e666e4fb9848/14448b4df5a33140?show_docid=14448b4df5a33140</id>
  <link href="http://groups.google.com/group/comp.lang.python/browse_thread/thread/dbf4e666e4fb9848/14448b4df5a33140?show_docid=14448b4df5a33140"/>
  <title type="text">Re: question of style</title>
  <summary type="html" xml:space="preserve">
  self.lower = 0 &lt;br&gt; self.higher = 123 &lt;br&gt; ??? &lt;br&gt; More than just None is False
  </summary>
  </entry>
  <entry>
  <author>
  <name>www.dudes-mall.com</name>
  <email>ladyjack...@gmail.com</email>
  </author>
  <updated>2009-07-04T12:19:33Z</updated>
  <id>http://groups.google.com/group/comp.lang.python/browse_thread/thread/456d2917e8f864e1/e37bf74db38a01b6?show_docid=e37bf74db38a01b6</id>
  <link href="http://groups.google.com/group/comp.lang.python/browse_thread/thread/456d2917e8f864e1/e37bf74db38a01b6?show_docid=e37bf74db38a01b6"/>
  <title type="text">www.dudes-mall.com Ed hardy,(tshirt$13,swim strunk$25,jean$30,handbag$34,cap$13,sunglass$12,shoes$25)nike shoes:$32,handbag:$35,NFL:$20,jean:$30,air force one shoes,lv,gucci,D&amp;G,bbc,coachUGG boot:$50,.free shipping!</title>
  <summary type="html" xml:space="preserve">
  Get Nike Shoes at Super Cheap Prices &lt;br&gt; Discount Ed hardy tshirt (&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.dudes-mall.com&quot;&gt;[link]&lt;/a&gt;) &lt;br&gt; Discount Ed hardy swimming suit (&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.dudes-mall.com&quot;&gt;[link]&lt;/a&gt;) &lt;br&gt; Discount Ed hardy jean (&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.dudes-mall.com&quot;&gt;[link]&lt;/a&gt;) &lt;br&gt; Discount Ed hardy shoes (&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.dudes-mall.com&quot;&gt;[link]&lt;/a&gt;) &lt;br&gt; Discount Ed hardy handbag (&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.dudes-mall.com&quot;&gt;[link]&lt;/a&gt;) &lt;br&gt; Discount Ed hardy other porduct (&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.dudes-mall.com&quot;&gt;[link]&lt;/a&gt;)
  </summary>
  </entry>
  <entry>
  <author>
  <name>Aqeel Ahmed Rajpar</name>
  <email>aqeelahmed...@gmail.com</email>
  </author>
  <updated>2009-07-04T11:20:39Z</updated>
  <id>http://groups.google.com/group/comp.lang.python/browse_thread/thread/31f1026caf615a83/d9926403734280a9?show_docid=d9926403734280a9</id>
  <link href="http://groups.google.com/group/comp.lang.python/browse_thread/thread/31f1026caf615a83/d9926403734280a9?show_docid=d9926403734280a9"/>
  <title type="text">Akshay-Kareena KAMBAKKHT ISHQ Sold Out!!</title>
  <summary type="html" xml:space="preserve">
  For pics and videos visit: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.funonhai.blogspot.com&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Martin v. Löwis</name>
  <email>mar...@v.loewis.de</email>
  </author>
  <updated>2009-07-04T11:09:51Z</updated>
  <id>http://groups.google.com/group/comp.lang.python/browse_thread/thread/b83cfbe1a2a395bb/a31853aa3f389fc9?show_docid=a31853aa3f389fc9</id>
  <link href="http://groups.google.com/group/comp.lang.python/browse_thread/thread/b83cfbe1a2a395bb/a31853aa3f389fc9?show_docid=a31853aa3f389fc9"/>
  <title type="text">Re: urllib with x509 certs</title>
  <summary type="html" xml:space="preserve">
  And you put the passphrase into the source code instead? How does it &lt;br&gt; make that more secure? &lt;br&gt; Regards, &lt;br&gt; Martin
  </summary>
  </entry>
  <entry>
  <author>
  <name>Chris Rebert</name>
  <email>c...@rebertia.com</email>
  </author>
  <updated>2009-07-04T10:29:30Z</updated>
  <id>http://groups.google.com/group/comp.lang.python/browse_thread/thread/594eb05385aef640/3923097f250c4fca?show_docid=3923097f250c4fca</id>
  <link href="http://groups.google.com/group/comp.lang.python/browse_thread/thread/594eb05385aef640/3923097f250c4fca?show_docid=3923097f250c4fca"/>
  <title type="text">Re: Calling C or C++ Functions inside Python script</title>
  <summary type="html" xml:space="preserve">
  The `ctypes` module: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://docs.python.org/library/ctypes.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Note: does not work w/ C++ directly. &lt;br&gt; Cheers, &lt;br&gt; Chris
  </summary>
  </entry>
  <entry>
  <author>
  <name>Chris Rebert</name>
  <email>c...@rebertia.com</email>
  </author>
  <updated>2009-07-04T10:27:46Z</updated>
  <id>http://groups.google.com/group/comp.lang.python/browse_thread/thread/b83cfbe1a2a395bb/63caa89472b93519?show_docid=63caa89472b93519</id>
  <link href="http://groups.google.com/group/comp.lang.python/browse_thread/thread/b83cfbe1a2a395bb/63caa89472b93519?show_docid=63caa89472b93519"/>
  <title type="text">Re: urllib with x509 certs</title>
  <summary type="html" xml:space="preserve">
  2009/7/4 Lacrima &amp;lt;Lacrima.Ma...@gmail.com&amp;gt;: &lt;br&gt; Only a guess: &lt;br&gt; def prompt_user_passwd(self, host, realm): &lt;br&gt; return (&#39;&#39;, &#39;password&#39;) &lt;br&gt; Cheers, &lt;br&gt; Chris
  </summary>
  </entry>
  <entry>
  <author>
  <name>Lacrima</name>
  <email>lacrima.ma...@gmail.com</email>
  </author>
  <updated>2009-07-04T10:14:17Z</updated>
  <id>http://groups.google.com/group/comp.lang.python/browse_thread/thread/b83cfbe1a2a395bb/ca20fee4130ddc58?show_docid=ca20fee4130ddc58</id>
  <link href="http://groups.google.com/group/comp.lang.python/browse_thread/thread/b83cfbe1a2a395bb/ca20fee4130ddc58?show_docid=ca20fee4130ddc58"/>
  <title type="text">Re: urllib with x509 certs</title>
  <summary type="html" xml:space="preserve">
  Hi Martin! &lt;br&gt; Thanks for the reply. I want my key to be as secure as possible. So I &lt;br&gt; will remove pass phrase if only there is no other possibility to go &lt;br&gt; through authentication. &lt;br&gt; With regards, Max
  </summary>
  </entry>
  <entry>
  <author>
  <name>Lacrima</name>
  <email>lacrima.ma...@gmail.com</email>
  </author>
  <updated>2009-07-04T10:08:40Z</updated>
  <id>http://groups.google.com/group/comp.lang.python/browse_thread/thread/b83cfbe1a2a395bb/26629bd51ed50390?show_docid=26629bd51ed50390</id>
  <link href="http://groups.google.com/group/comp.lang.python/browse_thread/thread/b83cfbe1a2a395bb/26629bd51ed50390?show_docid=26629bd51ed50390"/>
  <title type="text">Re: urllib with x509 certs</title>
  <summary type="html" xml:space="preserve">
  Hi Chris, &lt;br&gt; Thanks for your quick reply. &lt;br&gt; According to docs the return value of prompt_user_passwd() method &lt;br&gt; should be a tuple (user, password), but there is no user when &lt;br&gt; authenticating with certificate. So how should I use this method? This &lt;br&gt; doesn&#39;t work: &lt;br&gt; ... def prompt_user_passwd(self, host, realm):
  </summary>
  </entry>
  <entry>
  <author>
  <name>Vilya Harvey</name>
  <email>vilya.har...@gmail.com</email>
  </author>
  <updated>2009-07-04T09:55:44Z</updated>
  <id>http://groups.google.com/group/comp.lang.python/browse_thread/thread/b397eca489d796ec/0b084768963cac29?show_docid=0b084768963cac29</id>
  <link href="http://groups.google.com/group/comp.lang.python/browse_thread/thread/b397eca489d796ec/0b084768963cac29?show_docid=0b084768963cac29"/>
  <title type="text">Re: finding most common elements between thousands of multiple arrays.</title>
  <summary type="html" xml:space="preserve">
  2009/7/4 Andre Engels &amp;lt;andreeng...@gmail.com&amp;gt;: &lt;br&gt; Try flattening the arrays into a single large array &amp;amp; sorting it. Then &lt;br&gt; you can just iterate over the large array counting as you go; you only &lt;br&gt; ever have to insert into the dict once for each value and there&#39;s no &lt;br&gt; lookups in the dict. I don&#39;t know numpy, so there&#39;s probably a more
  </summary>
  </entry>
  <entry>
  <author>
  <name>Chris Rebert</name>
  <email>c...@rebertia.com</email>
  </author>
  <updated>2009-07-04T09:50:18Z</updated>
  <id>http://groups.google.com/group/comp.lang.python/browse_thread/thread/e675544968f32721/3af9ec49bd971910?show_docid=3af9ec49bd971910</id>
  <link href="http://groups.google.com/group/comp.lang.python/browse_thread/thread/e675544968f32721/3af9ec49bd971910?show_docid=3af9ec49bd971910"/>
  <title type="text">Re: is it possible to write USSD / SMS /SS7 apps in python</title>
  <summary type="html" xml:space="preserve">
  On Sat, Jul 4, 2009 at 2:47 AM, Banibrata &lt;br&gt; s/Chris/Dennis/ &lt;br&gt; Credit where credit is due. I merely gave a PyPI link. &lt;br&gt; Cheers, &lt;br&gt; Chris
  </summary>
  </entry>
</feed>
