<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Python/marshal.c, 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 #23752: _Py_fstat() is now responsible to raise the Python exception</title>
<updated>2015-03-30T08:09:31+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-03-30T08:09:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e134a7fe36652434c2ccffc4ebab2ec2031d1505'/>
<id>e134a7fe36652434c2ccffc4ebab2ec2031d1505</id>
<content type='text'>
Add _Py_fstat_noraise() function when a Python exception is not welcome.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add _Py_fstat_noraise() function when a Python exception is not welcome.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #23753: Python doesn't support anymore platforms without stat() or</title>
<updated>2015-03-24T09:27:50+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-03-24T09:27:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f329878e74e1eefffad5c70942bc6cd2c27440d3'/>
<id>f329878e74e1eefffad5c70942bc6cd2c27440d3</id>
<content type='text'>
fstat(), these functions are always required.

Remove HAVE_STAT and HAVE_FSTAT defines, and stop supporting DONT_HAVE_STAT and
DONT_HAVE_FSTAT.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fstat(), these functions are always required.

Remove HAVE_STAT and HAVE_FSTAT defines, and stop supporting DONT_HAVE_STAT and
DONT_HAVE_FSTAT.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on Windows.</title>
<updated>2015-02-21T16:44:05+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@microsoft.com</email>
</author>
<published>2015-02-21T16:44:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f2f373f5931be48efc3f6fa2c2faa1cca79dce75'/>
<id>f2f373f5931be48efc3f6fa2c2faa1cca79dce75</id>
<content type='text'>
fstat() may fail with EOVERFLOW on files larger than 2 GB because the file size type is an signed 32-bit integer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fstat() may fail with EOVERFLOW on files larger than 2 GB because the file size type is an signed 32-bit integer.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #23450: Fixed possible integer overflows.</title>
<updated>2015-02-16T18:52:17+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-02-16T18:52:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=26861b0b29fdf64fba8cd120183408495f2c80e2'/>
<id>26861b0b29fdf64fba8cd120183408495f2c80e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Splitted the WFILE structure to WFILE and RFILE.</title>
<updated>2015-02-11T14:18:09+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-02-11T14:18:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c07422c119ab1f53fbaec489872af7e89d6dde4f'/>
<id>c07422c119ab1f53fbaec489872af7e89d6dde4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #23344: marshal.dumps() is now 20-25% faster on average.</title>
<updated>2015-02-11T13:54:54+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-02-11T13:54:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c1efe5f0396210be09a5ed540cfc8f5dd0a787f4'/>
<id>c1efe5f0396210be09a5ed540cfc8f5dd0a787f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #20416: marshal.dumps() with protocols 3 and 4 is now 40-50% faster on</title>
<updated>2015-02-11T13:53:31+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-02-11T13:53:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ce921c62ccc9d248843b0c3e54464bd78aa66c61'/>
<id>ce921c62ccc9d248843b0c3e54464bd78aa66c61</id>
<content type='text'>
average.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
average.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed memory leak in marshal.</title>
<updated>2015-01-28T15:11:12+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-01-28T15:11:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=aaef05f003b11b3679e0d05ab633329fb5579e83'/>
<id>aaef05f003b11b3679e0d05ab633329fb5579e83</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed memory leak in marshal.</title>
<updated>2015-01-28T15:10:48+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-01-28T15:10:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=000daaee57df015ff541f267ccbe733b4413658f'/>
<id>000daaee57df015ff541f267ccbe733b4413658f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #22581: Use more "bytes-like object" throughout the docs and comments.</title>
<updated>2014-12-05T20:25:22+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2014-12-05T20:25:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b757c83ec626442a8804b9417790443bf13b4fc8'/>
<id>b757c83ec626442a8804b9417790443bf13b4fc8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
