| Commit message (Expand) | Author | Age |
* | Add a warning message about PyOS_snprintf (#95993) | Eric Wieser | 2022-10-07 |
* | bpo-36020: Require vsnprintf() to build Python (GH-20899) | Victor Stinner | 2020-06-16 |
* | bpo-36020: Remove snprintf macro in pyerrors.h (GH-20889) | Victor Stinner | 2020-06-15 |
* | bpo-39882: Add _Py_FatalErrorFormat() function (GH-19157) | Victor Stinner | 2020-03-25 |
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 |
* | Removed unused #include. | Eric Smith | 2009-04-07 |
* | Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,... | Georg Brandl | 2008-06-10 |
* | PyOS_vsnprintf(): Change PyMem_Malloc() call to PyMem_MALLOC() macro, | Barry Warsaw | 2001-12-21 |
* | mysnprintf.c: Massive rewrite of PyOS_snprintf and PyOS_vsnprintf, to | Tim Peters | 2001-12-03 |
* | When the number of bytes written to the malloc'ed buffer is larger | Guido van Rossum | 2001-12-01 |
* | Add mysnprintf.c to Windows build, + squash compiler wngs in mysnprintf.c. | Tim Peters | 2001-07-31 |
* | This patch turns the Python API mismatch notice into a standard | Marc-André Lemburg | 2001-07-31 |