aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/base64.py
Commit message (Expand)AuthorAge
* Merged revisions 85497 via svnmerge fromAntoine Pitrou2010-10-14
* Merged revisions 81533 via svnmerge fromVictor Stinner2010-05-25
* Merged revisions 73656,73658,73663,73666 via svnmerge fromGeorg Brandl2009-08-13
* More codestring -> codebytes.Georg Brandl2009-06-04
* #3613: add base64.encodebytes and decodebytes as the new spelling of encodest...Georg Brandl2009-06-04
* #2834: Change re module semantics, so that str and bytes mixing is forbidden,Antoine Pitrou2008-08-19
* Removed implicit convertions of str object to bytes from base64.Alexandre Vassalotti2008-05-03
* Rename buffer -> bytearray.Guido van Rossum2007-11-21
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-06
* Forgot one. This makes test_urllib2.py pass.Guido van Rossum2007-08-29
* Force test_xmlrpc to pass. I'm not happy with how I did this, but I don'tGuido van Rossum2007-08-27
* Fix some tests I broke. (More to follow.)Guido van Rossum2007-08-27
* Changes in anticipation of stricter str vs. bytes enforcement.Guido van Rossum2007-08-27
* Make test_base64 pass.Guido van Rossum2007-05-22
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-11
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-15
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-10
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-13
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-08
* [Patch #1171487, bug #1170331] Fix error in base64.b32decode when encoding a ...Andrew M. Kuchling2005-06-08
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-12
* __all__: Remove freenet_b64encode and freenet_b64decode.Barry Warsaw2004-01-07
* Added more complete RFC 3548 support for Base64, Base32, and Base16Barry Warsaw2004-01-04
* The first batch of changes recommended by the fixdiv tool. These areGuido van Rossum2001-09-04
* check in for patch #430846Peter Schneider-Kamp2001-06-07
* added __all__ lists to a number of Python modulesSkip Montanaro2001-01-20
* a couple of nits from Patch #100933Jeremy Hylton2000-07-25
* Mass patch by Ka-Ping Yee:Guido van Rossum2000-02-02
* The correct RFC to reference is RFC-1521 (MIME part one), not 1421 (PEM).Guido van Rossum2000-01-03
* Fixed spelling in comment: "RFC", not "RFX".Fred Drake1998-05-22
* Set correct RFC number. Open input in binary.Guido van Rossum1997-05-08
* Add #! line.Guido van Rossum1997-04-02
* Use binascii module (resulting in a 60-fold speedup:-)Jack Jansen1995-10-04
* improved test/main programGuido van Rossum1995-09-18
* upgdaded the test programGuido van Rossum1995-08-10
* two mime encoding schemesGuido van Rossum1995-06-14