1. 933d373 Fix issue2588: Do not execute str[size-1] = '\0' when a 0 size is by Gregory P. Smith · 16 years ago
  2. 23921f0 Fix issue2589: there was a potential integer overflow leading to by Gregory P. Smith · 16 years ago
  3. b2dd86d PyOS_vsnprintf(): Change PyMem_Malloc() call to PyMem_MALLOC() macro, by Barry Warsaw · 23 years ago
  4. faad5ad mysnprintf.c: Massive rewrite of PyOS_snprintf and PyOS_vsnprintf, to by Tim Peters · 23 years ago
  5. 64be0b4 When the number of bytes written to the malloc'ed buffer is larger by Guido van Rossum · 23 years ago
  6. aa6111f Add mysnprintf.c to Windows build, + squash compiler wngs in mysnprintf.c. by Tim Peters · 23 years ago
  7. e5006eb This patch turns the Python API mismatch notice into a standard by Marc-André Lemburg · 23 years ago