index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
binascii.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-110631: Fix reST indentation in `Doc/library` (#110685)
Ezio Melotti
2023-10-11
1
-4/+5
*
gh-104773: PEP 594: Remove the uu module (#104932)
Victor Stinner
2023-05-25
1
-5/+1
*
GH-97950: Use new-style index directive ('module') (#103996)
Adam Turner
2023-05-04
1
-2/+2
*
binascii docs: strict_mode parameter is keyword-only (#93055)
Jelle Zijlstra
2022-05-23
1
-1/+1
*
gh-92417: `zlib` docs, `binascii` docs: remove Python 2 compatibility notes (...
Alex Waygood
2022-05-10
1
-2/+0
*
bpo-47040: improve document of checksum functions (gh-31955)
Ma Lin
2022-03-19
1
-4/+3
*
bpo-45085: Remove the binhex module (GH-28117)
Victor Stinner
2021-09-02
1
-45/+2
*
bpo-43086: Add handling for out-of-spec data in a2b_base64 (GH-24402)
Idan Moral
2021-07-19
1
-1/+13
*
bpo-39353: binascii.crc_hqx() is no longer deprecated (GH-18276)
Victor Stinner
2020-01-30
1
-2/+0
*
bpo-39353: Deprecate the binhex module (GH-18025)
Victor Stinner
2020-01-22
1
-0/+10
*
bpo-22385: Support output separators in hex methods. (#13578)
Gregory P. Smith
2019-05-29
1
-2/+20
*
Redo PR 785 -- Add cross reference links (GH-11319)
Raymond Hettinger
2018-12-26
1
-0/+5
*
bpo-33641: Convert RFC references into links. (GH-7103)
Serhiy Storchaka
2018-05-31
1
-1/+1
*
bpo-30103: Allow Uuencode in Python using backtick as zero instead of space (...
Xiang Zhang
2017-05-03
1
-3/+6
*
Issue #29004: Merge crc_hqx() doc from 3.5
Martin Panter
2016-12-24
1
-2/+4
|
\
|
*
Issue #29004: Document binascii.crc_hqx() implements CRC-CCITT
Martin Panter
2016-12-24
1
-2/+4
*
|
Merge Issue #22558.
Terry Jan Reedy
2016-06-11
1
-1/+2
|
\
\
|
|
/
|
*
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy
2016-06-11
1
-1/+2
*
|
Issue #27124: Merge binascii doc from 3.5
Martin Panter
2016-05-29
1
-2/+2
|
\
\
|
|
/
|
*
Issue #27124: Fix documentation of exception raised by a2b_hex()
Martin Panter
2016-05-29
1
-2/+2
*
|
Issue #27036: Fixed formatting references to "bytes-like object" in plural.
Serhiy Storchaka
2016-05-18
1
-1/+1
|
\
\
|
|
/
|
*
Issue #27036: Fixed formatting references to "bytes-like object" in plural.
Serhiy Storchaka
2016-05-18
1
-1/+1
*
|
Merge: #25495: Clarify b2a_base64 documentation vis 57 bytes.
R David Murray
2015-12-13
1
-4/+3
|
\
\
|
|
/
|
*
Merge: #25495: Clarify b2a_base64 documentation vis 57 bytes.
R David Murray
2015-12-13
1
-3/+6
|
|
\
|
|
*
#25495: Clarify b2a_base64 documentation vis 57 bytes.
R David Murray
2015-12-13
1
-3/+6
*
|
|
Issue #22341: Merge CRC doc from 3.5
Martin Panter
2015-12-11
1
-12/+11
|
\
\
\
|
|
/
/
|
*
|
Issue #22341: Drop Python 2 workaround and document CRC initial value
Martin Panter
2015-12-11
1
-12/+11
|
|
/
*
|
Issue #25357: Add an optional newline paramer to binascii.b2a_base64().
Victor Stinner
2015-10-11
1
-3/+8
|
/
*
Issue #23738: Document and test actual keyword parameter names
Martin Panter
2015-09-09
1
-1/+1
*
Issue #13637: Remove outdated versionchanged directives.
Berker Peksag
2015-02-14
1
-6/+0
*
#19411: Clarify that b2a_hex/hexlify returns a bytes object.
R David Murray
2013-11-03
1
-1/+1
*
#16518: use "bytes-like object" throughout the docs.
Ezio Melotti
2013-05-04
1
-2/+3
*
Issue #13637: "a2b" functions in the binascii module now accept ASCII-only un...
Antoine Pitrou
2011-12-20
1
-2/+7
*
Consistency check for versionadded/changed directives.
Georg Brandl
2010-08-17
1
-3/+3
*
Issue #4770: Restrict binascii module to accept only bytes (as specified).
Florent Xicluna
2010-07-27
1
-1/+14
*
Assorted doc fixes by Florent.
Georg Brandl
2010-01-05
1
-4/+4
*
Remove surplus empty lines and convert more files to new optional arg style.
Georg Brandl
2009-05-17
1
-1/+0
*
2.7 -> 3.1 versionchanges.
Georg Brandl
2009-05-05
1
-4/+0
*
First batch of signature documentation changes; using default argument syntax...
Georg Brandl
2009-04-02
1
-2/+2
*
documentation wording fix for issue4903
Gregory P. Smith
2009-02-01
1
-2/+2
*
Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-...
Benjamin Peterson
2009-01-16
1
-2/+13
*
Convert all print statements in the docs.
Georg Brandl
2007-09-04
1
-2/+2
*
Move the 3k reST doc tree in place.
Georg Brandl
2007-08-15
1
-0/+161