Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Untabify C files. Will watch buildbots. | Antoine Pitrou | 2010-05-09 | 1 | -56/+56 |
* | Fix issue2588: Do not execute str[size-1] = '\0' when a 0 size is | Gregory P. Smith | 2008-05-26 | 1 | -1/+2 |
* | Fix issue2589: there was a potential integer overflow leading to | Gregory P. Smith | 2008-05-26 | 1 | -4/+15 |
* | PyOS_vsnprintf(): Change PyMem_Malloc() call to PyMem_MALLOC() macro, | Barry Warsaw | 2001-12-21 | 1 | -2/+2 |
* | mysnprintf.c: Massive rewrite of PyOS_snprintf and PyOS_vsnprintf, to | Tim Peters | 2001-12-03 | 1 | -78/+74 |
* | When the number of bytes written to the malloc'ed buffer is larger | Guido van Rossum | 2001-12-01 | 1 | -5/+5 |
* | Add mysnprintf.c to Windows build, + squash compiler wngs in mysnprintf.c. | Tim Peters | 2001-07-31 | 1 | -2/+3 |
* | This patch turns the Python API mismatch notice into a standard | Marc-André Lemburg | 2001-07-31 | 1 | -0/+96 |