<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/configure, 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>bpo-40291: Add support for CAN_J1939 sockets (GH-19538)</title>
<updated>2020-04-29T22:31:19+00:00</updated>
<author>
<name>karl ding</name>
<email>karlding@users.noreply.github.com</email>
</author>
<published>2020-04-29T22:31:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=360371f79c48f15bbcee7aeecacf97a899913b25'/>
<id>360371f79c48f15bbcee7aeecacf97a899913b25</id>
<content type='text'>
Add support for CAN_J1939 sockets that wrap SAE J1939 protocol
functionality provided by Linux 5.4+ kernels.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for CAN_J1939 sockets that wrap SAE J1939 protocol
functionality provided by Linux 5.4+ kernels.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-40334: Fix builds outside the source directory and regenerate autoconf files (GH-19667)</title>
<updated>2020-04-23T00:38:11+00:00</updated>
<author>
<name>Pablo Galindo</name>
<email>Pablogsal@gmail.com</email>
</author>
<published>2020-04-23T00:38:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=a25f3c4c8f7d4878918ce1d3d67db40ae255ccc6'/>
<id>a25f3c4c8f7d4878918ce1d3d67db40ae255ccc6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-25780: Expose CAN_RAW_JOIN_FILTERS in the socket module (GH-19190)</title>
<updated>2020-04-09T12:03:49+00:00</updated>
<author>
<name>Zackery Spytz</name>
<email>zspytz@gmail.com</email>
</author>
<published>2020-04-09T12:03:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=97e0de04b8cd44474e452a028761e34407192041'/>
<id>97e0de04b8cd44474e452a028761e34407192041</id>
<content type='text'>
Co-Authored-By: Stefan Tatschner &lt;stefan@rumpelsepp.org&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-Authored-By: Stefan Tatschner &lt;stefan@rumpelsepp.org&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38527: fix configure script for Solaris (GH-16845)</title>
<updated>2020-04-01T15:19:09+00:00</updated>
<author>
<name>Arnon Yaari</name>
<email>wiggin15@yahoo.com</email>
</author>
<published>2020-04-01T15:19:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=5dd836030e0e399b21ab0865ae0d93934bdb3930'/>
<id>5dd836030e0e399b21ab0865ae0d93934bdb3930</id>
<content type='text'>
On Solaris, the regular "grep" command may be an old version that fails to search a binary file. We need to use the correct command (ggrep, in our case), which is found by the configure script earlier.

Automerge-Triggered-By: @pablogsal</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On Solaris, the regular "grep" command may be an old version that fails to search a binary file. We need to use the correct command (ggrep, in our case), which is found by the configure script earlier.

Automerge-Triggered-By: @pablogsal</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-39761: Fix dtrace build with empty $DFLAGS (GH-18766)</title>
<updated>2020-03-11T13:27:42+00:00</updated>
<author>
<name>Petr Viktorin</name>
<email>encukou@gmail.com</email>
</author>
<published>2020-03-11T13:27:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=3c97e1e457033bbb8bbe0b7198bd13fc794a12b0'/>
<id>3c97e1e457033bbb8bbe0b7198bd13fc794a12b0</id>
<content type='text'>
This fixes a regression introduced in bpo-38960.

When DFLAGS was empty, "$DFLAGS" results in an empty argument ("").
Without the quotes, an empty variable will be ignored by the shell.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes a regression introduced in bpo-38960.

When DFLAGS was empty, "$DFLAGS" results in an empty argument ("").
Without the quotes, an empty variable will be ignored by the shell.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-1294959: Add sys.platlibdir attribute (GH-18381)</title>
<updated>2020-03-10T08:53:09+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@python.org</email>
</author>
<published>2020-03-10T08:53:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=8510f430781118d9b603c3a2f06945d6ebc5fe42'/>
<id>8510f430781118d9b603c3a2f06945d6ebc5fe42</id>
<content type='text'>
Add --with-platlibdir option to the configure script: name of the
platform-specific library directory, stored in the new sys.platlitdir
attribute. It is used to build the path of platform-specific dynamic
libraries and the path of the standard library.

It is equal to "lib" on most platforms. On Fedora and SuSE, it is
equal to "lib64" on 64-bit systems.

Co-Authored-By: Jan Matějek &lt;jmatejek@suse.com&gt;
Co-Authored-By: Matěj Cepl &lt;mcepl@cepl.eu&gt;
Co-Authored-By: Charalampos Stratakis &lt;cstratak@redhat.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add --with-platlibdir option to the configure script: name of the
platform-specific library directory, stored in the new sys.platlitdir
attribute. It is used to build the path of platform-specific dynamic
libraries and the path of the standard library.

It is equal to "lib" on most platforms. On Fedora and SuSE, it is
equal to "lib64" on 64-bit systems.

Co-Authored-By: Jan Matějek &lt;jmatejek@suse.com&gt;
Co-Authored-By: Matěj Cepl &lt;mcepl@cepl.eu&gt;
Co-Authored-By: Charalampos Stratakis &lt;cstratak@redhat.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-39794: Add --without-decimal-contextvar (#18702)</title>
<updated>2020-02-29T18:43:42+00:00</updated>
<author>
<name>Stefan Krah</name>
<email>skrah@bytereef.org</email>
</author>
<published>2020-02-29T18:43:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=815280eb160af637e1347213659f9236adf78f80'/>
<id>815280eb160af637e1347213659f9236adf78f80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>closes bpo-39619 Fix os.chroot on HP-UX 11.31 (GH-18495)</title>
<updated>2020-02-14T03:09:11+00:00</updated>
<author>
<name>Ian Norton</name>
<email>inorton@gmail.com</email>
</author>
<published>2020-02-14T03:09:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=a9edf44a2de9b23a1690b36cdfeed7b41ab763bd'/>
<id>a9edf44a2de9b23a1690b36cdfeed7b41ab763bd</id>
<content type='text'>
Setting `-D_XOPEN_SOURCE=700` on HP-UX causes system functions such as chroot to be undefined.  This change stops `_XOPEN_SOURCE` begin set on HP-UX

Co-authored-by: Benjamin Peterson &lt;benjamin@python.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Setting `-D_XOPEN_SOURCE=700` on HP-UX causes system functions such as chroot to be undefined.  This change stops `_XOPEN_SOURCE` begin set on HP-UX

Co-authored-by: Benjamin Peterson &lt;benjamin@python.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38960: DTrace build fix for FreeBSD. (GH-17451)</title>
<updated>2020-01-28T12:53:32+00:00</updated>
<author>
<name>David Carlier</name>
<email>dcarlier@afilias.info</email>
</author>
<published>2020-01-28T12:53:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=aabdeb766b7fa581e7de01f3c953b12792f0736d'/>
<id>aabdeb766b7fa581e7de01f3c953b12792f0736d</id>
<content type='text'>
DTrace build fix for FreeBSD.

- allowing passing an extra flag as it need to define the arch size.
- casting some probe's arguments.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DTrace build fix for FreeBSD.

- allowing passing an extra flag as it need to define the arch size.
- casting some probe's arguments.

</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-39395: putenv() and unsetenv() always available (GH-18135)</title>
<updated>2020-01-24T13:05:48+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@python.org</email>
</author>
<published>2020-01-24T13:05:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=b8d1262e8afe7b907b4a394a191739571092acdb'/>
<id>b8d1262e8afe7b907b4a394a191739571092acdb</id>
<content type='text'>
The os.putenv() and os.unsetenv() functions are now always available.

On non-Windows platforms, Python now requires setenv() and unsetenv()
functions to build.

Remove putenv_dict from posixmodule.c: it's not longer needed.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The os.putenv() and os.unsetenv() functions are now always available.

On non-Windows platforms, Python now requires setenv() and unsetenv()
functions to build.

Remove putenv_dict from posixmodule.c: it's not longer needed.</pre>
</div>
</content>
</entry>
</feed>
