| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #13637: "a2b" functions in the binascii module now accept ASCII-only un... | Antoine Pitrou | 2011-12-20 | 1 | -6/+44 |
|
|
* | Issue #13088: Add shared Py_hexdigits constant to format a number into base 16 | Victor Stinner | 2011-10-14 | 1 | -5/+3 |
|
|
* | Remove all other uses of the C tolower()/toupper() which could break with a T... | Antoine Pitrou | 2011-10-04 | 1 | -2/+2 |
|
|
* | Fix issue10324 - Modules/binascii.c: simplify expressions | Senthil Kumaran | 2010-11-09 | 1 | -2/+1 |
|
|
* | Fix more 64-bit warnings. | Antoine Pitrou | 2010-08-15 | 1 | -1/+1 |
|
|
* | Fix other warnings under 64-bit Windows. | Antoine Pitrou | 2010-08-15 | 1 | -1/+1 |
|
|
* | Issue #4770: Restrict binascii module to accept only bytes (as specified). | Florent Xicluna | 2010-07-27 | 1 | -4/+4 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -1143/+1143 |
|
|
* | Remove duplicated line when merging (it was even valid C!). | Antoine Pitrou | 2010-01-16 | 1 | -1/+0 |
|
|
* | Merged revisions 77528 via svnmerge from | Antoine Pitrou | 2010-01-16 | 1 | -2/+14 |
|
|
* | Merged revisions 77506 via svnmerge from | Antoine Pitrou | 2010-01-15 | 1 | -1/+1 |
|
|
* | #4542: On Windows, binascii.crc32 still accepted str as binary input. | Amaury Forgeot d'Arc | 2008-12-05 | 1 | -1/+1 |
|
|
* | Issue #4387: binascii now refuses to accept str as binary input. | Martin v. Löwis | 2008-12-02 | 1 | -8/+8 |
|
|
* | Fix #3651 various memory leaks when using the buffer interface | Benjamin Peterson | 2008-08-27 | 1 | -0/+3 |
|
|
* | Fix building binascii when not using the zlib's crc32 (build failure on Windo... | Antoine Pitrou | 2008-08-15 | 1 | -1/+1 |
|
|
* | Merged revisions 65654 via svnmerge from | Martin v. Löwis | 2008-08-13 | 1 | -32/+128 |
|
|
* | Merged revisions 64114 via svnmerge from | Amaury Forgeot d'Arc | 2008-06-18 | 1 | -2/+38 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -4/+22 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -40/+40 |
|
|
* | Merged revisions 61834,61841-61842,61851-61853,61863-61864,61869-61870,61874,... | Christian Heimes | 2008-03-25 | 1 | -3/+5 |
|
|
* | Merge the table type change to save space on LP64 platforms from trunk r61875. | Gregory P. Smith | 2008-03-25 | 1 | -53/+53 |
|
|
* | Fix crash on 64-bit platforms | Neal Norwitz | 2008-03-24 | 1 | -1/+1 |
|
|
* | Merged revisions 61820-61823 via svnmerge from | Christian Heimes | 2008-03-24 | 1 | -0/+18 |
|
|
* | crc32 always returns unsigned. cleanup the code a bit and revert r61648 with | Gregory P. Smith | 2008-03-20 | 1 | -20/+8 |
|
|
* | Merged revisions 61538-61540,61556,61559-61560,61563,61565,61571,61575-61576,... | Christian Heimes | 2008-03-19 | 1 | -1/+1 |
|
|
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 1 | -1/+1 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -40/+40 |
|
|
* | Remove unused variable. | Guido van Rossum | 2007-08-23 | 1 | -1/+1 |
|
|
* | Use a newer API for creating the module so we don't have to create | Neal Norwitz | 2007-08-23 | 1 | -4/+1 |
|
|
* | Remove unused code. | Walter Dörwald | 2007-06-11 | 1 | -4/+0 |
|
|
* | Make test_base64 pass. | Guido van Rossum | 2007-05-22 | 1 | -3/+3 |
|
|
* | Make binascii use byte strings everywhere (in and out). | Guido van Rossum | 2007-05-22 | 1 | -47/+71 |
|
|
* | Forwardport checkin: | Walter Dörwald | 2007-05-09 | 1 | -1/+1 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -4/+8 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -2/+1 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -1/+1 |
|
|
* | Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn | Thomas Wouters | 2006-06-08 | 1 | -1/+1 |
|
|
* | Use Py_ssize_t for arithmetic on Py_ssize_t's, instead of unsigned ints. | Thomas Wouters | 2006-03-01 | 1 | -2/+2 |
|
|
* | Fix brainfart. | Thomas Wouters | 2006-03-01 | 1 | -1/+1 |
|
|
* | Make Py_ssize_t-clean. | Thomas Wouters | 2006-03-01 | 1 | -17/+18 |
|
|
* | Revert backwards-incompatible const changes. | Martin v. Löwis | 2006-02-27 | 1 | -2/+2 |
|
|
* | Check return result from Py_InitModule*(). This API can fail. | Neal Norwitz | 2006-01-19 | 1 | -0/+2 |
|
|
* | Add const to several API functions that take char *. | Jeremy Hylton | 2005-12-10 | 1 | -2/+3 |
|
|
* | Remove redunandant assertions from last checkin. | Raymond Hettinger | 2004-09-06 | 1 | -9/+0 |
|
|
* | SF #1022953: binascii.a2b_hqx("") raises SystemError | Raymond Hettinger | 2004-09-06 | 1 | -5/+16 |
|
|
* | Switch arguments to memset (kudos to MSVC C4318 for finding that) | Martin v. Löwis | 2004-07-27 | 1 | -2/+2 |
|
|
* | Valgrind was reporting an uninitialized read for bad input. | Neal Norwitz | 2004-06-06 | 1 | -1/+2 |
|
|
* | In order to fix SF bug # 824977, we replace calloc()/free() calls in | Barry Warsaw | 2004-05-11 | 1 | -9/+16 |
|
|
* | binascii_a2b_base64: Properly return an empty string if the input was all | Thomas Wouters | 2003-03-17 | 1 | -1/+8 |
|
|
* | base64.decodestring('') should return '' instead of raising an | Barry Warsaw | 2002-08-15 | 1 | -5/+2 |
|
|