<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Include/Python.h, branch v3.6.7</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>bpo-32635: Fix a segfault when importing the crypt module with libxcrypt. (GH-5284) (#5296)</title>
<updated>2018-01-24T10:11:16+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2018-01-24T10:11:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=8e230e1eb3d38ad557b5dc5c31166afa35c01ff3'/>
<id>8e230e1eb3d38ad557b5dc5c31166afa35c01ff3</id>
<content type='text'>
glibc is deprecating libcrypt in favor of libxcrypt, however python assumes
that crypt.h will always be included. This change makes the header inclusion
explicit when libxcrypt is present on the system.
(cherry picked from commit e768c86ef442ef89004089a8a34ce5909ffb90f2)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
glibc is deprecating libcrypt in favor of libxcrypt, however python assumes
that crypt.h will always be included. This change makes the header inclusion
explicit when libxcrypt is present on the system.
(cherry picked from commit e768c86ef442ef89004089a8a34ce5909ffb90f2)</pre>
</div>
</content>
</entry>
<entry>
<title>issue27186:  add C version of os.fspath(); patch by Jelle Zijlstra</title>
<updated>2016-06-04T19:06:26+00:00</updated>
<author>
<name>Ethan Furman</name>
<email>ethan@stoneleaf.us</email>
</author>
<published>2016-06-04T19:06:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=410ef8e23088ab2b8bd92ac70a8176f71da2b931'/>
<id>410ef8e23088ab2b8bd92ac70a8176f71da2b931</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #16991: Add a C implementation of collections.OrderedDict.</title>
<updated>2015-05-30T04:21:39+00:00</updated>
<author>
<name>Eric Snow</name>
<email>ericsnowcurrently@gmail.com</email>
</author>
<published>2015-05-30T04:21:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=47db71756dc46873752166d35d4b8d00d09c8c5f'/>
<id>47db71756dc46873752166d35d4b8d00d09c8c5f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #22869: Split pythonrun into two modules</title>
<updated>2014-11-20T11:39:37+00:00</updated>
<author>
<name>Nick Coghlan</name>
<email>ncoghlan@gmail.com</email>
</author>
<published>2014-11-20T11:39:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d600951748d7a19cdb3e58a376c51ed804b630e6'/>
<id>d600951748d7a19cdb3e58a376c51ed804b630e6</id>
<content type='text'>
- interpreter startup and shutdown code moved to a new
  pylifecycle.c module
- Py_OptimizeFlag moved into the new module with the other
  global flags
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- interpreter startup and shutdown code moved to a new
  pylifecycle.c module
- Py_OptimizeFlag moved into the new module with the other
  global flags
</pre>
</div>
</content>
</entry>
<entry>
<title>ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.</title>
<updated>2013-11-20T10:46:18+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>christian@cheimes.de</email>
</author>
<published>2013-11-20T10:46:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=985ecdcfc29adfc36ce2339acf03f819ad414869'/>
<id>985ecdcfc29adfc36ce2339acf03f819ad414869</id>
<content type='text'>
Python now uses SipHash24 on all major platforms.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python now uses SipHash24 on all major platforms.
</pre>
</div>
</content>
</entry>
<entry>
<title>Eric Snow's implementation of PEP 421.</title>
<updated>2012-06-03T20:18:47+00:00</updated>
<author>
<name>Barry Warsaw</name>
<email>barry@python.org</email>
</author>
<published>2012-06-03T20:18:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=409da157d7ff2a49892e20a94a3fc83475845d22'/>
<id>409da157d7ff2a49892e20a94a3fc83475845d22</id>
<content type='text'>
Issue 14673: Add sys.implementation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Issue 14673: Add sys.implementation
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #14387: Do not include accu.h from Python.h.</title>
<updated>2012-03-22T13:42:18+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2012-03-22T13:42:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d0acb411ef6790b5ecfbd8b6be9c2d0cc1aeb4d5'/>
<id>d0acb411ef6790b5ecfbd8b6be9c2d0cc1aeb4d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #14387: Do not include accu.h from Python.h.</title>
<updated>2012-03-22T13:38:16+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2012-03-22T13:38:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0197ff97d025f51d52503b03dca2c91a111acdaa'/>
<id>0197ff97d025f51d52503b03dca2c91a111acdaa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists.</title>
<updated>2011-10-06T17:04:12+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2011-10-06T17:04:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c61c8d7a5e2884238494a678ecd22c812b062280'/>
<id>c61c8d7a5e2884238494a678ecd22c812b062280</id>
<content type='text'>
This introduces a small private API for this common pattern.
The issue has been discovered thanks to Martin's huge-mem buildbot.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This introduces a small private API for this common pattern.
The issue has been discovered thanks to Martin's huge-mem buildbot.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists.</title>
<updated>2011-10-06T16:57:27+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2011-10-06T16:57:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=eeb7eea1f95793437b3e251f47c98446e15fa680'/>
<id>eeb7eea1f95793437b3e251f47c98446e15fa680</id>
<content type='text'>
This introduces a small private API for this common pattern.
The issue has been discovered thanks to Martin's huge-mem buildbot.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This introduces a small private API for this common pattern.
The issue has been discovered thanks to Martin's huge-mem buildbot.
</pre>
</div>
</content>
</entry>
</feed>
