summaryrefslogtreecommitdiffstats
path: root/Python/mysnprintf.c
Commit message (Expand)AuthorAgeFilesLines
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-56/+56
* Fix issue2588: Do not execute str[size-1] = '\0' when a 0 size isGregory P. Smith2008-05-261-1/+2
* Fix issue2589: there was a potential integer overflow leading toGregory P. Smith2008-05-261-4/+15
* PyOS_vsnprintf(): Change PyMem_Malloc() call to PyMem_MALLOC() macro,Barry Warsaw2001-12-211-2/+2
* mysnprintf.c: Massive rewrite of PyOS_snprintf and PyOS_vsnprintf, toTim Peters2001-12-031-78/+74
* When the number of bytes written to the malloc'ed buffer is largerGuido van Rossum2001-12-011-5/+5
* Add mysnprintf.c to Windows build, + squash compiler wngs in mysnprintf.c.Tim Peters2001-07-311-2/+3
* This patch turns the Python API mismatch notice into a standardMarc-André Lemburg2001-07-311-0/+96