<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git, branch 3.7</title>
<subtitle>github.com: pypa/setuptools.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/'/>
<entry>
<title>Merge (preferring custom constructor for selecting the canonical implementation on modern Pythons</title>
<updated>2014-05-28T06:03:20+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-05-28T06:03:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=6d46049d2f2b94af8ea486841baca9403fc41ed1'/>
<id>6d46049d2f2b94af8ea486841baca9403fc41ed1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Suppress arguments to __new__. ZipFile doesn't want them, and object deprecates them.</title>
<updated>2014-05-28T05:24:50+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-05-28T05:24:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=eba9c893a275bc07e8f7e32f46bee0e2e2af7ff3'/>
<id>eba9c893a275bc07e8f7e32f46bee0e2e2af7ff3</id>
<content type='text'>
--HG--
extra : amend_source : e41a2567b4174ef2eff09f3aa3f2a7faf214e054
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : amend_source : e41a2567b4174ef2eff09f3aa3f2a7faf214e054
</pre>
</div>
</content>
</entry>
<entry>
<title>simplify ContextualZipFile implementation and avoid DeprecationWarnings</title>
<updated>2014-05-28T03:53:14+00:00</updated>
<author>
<name>Jurko Gospodnetić</name>
<email>jurko.gospodnetic@pke.hr</email>
</author>
<published>2014-05-28T03:53:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=e234ee81285a535ab525f9210bf714adfb769806'/>
<id>e234ee81285a535ab525f9210bf714adfb769806</id>
<content type='text'>
ContextualZipFile tried to be smart and have its __new__ method return
zipfile.ZipFile instances on Python versions supporting the zipfile.ZipFile
context manager interface (i.e. only on Python [2.7, 3.0&gt; &amp; 3.2+) while on
others it would return an actual ContextualZipFile instance.

The new implementation seems much simpler and avoids a DeprecationWarning on
Python [3.0, 3.2&gt;. There zipFile.ZipFile's __new__ method implementation is
actually inherited from object, and calling object.__new__ with extra
parameters has been deprecated since Python 2.6 (it has even been converted to
an error since Python 3.3).

Notes on why there were no related problems in other Python versions:
* Python versions prior to 2.5 were not affected because they did not yet
deprecate passing extra parameters to object.__new__.
* Python version 2.6 was not affected because there zipfile.ZipFile was
implemented as an old-style class and therefore did not get its __new__ method
called in the first place.
* Python [2.7, 3.0&gt; &amp; 3.2+ - explained above.

--HG--
extra : source : 9388cc525f1919672fb916b0e62f80ca581072b7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ContextualZipFile tried to be smart and have its __new__ method return
zipfile.ZipFile instances on Python versions supporting the zipfile.ZipFile
context manager interface (i.e. only on Python [2.7, 3.0&gt; &amp; 3.2+) while on
others it would return an actual ContextualZipFile instance.

The new implementation seems much simpler and avoids a DeprecationWarning on
Python [3.0, 3.2&gt;. There zipFile.ZipFile's __new__ method implementation is
actually inherited from object, and calling object.__new__ with extra
parameters has been deprecated since Python 2.6 (it has even been converted to
an error since Python 3.3).

Notes on why there were no related problems in other Python versions:
* Python versions prior to 2.5 were not affected because they did not yet
deprecate passing extra parameters to object.__new__.
* Python version 2.6 was not affected because there zipfile.ZipFile was
implemented as an old-style class and therefore did not get its __new__ method
called in the first place.
* Python [2.7, 3.0&gt; &amp; 3.2+ - explained above.

--HG--
extra : source : 9388cc525f1919672fb916b0e62f80ca581072b7
</pre>
</div>
</content>
</entry>
<entry>
<title>Added tag 3.7b1 for changeset 292dfca15d33</title>
<updated>2014-05-27T01:12:04+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-05-27T01:12:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=72192792996ccfa39c12d0d7a6594e3531e47568'/>
<id>72192792996ccfa39c12d0d7a6594e3531e47568</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update changelog</title>
<updated>2014-05-27T01:11:37+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-05-27T01:11:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=55e8aecffc532c7f048ca2379a65fd325a062a92'/>
<id>55e8aecffc532c7f048ca2379a65fd325a062a92</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Normalize whitespace</title>
<updated>2014-05-23T12:12:13+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-05-23T12:12:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=467ea50e19e47b0c46a842da0f7faf2bd8e8d714'/>
<id>467ea50e19e47b0c46a842da0f7faf2bd8e8d714</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Include the build launcher script in setuptools sdist. This helps address the requirement that all sources be included.</title>
<updated>2014-05-22T01:34:16+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-05-22T01:34:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=771e560098734056abe2d2aefc7365d16534546f'/>
<id>771e560098734056abe2d2aefc7365d16534546f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use context manager</title>
<updated>2014-05-18T03:47:08+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-05-18T03:47:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=f9f94d714cf97df731a49b614b35d146536449f7'/>
<id>f9f94d714cf97df731a49b614b35d146536449f7</id>
<content type='text'>
--HG--
extra : amend_source : 5e98bee2918d9eeb073c8c896a849c5f68da6634
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : amend_source : 5e98bee2918d9eeb073c8c896a849c5f68da6634
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch globals in a function. This technique bypasses the linter warnings about the names not being present, and allows for better documentation.</title>
<updated>2014-05-18T03:42:35+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-05-18T03:42:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=032cd636116a821d20a590d87afa99626de9bff6'/>
<id>032cd636116a821d20a590d87afa99626de9bff6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix NameError (is this code ever used?).</title>
<updated>2014-05-18T03:37:43+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-05-18T03:37:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=ac86a30d6f4bc4ed403ea668d4a904d8ae933850'/>
<id>ac86a30d6f4bc4ed403ea668d4a904d8ae933850</id>
<content type='text'>
--HG--
extra : amend_source : 4361459883522692c4d70715135439819d981d7a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : amend_source : 4361459883522692c4d70715135439819d981d7a
</pre>
</div>
</content>
</entry>
</feed>
