COMMITS
/ Python/getargs.c October 27, 2001
T
vgetargskeywords: Removed one of the mysterious PyErr_Clear() calls.
Tim Peters committed
T
vgetargskeywords:
Tim Peters committed
T
vgetargskeywords:
Tim Peters committed
T
vgetargskeywords:
Tim Peters committed
T
vgetargskeywords:
Tim Peters committed
T
PyArg_ParseTupleAndKeywords: return false on internal error, not -1 (I
Tim Peters committed
T
PyArg_ParseTupleAndKeywords: do basic sanity checks on the arguments,
Tim Peters committed
T
tuple(3,4,5,x=2) dumped core on my box. vgetargskeywords() overindexed
Tim Peters committed
T
vgetargskeywords(): remove test that can't succeed. Not a bugfix, just
Tim Peters committed
October 23, 2001
F
PyArg_UnpackTuple(): New argument unpacking function suggested by Jim
Fred Drake committed
F
Style conformance: function name begins a new line *consistently*.
Fred Drake committed
October 11, 2001
J
Undo part of 2.59: 't' case of convertsimple() should not use convertbuffer().
Jeremy Hylton committed
October 10, 2001
J
One more place where PyString_AsString() was used after a
Jeremy Hylton committed
J
Use AS_STRING() following the check and avoid an extra call.
Jeremy Hylton committed
September 10, 2001
J
Fix core dump in PyArg_ParseTuple() with Unicode arguments.
Jeremy Hylton committed
August 28, 2001
G
The "O!" format code should implement an isinstance() test
Guido van Rossum committed
August 17, 2001
M
Patch #445762: Support --disable-unicode
Martin v. Löwis committed
July 30, 2001
J
Add _PyUnicode_AsDefaultEncodedString to unicodeobject.h.
Jeremy Hylton committed
May 29, 2001
J
Change cascaded if stmts to switch stmt in vgetargs1().
Jeremy Hylton committed
J
Internal refactoring of convertsimple() and friends.
Jeremy Hylton committed
May 18, 2001
F
Fix whitespace botch.
Fred Drake committed
J
vgetargs1() and vgetargskeywords(): Replace uses of PyTuple_Size() and
Jeremy Hylton committed
May 13, 2001
May 2, 2001
M
Added new parser markers 'et' and 'et#' which do not recode string
Marc-André Lemburg committed
February 12, 2001
T
Related to SF bug 132008 (PyList_Reverse blows up).
Tim Peters committed
January 25, 2001
J
Better error message when non-dictionary received for **kwarg
Jeremy Hylton committed
January 15, 2001
K
This patch makes sure that the function name always appears in the error
Ka-Ping Yee committed
December 11, 2000
B
vgetargskeywords(): Patch for memory leak identified in bug #119862.
Barry Warsaw committed
December 1, 2000
G
Clarified some of the error messages, esp. "read-only character
Guido van Rossum committed
September 26, 2000
F
Rationalize use of limits.h, moving the inclusion to Python.h.
Fred Drake committed
September 21, 2000
M
Special case the "s#" PyArg_Parse() token for Unicode objects:
Marc-André Lemburg committed
September 15, 2000
J
Added B format char to Py_BuildValue (same as b,h,i, but makes
Jack Jansen committed
September 8, 2000
M
This patch hopefully fixes the problem with "es#" and "es" in
Marc-André Lemburg committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
August 5, 2000
J
Changed H specifier to mean "bitfield", i.e. any value from
Jack Jansen committed
August 3, 2000
M
This patch finalizes the move from UTF-8 to a default encoding in
Marc-André Lemburg committed
July 22, 2000
T
Mass ANSIfication of function definitions. Doesn't cover all 'extern'
Thomas Wouters committed
July 16, 2000
T
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
Thomas Wouters committed
July 12, 2000
J
replace PyXXX_Length calls with PyXXX_Size calls
Jeremy Hylton committed
July 9, 2000
T
Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.
Tim Peters committed
July 6, 2000
J
Added support for H (unsigned short) specifier in PyArg_ParseTuple and
Jack Jansen committed
July 1, 2000
G
Jack Jansen, Mac patch:
Guido van Rossum committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed
June 28, 2000
G
Vladimir Marangozov:
Guido van Rossum committed
May 9, 2000
F
Trent Mick <trentm@activestate.com>:
Fred Drake committed
May 8, 2000
G
Trent Mick:
Guido van Rossum committed
May 3, 2000
F
Brian Hooper <brian_takashi@hotmail.com>:
Fred Drake committed
April 27, 2000
G
Marc-Andre Lemburg:
Guido van Rossum committed
March 28, 2000
G
Marc-Andre Lemburg:
Guido van Rossum committed