COMMITS
/ Python/mysnprintf.c December 21, 2001
B
PyOS_vsnprintf(): Change PyMem_Malloc() call to PyMem_MALLOC() macro,
Barry Warsaw committed
December 3, 2001
T
mysnprintf.c: Massive rewrite of PyOS_snprintf and PyOS_vsnprintf, to
Tim Peters committed
December 1, 2001
G
When the number of bytes written to the malloc'ed buffer is larger
Guido van Rossum committed
July 31, 2001
T
Add mysnprintf.c to Windows build, + squash compiler wngs in mysnprintf.c.
Tim Peters committed
M
This patch turns the Python API mismatch notice into a standard
Marc-André Lemburg committed