<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Include/Python.h, branch v3.5.0b2</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>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=96c6af9b207c188c52ac53ce87bb7f2dea3f328b'/>
<id>96c6af9b207c188c52ac53ce87bb7f2dea3f328b</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>
<entry>
<title>Enhance Py_ARRAY_LENGTH(): fail at build time if the argument is not an array</title>
<updated>2011-09-28T23:12:24+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@haypocalc.com</email>
</author>
<published>2011-09-28T23:12:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=dfb866d127c852dfd2d36dfb766d90a518aaf516'/>
<id>dfb866d127c852dfd2d36dfb766d90a518aaf516</id>
<content type='text'>
Move other various macros to pymcacro.h

Thanks Rusty Russell for having written these amazing C macros!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move other various macros to pymcacro.h

Thanks Rusty Russell for having written these amazing C macros!
</pre>
</div>
</content>
</entry>
<entry>
<title>Move code related to compile from Python.h to compile.h</title>
<updated>2011-09-28T23:04:08+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@haypocalc.com</email>
</author>
<published>2011-09-28T23:04:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2bdc7f591b729c7c0351f92a80d090e41a7cea49'/>
<id>2bdc7f591b729c7c0351f92a80d090e41a7cea49</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
