<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/setup.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>[3.4][Security] bpo-30947, bpo-31170: Update expat from 2.2.1 to 2.2.4 (#3353)</title>
<updated>2017-09-24T08:04:53+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2017-09-24T08:04:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=86a713cb0c110b6798ca7f9e630fc511ee0a4028'/>
<id>86a713cb0c110b6798ca7f9e630fc511ee0a4028</id>
<content type='text'>
* bpo-30947, bpo-31170: Update expat from 2.2.1 to 2.2.4

* Upgrade libexpat embedded copy from version 2.2.1 to 2.2.3 to get security
  fixes.

* Update libexpat from 2.2.3 to 2.2.4. Fix copying of partial
  characters for UTF-8 input (libexpat bug 115):
  https://github.com/libexpat/libexpat/issues/115

* Define XML_POOR_ENTROPY when compiling expat
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bpo-30947, bpo-31170: Update expat from 2.2.1 to 2.2.4

* Upgrade libexpat embedded copy from version 2.2.1 to 2.2.3 to get security
  fixes.

* Update libexpat from 2.2.3 to 2.2.4. Fix copying of partial
  characters for UTF-8 input (libexpat bug 115):
  https://github.com/libexpat/libexpat/issues/115

* Define XML_POOR_ENTROPY when compiling expat
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #16537: Use the new *default* parameter of max().</title>
<updated>2014-10-01T02:11:13+00:00</updated>
<author>
<name>Berker Peksag</name>
<email>berker.peksag@gmail.com</email>
</author>
<published>2014-10-01T02:11:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=1d82a9c383a517c17f9426bbbc061efd41959608'/>
<id>1d82a9c383a517c17f9426bbbc061efd41959608</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #16537: Check whether self.extensions is empty in setup.py.</title>
<updated>2014-09-27T19:37:15+00:00</updated>
<author>
<name>Berker Peksag</name>
<email>berker.peksag@gmail.com</email>
</author>
<published>2014-09-27T19:37:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=21c8d5c7d90e82202f680f0b7af8b9d7c0020949'/>
<id>21c8d5c7d90e82202f680f0b7af8b9d7c0020949</id>
<content type='text'>
Patch by Jonathan Hosmer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Jonathan Hosmer.
</pre>
</div>
</content>
</entry>
<entry>
<title>add -Werror=declaration-after-statement only to stdlib extension modules (closes #21121)</title>
<updated>2014-08-10T03:01:49+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2014-08-10T03:01:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=acb8c5234302f8057b331abaafb2cc8697daf58f'/>
<id>acb8c5234302f8057b331abaafb2cc8697daf58f</id>
<content type='text'>
Patch from Stefan Krah.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch from Stefan Krah.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #21811: Anticipated fixes to 3.x and 2.7 for OS X 10.10 Yosemite.</title>
<updated>2014-06-25T20:36:14+00:00</updated>
<author>
<name>Ned Deily</name>
<email>nad@acm.org</email>
</author>
<published>2014-06-25T20:36:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=04cdfa1147d5aadbee190b3aa2c4ccfd2d4a122d'/>
<id>04cdfa1147d5aadbee190b3aa2c4ccfd2d4a122d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Issue #15234: For BerkelyDB and Sqlite, only add the found library and</title>
<updated>2014-04-17T15:52:48+00:00</updated>
<author>
<name>doko@ubuntu.com</name>
<email>doko@ubuntu.com</email>
</author>
<published>2014-04-17T15:52:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a3818a304327d31b4360dc9b545f2655d27c626e'/>
<id>a3818a304327d31b4360dc9b545f2655d27c626e</id>
<content type='text'>
  include directories if they aren't already being searched. This avoids
  an explicit runtime library dependency.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  include directories if they aren't already being searched. This avoids
  an explicit runtime library dependency.
</pre>
</div>
</content>
</entry>
<entry>
<title>merge 3.3</title>
<updated>2014-03-15T17:29:21+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2014-03-15T17:29:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=8a553f5be493f0b75cec3421069db0f008600bc5'/>
<id>8a553f5be493f0b75cec3421069db0f008600bc5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove runtime_library_dirs for _sqlite; it isn't needed</title>
<updated>2014-03-15T17:29:04+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2014-03-15T17:29:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=51281736d90e59d7b08cae2f2244005c918cb1c1'/>
<id>51281736d90e59d7b08cae2f2244005c918cb1c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #17162: Add PyType_GetSlot.</title>
<updated>2014-02-04T08:33:05+00:00</updated>
<author>
<name>Martin v. Löwis</name>
<email>martin@v.loewis.de</email>
</author>
<published>2014-02-04T08:33:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ca7b04644ce7cbc828a28f47be421029acb38eb7'/>
<id>ca7b04644ce7cbc828a28f47be421029acb38eb7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #19713: Move away from using find_module/load_module.</title>
<updated>2014-01-04T22:09:28+00:00</updated>
<author>
<name>Eric Snow</name>
<email>ericsnowcurrently@gmail.com</email>
</author>
<published>2014-01-04T22:09:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=335e14dd1adb302bc0e5b99534ccfca43c7a4d6c'/>
<id>335e14dd1adb302bc0e5b99534ccfca43c7a4d6c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
