<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/distutils/command/install_data.py, branch 3.4</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/'/>
<entry>
<title>Fix closes Issue11439 Remove the SVN keywords from the code as it is no longer applicable in hg. Patch Contributed by Neil Muller.</title>
<updated>2011-07-28T14:32:49+00:00</updated>
<author>
<name>Senthil Kumaran</name>
<email>senthil@uthcode.com</email>
</author>
<published>2011-07-28T14:32:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=7c9719cf74a4c5fc04a07b706d71302bdd8c04c5'/>
<id>7c9719cf74a4c5fc04a07b706d71302bdd8c04c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged revisions 70886,70888-70892 via svnmerge from</title>
<updated>2009-03-31T21:37:16+00:00</updated>
<author>
<name>Tarek Ziadé</name>
<email>ziade.tarek@gmail.com</email>
</author>
<published>2009-03-31T21:37:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=baf518046c9d5044572abcd74e7da1b097c946f6'/>
<id>baf518046c9d5044572abcd74e7da1b097c946f6</id>
<content type='text'>
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r70886 | tarek.ziade | 2009-03-31 15:50:59 -0500 (Tue, 31 Mar 2009) | 1 line

  added tests for the clean command
........
  r70888 | tarek.ziade | 2009-03-31 15:53:13 -0500 (Tue, 31 Mar 2009) | 1 line

  more tests for the register command
........
  r70889 | tarek.ziade | 2009-03-31 15:53:55 -0500 (Tue, 31 Mar 2009) | 1 line

  more tests for the upload command
........
  r70890 | tarek.ziade | 2009-03-31 15:54:38 -0500 (Tue, 31 Mar 2009) | 1 line

  added test to the install_data command
........
  r70891 | tarek.ziade | 2009-03-31 15:55:21 -0500 (Tue, 31 Mar 2009) | 1 line

  added tests to the install_headers command
........
  r70892 | tarek.ziade | 2009-03-31 15:56:11 -0500 (Tue, 31 Mar 2009) | 1 line

  making sdist and config test silents
........
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r70886 | tarek.ziade | 2009-03-31 15:50:59 -0500 (Tue, 31 Mar 2009) | 1 line

  added tests for the clean command
........
  r70888 | tarek.ziade | 2009-03-31 15:53:13 -0500 (Tue, 31 Mar 2009) | 1 line

  more tests for the register command
........
  r70889 | tarek.ziade | 2009-03-31 15:53:55 -0500 (Tue, 31 Mar 2009) | 1 line

  more tests for the upload command
........
  r70890 | tarek.ziade | 2009-03-31 15:54:38 -0500 (Tue, 31 Mar 2009) | 1 line

  added test to the install_data command
........
  r70891 | tarek.ziade | 2009-03-31 15:55:21 -0500 (Tue, 31 Mar 2009) | 1 line

  added tests to the install_headers command
........
  r70892 | tarek.ziade | 2009-03-31 15:56:11 -0500 (Tue, 31 Mar 2009) | 1 line

  making sdist and config test silents
........
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch# 1258 by Christian Heimes: kill basestring.</title>
<updated>2007-10-16T18:12:55+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>2007-10-16T18:12:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=3172c5d263eeffff1e89d03d79be3ccc1d60fbde'/>
<id>3172c5d263eeffff1e89d03d79be3ccc1d60fbde</id>
<content type='text'>
I like this because it makes the code shorter! :-)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I like this because it makes the code shorter! :-)
</pre>
</div>
</content>
</entry>
<entry>
<title>General cleanup, raise normalization in Lib/distutils.</title>
<updated>2007-08-30T03:52:21+00:00</updated>
<author>
<name>Collin Winter</name>
<email>collinw@gmail.com</email>
</author>
<published>2007-08-30T03:52:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5b7e9d76f39dbf63573519c178835f72e5a5027a'/>
<id>5b7e9d76f39dbf63573519c178835f72e5a5027a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Checkpoint.  Manipulated things so that string literals are always</title>
<updated>2007-04-27T23:53:51+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>2007-04-27T23:53:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=572dbf8f1320c0b34b9c786e5c30ba4a4b61b292'/>
<id>572dbf8f1320c0b34b9c786e5c30ba4a4b61b292</id>
<content type='text'>
unicode, and a few other compensating changes, e.g. str &lt;- unicode,
chr &lt;- unichr, and repr() of a unicode string no longer starts
with 'u'.  Lots of unit tests are broken, but some basic things
work, in particular distutils works so the extensions can be built,
and test_builtin.py works.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
unicode, and a few other compensating changes, e.g. str &lt;- unicode,
chr &lt;- unichr, and repr() of a unicode string no longer starts
with 'u'.  Lots of unit tests are broken, but some basic things
work, in particular distutils works so the extensions can be built,
and test_builtin.py works.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update compatibility comments to 2.1, corresponding to PEP 291 1.13.</title>
<updated>2004-11-10T22:23:15+00:00</updated>
<author>
<name>Martin v. Löwis</name>
<email>martin@v.loewis.de</email>
</author>
<published>2004-11-10T22:23:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5a6601cfc63a7b4fe2caf05a0116022ab76b64e6'/>
<id>5a6601cfc63a7b4fe2caf05a0116022ab76b64e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use "is" to test type objects, not "==".</title>
<updated>2002-11-26T21:28:23+00:00</updated>
<author>
<name>Fred Drake</name>
<email>fdrake@acm.org</email>
</author>
<published>2002-11-26T21:28:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=94e7bb7dd67ae72ea1184fa7860c9d4c76acb41b'/>
<id>94e7bb7dd67ae72ea1184fa7860c9d4c76acb41b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add comment to Distutil files about requiring 1.5.2 compatibility, as</title>
<updated>2002-11-19T13:12:28+00:00</updated>
<author>
<name>Andrew M. Kuchling</name>
<email>amk@amk.ca</email>
</author>
<published>2002-11-19T13:12:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d448f66317130555cfc157683c743b3d004374c4'/>
<id>d448f66317130555cfc157683c743b3d004374c4</id>
<content type='text'>
    suggested by PEP 291.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    suggested by PEP 291.
</pre>
</div>
</content>
</entry>
<entry>
<title>[Bug #444589] Record empty directories in the install_data command</title>
<updated>2001-09-04T20:42:08+00:00</updated>
<author>
<name>Andrew M. Kuchling</name>
<email>amk@amk.ca</email>
</author>
<published>2001-09-04T20:42:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4d335b3b9b4d24f2869be08b1706153c005523ab'/>
<id>4d335b3b9b4d24f2869be08b1706153c005523ab</id>
<content type='text'>
   Slightly modified version of patch from Jon Nelson (jnelson).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
   Slightly modified version of patch from Jon Nelson (jnelson).
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch #103587: Fix typo that broke the install_data command; caught by</title>
<updated>2001-02-05T17:43:11+00:00</updated>
<author>
<name>Andrew M. Kuchling</name>
<email>amk@amk.ca</email>
</author>
<published>2001-02-05T17:43:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=1b26b6a5f16636c58296b852d7adaa10a44640f7'/>
<id>1b26b6a5f16636c58296b852d7adaa10a44640f7</id>
<content type='text'>
   Uche Ogbuji
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
   Uche Ogbuji
</pre>
</div>
</content>
</entry>
</feed>
