<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Mac/Python, branch refactor-lambda-parameters</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/'/>
<entry>
<title>Getting rid of support for MacOS9 and earlier. This is the first step,</title>
<updated>2003-11-19T14:34:18+00:00</updated>
<author>
<name>Jack Jansen</name>
<email>jack.jansen@cwi.nl</email>
</author>
<published>2003-11-19T14:34:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=28ecf70db57828db2ca279643bf9aeca7662f35c'/>
<id>28ecf70db57828db2ca279643bf9aeca7662f35c</id>
<content type='text'>
and the biggest in size, but probably the easiest. Hunting through the
source code comes next.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and the biggest in size, but probably the easiest. Hunting through the
source code comes next.
</pre>
</div>
</content>
</entry>
<entry>
<title>MacPython-OS9 has its own copy of the interrupt handling code. Added PyErr_SetInterrupt() here too.</title>
<updated>2003-07-23T11:39:28+00:00</updated>
<author>
<name>Jack Jansen</name>
<email>jack.jansen@cwi.nl</email>
</author>
<published>2003-07-23T11:39:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=18452a4bf25b35d57a364351eb80def0c262fa6f'/>
<id>18452a4bf25b35d57a364351eb80def0c262fa6f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merging the various tweaks for MacPython-OS9 2.3a1 back into the trunk.</title>
<updated>2003-01-08T16:27:44+00:00</updated>
<author>
<name>Jack Jansen</name>
<email>jack.jansen@cwi.nl</email>
</author>
<published>2003-01-08T16:27:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=3e82872ecaa642ff8bab89c4323d1c3b09981665'/>
<id>3e82872ecaa642ff8bab89c4323d1c3b09981665</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Get rid of support for Universal Headers older than 3.4 and various other</title>
<updated>2002-12-13T15:02:02+00:00</updated>
<author>
<name>Jack Jansen</name>
<email>jack.jansen@cwi.nl</email>
</author>
<published>2002-12-13T15:02:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=65cbf93fce1eaf6cfc89b93e9a5c798b4ac81aa0'/>
<id>65cbf93fce1eaf6cfc89b93e9a5c798b4ac81aa0</id>
<content type='text'>
outdated things.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
outdated things.
</pre>
</div>
</content>
</entry>
<entry>
<title>Get rid of 2.2 "poor mans universal newlines" now that the real thing</title>
<updated>2002-12-13T13:57:35+00:00</updated>
<author>
<name>Jack Jansen</name>
<email>jack.jansen@cwi.nl</email>
</author>
<published>2002-12-13T13:57:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=55309a31df89d83c996426413915c1717b367a8d'/>
<id>55309a31df89d83c996426413915c1717b367a8d</id>
<content type='text'>
is implemented.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
is implemented.
</pre>
</div>
</content>
</entry>
<entry>
<title>Very outdated: this is a 68K support file.</title>
<updated>2002-12-13T13:33:34+00:00</updated>
<author>
<name>Jack Jansen</name>
<email>jack.jansen@cwi.nl</email>
</author>
<published>2002-12-13T13:33:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=5e13951ad70478a56c99aca8a594d29d06a18b8c'/>
<id>5e13951ad70478a56c99aca8a594d29d06a18b8c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Getting rid of pre-Carbon (MacOS8) support. All code depending on</title>
<updated>2002-12-12T10:31:54+00:00</updated>
<author>
<name>Jack Jansen</name>
<email>jack.jansen@cwi.nl</email>
</author>
<published>2002-12-12T10:31:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=6c7e326eaaa2d814e0d299054f78e5bd187489ab'/>
<id>6c7e326eaaa2d814e0d299054f78e5bd187489ab</id>
<content type='text'>
TARGET_API_MAC_OS8 (or !TARGET_API_MAC_CARBON) is gone. Also some
TARGET_API_MAC_OSX conditional code is gone, because it is no longer
used on OSX-only Python (only in MacPython-OS9).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TARGET_API_MAC_OS8 (or !TARGET_API_MAC_CARBON) is gone. Also some
TARGET_API_MAC_OSX conditional code is gone, because it is no longer
used on OSX-only Python (only in MacPython-OS9).
</pre>
</div>
</content>
</entry>
<entry>
<title>Use PyString_CHECK_INTERNED.</title>
<updated>2002-09-06T20:42:27+00:00</updated>
<author>
<name>Jack Jansen</name>
<email>jack.jansen@cwi.nl</email>
</author>
<published>2002-09-06T20:42:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=82a9b60b86e2994904fcd85a36e43552ad99c5fd'/>
<id>82a9b60b86e2994904fcd85a36e43552ad99c5fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Renamed Py_Main to PyMac_Main as it has a different signature than the "normal" Py_Main, and that signature has appeared in a .h file.</title>
<updated>2002-08-05T14:13:31+00:00</updated>
<author>
<name>Jack Jansen</name>
<email>jack.jansen@cwi.nl</email>
</author>
<published>2002-08-05T14:13:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=ace9d955b0329558005a88f5711de12e96b356c4'/>
<id>ace9d955b0329558005a88f5711de12e96b356c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed potential refcount problems with interned strings, adapted comments, added a bit more trace output if verbose &gt; 1.</title>
<updated>2002-07-22T12:35:22+00:00</updated>
<author>
<name>Jack Jansen</name>
<email>jack.jansen@cwi.nl</email>
</author>
<published>2002-07-22T12:35:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=603e76e882d6cf660c205bc98d994f92293c2247'/>
<id>603e76e882d6cf660c205bc98d994f92293c2247</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
