<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git, 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>bpo-38980: Add -fno-semantic-interposition when building with optimizations (GH-22862)</title>
<updated>2020-10-21T21:46:52+00:00</updated>
<author>
<name>Pablo Galindo</name>
<email>Pablogsal@gmail.com</email>
</author>
<published>2020-10-21T21:46:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b451b0e9a772f009f4161f7a46476190d0d17ac1'/>
<id>b451b0e9a772f009f4161f7a46476190d0d17ac1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-35181: Correct importlib documentation for some module attributes (GH-15190)</title>
<updated>2020-10-21T21:17:35+00:00</updated>
<author>
<name>Géry Ogam</name>
<email>gery.ogam@gmail.com</email>
</author>
<published>2020-10-21T21:17:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=27f1bd8787d24ac53cc3dc6ea5eb00b8a3499839'/>
<id>27f1bd8787d24ac53cc3dc6ea5eb00b8a3499839</id>
<content type='text'>
@ericsnowcurrently This PR will change the following:

In the library documentation importlib.rst:

- `module.__package__` can be `module.__name__` for packages;
- `spec.parent` can be `spec.__name__` for packages;
- `spec.loader` is not `None` for namespaces packages.

In the language documentation import.rst:

- `spec.loader` is not `None` for namespace packages.

Automerge-Triggered-By: GH:warsaw</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
@ericsnowcurrently This PR will change the following:

In the library documentation importlib.rst:

- `module.__package__` can be `module.__name__` for packages;
- `spec.parent` can be `spec.__name__` for packages;
- `spec.loader` is not `None` for namespaces packages.

In the language documentation import.rst:

- `spec.loader` is not `None` for namespace packages.

Automerge-Triggered-By: GH:warsaw</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bpo-39416: Change "Numeric" to lower case; an english word, not a class name (GH-22867)</title>
<updated>2020-10-21T20:34:15+00:00</updated>
<author>
<name>kpinc</name>
<email>kop@karlpinc.com</email>
</author>
<published>2020-10-21T20:34:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f8b1ccd63c94bcde1c15d56d24add89861b6ceee'/>
<id>f8b1ccd63c94bcde1c15d56d24add89861b6ceee</id>
<content type='text'>
This is a trivial fix to [bpo-39416](), which didn't come up until it was already committed

```
Change "Numeric" to "numeric".

I believe this is trivial enough to not need an issue or a NEWS entry, although
I'm unclear on what branches the original pull request received backports.
```

Automerge-Triggered-By: GH:merwok</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a trivial fix to [bpo-39416](), which didn't come up until it was already committed

```
Change "Numeric" to "numeric".

I believe this is trivial enough to not need an issue or a NEWS entry, although
I'm unclear on what branches the original pull request received backports.
```

Automerge-Triggered-By: GH:merwok</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-41746: Cast to typed seqs in CHECK macros to avoid type erasure (GH-22864)</title>
<updated>2020-10-21T19:53:14+00:00</updated>
<author>
<name>Lysandros Nikolaou</name>
<email>lisandrosnik@gmail.com</email>
</author>
<published>2020-10-21T19:53:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2e5ca9e3f68b33abb7d2c66d22ffc18dec40641a'/>
<id>2e5ca9e3f68b33abb7d2c66d22ffc18dec40641a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-41959: Fix grammar around class asyncio.MultiLoopChildWatcher text (GH-22580)</title>
<updated>2020-10-21T19:05:48+00:00</updated>
<author>
<name>Raúl Cumplido</name>
<email>raulcumplido@gmail.com</email>
</author>
<published>2020-10-21T19:05:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=caff2934f46510920a6169e192707d59e9c55f6b'/>
<id>caff2934f46510920a6169e192707d59e9c55f6b</id>
<content type='text'>
While translating the following document to Spanish we found there is a grammar issue on the original documentation.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While translating the following document to Spanish we found there is a grammar issue on the original documentation.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-39416: Document some restrictions on the default string representations of numeric classes (GH-18111)</title>
<updated>2020-10-21T17:13:50+00:00</updated>
<author>
<name>kpinc</name>
<email>kop@karlpinc.com</email>
</author>
<published>2020-10-21T17:13:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c60394c7fc9cc09b16e9675a3eeb5844b6d8523f'/>
<id>c60394c7fc9cc09b16e9675a3eeb5844b6d8523f</id>
<content type='text'>
[bpo-39416](): Document string representations of the Numeric classes

This is a change to the specification of the Python language.

The idea here is to put sane minimal limits on the Python language's default
representations of its Numeric classes.  That way "Marty's Robotic Massage Parlor
and Python Interpreter" implementation of Python won't do anything too
crazy.

Some discussion in the email thread:
Subject: Documenting Python's float.__str__()
https://mail.python.org/archives/list/python-dev@python.org/thread/FV22TKT3S2Q3P7PNN6MCXI6IX3HRRNAL/</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[bpo-39416](): Document string representations of the Numeric classes

This is a change to the specification of the Python language.

The idea here is to put sane minimal limits on the Python language's default
representations of its Numeric classes.  That way "Marty's Robotic Massage Parlor
and Python Interpreter" implementation of Python won't do anything too
crazy.

Some discussion in the email thread:
Subject: Documenting Python's float.__str__()
https://mail.python.org/archives/list/python-dev@python.org/thread/FV22TKT3S2Q3P7PNN6MCXI6IX3HRRNAL/</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-41747: Ensure all dataclass methods uses their parents' qualname (GH-22155)</title>
<updated>2020-10-21T13:49:22+00:00</updated>
<author>
<name>Batuhan Taskaya</name>
<email>batuhanosmantaskaya@gmail.com</email>
</author>
<published>2020-10-21T13:49:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c7437e2c0216e05fbf17bf96294cb20954e36e48'/>
<id>c7437e2c0216e05fbf17bf96294cb20954e36e48</id>
<content type='text'>
* bpo-41747: Ensure all dataclass methods uses their parents' qualname

Co-authored-by: Serhiy Storchaka &lt;storchaka@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bpo-41747: Ensure all dataclass methods uses their parents' qualname

Co-authored-by: Serhiy Storchaka &lt;storchaka@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Update tzdata to 2020.3 (GH-22856)</title>
<updated>2020-10-21T13:40:43+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>paul@ganssle.io</email>
</author>
<published>2020-10-21T13:40:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=9a1ad2cf02e52eccc3204e43752c8742d4c77f6b'/>
<id>9a1ad2cf02e52eccc3204e43752c8742d4c77f6b</id>
<content type='text'>
TBH I had forgotten that we pin this 😅, and it's been updated quite a few times since we added this.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TBH I had forgotten that we pin this 😅, and it's been updated quite a few times since we added this.</pre>
</div>
</content>
</entry>
<entry>
<title>Doc: Fix a typo/error in the docs for cached bytecode (GH-22445)</title>
<updated>2020-10-21T08:36:03+00:00</updated>
<author>
<name>Zackery Spytz</name>
<email>zspytz@gmail.com</email>
</author>
<published>2020-10-21T08:36:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=cb115e36e1aba04b90b0ecac6f043e60064ac65b'/>
<id>cb115e36e1aba04b90b0ecac6f043e60064ac65b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Doc: Do not suggest `s[::-1]` for reversed order (GH-22457)</title>
<updated>2020-10-21T08:25:07+00:00</updated>
<author>
<name>Andre Delfino</name>
<email>adelfino@gmail.com</email>
</author>
<published>2020-10-21T08:25:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=fb2e94692e3a8eb66915575f4a122d56fe8999a0'/>
<id>fb2e94692e3a8eb66915575f4a122d56fe8999a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
