<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Doc/library/base64.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-27846: Delete incorrect note in base64 docs (GH-5666)</title>
<updated>2018-02-14T00:08:54+00:00</updated>
<author>
<name>Zackery Spytz</name>
<email>zspytz@gmail.com</email>
</author>
<published>2018-02-14T00:08:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=88c38a4049ded0e1f197fec3e76be7c0c0e83d7a'/>
<id>88c38a4049ded0e1f197fec3e76be7c0c0e83d7a</id>
<content type='text'>
This note incorrectly stated that "Base64 has an expansion factor of 6
to 4" (it is actually 4 to 3). It was decided to remove the note.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This note incorrectly stated that "Base64 has an expansion factor of 6
to 4" (it is actually 4 to 3). It was decided to remove the note.</pre>
</div>
</content>
</entry>
<entry>
<title>Add Python version since deprecation in base64 methods. (#33)</title>
<updated>2017-03-02T14:21:26+00:00</updated>
<author>
<name>Matthias Bussonnier</name>
<email>bussonniermatthias@gmail.com</email>
</author>
<published>2017-03-02T14:21:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c643a967dd7d33ccefa5b61b38caf40b448057ce'/>
<id>c643a967dd7d33ccefa5b61b38caf40b448057ce</id>
<content type='text'>
Allow developers to not have to either test on N Python versions or
looked through multiple versions of the docs to know whether they can
easily update.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow developers to not have to either test on N Python versions or
looked through multiple versions of the docs to know whether they can
easily update.
</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 #27036: Fixed formatting references to "bytes-like object" in plural.</title>
<updated>2016-05-18T10:54:54+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-05-18T10:54:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e5ea1abf91f79b5eaa8ab638c28400285a8fabfd'/>
<id>e5ea1abf91f79b5eaa8ab638c28400285a8fabfd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #22088: Clarify base-64 alphabets and which characters are discarded</title>
<updated>2016-02-23T22:30:50+00:00</updated>
<author>
<name>Martin Panter</name>
<email>vadmium+py@gmail.com</email>
</author>
<published>2016-02-23T22:30:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ee3074e1f473c2ebdc89e2b6889747fc586002e9'/>
<id>ee3074e1f473c2ebdc89e2b6889747fc586002e9</id>
<content type='text'>
* There are only two base-64 alphabets defined by the RFCs, not three
* Due to the internal translation, plus (+) and slash (/) are never discarded
* standard_ and urlsafe_b64decode() discard characters as well

Also update the doc strings to clarify data types, based on revision
92760d2edc9e, correct the exception raised by b16decode(), and correct the
parameter name for the base-85 functions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* There are only two base-64 alphabets defined by the RFCs, not three
* Due to the internal translation, plus (+) and slash (/) are never discarded
* standard_ and urlsafe_b64decode() discard characters as well

Also update the doc strings to clarify data types, based on revision
92760d2edc9e, correct the exception raised by b16decode(), and correct the
parameter name for the base-85 functions.
</pre>
</div>
</content>
</entry>
<entry>
<title>#1753718: clarify RFC compliance and bytes/string argument types.</title>
<updated>2015-12-24T02:17:17+00:00</updated>
<author>
<name>R David Murray</name>
<email>rdmurray@bitdance.com</email>
</author>
<published>2015-12-24T02:17:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a198645fa0f9a9c6183c211955083765dc8ab3a8'/>
<id>a198645fa0f9a9c6183c211955083765dc8ab3a8</id>
<content type='text'>
Patch includes contributions by Isobel Hooper, incorporating suggestions from
Paul Winkler.  Reviewed by Martin Panter.

In addition to accepting the corrections for the RFC compliance wording, I
went through and corrected all the argument and return types, and made the
pattern of how the arguments and return types are documented consistent.
So, this patch also addresses #20782, though I had forgotten about that issue
and its patch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch includes contributions by Isobel Hooper, incorporating suggestions from
Paul Winkler.  Reviewed by Martin Panter.

In addition to accepting the corrections for the RFC compliance wording, I
went through and corrected all the argument and return types, and made the
pattern of how the arguments and return types are documented consistent.
So, this patch also addresses #20782, though I had forgotten about that issue
and its patch.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #25706: Fixed markup in the documentation.</title>
<updated>2015-11-23T14:43:05+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-11-23T14:43:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=bf7b9ede1a7264009f5f35d357112ed3c3c38209'/>
<id>bf7b9ede1a7264009f5f35d357112ed3c3c38209</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed duplicated words in in comments and docs.</title>
<updated>2014-12-01T16:28:43+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2014-12-01T16:28:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=56a6d855e2b93b0eb39a3b291ef43b2d03c5e986'/>
<id>56a6d855e2b93b0eb39a3b291ef43b2d03c5e986</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge in all documentation changes since branching 3.4.0rc1.</title>
<updated>2014-03-16T04:13:56+00:00</updated>
<author>
<name>Larry Hastings</name>
<email>larry@hastings.org</email>
</author>
<published>2014-03-16T04:13:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=3732ed24145c1ac77e99bcf85bccda3af095e696'/>
<id>3732ed24145c1ac77e99bcf85bccda3af095e696</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge: Fix verb tense in base64 docs, and the phrasing of a news entry.</title>
<updated>2014-01-08T23:14:20+00:00</updated>
<author>
<name>R David Murray</name>
<email>rdmurray@bitdance.com</email>
</author>
<published>2014-01-08T23:14:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=fdc58fd89753ae5e7e3680e709429e2ac9764f1e'/>
<id>fdc58fd89753ae5e7e3680e709429e2ac9764f1e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
