| Commit message (Expand) | Author | Age | Files | Lines |
* | Trent Mick <trentm@activestate.com>: | Fred Drake | 2000-05-09 | 1 | -12/+12 |
* | Trent Mick: | Guido van Rossum | 2000-05-08 | 1 | -14/+44 |
* | Brian Hooper <brian_takashi@hotmail.com>: | Fred Drake | 2000-05-03 | 1 | -0/+32 |
* | Marc-Andre Lemburg: | Guido van Rossum | 2000-04-27 | 1 | -2/+7 |
* | Marc-Andre Lemburg: | Guido van Rossum | 2000-03-28 | 1 | -2/+2 |
* | Typo fixed by Mark Hammond. | Guido van Rossum | 2000-03-28 | 1 | -2/+2 |
* | Marc-Andre Lemburg: | Guido van Rossum | 2000-03-24 | 1 | -0/+118 |
* | Marc-Andre Lemburg: support for Unicode strings; 'U' expects a Unicode | Guido van Rossum | 2000-03-10 | 1 | -1/+23 |
* | Patch by Tommy Burnette to accept an arbitrary sequence when "(...)" | Guido van Rossum | 1999-02-17 | 1 | -7/+10 |
* | Change rare occurrences of #if HAVE_LONG_LONG to #ifdef. | Guido van Rossum | 1999-01-25 | 1 | -2/+2 |
* | Implement new format character 't#'. This is like s#, accepting an | Guido van Rossum | 1998-10-08 | 1 | -0/+25 |
* | Patch by Mark Hammond to support 64-bit ints on MS platforms. | Guido van Rossum | 1998-08-25 | 1 | -6/+6 |
* | Changes for BeOS, QNX and long long, by Chris Herborth. | Guido van Rossum | 1998-08-04 | 1 | -0/+22 |
* | Another veeeeeery old patch... | Guido van Rossum | 1998-05-15 | 1 | -9/+11 |
* | Make new gcc -Wall happy | Guido van Rossum | 1998-04-10 | 1 | -1/+1 |
* | Protect PyErr_Format format string argument from overflow (ironically, | Guido van Rossum | 1998-01-19 | 1 | -1/+1 |
* | Oops -- '(' is also a legal start character of a new format... | Guido van Rossum | 1997-12-19 | 1 | -0/+1 |
* | Add explicit check for correct next character in format at end of | Guido van Rossum | 1997-12-09 | 1 | -0/+7 |
* | Checkin of Jack's buffer mods. | Guido van Rossum | 1997-05-05 | 1 | -25/+89 |
* | Fix old typo PyArgs_VaParse -> PyArg_VaParse. | Guido van Rossum | 1997-05-05 | 1 | -2/+2 |
* | Quickly renamed the remaining files -- this directory is done. | Guido van Rossum | 1997-04-29 | 1 | -95/+96 |
* | Keep gcc -Wall and Microsoft VC happy. | Guido van Rossum | 1997-04-11 | 1 | -5/+5 |
* | Keep gcc -Wall happy. | Guido van Rossum | 1996-12-05 | 1 | -24/+23 |
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -10/+17 |
* | Add needed #include <ctype.h> | Guido van Rossum | 1996-08-21 | 1 | -0/+2 |
* | Support for keyword arguments (PyArg_ParseTupleAndKeywords) donated by | Guido van Rossum | 1996-08-19 | 1 | -3/+383 |
* | Py_complex; and WITHOUT_COMPLEX added to getargs.c | Guido van Rossum | 1996-07-21 | 1 | -2/+4 |
* | changes for complex numbers | Guido van Rossum | 1996-01-12 | 1 | -0/+11 |
* | don't overwrite error already set (e.g. from O&) | Guido van Rossum | 1995-01-21 | 1 | -1/+3 |
* | Added 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 1 | -2/+2 |
* | Lots of changes, most minor (fatal() instead of abort(), use of | Guido van Rossum | 1995-01-02 | 1 | -8/+16 |
* | prevent core dump for old getargs() with NULL arg | Guido van Rossum | 1994-11-10 | 1 | -0/+7 |
* | * Python/{modsupport.c,getargs.c,Makefile.in}, | Guido van Rossum | 1994-09-29 | 1 | -0/+587 |