<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_external_python_cpython2/android_x86, branch simpleperf-release</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_python_cpython2/'/>
<entry>
<title>Enable os.mkfifo for Android.</title>
<updated>2018-12-14T23:26:06+00:00</updated>
<author>
<name>Dan Albert</name>
<email>danalbert@google.com</email>
</author>
<published>2018-12-14T23:26:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_python_cpython2/commit/?id=d6359ce8b1d64d2116cfadf770071d392b62a018'/>
<id>d6359ce8b1d64d2116cfadf770071d392b62a018</id>
<content type='text'>
Android has had mkfifo since L, and the libc++ std::filesystem tests
make use of this.

Test: libc++ tests
Bug: None
Change-Id: Iad19af232a780be1587d7162f0309607afe4f888
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Android has had mkfifo since L, and the libc++ std::filesystem tests
make use of this.

Test: libc++ tests
Bug: None
Change-Id: Iad19af232a780be1587d7162f0309607afe4f888
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'remotes/aosp/upstream-2.7' into merge</title>
<updated>2018-09-13T22:59:09+00:00</updated>
<author>
<name>Nan Zhang</name>
<email>nanzhang@google.com</email>
</author>
<published>2018-09-13T21:50:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_python_cpython2/commit/?id=3ec20daafa2e0aa80703fa66f638d54922d57de2'/>
<id>3ec20daafa2e0aa80703fa66f638d54922d57de2</id>
<content type='text'>
* remotes/aosp/upstream-2.7: (779 commits)
  [2.7] closes bpo-34661: Fix test_shutil if unzip doesn't support -t. (GH-9267)
  [2.7] closes bpo-34652: Always disable lchmod on Linux. (GH-9242)
  bpo-34649: Add missing NULL checks to _encoded_const() (GH-9225)
  [2.7] bpo-28994: Remove mistakenly backported atexitmodule.c (GH-9214)
  [2.7] Delete old expat comment. (GH-9205)
  [2.7] bpo-34405: Updated to OpenSSL 1.0.2p for Windows builds. (GH-8776) (GH-9202)
  [2.7] bpo-34405: Update to OpenSSL 1.0.2p for macOS installer builds (GH-9191) (GH-9196)
  [2.7] bpo-32502: Discard 64-bit (and other invalid) hardware addresses (GH-9125)
  [2.7] closes bpo-31608: Fix a crash in methods of a subclass of _collections.deque with a bad __new__(). (GH-9179)
  bpo-34625: Update vendorized expat version to 2.2.6. (GH-9150)
  bpo-25083: Python can sometimes create incorrect .pyc files (GH-8449)
  [2.7] Fix misleading mentions of tp_size in comments (GH-9138)
  bpo-23855: Add missing NULL checks for malloc() in _msi.c (GH-9038)
  bpo-25750: fix refcounts in type_getattro() (GH-6118) (GH-9091)
  bpo-26544: Get rid of dependence from distutils in platform. (GH-8356) (GH-8952)
  bpo-34530: Fix distutils find_executable() (GH-9049) (GH-9058)
  bpo-34500: Fix ResourceWarning in difflib.py (GH-8926)
  [2.7] Fix struct sequence glossary entry grammar (GH-9030)
  bpo-34007: Skip traceback tests if the Program Counter is not available. (GH-9018)
  closes bpo-34540: Convert shutil._call_external_zip to use subprocess rather than distutils.spawn. (GH-8985)
  ...

Test: m -j checkbuild
Bug: b/29149404
Change-Id: I7cd7ae8c4a72b3d332d81664d48c2453f527c3b8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* remotes/aosp/upstream-2.7: (779 commits)
  [2.7] closes bpo-34661: Fix test_shutil if unzip doesn't support -t. (GH-9267)
  [2.7] closes bpo-34652: Always disable lchmod on Linux. (GH-9242)
  bpo-34649: Add missing NULL checks to _encoded_const() (GH-9225)
  [2.7] bpo-28994: Remove mistakenly backported atexitmodule.c (GH-9214)
  [2.7] Delete old expat comment. (GH-9205)
  [2.7] bpo-34405: Updated to OpenSSL 1.0.2p for Windows builds. (GH-8776) (GH-9202)
  [2.7] bpo-34405: Update to OpenSSL 1.0.2p for macOS installer builds (GH-9191) (GH-9196)
  [2.7] bpo-32502: Discard 64-bit (and other invalid) hardware addresses (GH-9125)
  [2.7] closes bpo-31608: Fix a crash in methods of a subclass of _collections.deque with a bad __new__(). (GH-9179)
  bpo-34625: Update vendorized expat version to 2.2.6. (GH-9150)
  bpo-25083: Python can sometimes create incorrect .pyc files (GH-8449)
  [2.7] Fix misleading mentions of tp_size in comments (GH-9138)
  bpo-23855: Add missing NULL checks for malloc() in _msi.c (GH-9038)
  bpo-25750: fix refcounts in type_getattro() (GH-6118) (GH-9091)
  bpo-26544: Get rid of dependence from distutils in platform. (GH-8356) (GH-8952)
  bpo-34530: Fix distutils find_executable() (GH-9049) (GH-9058)
  bpo-34500: Fix ResourceWarning in difflib.py (GH-8926)
  [2.7] Fix struct sequence glossary entry grammar (GH-9030)
  bpo-34007: Skip traceback tests if the Program Counter is not available. (GH-9018)
  closes bpo-34540: Convert shutil._call_external_zip to use subprocess rather than distutils.spawn. (GH-8985)
  ...

Test: m -j checkbuild
Bug: b/29149404
Change-Id: I7cd7ae8c4a72b3d332d81664d48c2453f527c3b8
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable IPv6 on x86[_64] device-side python.</title>
<updated>2018-09-05T21:21:23+00:00</updated>
<author>
<name>Tri Vo</name>
<email>trong@google.com</email>
</author>
<published>2018-09-05T21:21:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_python_cpython2/commit/?id=c11d3ff7a9f11da18fdcea56f4f36098f39ed720'/>
<id>c11d3ff7a9f11da18fdcea56f4f36098f39ed720</id>
<content type='text'>
Bug: 110557541
Test: kernel_net_test against aosp_x86_64
Change-Id: Id5af5f4e95481adefc79903580e6bc07b5e63410
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 110557541
Test: kernel_net_test against aosp_x86_64
Change-Id: Id5af5f4e95481adefc79903580e6bc07b5e63410
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Revert "Support hermetic Python build on device side""</title>
<updated>2017-12-01T20:04:39+00:00</updated>
<author>
<name>Nan Zhang</name>
<email>nanzhang@google.com</email>
</author>
<published>2017-12-01T20:00:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_python_cpython2/commit/?id=33bb4bb92b10c7a34b36085a9c8df6cfe78c0db5'/>
<id>33bb4bb92b10c7a34b36085a9c8df6cfe78c0db5</id>
<content type='text'>
This reverts commit 146d74ac342e324bcd0890b83feffc070b8c6dcf.

Reason for revert: &lt;libsqlite was missing for darwin_x86_64&gt;

Bug: b/69114465
Test: manual
Change-Id: Ia906dbad5ff63b52c46aab615f6bb6ccae638b2a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 146d74ac342e324bcd0890b83feffc070b8c6dcf.

Reason for revert: &lt;libsqlite was missing for darwin_x86_64&gt;

Bug: b/69114465
Test: manual
Change-Id: Ia906dbad5ff63b52c46aab615f6bb6ccae638b2a
</pre>
</div>
</content>
</entry>
</feed>
