<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Python/frozenmain.c, branch 3.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>avoid reading unallocated memory when argc == 0 (closes #22633)</title>
<updated>2015-02-14T20:16:32+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2015-02-14T20:16:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2476b98acfe303ecc3ed9b38107f75e05dab95c5'/>
<id>2476b98acfe303ecc3ed9b38107f75e05dab95c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #15893: Improve error handling in main() and Py_FrozenMain()</title>
<updated>2013-07-27T00:39:09+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-07-27T00:39:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c588feeea94788e164286dbd757e34829a2eefb5'/>
<id>c588feeea94788e164286dbd757e34829a2eefb5</id>
<content type='text'>
* handle _PyMem_RawStrdup() failure
* Py_FrozenMain() releases memory on error
* Py_FrozenMain() duplicates the old locale, as done in main()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* handle _PyMem_RawStrdup() failure
* Py_FrozenMain() releases memory on error
* Py_FrozenMain() duplicates the old locale, as done in main()
</pre>
</div>
</content>
</entry>
<entry>
<title>Py_FrozenMain() now uses _Py_char2wchar() to decode command line arguments, as</title>
<updated>2013-07-27T00:24:52+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-07-27T00:24:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=739cf4e3e6d7370ab6ddfc96637218eadfe81a13'/>
<id>739cf4e3e6d7370ab6ddfc96637218eadfe81a13</id>
<content type='text'>
done in main()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
done in main()
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #18203: Replace PyMem_Malloc() with PyMem_RawMalloc() at Python initialization</title>
<updated>2013-07-26T23:13:34+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-07-26T23:13:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b5245bec936d22fddb6d14bd130218ac71ed8474'/>
<id>b5245bec936d22fddb6d14bd130218ac71ed8474</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #15893: frozenmain.c now handles PyMem_Malloc() failure</title>
<updated>2013-07-26T23:04:56+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-07-26T23:04:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=36577e4e8cf967083dea762407ba9d9d28de5b8a'/>
<id>36577e4e8cf967083dea762407ba9d9d28de5b8a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Recorded merge of revisions 81029 via svnmerge from</title>
<updated>2010-05-09T15:52:27+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2010-05-09T15:52:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f95a1b3c53bdd678b64aa608d4375660033460c3'/>
<id>f95a1b3c53bdd678b64aa608d4375660033460c3</id>
<content type='text'>
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r81029 | antoine.pitrou | 2010-05-09 16:46:46 +0200 (dim., 09 mai 2010) | 3 lines

  Untabify C files. Will watch buildbots.
........
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r81029 | antoine.pitrou | 2010-05-09 16:46:46 +0200 (dim., 09 mai 2010) | 3 lines

  Untabify C files. Will watch buildbots.
........
</pre>
</div>
</content>
</entry>
<entry>
<title>#4004: Missing newline in some startup error messages.</title>
<updated>2008-10-07T21:06:18+00:00</updated>
<author>
<name>Amaury Forgeot d'Arc</name>
<email>amauryfa@gmail.com</email>
</author>
<published>2008-10-07T21:06:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d0ca955d9f8ff13af06db52bef1642b80832c0c3'/>
<id>d0ca955d9f8ff13af06db52bef1642b80832c0c3</id>
<content type='text'>
Patch by Victor.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Victor.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #3696: Error parsing arguments on OpenBSD &lt;= 4.4 and Cygwin.</title>
<updated>2008-09-03T18:58:51+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2008-09-03T18:58:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=fff953048f965b4f0a56f775d3f4ce1634df3da7'/>
<id>fff953048f965b4f0a56f775d3f4ce1634df3da7</id>
<content type='text'>
Patch by Amaury Forgeot d'Arc, reviewed by me.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Amaury Forgeot d'Arc, reviewed by me.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change command line processing API to use wchar_t.</title>
<updated>2008-04-05T20:41:37+00:00</updated>
<author>
<name>Martin v. Löwis</name>
<email>martin@v.loewis.de</email>
</author>
<published>2008-04-05T20:41:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=790465fd90e8a72590386465f518db9e67ab843f'/>
<id>790465fd90e8a72590386465f518db9e67ab843f</id>
<content type='text'>
Fixes #2128.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #2128.
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch #569753: Remove support for WIN16.</title>
<updated>2002-06-30T15:26:10+00:00</updated>
<author>
<name>Martin v. Löwis</name>
<email>martin@v.loewis.de</email>
</author>
<published>2002-06-30T15:26:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6238d2b024f061159b2613387ff700695c10deef'/>
<id>6238d2b024f061159b2613387ff700695c10deef</id>
<content type='text'>
Rename all occurrences of MS_WIN32 to MS_WINDOWS.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rename all occurrences of MS_WIN32 to MS_WINDOWS.
</pre>
</div>
</content>
</entry>
</feed>
