summaryrefslogtreecommitdiffstats
path: root/Python/getargs.c
Commit message (Expand)AuthorAgeFilesLines
* Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.Tim Peters2000-07-091-21/+18
* Added support for H (unsigned short) specifier in PyArg_ParseTuple andJack Jansen2000-07-061-1/+27
* Jack Jansen, Mac patch:Guido van Rossum2000-07-011-0/+3
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Vladimir Marangozov:Guido van Rossum2000-06-281-8/+8
* Trent Mick <trentm@activestate.com>:Fred Drake2000-05-091-12/+12
* Trent Mick:Guido van Rossum2000-05-081-14/+44
* Brian Hooper <brian_takashi@hotmail.com>:Fred Drake2000-05-031-0/+32
* Marc-Andre Lemburg:Guido van Rossum2000-04-271-2/+7
* Marc-Andre Lemburg:Guido van Rossum2000-03-281-2/+2
* Typo fixed by Mark Hammond.Guido van Rossum2000-03-281-2/+2
* Marc-Andre Lemburg:Guido van Rossum2000-03-241-0/+118
* Marc-Andre Lemburg: support for Unicode strings; 'U' expects a UnicodeGuido van Rossum2000-03-101-1/+23
* Patch by Tommy Burnette to accept an arbitrary sequence when "(...)"Guido van Rossum1999-02-171-7/+10
* Change rare occurrences of #if HAVE_LONG_LONG to #ifdef.Guido van Rossum1999-01-251-2/+2
* Implement new format character 't#'. This is like s#, accepting anGuido van Rossum1998-10-081-0/+25
* Patch by Mark Hammond to support 64-bit ints on MS platforms.Guido van Rossum1998-08-251-6/+6
* Changes for BeOS, QNX and long long, by Chris Herborth.Guido van Rossum1998-08-041-0/+22
* Another veeeeeery old patch...Guido van Rossum1998-05-151-9/+11
* Make new gcc -Wall happyGuido van Rossum1998-04-101-1/+1
* Protect PyErr_Format format string argument from overflow (ironically,Guido van Rossum1998-01-191-1/+1
* Oops -- '(' is also a legal start character of a new format...Guido van Rossum1997-12-191-0/+1
* Add explicit check for correct next character in format at end ofGuido van Rossum1997-12-091-0/+7
* Checkin of Jack's buffer mods.Guido van Rossum1997-05-051-25/+89
* Fix old typo PyArgs_VaParse -> PyArg_VaParse.Guido van Rossum1997-05-051-2/+2
* Quickly renamed the remaining files -- this directory is done.Guido van Rossum1997-04-291-95/+96
* Keep gcc -Wall and Microsoft VC happy.Guido van Rossum1997-04-111-5/+5
* Keep gcc -Wall happy.Guido van Rossum1996-12-051-24/+23
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-10/+17
* Add needed #include <ctype.h>Guido van Rossum1996-08-211-0/+2
* Support for keyword arguments (PyArg_ParseTupleAndKeywords) donated byGuido van Rossum1996-08-191-3/+383
* Py_complex; and WITHOUT_COMPLEX added to getargs.cGuido van Rossum1996-07-211-2/+4
* changes for complex numbersGuido van Rossum1996-01-121-0/+11
* don't overwrite error already set (e.g. from O&)Guido van Rossum1995-01-211-1/+3
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* Lots of changes, most minor (fatal() instead of abort(), use ofGuido van Rossum1995-01-021-8/+16
* prevent core dump for old getargs() with NULL argGuido van Rossum1994-11-101-0/+7
* * Python/{modsupport.c,getargs.c,Makefile.in},Guido van Rossum1994-09-291-0/+587