summaryrefslogtreecommitdiffstats
path: root/Python/getargs.c
Commit message (Expand)AuthorAgeFilesLines
* Better error message when non-dictionary received for **kwargJeremy Hylton2001-01-251-2/+7
* This patch makes sure that the function name always appears in the errorKa-Ping Yee2001-01-151-26/+35
* vgetargskeywords(): Patch for memory leak identified in bug #119862.Barry Warsaw2000-12-111-0/+1
* Clarified some of the error messages, esp. "read-only characterGuido van Rossum2000-12-011-17/+16
* Rationalize use of limits.h, moving the inclusion to Python.h.Fred Drake2000-09-261-3/+0
* Special case the "s#" PyArg_Parse() token for Unicode objects:Marc-André Lemburg2000-09-211-26/+53
* Added B format char to Py_BuildValue (same as b,h,i, but makesJack Jansen2000-09-151-1/+1
* This patch hopefully fixes the problem with "es#" and "es" inMarc-André Lemburg2000-09-081-0/+2
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Changed H specifier to mean "bitfield", i.e. any value fromJack Jansen2000-08-051-5/+27
* This patch finalizes the move from UTF-8 to a default encoding inMarc-André Lemburg2000-08-031-4/+6
* Mass ANSIfication of function definitions. Doesn't cover all 'extern'Thomas Wouters2000-07-221-95/+12
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-1/+1
* replace PyXXX_Length calls with PyXXX_Size callsJeremy Hylton2000-07-121-1/+1
* 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