| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype | Mark Hammond | 2002-08-02 | 1 | -1/+1 |
|
|
* | Another stab at SF 576327: zipfile when sizeof(long) == 8 | Tim Peters | 2002-07-02 | 1 | -100/+106 |
|
|
* | Fix for SF bug #576327: zipfile when sizeof(long) == 8 | Tim Peters | 2002-07-02 | 1 | -1/+11 |
|
|
* | Patch #568124: Add doc string macros. | Martin v. Löwis | 2002-06-13 | 1 | -20/+20 |
|
|
* | SF bug #494738: binascii_b2a_base64 overwrites memory. | Tim Peters | 2001-12-19 | 1 | -3/+5 |
|
|
* | Change the limit on the input size for b2a_base64 to what will fit in | Guido van Rossum | 2001-10-30 | 1 | -1/+3 |
|
|
* | Add various typecasts (back and forth from char * to unsigned char *) | Greg Ward | 2001-10-04 | 1 | -5/+5 |
|
|
* | Patch #462190, patch #464070: Support quoted printable in the binascii module. | Martin v. Löwis | 2001-09-30 | 1 | -0/+296 |
|
|
* | This closes bug #430849 (internal error produced by binascii.a2b_base64) | Peter Schneider-Kamp | 2001-06-07 | 1 | -0/+4 |
|
|
* | Address a bug in the uuencode decoder, reported bu "donut" in SF bug | Guido van Rossum | 2001-01-09 | 1 | -3/+3 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -16/+0 |
|
|
* | Fix new compiler warnings. Unused var in compile.c. Argsize mismatches | Tim Peters | 2000-08-15 | 1 | -1/+1 |
|
|
* | binascii_unhexlify(): Better error message, courtesy effbot. | Barry Warsaw | 2000-08-15 | 1 | -5/+5 |
|
|
* | After a brief conversation and code review with TP, adding two very | Barry Warsaw | 2000-08-15 | 1 | -22/+126 |
|
|
* | Use METH_VARARGS instead of numeric constant 1 in method def. tables | Andrew M. Kuchling | 2000-08-03 | 1 | -13/+20 |
|
|
* | Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', | Thomas Wouters | 2000-07-21 | 1 | -1/+1 |
|
|
* | ANSI-fication | Peter Schneider-Kamp | 2000-07-10 | 1 | -34/+11 |
|
|
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -22/+7 |
|
|
* | Massive patch by Skip Montanaro to add ":name" to as many | Guido van Rossum | 2000-02-29 | 1 | -10/+10 |
|
|