<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cpython.git/Python/stdlib_module_names.h, branch v3.11.0a3</title>
<subtitle>https://github.com/python/cpython.git</subtitle>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/'/>
<entry>
<title>Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" (GH-29951)</title>
<updated>2021-12-07T11:31:04Z</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@python.org</email>
</author>
<published>2021-12-07T11:31:04Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=cf7eaa4617295747ee5646c4e2b7e7a16d7c64ab'/>
<id>cf7eaa4617295747ee5646c4e2b7e7a16d7c64ab</id>
<content type='text'>
This reverts commit 9bf2cbc4c498812e14f20d86acb61c53928a5a57.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 9bf2cbc4c498812e14f20d86acb61c53928a5a57.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)</title>
<updated>2021-11-15T23:29:17Z</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@python.org</email>
</author>
<published>2021-11-15T23:29:17Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=9bf2cbc4c498812e14f20d86acb61c53928a5a57'/>
<id>9bf2cbc4c498812e14f20d86acb61c53928a5a57</id>
<content type='text'>
Remove the asyncore and asynchat modules, deprecated in Python
3.6: use the asyncio module instead.

Remove the smtpd module, deprecated in Python 3.6: the aiosmtpd
module can be used instead, it is based on asyncio.

* Remove asyncore, asynchat and smtpd documentation
* Remove test_asyncore, test_asynchat and test_smtpd
* Rename Lib/asynchat.py to Lib/test/support/_asynchat.py
* Rename Lib/asyncore.py to Lib/test/support/_asyncore.py
* Rename Lib/smtpd.py to Lib/test/support/_smtpd.py
* Remove DeprecationWarning from private _asyncore, _asynchat and
  _smtpd modules
* _smtpd: remove deprecated properties</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove the asyncore and asynchat modules, deprecated in Python
3.6: use the asyncio module instead.

Remove the smtpd module, deprecated in Python 3.6: the aiosmtpd
module can be used instead, it is based on asyncio.

* Remove asyncore, asynchat and smtpd documentation
* Remove test_asyncore, test_asynchat and test_smtpd
* Rename Lib/asynchat.py to Lib/test/support/_asynchat.py
* Rename Lib/asyncore.py to Lib/test/support/_asyncore.py
* Rename Lib/smtpd.py to Lib/test/support/_smtpd.py
* Remove DeprecationWarning from private _asyncore, _asynchat and
  _smtpd modules
* _smtpd: remove deprecated properties</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-45688: Add _scproxy to sys.stdlib_module_names (GH-29358)</title>
<updated>2021-11-02T11:08:40Z</updated>
<author>
<name>Christian Heimes</name>
<email>christian@python.org</email>
</author>
<published>2021-11-02T11:08:40Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=34098991289cb3e8eec012fa0243f30b9709666f'/>
<id>34098991289cb3e8eec012fa0243f30b9709666f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-45085: Remove the binhex module (GH-28117)</title>
<updated>2021-09-02T10:10:08Z</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@python.org</email>
</author>
<published>2021-09-02T10:10:08Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=a8066087054417885db0a2dbdce2ddb2ac498247'/>
<id>a8066087054417885db0a2dbdce2ddb2ac498247</id>
<content type='text'>
The binhex module, deprecated in Python 3.9, is now removed. The
following binascii functions, deprecated in Python 3.9, are now also
removed:

* a2b_hqx(), b2a_hqx();
* rlecode_hqx(), rledecode_hqx().

The binascii.crc_hqx() function remains available.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The binhex module, deprecated in Python 3.9, is now removed. The
following binascii functions, deprecated in Python 3.9, are now also
removed:

* a2b_hqx(), b2a_hqx();
* rlecode_hqx(), rledecode_hqx().

The binascii.crc_hqx() function remains available.</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests for the C tokenizer and expose it as a private module (GH-27924)</title>
<updated>2021-08-24T16:50:05Z</updated>
<author>
<name>Pablo Galindo Salgado</name>
<email>Pablogsal@gmail.com</email>
</author>
<published>2021-08-24T16:50:05Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=a24676bedcd332dd7e6fa5521d0449206391d190'/>
<id>a24676bedcd332dd7e6fa5521d0449206391d190</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-44353: Implement typing.NewType __call__ method in C (#27262)</title>
<updated>2021-07-22T21:06:54Z</updated>
<author>
<name>Yurii Karabas</name>
<email>1998uriyyo@gmail.com</email>
</author>
<published>2021-07-22T21:06:54Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=96c4cbd96c769e92869c62ba898dd9eb670baa81'/>
<id>96c4cbd96c769e92869c62ba898dd9eb670baa81</id>
<content type='text'>
Co-authored-by: Ken Jin &lt;28750310+Fidget-Spinner@users.noreply.github.com&gt;
Co-authored-by: Denis Laxalde &lt;denis@laxalde.org&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Ken Jin &lt;28750310+Fidget-Spinner@users.noreply.github.com&gt;
Co-authored-by: Denis Laxalde &lt;denis@laxalde.org&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-42955: Add _overlapped to sys.stdlib_module_names (GH-25122)</title>
<updated>2021-04-01T00:28:23Z</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@python.org</email>
</author>
<published>2021-04-01T00:28:23Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=ad493edf5791e7abb2588852e876b8584945c653'/>
<id>ad493edf5791e7abb2588852e876b8584945c653</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-43456: Remove _xxsubinterpreters from sys.stdlib_module_names (GH-24814)</title>
<updated>2021-03-10T11:10:01Z</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@python.org</email>
</author>
<published>2021-03-10T11:10:01Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=a9c03d7fb78ab79710f79190f0584a09d9fd1a61'/>
<id>a9c03d7fb78ab79710f79190f0584a09d9fd1a61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-43445: Add frozen modules to sys.stdlib_module_names (GH-24798)</title>
<updated>2021-03-10T10:14:07Z</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@python.org</email>
</author>
<published>2021-03-10T10:14:07Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=307745aa42196ad3fd97fee4a1ae6496bb895596'/>
<id>307745aa42196ad3fd97fee4a1ae6496bb895596</id>
<content type='text'>
Add frozen modules to sys.stdlib_module_names. For example, add
"_frozen_importlib" and "_frozen_importlib_external" names.

Add "list_frozen" command to Programs/_testembed.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add frozen modules to sys.stdlib_module_names. For example, add
"_frozen_importlib" and "_frozen_importlib_external" names.

Add "list_frozen" command to Programs/_testembed.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-42955: Remove sub-packages from sys.stdlib_module_names (GH-24353)</title>
<updated>2021-01-27T23:03:23Z</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@python.org</email>
</author>
<published>2021-01-27T23:03:23Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=64fc105b2d2faaeadd1026d2417b83915af6622f'/>
<id>64fc105b2d2faaeadd1026d2417b83915af6622f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
