summaryrefslogtreecommitdiffstats
path: root/Python/getargs.c
Commit message (Expand)AuthorAgeFilesLines
* The "O!" format code should implement an isinstance() testGuido van Rossum2001-08-281-1/+1
* Patch #445762: Support --disable-unicodeMartin v. Löwis2001-08-171-1/+21
* Add _PyUnicode_AsDefaultEncodedString to unicodeobject.h.Jeremy Hylton2001-07-301-5/+0
* Change cascaded if stmts to switch stmt in vgetargs1().Jeremy Hylton2001-05-291-19/+25
* Internal refactoring of convertsimple() and friends.Jeremy Hylton2001-05-291-515/+514
* Fix whitespace botch.Fred Drake2001-05-181-1/+1
* vgetargs1() and vgetargskeywords(): Replace uses of PyTuple_Size() andJeremy Hylton2001-05-181-10/+8
* Add support for Windows using "mbcs" as the default Unicode encoding when dea...Mark Hammond2001-05-131-1/+1
* Added new parser markers 'et' and 'et#' which do not recode stringMarc-André Lemburg2001-05-021-4/+20
* Related to SF bug 132008 (PyList_Reverse blows up).Tim Peters2001-02-121-0/+2
* 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