| Commit message (Expand) | Author | Age | Files | Lines |
* | Make b64encode raises properly a TypeError when altchars is not bytes. | Alexandre Vassalotti | 2009-06-29 | 1 | -2/+2 |
|
|
* | More codestring -> codebytes. | Georg Brandl | 2009-06-04 | 1 | -2/+2 |
|
|
* | #3613: add base64.encodebytes and decodebytes as the new spelling of encodest... | Georg Brandl | 2009-06-04 | 1 | -10/+18 |
|
|
* | #2834: Change re module semantics, so that str and bytes mixing is forbidden, | Antoine Pitrou | 2008-08-19 | 1 | -7/+7 |
|
|
* | Removed implicit convertions of str object to bytes from base64. | Alexandre Vassalotti | 2008-05-03 | 1 | -9/+13 |
|
|
* | Rename buffer -> bytearray. | Guido van Rossum | 2007-11-21 | 1 | -13/+13 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -16/+19 |
|
|
* | Forgot one. This makes test_urllib2.py pass. | Guido van Rossum | 2007-08-29 | 1 | -1/+1 |
|
|
* | Force test_xmlrpc to pass. I'm not happy with how I did this, but I don't | Guido van Rossum | 2007-08-27 | 1 | -4/+10 |
|
|
* | Fix some tests I broke. (More to follow.) | Guido van Rossum | 2007-08-27 | 1 | -3/+6 |
|
|
* | Changes in anticipation of stricter str vs. bytes enforcement. | Guido van Rossum | 2007-08-27 | 1 | -7/+5 |
|
|
* | Make test_base64 pass. | Guido van Rossum | 2007-05-22 | 1 | -116/+139 |
|
|
* | - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; | Guido van Rossum | 2007-02-11 | 1 | -3/+1 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -4/+4 |
|
|
* | Rip out 'long' and 'L'-suffixed integer literals. | Guido van Rossum | 2007-01-15 | 1 | -1/+1 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -2/+2 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -1/+1 |
|
|
* | Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn | Thomas Wouters | 2006-06-08 | 1 | -1/+3 |
|
|
* | [Patch #1171487, bug #1170331] Fix error in base64.b32decode when encoding a ... | Andrew M. Kuchling | 2005-06-08 | 1 | -4/+6 |
|
|
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -1/+1 |
|
|
* | __all__: Remove freenet_b64encode and freenet_b64decode. | Barry Warsaw | 2004-01-07 | 1 | -1/+0 |
|
|
* | Added more complete RFC 3548 support for Base64, Base32, and Base16 | Barry Warsaw | 2004-01-04 | 1 | -9/+288 |
|
|
* | The first batch of changes recommended by the fixdiv tool. These are | Guido van Rossum | 2001-09-04 | 1 | -1/+1 |
|
|
* | check in for patch #430846 | Peter Schneider-Kamp | 2001-06-07 | 1 | -10/+6 |
|
|
* | added __all__ lists to a number of Python modules | Skip Montanaro | 2001-01-20 | 1 | -0/+2 |
|
|
* | a couple of nits from Patch #100933 | Jeremy Hylton | 2000-07-25 | 1 | -2/+2 |
|
|
* | Mass patch by Ka-Ping Yee: | Guido van Rossum | 2000-02-02 | 1 | -55/+57 |
|
|
* | The correct RFC to reference is RFC-1521 (MIME part one), not 1421 (PEM). | Guido van Rossum | 2000-01-03 | 1 | -4/+1 |
|
|
* | Fixed spelling in comment: "RFC", not "RFX". | Fred Drake | 1998-05-22 | 1 | -1/+1 |
|
|
* | Set correct RFC number. Open input in binary. | Guido van Rossum | 1997-05-08 | 1 | -2/+2 |
|
|
* | Add #! line. | Guido van Rossum | 1997-04-02 | 1 | -0/+2 |
|
|
* | Use binascii module (resulting in a 60-fold speedup:-) | Jack Jansen | 1995-10-04 | 1 | -76/+14 |
|
|
* | improved test/main program | Guido van Rossum | 1995-09-18 | 1 | -2/+3 |
|
|
* | upgdaded the test program | Guido van Rossum | 1995-08-10 | 1 | -4/+18 |
|
|
* | two mime encoding schemes | Guido van Rossum | 1995-06-14 | 1 | -0/+125 |
|
|