<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/PC/layout, branch main</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>gh-95299: Remove lingering setuptools reference in installer scripts (GH-103613)</title>
<updated>2023-04-18T16:47:08+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@python.org</email>
</author>
<published>2023-04-18T16:47:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=78cac520c34b133ba32665e601adbc794282f4b7'/>
<id>78cac520c34b133ba32665e601adbc794282f4b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gh-99834: Update bundled copy of Tcl/Tk to 8.6.13.0 on Windows (GH-101307)</title>
<updated>2023-01-26T20:47:24+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@python.org</email>
</author>
<published>2023-01-26T20:47:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=8d18d1ffd52eb3917c4566b09596d596116a5532'/>
<id>8d18d1ffd52eb3917c4566b09596d596116a5532</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gh-92584: Remove the distutils package (#99061)</title>
<updated>2022-11-03T18:27:27+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@python.org</email>
</author>
<published>2022-11-03T18:27:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0faa0ba240e815614e5a2900e48007acac41b214'/>
<id>0faa0ba240e815614e5a2900e48007acac41b214</id>
<content type='text'>
Remove the distutils package. It was deprecated in Python 3.10 by PEP
632 "Deprecate distutils module". For projects still using distutils
and cannot be updated to something else, the setuptools project can
be installed: it still provides distutils.

* Remove Lib/distutils/ directory
* Remove test_distutils
* Remove references to distutils
* Skip test_check_c_globals and test_peg_generator since they use
  distutils</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove the distutils package. It was deprecated in Python 3.10 by PEP
632 "Deprecate distutils module". For projects still using distutils
and cannot be updated to something else, the setuptools project can
be installed: it still provides distutils.

* Remove Lib/distutils/ directory
* Remove test_distutils
* Remove references to distutils
* Skip test_check_c_globals and test_peg_generator since they use
  distutils</pre>
</div>
</content>
</entry>
<entry>
<title>gh-97681: Remove Tools/demo/ directory (#97682)</title>
<updated>2022-10-03T15:09:02+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@python.org</email>
</author>
<published>2022-10-03T15:09:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=64fe34371722d90448e0d1a0c04e7ed106f5f70a'/>
<id>64fe34371722d90448e0d1a0c04e7ed106f5f70a</id>
<content type='text'>
Remove the Tools/demo/ directory which contained old demo scripts. A
copy can be found in the old-demos project:
https://github.com/gvanrossum/old-demos

Remove the following old demo scripts:

* beer.py
* eiffel.py
* hanoi.py
* life.py
* markov.py
* mcast.py
* queens.py
* redemo.py
* rpython.py
* rpythond.py
* sortvisu.py
* spreadsheet.py
* vector.py

Changes:

* Remove a reference to the redemo.py script in the regex howto
  documentation.
* Remove a reference to the removed Tools/demo/ directory in the
  curses documentation.
* Update PC/layout/ to remove the reference to Tools/demo/ directory.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove the Tools/demo/ directory which contained old demo scripts. A
copy can be found in the old-demos project:
https://github.com/gvanrossum/old-demos

Remove the following old demo scripts:

* beer.py
* eiffel.py
* hanoi.py
* life.py
* markov.py
* mcast.py
* queens.py
* redemo.py
* rpython.py
* rpythond.py
* sortvisu.py
* spreadsheet.py
* vector.py

Changes:

* Remove a reference to the redemo.py script in the regex howto
  documentation.
* Remove a reference to the removed Tools/demo/ directory in the
  curses documentation.
* Update PC/layout/ to remove the reference to Tools/demo/ directory.</pre>
</div>
</content>
</entry>
<entry>
<title>gh-97649: The Tools directory is no longer installed on Windows (GH-97653)</title>
<updated>2022-09-30T09:25:00+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@python.org</email>
</author>
<published>2022-09-30T09:25:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=73942e475c773ff844c231d98c9b37acdc678e9c'/>
<id>73942e475c773ff844c231d98c9b37acdc678e9c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gh-95733: Allow installing Store package on older Windows versions (GH-95862)</title>
<updated>2022-08-10T23:47:58+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@python.org</email>
</author>
<published>2022-08-10T23:47:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=73d8ffefe95791fa1f036b029cf51f907a89ee42'/>
<id>73d8ffefe95791fa1f036b029cf51f907a89ee42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gh-84623: Remove unused imports (#94132)</title>
<updated>2022-06-22T17:14:27+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@python.org</email>
</author>
<published>2022-06-22T17:14:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=47e35625ff2c4e6511a12e7178c3e4fbc965b634'/>
<id>47e35625ff2c4e6511a12e7178c3e4fbc965b634</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the ancient Pynche color editor (#91554)</title>
<updated>2022-04-17T22:38:44+00:00</updated>
<author>
<name>Barry Warsaw</name>
<email>barry@python.org</email>
</author>
<published>2022-04-17T22:38:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=7173fd5de0cb259b488828634745c03dbea94e6b'/>
<id>7173fd5de0cb259b488828634745c03dbea94e6b</id>
<content type='text'>
Closes #91551</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #91551</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-47086: Remove .chm from Windows installer and add HTML docs (GH-32038)</title>
<updated>2022-03-22T01:08:37+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@python.org</email>
</author>
<published>2022-03-22T01:08:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=3751b6b030b4a3b88959b4f3c4ef2e58d325e497'/>
<id>3751b6b030b4a3b88959b4f3c4ef2e58d325e497</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-46638: Makes registry virtualisation setting stable when building MSIX packages (GH-31130)</title>
<updated>2022-02-07T16:59:40+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@python.org</email>
</author>
<published>2022-02-07T16:59:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=3a5afc14e16370c1f4f72d43cb553298ad9a1fa4'/>
<id>3a5afc14e16370c1f4f72d43cb553298ad9a1fa4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
