<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/disutils2.git/distutils2/tests/test_version.py, branch python3</title>
<subtitle>hg.python.org: Obsolete (use python-setuptools-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/disutils2.git/'/>
<entry>
<title>Fix stringification of final versions (#16107).</title>
<updated>2012-10-27T15:58:05+00:00</updated>
<author>
<name>?ric Araujo</name>
<email>merwok@netwok.org</email>
</author>
<published>2012-10-27T15:58:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/disutils2.git/commit/?id=3bd2eeda2384239d49606b8dbbcc50d9aea74c02'/>
<id>3bd2eeda2384239d49606b8dbbcc50d9aea74c02</id>
<content type='text'>
Report and patch by Richard Jones.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Report and patch by Richard Jones.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed the trailing zero wiping (#14264)</title>
<updated>2012-03-12T21:06:59+00:00</updated>
<author>
<name>Tarek Ziade</name>
<email>tarek@ziade.org</email>
</author>
<published>2012-03-12T21:06:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/disutils2.git/commit/?id=055a999a0944fb426e1655d59e3d8399f123b259'/>
<id>055a999a0944fb426e1655d59e3d8399f123b259</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix comparison bug with 'rc' versions (#11841)</title>
<updated>2012-02-27T10:57:12+00:00</updated>
<author>
<name>?ric Araujo</name>
<email>merwok@netwok.org</email>
</author>
<published>2012-02-27T10:57:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/disutils2.git/commit/?id=d44c91095d18d49af41cfd35eec3dc1dfc39b36d'/>
<id>d44c91095d18d49af41cfd35eec3dc1dfc39b36d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up some idioms in tests.</title>
<updated>2011-11-11T23:33:44+00:00</updated>
<author>
<name>?ric Araujo</name>
<email>merwok@netwok.org</email>
</author>
<published>2011-11-11T23:33:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/disutils2.git/commit/?id=b160fba2c0cbad389abc1bdbc94c82c1a26edfc9'/>
<id>b160fba2c0cbad389abc1bdbc94c82c1a26edfc9</id>
<content type='text'>
- Use os.makedirs (I had forgotten about it!)
- Let TempdirManager.write_file call os.path.join for us
- Let TempdirManager.tearDown go back to the previous working directory
  for us
- Use a skip instead of hiding a method with an underscore
- Reset the finalized attribute of command objects before calling
  ensure_finalized a second time, so that it?s not a no-op
- Address pyflakes warnings
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Use os.makedirs (I had forgotten about it!)
- Let TempdirManager.write_file call os.path.join for us
- Let TempdirManager.tearDown go back to the previous working directory
  for us
- Use a skip instead of hiding a method with an underscore
- Reset the finalized attribute of command objects before calling
  ensure_finalized a second time, so that it?s not a no-op
- Address pyflakes warnings
</pre>
</div>
</content>
</entry>
<entry>
<title>Cosmetic fixes for whitespace and a regex.</title>
<updated>2011-10-04T23:08:51+00:00</updated>
<author>
<name>?ric Araujo</name>
<email>merwok@netwok.org</email>
</author>
<published>2011-10-04T23:08:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/disutils2.git/commit/?id=4ae9f13581e67df33042952cedd023e3b3dded8c'/>
<id>4ae9f13581e67df33042952cedd023e3b3dded8c</id>
<content type='text'>
The goal of the regex is to catch a (alpha), b (beta), c or rc
(release candidate), so the existing pattern puzzled me.  Tests were
OK before and after the change.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The goal of the regex is to catch a (alpha), b (beta), c or rc
(release candidate), so the existing pattern puzzled me.  Tests were
OK before and after the change.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests for comparing candidate and final versions (#11841).</title>
<updated>2011-10-04T22:58:40+00:00</updated>
<author>
<name>?ric Araujo</name>
<email>merwok@netwok.org</email>
</author>
<published>2011-10-04T22:58:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/disutils2.git/commit/?id=70e24f0cc1081fe452f9b26613e1dbbb5eb3cf9e'/>
<id>70e24f0cc1081fe452f9b26613e1dbbb5eb3cf9e</id>
<content type='text'>
This used to be buggy; Filip Gruszczy?ski contributed these tests and a
code patch but the latter is not needed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This used to be buggy; Filip Gruszczy?ski contributed these tests and a
code patch but the latter is not needed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backported packaging from cpython default, overwriting previous version.</title>
<updated>2011-08-18T09:11:00+00:00</updated>
<author>
<name>Vinay Sajip</name>
<email>vinay_sajip@yahoo.co.uk</email>
</author>
<published>2011-08-18T09:11:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/disutils2.git/commit/?id=1797898898a76efb0f3e78b394675033f3c2fad2'/>
<id>1797898898a76efb0f3e78b394675033f3c2fad2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make sure project that have numbers in their names can be parsed</title>
<updated>2011-01-01T09:47:44+00:00</updated>
<author>
<name>Tarek Ziade</name>
<email>tarek@ziade.org</email>
</author>
<published>2011-01-01T09:47:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/disutils2.git/commit/?id=03dae7f7be990bc07f76db4007d782f28fa91b1d'/>
<id>03dae7f7be990bc07f76db4007d782f28fa91b1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>allowing predicates without parenthesis -- that's how the install script will work</title>
<updated>2011-01-01T09:05:56+00:00</updated>
<author>
<name>Tarek Ziade</name>
<email>tarek@ziade.org</email>
</author>
<published>2011-01-01T09:05:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/disutils2.git/commit/?id=e617022710ce95820d035cce1aee836a45f171a4'/>
<id>e617022710ce95820d035cce1aee836a45f171a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don?t use a deprecated name</title>
<updated>2010-12-09T06:44:59+00:00</updated>
<author>
<name>?ric Araujo</name>
<email>merwok@netwok.org</email>
</author>
<published>2010-12-09T06:44:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/disutils2.git/commit/?id=c654b7a180482e89d6aef3c317a3f295fb1b4d89'/>
<id>c654b7a180482e89d6aef3c317a3f295fb1b4d89</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
