COMMITS
/ Lib/base64.py March 2, 2017
M
Add Python version since deprecation in base64 methods. (#33)
Matthias Bussonnier committed
September 11, 2016
S
Use sequence repetition instead of bytes constructor with integer argument.
Serhiy Storchaka committed
February 24, 2016
S
Issue #25913: Leading <~ is optional now in base64.a85decode() with adobe=True.
Serhiy Storchaka committed
S
Issue #25913: Leading <~ is optional now in base64.a85decode() with adobe=True.
Serhiy Storchaka committed
M
Issue #22088: Merge base64 docs from 3.5
Martin Panter committed
February 23, 2016
M
Issue #22088: Clarify base-64 alphabets and which characters are discarded
Martin Panter committed
October 11, 2015
V
Issue #25357: Add an optional newline paramer to binascii.b2a_base64().
Victor Stinner committed
April 3, 2015
S
Escaped backslashes in docstrings.
Serhiy Storchaka committed
March 17, 2014
V
Issue #20879: Delay the initialization of encoding and decoding tables for
Victor Stinner committed
March 2, 2014
T
Closes issue #20728: Remove unused import added in rev 42366e293b7b and
Terry Jan Reedy committed
February 6, 2014
S
Issue #20363. Fixed BytesWarning triggerred by test suite.
Serhiy Storchaka committed
November 17, 2013
A
Issue #17618: Add Base85 and Ascii85 encoding/decoding to the base64 module.
Antoine Pitrou committed
October 2, 2013
N
Close #17839: support bytes-like objects in base64 module
Nick Coghlan committed
May 28, 2013
S
Issue #18011: base64.b32decode() now raises a binascii.Error if there are
Serhiy Storchaka committed
S
Issue #18011: Silence an unrelated noise introduced in changeset 1b5ef05d6ced.
Serhiy Storchaka committed
S
Issue #18011: base64.b32decode() now raises a binascii.Error if there are
Serhiy Storchaka committed
May 19, 2013
S
Issue #17812: Fixed quadratic complexity of base64.b32encode().
Serhiy Storchaka committed
S
Issue #17812: Fixed quadratic complexity of base64.b32encode().
Serhiy Storchaka committed
June 22, 2012
G
Speed up base64.urlsafe_{en,de}code().
Guido van Rossum committed
February 20, 2012
A
Issue #13641: Decoding functions in the base64 module now accept ASCII-only unicode strings.
Antoine Pitrou committed
November 11, 2010
R
#1466065: add validate option to base64.b64decode
R. David Murray committed
October 14, 2010
A
Explicitly close some files (from issue #10093)
Antoine Pitrou committed
July 28, 2010
E
Fix failure introduced in r83182.
Ezio Melotti committed
May 25, 2010
V
Issue #4769: Fix main() function of the base64 module, use sys.stdin.buffer and
Victor Stinner committed
March 11, 2010
B
convert shebang lines: python -> python3
Benjamin Peterson committed
June 29, 2009
A
Make b64encode raises properly a TypeError when altchars is not bytes.
Alexandre Vassalotti committed
June 4, 2009
G
More codestring -> codebytes.
Georg Brandl committed
August 19, 2008
A
#2834: Change re module semantics, so that str and bytes mixing is forbidden,
Antoine Pitrou committed
May 3, 2008
A
Removed implicit convertions of str object to bytes from base64.
Alexandre Vassalotti committed
November 21, 2007
G
Rename buffer -> bytearray.
Guido van Rossum committed
November 6, 2007
G
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum committed
August 29, 2007
G
Forgot one. This makes test_urllib2.py pass.
Guido van Rossum committed
August 27, 2007
G
Force test_xmlrpc to pass. I'm not happy with how I did this, but I don't
Guido van Rossum committed
G
Fix some tests I broke. (More to follow.)
Guido van Rossum committed
G
Changes in anticipation of stricter str vs. bytes enforcement.
Guido van Rossum committed
May 22, 2007
G
Make test_base64 pass.
Guido van Rossum committed
February 11, 2007
G
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
Guido van Rossum committed
February 9, 2007
G
Fix most trivially-findable print statements.
Guido van Rossum committed
January 15, 2007
G
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum committed
January 10, 2007
G
SF patch 1631942 by Collin Winter:
Guido van Rossum committed
December 13, 2006
T
Four months of trunk changes (including a few releases...)
Thomas Wouters committed
June 8, 2006
T
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Thomas Wouters committed
June 8, 2005
February 12, 2004
W
Replace backticks with repr() or "%r"
Walter Dörwald committed
January 7, 2004
B
__all__: Remove freenet_b64encode and freenet_b64decode.
Barry Warsaw committed
January 4, 2004
B
Added more complete RFC 3548 support for Base64, Base32, and Base16
Barry Warsaw committed
September 4, 2001
G
The first batch of changes recommended by the fixdiv tool. These are
Guido van Rossum committed
June 7, 2001
P
check in for patch #430846
Peter Schneider-Kamp committed
January 20, 2001
S
added __all__ lists to a number of Python modules
Skip Montanaro committed