<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Modules/_testbuffer.c, branch v3.7.0a2</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>Expand the PySlice_GetIndicesEx macro. (#1023)</title>
<updated>2017-04-08T06:53:51+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2017-04-08T06:53:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b879fe82e7e5c3f7673c9a7fa4aad42bd05445d8'/>
<id>b879fe82e7e5c3f7673c9a7fa4aad42bd05445d8</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 why the change in d83884b3a427 wasn't necessary.</title>
<updated>2017-01-08T00:36:00+00:00</updated>
<author>
<name>Stefan Krah</name>
<email>skrah@bytereef.org</email>
</author>
<published>2017-01-08T00:36:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0b64a0fc6468eb0abaf04a3e666c7a16f6b373f1'/>
<id>0b64a0fc6468eb0abaf04a3e666c7a16f6b373f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert part of 3cb3e224b692 in code that I maintain.</title>
<updated>2017-01-08T00:11:27+00:00</updated>
<author>
<name>Stefan Krah</name>
<email>skrah@bytereef.org</email>
</author>
<published>2017-01-08T00:11:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=dada5a8d7558d1a7794c4854a8e3f21a999f49b6'/>
<id>dada5a8d7558d1a7794c4854a8e3f21a999f49b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #25923: Added the const qualifier to static constant arrays.</title>
<updated>2015-12-25T17:53:18+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-12-25T17:53:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2d06e8445587d9b4d0bf79bdb08ab4743b780249'/>
<id>2d06e8445587d9b4d0bf79bdb08ab4743b780249</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed unintentional trailing spaces in non-external and non-generated C files.</title>
<updated>2015-03-18T19:53:15+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-03-18T19:53:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=009b811d678f36cf63be4fe26f3fbaa38aa0078e'/>
<id>009b811d678f36cf63be4fe26f3fbaa38aa0078e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer</title>
<updated>2015-02-16T11:33:32+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-02-16T11:33:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4d0d9829851915e97ae392dd803976be6c95c8d1'/>
<id>4d0d9829851915e97ae392dd803976be6c95c8d1</id>
<content type='text'>
overflows.  Added few missed PyErr_NoMemory().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
overflows.  Added few missed PyErr_NoMemory().
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer</title>
<updated>2015-02-16T11:28:22+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-02-16T11:28:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=1a1ff29659f068659dea07f1bd67b8fd4331071c'/>
<id>1a1ff29659f068659dea07f1bd67b8fd4331071c</id>
<content type='text'>
overflows.  Added few missed PyErr_NoMemory().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
overflows.  Added few missed PyErr_NoMemory().
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #22445: PyBuffer_IsContiguous() now implements precise contiguity</title>
<updated>2015-02-01T13:53:54+00:00</updated>
<author>
<name>Stefan Krah</name>
<email>skrah@bytereef.org</email>
</author>
<published>2015-02-01T13:53:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=363af44a4abff02ece61e456d55824f298448992'/>
<id>363af44a4abff02ece61e456d55824f298448992</id>
<content type='text'>
tests, compatible with NumPy's NPY_RELAXED_STRIDES_CHECKING compilation
flag.  Previously the function reported false negatives for corner cases.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tests, compatible with NumPy's NPY_RELAXED_STRIDES_CHECKING compilation
flag.  Previously the function reported false negatives for corner cases.
</pre>
</div>
</content>
</entry>
<entry>
<title>Re #18521: fix not-quite-C syntax that works only because the PyXXX_Check are macros defined with () around them.</title>
<updated>2013-10-14T04:46:12+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2013-10-14T04:46:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=782952b8fe7fd8b22987e71fd5e21526559540ff'/>
<id>782952b8fe7fd8b22987e71fd5e21526559540ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #17917: Use PyModule_AddIntMacro() instead of PyModule_AddIntConstant()</title>
<updated>2013-05-20T17:13:19+00:00</updated>
<author>
<name>Charles-Francois Natali</name>
<email>cf.natali@gmail.com</email>
</author>
<published>2013-05-20T17:13:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=74ca886788fd116b026fdaa5980a48f09bce9bef'/>
<id>74ca886788fd116b026fdaa5980a48f09bce9bef</id>
<content type='text'>
when applicable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
when applicable.
</pre>
</div>
</content>
</entry>
</feed>
