<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Doc/library/optparse.rst, 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>Remove duplicate "Reference Guide" in optparse.rst. (GH-10372)</title>
<updated>2018-11-07T05:47:11+00:00</updated>
<author>
<name>Andrés Delfino</name>
<email>adelfino@gmail.com</email>
</author>
<published>2018-11-07T05:47:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d2b11af91560eaaeb499f702f4b0f244ec756280'/>
<id>d2b11af91560eaaeb499f702f4b0f244ec756280</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-35110: Fix yet few spaces before dashes. (GH-10255)</title>
<updated>2018-10-31T09:14:38+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2018-10-31T09:14:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=511747bec3aca4ad7930005e3adece9196c1cd39'/>
<id>511747bec3aca4ad7930005e3adece9196c1cd39</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231)</title>
<updated>2018-10-31T00:26:06+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2018-10-31T00:26:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=3f819ca138db6945ee4271bf13e42db9f9b3b1e4'/>
<id>3f819ca138db6945ee4271bf13e42db9f9b3b1e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-33892: Doc: Use gender neutral words (GH-7770)</title>
<updated>2018-06-18T04:34:30+00:00</updated>
<author>
<name>Andrés Delfino</name>
<email>adelfino@gmail.com</email>
</author>
<published>2018-06-18T04:34:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5092439c2cb32112a5869b138011d38491db90a9'/>
<id>5092439c2cb32112a5869b138011d38491db90a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-32746: Fix multiple typos (GH-5144)</title>
<updated>2018-02-04T00:36:10+00:00</updated>
<author>
<name>Leo Arias</name>
<email>leo.arias@canonical.com</email>
</author>
<published>2018-02-04T00:36:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c3d9508ff22ece9a96892b628dd5813e2fb0cd80'/>
<id>c3d9508ff22ece9a96892b628dd5813e2fb0cd80</id>
<content type='text'>
Fix typos found by codespell in docs, docstrings, and comments.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix typos found by codespell in docs, docstrings, and comments.</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #19795: Mark up None as literal text.</title>
<updated>2016-10-19T13:29:26+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-10-19T13:29:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ecf41da83e5db98734b19f205899168cc56da943'/>
<id>ecf41da83e5db98734b19f205899168cc56da943</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>Issue #23921: Standardized documentation whitespace formatting.</title>
<updated>2016-05-10T09:01:23+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-05-10T09:01:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=dba903993a8d3e13d2cf83d6a8912e908025b17b'/>
<id>dba903993a8d3e13d2cf83d6a8912e908025b17b</id>
<content type='text'>
Original patch by James Edwards.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Original patch by James Edwards.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #25523: Correct "a" article to "an" article</title>
<updated>2015-11-02T03:37:02+00:00</updated>
<author>
<name>Martin Panter</name>
<email>vadmium+py@gmail.com</email>
</author>
<published>2015-11-02T03:37:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=7462b64911f1e2df2de2285ddbf8b156b5cdc418'/>
<id>7462b64911f1e2df2de2285ddbf8b156b5cdc418</id>
<content type='text'>
This changes the main documentation, doc strings, source code comments, and a
couple error messages in the test suite. In some cases the word was removed
or edited some other way to fix the grammar.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This changes the main documentation, doc strings, source code comments, and a
couple error messages in the test suite. In some cases the word was removed
or edited some other way to fix the grammar.
</pre>
</div>
</content>
</entry>
</feed>
