<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib, branch alex-patch-1</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>bpo-37849: IDLE: fix completion window positioning above line (GH-15267)</title>
<updated>2019-08-14T17:06:06+00:00</updated>
<author>
<name>Tal Einat</name>
<email>taleinat+github@gmail.com</email>
</author>
<published>2019-08-14T17:06:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=71662dc2f12a7e77e5e1dfe64ec87c1b459c3f59'/>
<id>71662dc2f12a7e77e5e1dfe64ec87c1b459c3f59</id>
<content type='text'>

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-37531: Fix regrtest timeout for subprocesses (GH-15072)</title>
<updated>2019-08-14T12:18:51+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@redhat.com</email>
</author>
<published>2019-08-14T12:18:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b0c8369c603633f445ccbb5ca7a8742145ff9eec'/>
<id>b0c8369c603633f445ccbb5ca7a8742145ff9eec</id>
<content type='text'>
Co-Authored-By: Joannah Nanjekye &lt;joannah.nanjekye@ibm.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-Authored-By: Joannah Nanjekye &lt;joannah.nanjekye@ibm.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-36502: Correct documentation of str.isspace() (GH-15019)</title>
<updated>2019-08-14T11:05:19+00:00</updated>
<author>
<name>Greg Price</name>
<email>gnprice@gmail.com</email>
</author>
<published>2019-08-14T11:05:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6bccbe7dfb998af862a183f2c36f0d4603af2c29'/>
<id>6bccbe7dfb998af862a183f2c36f0d4603af2c29</id>
<content type='text'>
The documented definition was much broader than the real one:
there are tons of characters with general category "Other",
and we don't (and shouldn't) treat most of them as whitespace.

Rewrite the definition to agree with the comment on
_PyUnicode_IsWhitespace, and with the logic in makeunicodedata.py,
which is what generates that function and so ultimately governs.

Add suitable breadcrumbs so that a reader who wants to pin down
exactly what this definition means (what's a "bidirectional class"
of "B"?) can do so.  The `unicodedata` module documentation is an
appropriate central place for our references to Unicode's own copious
documentation, so point there.

Also add to the isspace() test a thorough check that the
implementation agrees with the intended definition.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The documented definition was much broader than the real one:
there are tons of characters with general category "Other",
and we don't (and shouldn't) treat most of them as whitespace.

Rewrite the definition to agree with the comment on
_PyUnicode_IsWhitespace, and with the logic in makeunicodedata.py,
which is what generates that function and so ultimately governs.

Add suitable breadcrumbs so that a reader who wants to pin down
exactly what this definition means (what's a "bidirectional class"
of "B"?) can do so.  The `unicodedata` module documentation is an
appropriate central place for our references to Unicode's own copious
documentation, so point there.

Also add to the isspace() test a thorough check that the
implementation agrees with the intended definition.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-25172: Add test for crypt ImportError on Windows (GH-15252)</title>
<updated>2019-08-13T21:27:34+00:00</updated>
<author>
<name>shireenrao</name>
<email>shireenrao@gmail.com</email>
</author>
<published>2019-08-13T21:27:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=243a73deee4ac61fe06602b7ed56b6df01e19f27'/>
<id>243a73deee4ac61fe06602b7ed56b6df01e19f27</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-37689: add Path.is_relative_to() method (GH-14982)</title>
<updated>2019-08-13T19:54:02+00:00</updated>
<author>
<name>Hai Shi</name>
<email>shihai1992@gmail.com</email>
</author>
<published>2019-08-13T19:54:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=82642a052dc46b2180679518bc8d87e1a28a88b5'/>
<id>82642a052dc46b2180679518bc8d87e1a28a88b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-37583: Add err 113 to support.get_socket_conn_refused_errs() (GH-14729)</title>
<updated>2019-08-13T17:37:59+00:00</updated>
<author>
<name>Hai Shi</name>
<email>shihai1992@gmail.com</email>
</author>
<published>2019-08-13T17:37:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=1ac2a83f30312976502fda042db5ce18d10ceec2'/>
<id>1ac2a83f30312976502fda042db5ce18d10ceec2</id>
<content type='text'>
Add error number 113 EHOSTUNREACH to get_socket_conn_refused_errs()
of test.support.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add error number 113 EHOSTUNREACH to get_socket_conn_refused_errs()
of test.support.
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-37758: Clean out vestigial script-bits from test_unicodedata. (GH-15126)</title>
<updated>2019-08-13T05:58:01+00:00</updated>
<author>
<name>Greg Price</name>
<email>gnprice@gmail.com</email>
</author>
<published>2019-08-13T05:58:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=def97c988be8340f33869b57942a30d10fc3a1f9'/>
<id>def97c988be8340f33869b57942a30d10fc3a1f9</id>
<content type='text'>
This file started life as a script, before conversion to a
`unittest` test file.  Clear out some legacies of that conversion
that are a bit confusing about how it works.

Most notably, it's unlikely there's still a good reason to try
to recover from `unicodedata` failing to import -- as there was
when that logic was first added, when the module was very new.
So take that out entirely.  Keep `self.db` working, though, to
avoid a noisy diff.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This file started life as a script, before conversion to a
`unittest` test file.  Clear out some legacies of that conversion
that are a bit confusing about how it works.

Most notably, it's unlikely there's still a good reason to try
to recover from `unicodedata` failing to import -- as there was
when that logic was first added, when the module was very new.
So take that out entirely.  Keep `self.db` working, though, to
avoid a noisy diff.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-37354: Make Powershell Activate.ps1 script static to allow for signing (GH-14967)</title>
<updated>2019-08-12T20:06:02+00:00</updated>
<author>
<name>Derek Keeler</name>
<email>d3r3kk@users.noreply.github.com</email>
</author>
<published>2019-08-12T20:06:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=732775d6be8062e72cf4995d5a9db0170e22c233'/>
<id>732775d6be8062e72cf4995d5a9db0170e22c233</id>
<content type='text'>
- Remove use of replacement text in the script
- Make use of the pyvenv.cfg file for prompt value.
- Add parameters to allow more flexibility
- Make use of the current path, and assumptions about where env puts things, to compensate
- Make the script a bit more 'idiomatic' Powershell
- Add script documentation (Get-Help .\.venv\Scripts\Activate.ps1 shows PS help page now</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Remove use of replacement text in the script
- Make use of the pyvenv.cfg file for prompt value.
- Add parameters to allow more flexibility
- Make use of the current path, and assumptions about where env puts things, to compensate
- Make the script a bit more 'idiomatic' Powershell
- Add script documentation (Get-Help .\.venv\Scripts\Activate.ps1 shows PS help page now</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-37804: Remove the deprecated method threading.Thread.isAlive() (GH-15225)</title>
<updated>2019-08-12T17:41:08+00:00</updated>
<author>
<name>Dong-hee Na</name>
<email>donghee.na92@gmail.com</email>
</author>
<published>2019-08-12T17:41:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=44046fe4fc7f00a6eb855b33e6a3f953cf5233a5'/>
<id>44046fe4fc7f00a6eb855b33e6a3f953cf5233a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-37819: Add Fraction.as_integer_ratio() (GH-15212)</title>
<updated>2019-08-11T21:40:59+00:00</updated>
<author>
<name>Raymond Hettinger</name>
<email>rhettinger@users.noreply.github.com</email>
</author>
<published>2019-08-11T21:40:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f03b4c8a48f62134799d368b78da35301af466a3'/>
<id>f03b4c8a48f62134799d368b78da35301af466a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
