<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Modules/makesetup, branch datetime_backport_test</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>closes bpo-34212: Build core extension modules with Py_BUILD_CORE_BUILTIN. (GH-8712)</title>
<updated>2018-11-27T02:21:31+00:00</updated>
<author>
<name>E. M. Bray</name>
<email>erik.m.bray@gmail.com</email>
</author>
<published>2018-11-27T02:21:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=da324d53d420347344236ff64cf5eb9b675d6f86'/>
<id>da324d53d420347344236ff64cf5eb9b675d6f86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-35081: Add pycore_ prefix to internal header files (GH-10263)</title>
<updated>2018-10-31T23:52:28+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@redhat.com</email>
</author>
<published>2018-10-31T23:52:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=27e2d1f21975dfb8c0ddcb192fa0f45a51b7977e'/>
<id>27e2d1f21975dfb8c0ddcb192fa0f45a51b7977e</id>
<content type='text'>
* Rename Include/internal/ header files:

  * pyatomic.h -&gt; pycore_atomic.h
  * ceval.h -&gt; pycore_ceval.h
  * condvar.h -&gt; pycore_condvar.h
  * context.h -&gt; pycore_context.h
  * pygetopt.h -&gt; pycore_getopt.h
  * gil.h -&gt; pycore_gil.h
  * hamt.h -&gt; pycore_hamt.h
  * hash.h -&gt; pycore_hash.h
  * mem.h -&gt; pycore_mem.h
  * pystate.h -&gt; pycore_state.h
  * warnings.h -&gt; pycore_warnings.h

* PCbuild project, Makefile.pre.in, Modules/Setup: add the
  Include/internal/ directory to the search paths of header files.
* Update includes. For example, replace #include "internal/mem.h"
  with #include "pycore_mem.h".</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Rename Include/internal/ header files:

  * pyatomic.h -&gt; pycore_atomic.h
  * ceval.h -&gt; pycore_ceval.h
  * condvar.h -&gt; pycore_condvar.h
  * context.h -&gt; pycore_context.h
  * pygetopt.h -&gt; pycore_getopt.h
  * gil.h -&gt; pycore_gil.h
  * hamt.h -&gt; pycore_hamt.h
  * hash.h -&gt; pycore_hash.h
  * mem.h -&gt; pycore_mem.h
  * pystate.h -&gt; pycore_state.h
  * warnings.h -&gt; pycore_warnings.h

* PCbuild project, Makefile.pre.in, Modules/Setup: add the
  Include/internal/ directory to the search paths of header files.
* Update includes. For example, replace #include "internal/mem.h"
  with #include "pycore_mem.h".</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-32430: Rename Modules/Setup.dist to Modules/Setup (GH-8229)</title>
<updated>2018-07-16T17:03:03+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>pitrou@free.fr</email>
</author>
<published>2018-07-16T17:03:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=961d54c5c1916c09883ebcf7191babc969e5a5cf'/>
<id>961d54c5c1916c09883ebcf7191babc969e5a5cf</id>
<content type='text'>
bpo-32430: Rename Modules/Setup.dist to Modules/Setup

Remove the necessity to copy the former manually to the latter when updating the local source tree.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
bpo-32430: Rename Modules/Setup.dist to Modules/Setup

Remove the necessity to copy the former manually to the latter when updating the local source tree.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-32232: by default, Setup modules are no longer built with -DPy_BUILD_CORE (GH-6489)</title>
<updated>2018-04-20T15:03:49+00:00</updated>
<author>
<name>xdegaye</name>
<email>xdegaye@gmail.com</email>
</author>
<published>2018-04-20T15:03:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=063db62aab4041ac47798e7e48b27b2f2bef21c5'/>
<id>063db62aab4041ac47798e7e48b27b2f2bef21c5</id>
<content type='text'>
Setup modules are no longer built with -DPy_BUILD_CORE by default,
as using that flag may now require including additional internal-only header files.

Instead, only the modules that specifically need it use that setting.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Setup modules are no longer built with -DPy_BUILD_CORE by default,
as using that flag may now require including additional internal-only header files.

Instead, only the modules that specifically need it use that setting.
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-20210: Support the *disabled* marker in Setup files (GH-132)</title>
<updated>2017-05-27T16:25:03+00:00</updated>
<author>
<name>xdegaye</name>
<email>xdegaye@gmail.com</email>
</author>
<published>2017-05-27T16:25:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c0364fc7c2693fb070917ee62aeb8d2551710821'/>
<id>c0364fc7c2693fb070917ee62aeb8d2551710821</id>
<content type='text'>
Extension modules listed after the *disabled* marker are not built at all,
neither by the Makefile nor by setup.py.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Extension modules listed after the *disabled* marker are not built at all,
neither by the Makefile nor by setup.py.
</pre>
</div>
</content>
</entry>
<entry>
<title>merge 3.6</title>
<updated>2017-01-16T08:05:54+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2017-01-16T08:05:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=510df6f2721bd6ed69716938c45cea03b2b84c99'/>
<id>510df6f2721bd6ed69716938c45cea03b2b84c99</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>generate spaces instead of tabs into config.c</title>
<updated>2017-01-16T08:05:12+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2017-01-16T08:05:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a105dd3dc0b054f0d7977e19b682a0016b67790f'/>
<id>a105dd3dc0b054f0d7977e19b682a0016b67790f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #28444: Fix missing extensions modules when cross compiling.</title>
<updated>2016-10-29T14:57:20+00:00</updated>
<author>
<name>Xavier de Gaye</name>
<email>xdegaye@users.sourceforge.net</email>
</author>
<published>2016-10-29T14:57:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=84968b74c89aa22759b8e284673b46a4a69db852'/>
<id>84968b74c89aa22759b8e284673b46a4a69db852</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #28444: Merge with 3.6.</title>
<updated>2016-10-29T15:01:07+00:00</updated>
<author>
<name>Xavier de Gaye</name>
<email>xdegaye@users.sourceforge.net</email>
</author>
<published>2016-10-29T15:01:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0af10ac47255da68facef80aa1bbc9f9e11d745e'/>
<id>0af10ac47255da68facef80aa1bbc9f9e11d745e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #13756: Fix building extensions modules on Cygwin</title>
<updated>2016-10-01T21:15:09+00:00</updated>
<author>
<name>Zachary Ware</name>
<email>zachary.ware@gmail.com</email>
</author>
<published>2016-10-01T21:15:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=3839d99b7913a37e370fbbedc5495162b2080e46'/>
<id>3839d99b7913a37e370fbbedc5495162b2080e46</id>
<content type='text'>
Patch by Roumen Petrov, based on original patch by Jason Tishler.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Roumen Petrov, based on original patch by Jason Tishler.
</pre>
</div>
</content>
</entry>
</feed>
