<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cpython.git/Python/sysmodule.c, branch v3.4.3rc1</title>
<subtitle>https://github.com/python/cpython.git</subtitle>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/'/>
<entry>
<title>Issue #23181: More "codepoint" -&gt; "code point".</title>
<updated>2015-01-18T09:28:37Z</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-01-18T09:28:37Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=d3faf43f9ba7da0ae504c9186b10d0fa3a8eb300'/>
<id>d3faf43f9ba7da0ae504c9186b10d0fa3a8eb300</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #22193: Fixed integer overflow error in sys.getsizeof().</title>
<updated>2014-11-15T11:21:37Z</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2014-11-15T11:21:37Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=030e92d1a51c2caef0c23a74e65f0aaff002158f'/>
<id>030e92d1a51c2caef0c23a74e65f0aaff002158f</id>
<content type='text'>
Fixed an error in _PySys_GetSizeOf declaration.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed an error in _PySys_GetSizeOf declaration.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #22193: Added private function _PySys_GetSizeOf() needed to implement</title>
<updated>2014-08-14T19:21:18Z</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2014-08-14T19:21:18Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=547d3bc3a6aea38668a385afd6bbb1e32f25ac65'/>
<id>547d3bc3a6aea38668a385afd6bbb1e32f25ac65</id>
<content type='text'>
some __sizeof__() methods.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
some __sizeof__() methods.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #21891: remove extraneous semicolon.</title>
<updated>2014-07-01T06:31:14Z</updated>
<author>
<name>Ned Deily</name>
<email>nad@acm.org</email>
</author>
<published>2014-07-01T06:31:14Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=529ea5d184c4b7a8ee118557c8a8f46016476e69'/>
<id>529ea5d184c4b7a8ee118557c8a8f46016476e69</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #13204: Calling sys.flags.__new__ would crash the interpreter, now it raises a TypeError.</title>
<updated>2014-04-28T11:07:06Z</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2014-04-28T11:07:06Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=871dfc41d37b02a7af6eb03028edc6702f24fd1d'/>
<id>871dfc41d37b02a7af6eb03028edc6702f24fd1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>undefine SET_SYS_FROM_STRING_BORROW after its done being used (closes #21089)</title>
<updated>2014-03-28T22:52:45Z</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2014-03-28T22:52:45Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=938134394837f3cac1f8cbe3c3bf4f53c5ce0379'/>
<id>938134394837f3cac1f8cbe3c3bf4f53c5ce0379</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #20437: Fixed 22 potential bugs when deleting objects references.</title>
<updated>2014-02-09T11:46:20Z</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2014-02-09T11:46:20Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=dfe98a102ec8723d750f78ecda08a7adb9360eb1'/>
<id>dfe98a102ec8723d750f78ecda08a7adb9360eb1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #20437: Fixed 21 potential bugs when deleting objects references.</title>
<updated>2014-02-09T11:33:53Z</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2014-02-09T11:33:53Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=505ff755d704c73ac613d3e8fed02c79c6ae555a'/>
<id>505ff755d704c73ac613d3e8fed02c79c6ae555a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #16136: Remove VMS support and VMS-related code</title>
<updated>2013-12-21T15:19:10Z</updated>
<author>
<name>Christian Heimes</name>
<email>christian@cheimes.de</email>
</author>
<published>2013-12-21T15:19:10Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=af01f668173d4061893148b54a0f01b91c7716c2'/>
<id>af01f668173d4061893148b54a0f01b91c7716c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the C definition of the sys._debugmallocstats() function: the function has</title>
<updated>2013-12-19T16:16:42Z</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-12-19T16:16:42Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=ed0b87d73c59f0cd1b02cdf5404898f9ca03cdfc'/>
<id>ed0b87d73c59f0cd1b02cdf5404898f9ca03cdfc</id>
<content type='text'>
no parameter
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
no parameter
</pre>
</div>
</content>
</entry>
</feed>
