COMMITS
/ Python/getargs.c 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
G
Typo fixed by Mark Hammond.
Guido van Rossum committed
March 24, 2000
G
Marc-Andre Lemburg:
Guido van Rossum committed
March 10, 2000
G
Marc-Andre Lemburg: support for Unicode strings; 'U' expects a Unicode
Guido van Rossum committed
February 17, 1999
G
Patch by Tommy Burnette to accept an arbitrary sequence when "(...)"
Guido van Rossum committed
January 25, 1999
G
Change rare occurrences of #if HAVE_LONG_LONG to #ifdef.
Guido van Rossum committed
October 8, 1998
G
Implement new format character 't#'. This is like s#, accepting an
Guido van Rossum committed
August 25, 1998
G
Patch by Mark Hammond to support 64-bit ints on MS platforms.
Guido van Rossum committed
August 4, 1998
G
Changes for BeOS, QNX and long long, by Chris Herborth.
Guido van Rossum committed
May 15, 1998
G
Another veeeeeery old patch...
Guido van Rossum committed
April 10, 1998
G
Make new gcc -Wall happy
Guido van Rossum committed
January 19, 1998
G
Protect PyErr_Format format string argument from overflow (ironically,
Guido van Rossum committed