| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fixes for possible buffer overflows in sprintf() usages. | Marc-André Lemburg | 2001-11-28 | 1 | -14/+9 |
|
|
* | vgetargskeywords() | Tim Peters | 2001-10-27 | 1 | -16/+17 |
|
|
* | vgetargskeywords: Now that it's clear that nkwlist must equal max, and | Tim Peters | 2001-10-27 | 1 | -4/+3 |
|
|
* | vgetargskeywords: Prevent another potential sprintf buffer overrun. | Tim Peters | 2001-10-27 | 1 | -2/+2 |
|
|
* | vgetargskeywords: Verify kwlist has the required length while parsing | Tim Peters | 2001-10-27 | 1 | -20/+24 |
|
|
* | vgetargskeywords: Removed all PyErr_Clear() calls. It's possible that | Tim Peters | 2001-10-27 | 1 | -4/+8 |
|
|
* | vgetargskeywords: The keywords arg is a dict (if non-NULL), so use the | Tim Peters | 2001-10-27 | 1 | -5/+5 |
|
|
* | vgetargskeywords: Removed one of the mysterious PyErr_Clear() calls. | Tim Peters | 2001-10-27 | 1 | -10/+1 |
|
|
* | vgetargskeywords: | Tim Peters | 2001-10-27 | 1 | -16/+9 |
|
|
* | vgetargskeywords: | Tim Peters | 2001-10-27 | 1 | -20/+7 |
|
|
* | vgetargskeywords: | Tim Peters | 2001-10-27 | 1 | -12/+13 |
|
|
* | vgetargskeywords: | Tim Peters | 2001-10-27 | 1 | -15/+10 |
|
|
* | PyArg_ParseTupleAndKeywords: return false on internal error, not -1 (I | Tim Peters | 2001-10-27 | 1 | -30/+34 |
|
|
* | PyArg_ParseTupleAndKeywords: do basic sanity checks on the arguments, | Tim Peters | 2001-10-27 | 1 | -1/+16 |
|
|
* | tuple(3,4,5,x=2) dumped core on my box. vgetargskeywords() overindexed | Tim Peters | 2001-10-27 | 1 | -3/+13 |
|
|
* | vgetargskeywords(): remove test that can't succeed. Not a bugfix, just | Tim Peters | 2001-10-27 | 1 | -13/+7 |
|
|
* | PyArg_UnpackTuple(): New argument unpacking function suggested by Jim | Fred Drake | 2001-10-23 | 1 | -0/+60 |
|
|
* | Style conformance: function name begins a new line *consistently*. | Fred Drake | 2001-10-23 | 1 | -7/+11 |
|
|
* | Undo part of 2.59: 't' case of convertsimple() should not use convertbuffer(). | Jeremy Hylton | 2001-10-11 | 1 | -5/+11 |
|
|
* | One more place where PyString_AsString() was used after a | Jeremy Hylton | 2001-10-10 | 1 | -1/+1 |
|
|
* | Use AS_STRING() following the check and avoid an extra call. | Jeremy Hylton | 2001-10-10 | 1 | -1/+1 |
|
|
* | Fix core dump in PyArg_ParseTuple() with Unicode arguments. | Jeremy Hylton | 2001-09-10 | 1 | -15/+17 |
|
|
* | The "O!" format code should implement an isinstance() test | Guido van Rossum | 2001-08-28 | 1 | -1/+1 |
|
|
* | Patch #445762: Support --disable-unicode | Martin v. Löwis | 2001-08-17 | 1 | -1/+21 |
|
|
* | Add _PyUnicode_AsDefaultEncodedString to unicodeobject.h. | Jeremy Hylton | 2001-07-30 | 1 | -5/+0 |
|
|
* | Change cascaded if stmts to switch stmt in vgetargs1(). | Jeremy Hylton | 2001-05-29 | 1 | -19/+25 |
|
|
* | Internal refactoring of convertsimple() and friends. | Jeremy Hylton | 2001-05-29 | 1 | -515/+514 |
|
|
* | Fix whitespace botch. | Fred Drake | 2001-05-18 | 1 | -1/+1 |
|
|
* | vgetargs1() and vgetargskeywords(): Replace uses of PyTuple_Size() and | Jeremy Hylton | 2001-05-18 | 1 | -10/+8 |
|
|
* | Add support for Windows using "mbcs" as the default Unicode encoding when dea... | Mark Hammond | 2001-05-13 | 1 | -1/+1 |
|
|
* | Added new parser markers 'et' and 'et#' which do not recode string | Marc-André Lemburg | 2001-05-02 | 1 | -4/+20 |
|
|
* | Related to SF bug 132008 (PyList_Reverse blows up). | Tim Peters | 2001-02-12 | 1 | -0/+2 |
|
|
* | Better error message when non-dictionary received for **kwarg | Jeremy Hylton | 2001-01-25 | 1 | -2/+7 |
|
|
* | This patch makes sure that the function name always appears in the error | Ka-Ping Yee | 2001-01-15 | 1 | -26/+35 |
|
|
* | vgetargskeywords(): Patch for memory leak identified in bug #119862. | Barry Warsaw | 2000-12-11 | 1 | -0/+1 |
|
|
* | Clarified some of the error messages, esp. "read-only character | Guido van Rossum | 2000-12-01 | 1 | -17/+16 |
|
|
* | Rationalize use of limits.h, moving the inclusion to Python.h. | Fred Drake | 2000-09-26 | 1 | -3/+0 |
|
|
* | Special case the "s#" PyArg_Parse() token for Unicode objects: | Marc-André Lemburg | 2000-09-21 | 1 | -26/+53 |
|
|
* | Added B format char to Py_BuildValue (same as b,h,i, but makes | Jack Jansen | 2000-09-15 | 1 | -1/+1 |
|
|
* | This patch hopefully fixes the problem with "es#" and "es" in | Marc-André Lemburg | 2000-09-08 | 1 | -0/+2 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
|
|
* | Changed H specifier to mean "bitfield", i.e. any value from | Jack Jansen | 2000-08-05 | 1 | -5/+27 |
|
|
* | This patch finalizes the move from UTF-8 to a default encoding in | Marc-André Lemburg | 2000-08-03 | 1 | -4/+6 |
|
|
* | Mass ANSIfication of function definitions. Doesn't cover all 'extern' | Thomas Wouters | 2000-07-22 | 1 | -95/+12 |
|
|
* | Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either | Thomas Wouters | 2000-07-16 | 1 | -1/+1 |
|
|
* | replace PyXXX_Length calls with PyXXX_Size calls | Jeremy Hylton | 2000-07-12 | 1 | -1/+1 |
|
|
* | Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. | Tim Peters | 2000-07-09 | 1 | -21/+18 |
|
|
* | Added support for H (unsigned short) specifier in PyArg_ParseTuple and | Jack Jansen | 2000-07-06 | 1 | -1/+27 |
|
|
* | Jack Jansen, Mac patch: | Guido van Rossum | 2000-07-01 | 1 | -0/+3 |
|
|
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
|
|