- e6bbb4d Patch #684981: Add cleanup capability for argument parsers. Fixes 501716. by Martin v. Löwis · 22 years ago
- fce26e7 Roll back changes to 'h' format code -- too much breaks. Other changes stay. by Guido van Rossum · 22 years ago
- a4ea603 SF # 595026: support for masks in getargs.c. by Thomas Heller · 22 years ago
- b9a0f91 Rename LONG_LONG to PY_LONG_LONG. Fixes #710285. by Martin v. Löwis · 22 years ago
- 5042da6 If a float is passed where a int is expected, issue a DeprecationWarning by Neil Schemenauer · 22 years ago
- b808e99 Raise a TypeError if a float is passed when an integer is specified. by Neil Schemenauer · 22 years ago
- dffda2e Wrap uargs declaration in a #ifdef Py_USING_UNICODE, so that by Walter Dörwald · 22 years ago
- 75d2d94 Patch #554716: Use __va_copy where available. by Martin v. Löwis · 22 years ago
- 5547476 Fix by Greg Chapman from SF bug 534347: Potential AV in vgetargskeywords. by Guido van Rossum · 23 years ago
- 3e3eacb Fixed "u#" parser marker to pass through Unicode objects as-is without by Marc-André Lemburg · 23 years ago
- faad5ad mysnprintf.c: Massive rewrite of PyOS_snprintf and PyOS_vsnprintf, to by Tim Peters · 23 years ago
- cffed4b SF bug 486278 SystemError: Python/getargs.c:1086: bad. by Tim Peters · 23 years ago
- b048b26 Two screwups fixed for sizeof(char *) instead of sizeof(char []). by Jeremy Hylton · 23 years ago
- f16e05e Use PyOS_snprintf() at some cost even though it was correct before. by Jeremy Hylton · 23 years ago
- 23ae987 Use PyOS_snprintf when possible. by Jeremy Hylton · 23 years ago
- d4c0a9c Fixes for possible buffer overflows in sprintf() usages. by Marc-André Lemburg · 23 years ago
- c2f0112 vgetargskeywords() by Tim Peters · 23 years ago
- b639d49 vgetargskeywords: Now that it's clear that nkwlist must equal max, and by Tim Peters · 23 years ago
- dc5eff9 vgetargskeywords: Prevent another potential sprintf buffer overrun. by Tim Peters · 23 years ago
- 62d48e1 vgetargskeywords: Verify kwlist has the required length while parsing by Tim Peters · 23 years ago
- 0af4916 vgetargskeywords: Removed all PyErr_Clear() calls. It's possible that by Tim Peters · 23 years ago
- 077f574 vgetargskeywords: The keywords arg is a dict (if non-NULL), so use the by Tim Peters · 23 years ago
- 61dde63 vgetargskeywords: Removed one of the mysterious PyErr_Clear() calls. by Tim Peters · 23 years ago
- b054be4 vgetargskeywords: by Tim Peters · 23 years ago
- b0872fc vgetargskeywords: by Tim Peters · 23 years ago
- 6fb2635 vgetargskeywords: by Tim Peters · 23 years ago
- 28bf7a9 vgetargskeywords: by Tim Peters · 23 years ago
- f8cd3e8 PyArg_ParseTupleAndKeywords: return false on internal error, not -1 (I by Tim Peters · 23 years ago
- 45772cd PyArg_ParseTupleAndKeywords: do basic sanity checks on the arguments, by Tim Peters · 23 years ago
- a9f4739 tuple(3,4,5,x=2) dumped core on my box. vgetargskeywords() overindexed by Tim Peters · 23 years ago
- f4331c1 vgetargskeywords(): remove test that can't succeed. Not a bugfix, just by Tim Peters · 23 years ago
- e4616e6 PyArg_UnpackTuple(): New argument unpacking function suggested by Jim by Fred Drake · 23 years ago
- 563dfc2 Style conformance: function name begins a new line *consistently*. by Fred Drake · 23 years ago
- 4819e97 Undo part of 2.59: 't' case of convertsimple() should not use convertbuffer(). by Jeremy Hylton · 23 years ago
- 0407aea One more place where PyString_AsString() was used after a by Jeremy Hylton · 23 years ago
- a4c8cd7 Use AS_STRING() following the check and avoid an extra call. by Jeremy Hylton · 23 years ago
- 77b8b67 Fix core dump in PyArg_ParseTuple() with Unicode arguments. by Jeremy Hylton · 23 years ago
- cbfc855 The "O!" format code should implement an isinstance() test by Guido van Rossum · 23 years ago
- 339d0f7 Patch #445762: Support --disable-unicode by Martin v. Löwis · 23 years ago
- 3ce4538 Add _PyUnicode_AsDefaultEncodedString to unicodeobject.h. by Jeremy Hylton · 23 years ago
- 25916bd Change cascaded if stmts to switch stmt in vgetargs1(). by Jeremy Hylton · 23 years ago
- 1cb7aa3 Internal refactoring of convertsimple() and friends. by Jeremy Hylton · 23 years ago
- d657303 Fix whitespace botch. by Fred Drake · 23 years ago
- 0f8117f vgetargs1() and vgetargskeywords(): Replace uses of PyTuple_Size() and by Jeremy Hylton · 23 years ago
- ef8b654 Add support for Windows using "mbcs" as the default Unicode encoding when dealing with the file system. As discussed on python-dev and in patch 410465. by Mark Hammond · 23 years ago
- 6f15e57 Added new parser markers 'et' and 'et#' which do not recode string by Marc-André Lemburg · 24 years ago
- 5c4d5bf Related to SF bug 132008 (PyList_Reverse blows up). by Tim Peters · 24 years ago
- a0ac40c Better error message when non-dictionary received for **kwarg by Jeremy Hylton · 24 years ago
- 2057970 This patch makes sure that the function name always appears in the error by Ka-Ping Yee · 24 years ago
- 0705028 vgetargskeywords(): Patch for memory leak identified in bug #119862. by Barry Warsaw · 24 years ago
- 60a1e7f Clarified some of the error messages, esp. "read-only character by Guido van Rossum · 24 years ago
- d5fadf7 Rationalize use of limits.h, moving the inclusion to Python.h. by Fred Drake · 24 years ago
- 0afff38 Special case the "s#" PyArg_Parse() token for Unicode objects: by Marc-André Lemburg · 24 years ago
- a454ebd Added B format char to Py_BuildValue (same as b,h,i, but makes by Jack Jansen · 24 years ago
- bbcf2a7 This patch hopefully fixes the problem with "es#" and "es" in by Marc-André Lemburg · 24 years ago
- 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
- cc22fbe Changed H specifier to mean "bitfield", i.e. any value from by Jack Jansen · 24 years ago
- bff879c This patch finalizes the move from UTF-8 to a default encoding in by Marc-André Lemburg · 24 years ago
- f70ef4f Mass ANSIfication of function definitions. Doesn't cover all 'extern' by Thomas Wouters · 24 years ago
- 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
- 03657cf replace PyXXX_Length calls with PyXXX_Size calls by Jeremy Hylton · 24 years ago
- dbd9ba6 Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. by Tim Peters · 24 years ago
- d50338f Added support for H (unsigned short) specifier in PyArg_ParseTuple and by Jack Jansen · 24 years ago
- db67739 Jack Jansen, Mac patch: by Guido van Rossum · 24 years ago
- ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
- fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
- 5e08cb8 Vladimir Marangozov: by Guido van Rossum · 24 years ago
- 230cae7 Trent Mick <trentm@activestate.com>: by Fred Drake · 25 years ago
- 80dc16b Trent Mick: by Guido van Rossum · 25 years ago
- 25871c0 Brian Hooper <brian_takashi@hotmail.com>: by Fred Drake · 25 years ago
- 700c6ff Marc-Andre Lemburg: by Guido van Rossum · 25 years ago
- 24bdb04 Marc-Andre Lemburg: by Guido van Rossum · 25 years ago
- 50fbb15 Typo fixed by Mark Hammond. by Guido van Rossum · 25 years ago
- d8855fd Marc-Andre Lemburg: by Guido van Rossum · 25 years ago
- e826ef0 Marc-Andre Lemburg: support for Unicode strings; 'U' expects a Unicode object. by Guido van Rossum · 25 years ago
- 66368cc Patch by Tommy Burnette to accept an arbitrary sequence when "(...)" by Guido van Rossum · 26 years ago
- 3dbba6e Change rare occurrences of #if HAVE_LONG_LONG to #ifdef. by Guido van Rossum · 26 years ago
- b317f8a Implement new format character 't#'. This is like s#, accepting an by Guido van Rossum · 26 years ago
- 3293b07 Patch by Mark Hammond to support 64-bit ints on MS platforms. by Guido van Rossum · 26 years ago
- 1a8791e Changes for BeOS, QNX and long long, by Chris Herborth. by Guido van Rossum · 26 years ago
- fccfe89 Another veeeeeery old patch... by Guido van Rossum · 26 years ago
- 730806d Make new gcc -Wall happy by Guido van Rossum · 27 years ago
- 0d6b49e Protect PyErr_Format format string argument from overflow (ironically, by Guido van Rossum · 27 years ago
- 7d4f68c Oops -- '(' is also a legal start character of a new format... by Guido van Rossum · 27 years ago
- 231a41e Add explicit check for correct next character in format at end of by Guido van Rossum · 27 years ago
- fdf95dd Checkin of Jack's buffer mods. by Guido van Rossum · 28 years ago
- 13454c3 Fix old typo PyArgs_VaParse -> PyArg_VaParse. by Guido van Rossum · 28 years ago
- 79f25d9 Quickly renamed the remaining files -- this directory is done. by Guido van Rossum · 28 years ago
- 6bf62da Keep gcc -Wall and Microsoft VC happy. by Guido van Rossum · 28 years ago
- 80bb965 Keep gcc -Wall happy. by Guido van Rossum · 28 years ago
- d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
- c1d5053 Add needed #include <ctype.h> by Guido van Rossum · 28 years ago
- aa35465 Support for keyword arguments (PyArg_ParseTupleAndKeywords) donated by by Guido van Rossum · 28 years ago
- 530956d Py_complex; and WITHOUT_COMPLEX added to getargs.c by Guido van Rossum · 28 years ago
- 8a5c5d2 changes for complex numbers by Guido van Rossum · 29 years ago
- 64fc649 don't overwrite error already set (e.g. from O&) by Guido van Rossum · 30 years ago
- 6d023c9 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
- 1ae940a Lots of changes, most minor (fatal() instead of abort(), use of by Guido van Rossum · 30 years ago
- 13d0ed1 prevent core dump for old getargs() with NULL arg by Guido van Rossum · 30 years ago
- fe3f1a2 * Python/{modsupport.c,getargs.c,Makefile.in}, by Guido van Rossum · 30 years ago