| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-39351: Remove base64.encodestring() (GH-18022) | Victor Stinner | 2020-01-16 | 1 | -8/+0 |
|
|
* | bpo-39055: Reject a trailing \n in base64.b64decode() with validate=True. (GH... | Serhiy Storchaka | 2020-01-05 | 1 | -0/+1 |
|
|
* | bpo-34164: Fix handling of incorrect padding in base64.b32decode(). (GH-8351) | Serhiy Storchaka | 2018-07-24 | 1 | -5/+14 |
|
|
* | Add Python version since deprecation in base64 methods. (#33) | Matthias Bussonnier | 2017-03-02 | 1 | -0/+8 |
|
|
* | Issue #25913: Leading <~ is optional now in base64.a85decode() with adobe=True. | Serhiy Storchaka | 2016-02-24 | 1 | -2/+1 |
|
|
* | Issue #22088: Clarify base-64 alphabets and which characters are discarded | Martin Panter | 2016-02-23 | 1 | -2/+18 |
|
|
* | Issue #24279: Update test_base64 to use test.support.script_helper. | Berker Peksag | 2015-07-25 | 1 | -17/+9 |
|
|
* | Issue #17618: Add Base85 and Ascii85 encoding/decoding to the base64 module. | Antoine Pitrou | 2013-11-17 | 1 | -2/+252 |
|
|
* | Close #17839: support bytes-like objects in base64 module | Nick Coghlan | 2013-10-02 | 1 | -23/+87 |
|
|
* | Issue #18011: base64.b32decode() now raises a binascii.Error if there are | Serhiy Storchaka | 2013-05-28 | 1 | -3/+5 |
|
|
* | Added base64 module tests for non-binary files. | Serhiy Storchaka | 2013-04-28 | 1 | -2/+10 |
|
|
* | Issue #17842. Added base64 module tests with bytearray arguments. | Serhiy Storchaka | 2013-04-28 | 1 | -1/+26 |
|
|
* | Closes #14158: merged test file resilience fix from 3.2. | Vinay Sajip | 2012-03-02 | 1 | -0/+5 |
|\ |
|
| * | Closes #14158: improved resilience to test files left behind. | Vinay Sajip | 2012-03-02 | 1 | -0/+5 |
|
|
* | | Fix use of assertRaises following c760bd844222 (spotted by Alex Gaynor). | Antoine Pitrou | 2012-02-20 | 1 | -0/+2 |
|
|
* | | Issue #13641: Decoding functions in the base64 module now accept ASCII-only u... | Antoine Pitrou | 2012-02-20 | 1 | -59/+104 |
|/ |
|
* | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -8/+8 |
|
|
* | #1466065: add validate option to base64.b64decode | R. David Murray | 2010-11-11 | 1 | -1/+17 |
|
|
* | Fix the new TestMain.test_decode() of test_base64 for Windows | Victor Stinner | 2010-05-25 | 1 | -1/+1 |
|
|
* | Issue #4769: Fix main() function of the base64 module, use sys.stdin.buffer and | Victor Stinner | 2010-05-25 | 1 | -0/+34 |
|
|
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -1/+1 |
|
|
* | #3613: add base64.encodebytes and decodebytes as the new spelling of encodest... | Georg Brandl | 2009-06-04 | 1 | -16/+16 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -2/+2 |
|
|
* | Removed implicit convertions of str object to bytes from base64. | Alexandre Vassalotti | 2008-05-03 | 1 | -3/+24 |
|
|
* | SF patch# 1770008 by Christian Heimes (plus some extras). | Guido van Rossum | 2007-08-09 | 1 | -12/+12 |
|
|
* | Make test_base64 pass. | Guido van Rossum | 2007-05-22 | 1 | -110/+114 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -10/+2 |
|
|
* | [Patch #1171487, bug #1170331] Fix error in base64.b32decode when encoding a ... | Andrew M. Kuchling | 2005-06-08 | 1 | -0/+6 |
|
|
* | More complete code coverage, including testing the new RFC 3548 support. | Barry Warsaw | 2004-01-04 | 1 | -26/+181 |
|
|
* | Combine the functionality of test_support.run_unittest() | Walter Dörwald | 2003-05-01 | 1 | -17/+17 |
|
|
* | Made it more readable. | Guido van Rossum | 2002-08-22 | 1 | -46/+30 |
|
|
* | base64.decodestring('') should return '' instead of raising an | Barry Warsaw | 2002-08-15 | 1 | -6/+1 |
|
|
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2002-05-23 | 1 | -16/+15 |
|
|
* | Added Mitchell Surface's regression tests for base64. Closes patch #550002. | Raymond Hettinger | 2002-05-18 | 1 | -0/+59 |
|
|