<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Modules/_struct.c, branch v2.5.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>Issue #4228: Pack negative values the same way as 2.4</title>
<updated>2008-12-13T14:34:06+00:00</updated>
<author>
<name>Martin v. Löwis</name>
<email>martin@v.loewis.de</email>
</author>
<published>2008-12-13T14:34:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=46d410616d91afbcfff6ac9ece42b01c2cbb86e0'/>
<id>46d410616d91afbcfff6ac9ece42b01c2cbb86e0</id>
<content type='text'>
in struct's L format.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in struct's L format.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added checks for integer overflows, contributed by Google. Some are</title>
<updated>2008-02-14T11:26:18+00:00</updated>
<author>
<name>Martin v. Löwis</name>
<email>martin@v.loewis.de</email>
</author>
<published>2008-02-14T11:26:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=73c01d410117a573731e6c2afc9694005f8d11aa'/>
<id>73c01d410117a573731e6c2afc9694005f8d11aa</id>
<content type='text'>
only available if asserts are left in the code, in cases where they
can't be triggered from Python code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
only available if asserts are left in the code, in cases where they
can't be triggered from Python code.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix unpack so it works on 64-bit platforms.</title>
<updated>2007-04-05T05:06:49+00:00</updated>
<author>
<name>Neal Norwitz</name>
<email>nnorwitz@gmail.com</email>
</author>
<published>2007-04-05T05:06:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ef4364f3b8d45c713ca4aecf9329587ee0ed1bda'/>
<id>ef4364f3b8d45c713ca4aecf9329587ee0ed1bda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix-up error-exits on struct_unpack().</title>
<updated>2007-04-04T21:57:12+00:00</updated>
<author>
<name>Raymond Hettinger</name>
<email>python@rcn.com</email>
</author>
<published>2007-04-04T21:57:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b2064d72804ffd4c3877420439589c8a0b700af2'/>
<id>b2064d72804ffd4c3877420439589c8a0b700af2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug #1563759: struct.unpack doens't support buffer protocol objects</title>
<updated>2007-04-04T20:32:03+00:00</updated>
<author>
<name>Raymond Hettinger</name>
<email>python@rcn.com</email>
</author>
<published>2007-04-04T20:32:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=3608f0570e634ac127ed9bce10d305d16a19e984'/>
<id>3608f0570e634ac127ed9bce10d305d16a19e984</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport the .sln and .vcproj files for PCBuild8 from the python trunk to the 2.5 maintainance branch.  This fixes build problems with visual studio 2005, and cleans up profile guided optimization.</title>
<updated>2006-10-07T14:56:30+00:00</updated>
<author>
<name>Kristján Valur Jónsson</name>
<email>kristjan@ccpgames.com</email>
</author>
<published>2006-10-07T14:56:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2c8851e614cefa4b4056338423dc71501dc8773c'/>
<id>2c8851e614cefa4b4056338423dc71501dc8773c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #1530559, struct.pack raises TypeError where it used to convert.</title>
<updated>2006-08-04T23:59:21+00:00</updated>
<author>
<name>Bob Ippolito</name>
<email>bob@redivi.com</email>
</author>
<published>2006-08-04T23:59:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e6c9f982a057208e15f884384ba389778b8518c0'/>
<id>e6c9f982a057208e15f884384ba389778b8518c0</id>
<content type='text'>
Passing float arguments to struct.pack when integers are expected
now triggers a DeprecationWarning.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Passing float arguments to struct.pack when integers are expected
now triggers a DeprecationWarning.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add PyErr_WarnEx() so C code can pass the stacklevel to warnings.warn().</title>
<updated>2006-07-30T06:55:48+00:00</updated>
<author>
<name>Neal Norwitz</name>
<email>nnorwitz@gmail.com</email>
</author>
<published>2006-07-30T06:55:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=07aadb14f39c585a463f19ec0496860a100051ad'/>
<id>07aadb14f39c585a463f19ec0496860a100051ad</id>
<content type='text'>
This provides the proper warning for struct.pack().
PyErr_Warn() is now deprecated in favor of PyErr_WarnEx().
As mentioned by Tim Peters on python-dev.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This provides the proper warning for struct.pack().
PyErr_Warn() is now deprecated in favor of PyErr_WarnEx().
As mentioned by Tim Peters on python-dev.
</pre>
</div>
</content>
</entry>
<entry>
<title>Wrap some long lines</title>
<updated>2006-06-11T05:45:25+00:00</updated>
<author>
<name>Neal Norwitz</name>
<email>nnorwitz@gmail.com</email>
</author>
<published>2006-06-11T05:45:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=3c5431e13232cc135404cf4e71ed781f91f68871'/>
<id>3c5431e13232cc135404cf4e71ed781f91f68871</id>
<content type='text'>
Top/Bottom factor out some common expressions
Add a XXX comment about widing offset.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Top/Bottom factor out some common expressions
Add a XXX comment about widing offset.
</pre>
</div>
</content>
</entry>
<entry>
<title>s_methods[]:  Stop compiler warnings by casting</title>
<updated>2006-06-04T15:49:07+00:00</updated>
<author>
<name>Tim Peters</name>
<email>tim.peters@gmail.com</email>
</author>
<published>2006-06-04T15:49:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5ec2e85d0cb8252b6c5afd882f6365424c0ea0b7'/>
<id>5ec2e85d0cb8252b6c5afd882f6365424c0ea0b7</id>
<content type='text'>
s_unpack_from to PyCFunction.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
s_unpack_from to PyCFunction.
</pre>
</div>
</content>
</entry>
</feed>
