summaryrefslogtreecommitdiff
path: root/Lib/base64.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #22088: Clarify base-64 alphabets and which characters are discardedMartin Panter2016-02-231-13/+16
* Issue #22088: Port base64 character ignoring doc and test from 857d9fe60169Martin Panter2015-12-141-3/+3
* Issue #15138: Speed up base64.urlsafe_b64* considerably (2.7 backport).Guido van Rossum2015-07-301-5/+9
* Merged revisions 85497 via svnmerge fromAntoine Pitrou2010-10-141-1/+2
* Clarify docstringAndrew M. Kuchling2006-10-271-1/+1
* ("Forward-port" of r46506)Armin Rigo2006-05-281-1/+3
* [Patch #1171487, bug #1170331] Fix error in base64.b32decode when encoding a ...Andrew M. Kuchling2005-06-081-4/+6
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
* __all__: Remove freenet_b64encode and freenet_b64decode.Barry Warsaw2004-01-071-1/+0
* Added more complete RFC 3548 support for Base64, Base32, and Base16Barry Warsaw2004-01-041-9/+288
* The first batch of changes recommended by the fixdiv tool. These areGuido van Rossum2001-09-041-1/+1
* check in for patch #430846Peter Schneider-Kamp2001-06-071-10/+6
* added __all__ lists to a number of Python modulesSkip Montanaro2001-01-201-0/+2
* a couple of nits from Patch #100933Jeremy Hylton2000-07-251-2/+2
* Mass patch by Ka-Ping Yee:Guido van Rossum2000-02-021-55/+57
* The correct RFC to reference is RFC-1521 (MIME part one), not 1421 (PEM).Guido van Rossum2000-01-031-4/+1
* Fixed spelling in comment: "RFC", not "RFX".Fred Drake1998-05-221-1/+1
* Set correct RFC number. Open input in binary.Guido van Rossum1997-05-081-2/+2
* Add #! line.Guido van Rossum1997-04-021-0/+2
* Use binascii module (resulting in a 60-fold speedup:-)Jack Jansen1995-10-041-76/+14
* improved test/main programGuido van Rossum1995-09-181-2/+3
* upgdaded the test programGuido van Rossum1995-08-101-4/+18
* two mime encoding schemesGuido van Rossum1995-06-141-0/+125