COMMITS
/ Python/mysnprintf.c October 7, 2022
E
Add a warning message about PyOS_snprintf (#95993)
Eric Wieser committed
June 15, 2020
V
bpo-36020: Require vsnprintf() to build Python (GH-20899)
Victor Stinner committed
V
bpo-36020: Remove snprintf macro in pyerrors.h (GH-20889)
Victor Stinner committed
March 25, 2020
V
bpo-39882: Add _Py_FatalErrorFormat() function (GH-19157)
Victor Stinner committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
April 7, 2009
E
Removed unused #include.
Eric Smith committed
June 10, 2008
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