summaryrefslogtreecommitdiff
path: root/Doc/library/binascii.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-22385: Support output separators in hex methods. (#13578)Gregory P. Smith2019-05-291-2/+20
* Redo PR 785 -- Add cross reference links (GH-11319)Raymond Hettinger2018-12-251-0/+5
* bpo-33641: Convert RFC references into links. (GH-7103)Serhiy Storchaka2018-05-311-1/+1
* bpo-30103: Allow Uuencode in Python using backtick as zero instead of space (...Xiang Zhang2017-05-031-3/+6
* Issue #29004: Merge crc_hqx() doc from 3.5Martin Panter2016-12-241-2/+4
|\
| * Issue #29004: Document binascii.crc_hqx() implements CRC-CCITTMartin Panter2016-12-241-2/+4
* | Merge Issue #22558.Terry Jan Reedy2016-06-111-1/+2
|\ \ | |/
| * Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-1/+2
* | Issue #27124: Merge binascii doc from 3.5Martin Panter2016-05-291-2/+2
|\ \ | |/
| * Issue #27124: Fix documentation of exception raised by a2b_hex()Martin Panter2016-05-291-2/+2
* | Issue #27036: Fixed formatting references to "bytes-like object" in plural.Serhiy Storchaka2016-05-181-1/+1
|\ \ | |/
| * Issue #27036: Fixed formatting references to "bytes-like object" in plural.Serhiy Storchaka2016-05-181-1/+1
* | Merge: #25495: Clarify b2a_base64 documentation vis 57 bytes.R David Murray2015-12-131-4/+3
|\ \ | |/
| * Merge: #25495: Clarify b2a_base64 documentation vis 57 bytes.R David Murray2015-12-131-3/+6
| |\
| | * #25495: Clarify b2a_base64 documentation vis 57 bytes.R David Murray2015-12-131-3/+6
* | | Issue #22341: Merge CRC doc from 3.5Martin Panter2015-12-111-12/+11
|\ \ \ | |/ /
| * | Issue #22341: Drop Python 2 workaround and document CRC initial valueMartin Panter2015-12-111-12/+11
| |/
* | Issue #25357: Add an optional newline paramer to binascii.b2a_base64().Victor Stinner2015-10-111-3/+8
|/
* Issue #23738: Document and test actual keyword parameter namesMartin Panter2015-09-091-1/+1
* Issue #13637: Remove outdated versionchanged directives.Berker Peksag2015-02-151-6/+0
* #19411: Clarify that b2a_hex/hexlify returns a bytes object.R David Murray2013-11-031-1/+1
* #16518: use "bytes-like object" throughout the docs.Ezio Melotti2013-05-041-2/+3
* Issue #13637: "a2b" functions in the binascii module now accept ASCII-only un...Antoine Pitrou2011-12-201-2/+7
* Consistency check for versionadded/changed directives.Georg Brandl2010-08-171-3/+3
* Issue #4770: Restrict binascii module to accept only bytes (as specified).Florent Xicluna2010-07-271-1/+14
* Assorted doc fixes by Florent.Georg Brandl2010-01-051-4/+4
* Remove surplus empty lines and convert more files to new optional arg style.Georg Brandl2009-05-171-1/+0
* 2.7 -> 3.1 versionchanges.Georg Brandl2009-05-051-4/+0
* First batch of signature documentation changes; using default argument syntax...Georg Brandl2009-04-021-2/+2
* documentation wording fix for issue4903Gregory P. Smith2009-02-011-2/+2
* Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-...Benjamin Peterson2009-01-161-2/+13
* Convert all print statements in the docs.Georg Brandl2007-09-041-2/+2
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+161