COMMITS
/ Python/getargs.c March 28, 2000
G
Marc-Andre Lemburg:
Guido van Rossum committed
G
Typo fixed by Mark Hammond.
Guido van Rossum committed
March 24, 2000
G
Marc-Andre Lemburg:
Guido van Rossum committed
March 10, 2000
G
Marc-Andre Lemburg: support for Unicode strings; 'U' expects a Unicode
Guido van Rossum committed
February 17, 1999
G
Patch by Tommy Burnette to accept an arbitrary sequence when "(...)"
Guido van Rossum committed
January 25, 1999
G
Change rare occurrences of #if HAVE_LONG_LONG to #ifdef.
Guido van Rossum committed
October 8, 1998
G
Implement new format character 't#'. This is like s#, accepting an
Guido van Rossum committed
August 25, 1998
G
Patch by Mark Hammond to support 64-bit ints on MS platforms.
Guido van Rossum committed
August 4, 1998
G
Changes for BeOS, QNX and long long, by Chris Herborth.
Guido van Rossum committed
May 15, 1998
G
Another veeeeeery old patch...
Guido van Rossum committed
April 10, 1998
G
Make new gcc -Wall happy
Guido van Rossum committed
January 19, 1998
G
Protect PyErr_Format format string argument from overflow (ironically,
Guido van Rossum committed
December 19, 1997
G
Oops -- '(' is also a legal start character of a new format...
Guido van Rossum committed
December 9, 1997
G
Add explicit check for correct next character in format at end of
Guido van Rossum committed
May 5, 1997
G
Checkin of Jack's buffer mods.
Guido van Rossum committed
G
Fix old typo PyArgs_VaParse -> PyArg_VaParse.
Guido van Rossum committed
April 29, 1997
G
Quickly renamed the remaining files -- this directory is done.
Guido van Rossum committed
April 11, 1997
G
Keep gcc -Wall and Microsoft VC happy.
Guido van Rossum committed
December 5, 1996
G
Keep gcc -Wall happy.
Guido van Rossum committed
October 25, 1996
G
New permission notice, includes CNRI.
Guido van Rossum committed
August 21, 1996
G
Add needed #include <ctype.h>
Guido van Rossum committed
August 19, 1996
G
Support for keyword arguments (PyArg_ParseTupleAndKeywords) donated by
Guido van Rossum committed
July 21, 1996
G
Py_complex; and WITHOUT_COMPLEX added to getargs.c
Guido van Rossum committed
January 12, 1996
G
changes for complex numbers
Guido van Rossum committed
January 21, 1995
G
don't overwrite error already set (e.g. from O&)
Guido van Rossum committed
January 4, 1995
G
Added 1995 to copyright message.
Guido van Rossum committed
January 2, 1995
G
Lots of changes, most minor (fatal() instead of abort(), use of
Guido van Rossum committed
November 10, 1994
G
prevent core dump for old getargs() with NULL arg
Guido van Rossum committed
September 29, 1994
G
* Python/{modsupport.c,getargs.c,Makefile.in},
Guido van Rossum committed