aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/mysnprintf.c
Commit message (Expand)AuthorAge
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-09
* Removed unused #include.Eric Smith2009-04-07
* Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,...Georg Brandl2008-06-10
* PyOS_vsnprintf(): Change PyMem_Malloc() call to PyMem_MALLOC() macro,Barry Warsaw2001-12-21
* mysnprintf.c: Massive rewrite of PyOS_snprintf and PyOS_vsnprintf, toTim Peters2001-12-03
* When the number of bytes written to the malloc'ed buffer is largerGuido van Rossum2001-12-01
* Add mysnprintf.c to Windows build, + squash compiler wngs in mysnprintf.c.Tim Peters2001-07-31
* This patch turns the Python API mismatch notice into a standardMarc-André Lemburg2001-07-31