<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Include/Python.h, branch v2.3.6</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>Excise DL_EXPORT from Include.</title>
<updated>2002-08-12T07:21:58+00:00</updated>
<author>
<name>Mark Hammond</name>
<email>mhammond@skippinet.com.au</email>
</author>
<published>2002-08-12T07:21:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=91a681debf9ffec155d0aff8a0bb5f965f592e16'/>
<id>91a681debf9ffec155d0aff8a0bb5f965f592e16</id>
<content type='text'>
Thanks to Skip Montanaro and Kalle Svensson for the patches.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to Skip Montanaro and Kalle Svensson for the patches.
</pre>
</div>
</content>
</entry>
<entry>
<title>Define _XOPEN_SOURCE and _GNU_SOURCE in pyconfig.h, to have them</title>
<updated>2002-07-20T08:51:52+00:00</updated>
<author>
<name>Martin v. Löwis</name>
<email>martin@v.loewis.de</email>
</author>
<published>2002-07-20T08:51:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6f18a3c12409b190a2909871f6653901e7412a5f'/>
<id>6f18a3c12409b190a2909871f6653901e7412a5f</id>
<content type='text'>
available in the configure tests already.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
available in the configure tests already.
</pre>
</div>
</content>
</entry>
<entry>
<title>Define _XOPEN_SOURCE in configure and Python.h.</title>
<updated>2002-07-18T22:39:34+00:00</updated>
<author>
<name>Jeremy Hylton</name>
<email>jeremy@alum.mit.edu</email>
</author>
<published>2002-07-18T22:39:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5a7ef7e2b56639073759d9b8a33a6c59fb8e4498'/>
<id>5a7ef7e2b56639073759d9b8a33a6c59fb8e4498</id>
<content type='text'>
This gets compilation of posixmodule.c to succeed on Tru64 and does no
harm on Linux.  We may need to undefine it on some platforms, but
let's wait and see.

Martin says:

&gt; I think it is generally the right thing to define _XOPEN_SOURCE on
&gt; Unix, providing a negative list of systems that cannot support this
&gt; setting (or preferably solving whatever problems remain).
&gt;
&gt; I'd put an (unconditional) AC_DEFINE into configure.in early on; it
&gt; *should* go into confdefs.h as configure proceeds, and thus be active
&gt; when other tests are performed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This gets compilation of posixmodule.c to succeed on Tru64 and does no
harm on Linux.  We may need to undefine it on some platforms, but
let's wait and see.

Martin says:

&gt; I think it is generally the right thing to define _XOPEN_SOURCE on
&gt; Unix, providing a negative list of systems that cannot support this
&gt; setting (or preferably solving whatever problems remain).
&gt;
&gt; I'd put an (unconditional) AC_DEFINE into configure.in early on; it
&gt; *should* go into confdefs.h as configure proceeds, and thus be active
&gt; when other tests are performed.
</pre>
</div>
</content>
</entry>
<entry>
<title>HAVE_LIMITS_H -- raise #error if not defined; limits.h is std C</title>
<updated>2002-07-12T05:01:20+00:00</updated>
<author>
<name>Tim Peters</name>
<email>tim.peters@gmail.com</email>
</author>
<published>2002-07-12T05:01:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=60519e8d40d779561bfdbd0a2101472e405c6754'/>
<id>60519e8d40d779561bfdbd0a2101472e405c6754</id>
<content type='text'>
ULONG_MAX -- removed; std C requires it in limits.h
LONGLONG_MAX -- removed; never used
ULONGLONGMAX -- removed; never used
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ULONG_MAX -- removed; std C requires it in limits.h
LONGLONG_MAX -- removed; never used
ULONGLONGMAX -- removed; never used
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed WITH_CYCLE_GC #ifdef-ery.  Holes:</title>
<updated>2002-07-07T03:59:34+00:00</updated>
<author>
<name>Tim Peters</name>
<email>tim.peters@gmail.com</email>
</author>
<published>2002-07-07T03:59:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=943382c8e5009da895679798e1e740a0661fbf7e'/>
<id>943382c8e5009da895679798e1e740a0661fbf7e</id>
<content type='text'>
+ I'm not sure what to do about configure.in.  Left it alone.

+ Ditto pyexpat.c.  Fred or Martin will know what to do.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
+ I'm not sure what to do about configure.in.  Left it alone.

+ Ditto pyexpat.c.  Fred or Martin will know what to do.
</pre>
</div>
</content>
</entry>
<entry>
<title>SF 569257 -- Name mangle double underscored variable names in __slots__.</title>
<updated>2002-06-20T22:23:15+00:00</updated>
<author>
<name>Raymond Hettinger</name>
<email>python@rcn.com</email>
</author>
<published>2002-06-20T22:23:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0ae0c076615934ed237b412464b49b58c60c0644'/>
<id>0ae0c076615934ed237b412464b49b58c60c0644</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch #505375: Make doc strings optional.</title>
<updated>2002-06-09T13:33:54+00:00</updated>
<author>
<name>Martin v. Löwis</name>
<email>martin@v.loewis.de</email>
</author>
<published>2002-06-09T13:33:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a3fb4f78164e55ddecfd875b9b33791850213dfd'/>
<id>a3fb4f78164e55ddecfd875b9b33791850213dfd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch #555929: Cygwin AH_BOTTOM cleanup patch (*** version 2 ***)</title>
<updated>2002-06-04T15:07:08+00:00</updated>
<author>
<name>Jason Tishler</name>
<email>jason@tishler.net</email>
</author>
<published>2002-06-04T15:07:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=bc48826dc2fdcf53a837dbf6c35eff4ab69d08bf'/>
<id>bc48826dc2fdcf53a837dbf6c35eff4ab69d08bf</id>
<content type='text'>
This patch complies with the following request found
near the top of configure.in:

# This is for stuff that absolutely must end up in pyconfig.h.
# Please use pyport.h instead, if possible.

I tested this patch under Cygwin, Win32, and Red
Hat Linux. Python built and ran successfully on
each of these platforms.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch complies with the following request found
near the top of configure.in:

# This is for stuff that absolutely must end up in pyconfig.h.
# Please use pyport.h instead, if possible.

I tested this patch under Cygwin, Win32, and Red
Hat Linux. Python built and ran successfully on
each of these platforms.
</pre>
</div>
</content>
</entry>
<entry>
<title>Silly typo.</title>
<updated>2002-05-27T14:05:31+00:00</updated>
<author>
<name>Michael W. Hudson</name>
<email>mwh@python.net</email>
</author>
<published>2002-05-27T14:05:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e5df1058f12b254bb0958ed7ebf788c0eb6fa332'/>
<id>e5df1058f12b254bb0958ed7ebf788c0eb6fa332</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Back out #555929</title>
<updated>2002-05-15T18:24:06+00:00</updated>
<author>
<name>Martin v. Löwis</name>
<email>martin@v.loewis.de</email>
</author>
<published>2002-05-15T18:24:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=1e1fcef756dbec60c9062462b46777ffc2a0594e'/>
<id>1e1fcef756dbec60c9062462b46777ffc2a0594e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
