- 84befb0 Fix failure introduced in r83182. by Ezio Melotti · 14 years ago
- 479736b Issue #4769: Fix main() function of the base64 module, use sys.stdin.buffer and by Victor Stinner · 14 years ago
- 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 15 years ago
- 5629268 Make b64encode raises properly a TypeError when altchars is not bytes. by Alexandre Vassalotti · 15 years ago
- 706824f More codestring -> codebytes. by Georg Brandl · 15 years ago
- b54d801 #3613: add base64.encodebytes and decodebytes as the new spelling of encodestring and decodestring; deprecate the latter. by Georg Brandl · 15 years ago
- fd03645 #2834: Change re module semantics, so that str and bytes mixing is forbidden, by Antoine Pitrou · 16 years ago
- 5209857f Removed implicit convertions of str object to bytes from base64. by Alexandre Vassalotti · 17 years ago
- 254348e Rename buffer -> bytearray. by Guido van Rossum · 17 years ago
- 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
- 083e20c Forgot one. This makes test_urllib2.py pass. by Guido van Rossum · 17 years ago
- 54a40cb Force test_xmlrpc to pass. I'm not happy with how I did this, but I don't by Guido van Rossum · 17 years ago
- 98b349f Fix some tests I broke. (More to follow.) by Guido van Rossum · 17 years ago
- 09549f4 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
- 4581ae5 Make test_base64 pass. by Guido van Rossum · 17 years ago
- cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 18 years ago
- be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
- e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
- b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
- 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
- 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
- 6e57c2a [Patch #1171487, bug #1170331] Fix error in base64.b32decode when encoding a single null byte; test a null byte in all encodings to be sure it works by Andrew M. Kuchling · 19 years ago
- 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
- 8f799e4 __all__: Remove freenet_b64encode and freenet_b64decode. by Barry Warsaw · 21 years ago
- 4c904d1 Added more complete RFC 3548 support for Base64, Base32, and Base16 by Barry Warsaw · 21 years ago
- 54e54c6 The first batch of changes recommended by the fixdiv tool. These are by Guido van Rossum · 23 years ago
- fbb2b4c check in for patch #430846 by Peter Schneider-Kamp · 23 years ago
- e99d5ea added __all__ lists to a number of Python modules by Skip Montanaro · 24 years ago
- 0365180 a couple of nits from Patch #100933 by Jeremy Hylton · 24 years ago
- 4acc25b Mass patch by Ka-Ping Yee: by Guido van Rossum · 25 years ago
- d2783da The correct RFC to reference is RFC-1521 (MIME part one), not 1421 (PEM). by Guido van Rossum · 25 years ago
- 5b34ec1 Fixed spelling in comment: "RFC", not "RFX". by Fred Drake · 26 years ago
- 25107de Set correct RFC number. Open input in binary. by Guido van Rossum · 28 years ago
- aa925a5 Add #! line. by Guido van Rossum · 28 years ago
- 951213e Use binascii module (resulting in a 60-fold speedup:-) by Jack Jansen · 29 years ago
- 54c1510 improved test/main program by Guido van Rossum · 29 years ago
- 3b8e160 upgdaded the test program by Guido van Rossum · 29 years ago
- f194546 two mime encoding schemes by Guido van Rossum · 29 years ago