<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cpython.git/Lib/test/test_long_future.py, branch v2.3.3c1</title>
<subtitle>https://github.com/python/cpython.git</subtitle>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/'/>
<entry>
<title>Get rid of relative imports in all unittests.  Now anything that</title>
<updated>2002-07-23T19:04:11Z</updated>
<author>
<name>Barry Warsaw</name>
<email>barry@python.org</email>
</author>
<published>2002-07-23T19:04:11Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=04f357cffef6d764f2f0ff2671dabde75ec250d1'/>
<id>04f357cffef6d764f2f0ff2671dabde75ec250d1</id>
<content type='text'>
imports e.g. test_support must do so using an absolute package name
such as "import test.test_support" or "from test import test_support".

This also updates the README in Lib/test, and gets rid of the
duplicate data dirctory in Lib/test/data (replaced by
Lib/email/test/data).

Now Tim and Jack can have at it. :)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
imports e.g. test_support must do so using an absolute package name
such as "import test.test_support" or "from test import test_support".

This also updates the README in Lib/test, and gets rid of the
duplicate data dirctory in Lib/test/data (replaced by
Lib/email/test/data).

Now Tim and Jack can have at it. :)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in error reporting.  This doesn't need to go into the release</title>
<updated>2001-09-07T00:47:00Z</updated>
<author>
<name>Tim Peters</name>
<email>tim.peters@gmail.com</email>
</author>
<published>2001-09-07T00:47:00Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=9652de9d825f2e377c4238145cc914bd28fa7111'/>
<id>9652de9d825f2e377c4238145cc914bd28fa7111</id>
<content type='text'>
branch (if it ever gets to the typo, the test is failing anyway).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
branch (if it ever gets to the typo, the test is failing anyway).
</pre>
</div>
</content>
</entry>
<entry>
<title>Added some underflow-to-0.0 long/long true division tests.</title>
<updated>2001-09-06T22:03:36Z</updated>
<author>
<name>Tim Peters</name>
<email>tim.peters@gmail.com</email>
</author>
<published>2001-09-06T22:03:36Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=4bd810aaf215028fd0f512fd646e86ed6e27038d'/>
<id>4bd810aaf215028fd0f512fd646e86ed6e27038d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed a typo and added more tests.</title>
<updated>2001-09-04T06:33:00Z</updated>
<author>
<name>Tim Peters</name>
<email>tim.peters@gmail.com</email>
</author>
<published>2001-09-04T06:33:00Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=bc1c7a085449302edcef3e7c2faae2433a020e39'/>
<id>bc1c7a085449302edcef3e7c2faae2433a020e39</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change long/long true division to return as many good bits as it can;</title>
<updated>2001-09-04T06:17:36Z</updated>
<author>
<name>Tim Peters</name>
<email>tim.peters@gmail.com</email>
</author>
<published>2001-09-04T06:17:36Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=e2a600099d3b61327aba5be94d30d40773faa2c9'/>
<id>e2a600099d3b61327aba5be94d30d40773faa2c9</id>
<content type='text'>
e.g., (1L &lt;&lt; 40000)/(1L &lt;&lt; 40001) returns 0.5, not Inf or NaN or whatever.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
e.g., (1L &lt;&lt; 40000)/(1L &lt;&lt; 40001) returns 0.5, not Inf or NaN or whatever.
</pre>
</div>
</content>
</entry>
</feed>
