<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Doc/library/zipimport.rst, branch fix-namedexpr-comment</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-21063: Improve module synopsis for distutils (GH-17363)</title>
<updated>2019-11-25T22:17:59+00:00</updated>
<author>
<name>Sanchit Khurana</name>
<email>54467174+GeniusLearner@users.noreply.github.com</email>
</author>
<published>2019-11-25T22:17:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f8a6316778faff3991144c3aec4fa92d7b30a72b'/>
<id>f8a6316778faff3991144c3aec4fa92d7b30a72b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reference zipimport source code from docs. (GH-13310)</title>
<updated>2019-05-15T16:18:35+00:00</updated>
<author>
<name>Xtreak</name>
<email>tir.karthi@gmail.com</email>
</author>
<published>2019-05-15T16:18:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e307e5cd06f60e11e4e4f126fae412b9ec66a005'/>
<id>e307e5cd06f60e11e4e4f126fae412b9ec66a005</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-35042: Use the :pep: role where a PEP is specified (#10036)</title>
<updated>2018-10-26T22:58:26+00:00</updated>
<author>
<name>Stéphane Wirtel</name>
<email>stephane@wirtel.be</email>
</author>
<published>2018-10-26T22:58:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=12e696b4f071ffe0d585b7f0d0d8020fd328bfdd'/>
<id>12e696b4f071ffe0d585b7f0d0d8020fd328bfdd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-5950: Support reading zips with comments in zipimport (#9548)</title>
<updated>2018-09-25T19:15:47+00:00</updated>
<author>
<name>Zackery Spytz</name>
<email>zspytz@gmail.com</email>
</author>
<published>2018-09-25T19:15:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5a5ce064b3baadcb79605c5a42ee3d0aee57cdfc'/>
<id>5a5ce064b3baadcb79605c5a42ee3d0aee57cdfc</id>
<content type='text'>
* bpo-5950: Support reading zips with comments in zipimport</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bpo-5950: Support reading zips with comments in zipimport</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-29770: remove outdated PYO related info (GH-590)</title>
<updated>2017-03-11T05:02:52+00:00</updated>
<author>
<name>Xiang Zhang</name>
<email>angwerzx@126.com</email>
</author>
<published>2017-03-11T05:02:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0710d754255e731e6fcc3f206b51db6156da17c8'/>
<id>0710d754255e731e6fcc3f206b51db6156da17c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.</title>
<updated>2016-07-26T09:18:21+00:00</updated>
<author>
<name>Martin Panter</name>
<email>vadmium+py@gmail.com</email>
</author>
<published>2016-07-26T09:18:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=1050d2d0c7730c6c533246bb2404937739a7775c'/>
<id>1050d2d0c7730c6c533246bb2404937739a7775c</id>
<content type='text'>
Patch by Julien Palard.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Julien Palard.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #22558: Add remaining doc links to source code for Python-coded modules.</title>
<updated>2016-06-11T19:02:54+00:00</updated>
<author>
<name>Terry Jan Reedy</name>
<email>tjreedy@udel.edu</email>
</author>
<published>2016-06-11T19:02:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=fa089b9b0b926c04e5d57812b7d7653472787965'/>
<id>fa089b9b0b926c04e5d57812b7d7653472787965</id>
<content type='text'>
Reformat header above separator line (added if missing) to a common format.
Patch by Yoni Lavi.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reformat header above separator line (added if missing) to a common format.
Patch by Yoni Lavi.
</pre>
</div>
</content>
</entry>
<entry>
<title>Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch.</title>
<updated>2016-02-26T18:37:12+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2016-02-26T18:37:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5d9413404017a829aa5ddb52be6019fb63ec5c09'/>
<id>5d9413404017a829aa5ddb52be6019fb63ec5c09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #23731: Implement PEP 488.</title>
<updated>2015-04-13T18:21:02+00:00</updated>
<author>
<name>Brett Cannon</name>
<email>brett@python.org</email>
</author>
<published>2015-04-13T18:21:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f299abdafa0f2b6eb7abae274861b19b361c96bc'/>
<id>f299abdafa0f2b6eb7abae274861b19b361c96bc</id>
<content type='text'>
The concept of .pyo files no longer exists. Now .pyc files have an
optional `opt-` tag which specifies if any extra optimizations beyond
the peepholer were applied.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The concept of .pyo files no longer exists. Now .pyc files have an
optional `opt-` tag which specifies if any extra optimizations beyond
the peepholer were applied.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #19795: Improved markup of True/False constants.</title>
<updated>2013-11-29T10:17:13+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2013-11-29T10:17:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=fbc1c268031a9c8fad65f49c8381b6145bd66ffc'/>
<id>fbc1c268031a9c8fad65f49c8381b6145bd66ffc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
