COMMITS
/ Objects/methodobject.c May 18, 2007
W
Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror
Walter Dörwald committed
May 14, 2007
G
Merged revisions 55270-55324 via svnmerge from
Guido van Rossum committed
August 24, 2006
G
Restructure comparison dramatically. There is no longer a default
Guido van Rossum committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
February 16, 2006
M
Use Py_ssize_t for counts and sizes.
Martin v. Löwis committed
February 15, 2006
M
Merge ssize_t branch.
Martin v. Löwis committed
December 10, 2005
J
Add const to several API functions that take char *.
Jeremy Hylton committed
December 13, 2003
R
* Added a new method flag, METH_COEXIST.
Raymond Hettinger committed
February 18, 2003
G
Make __module__ writable except in restricted mode (like for classic classes).
Guido van Rossum committed
J
Make __module__ settable on functions and methods.
Jeremy Hylton committed
January 31, 2003
J
Provide __module__ attributes for functions defined in C and Python.
Jeremy Hylton committed
January 5, 2003
T
PyCFunction_Call(): Combined two switch cases w/ identical bodies.
Tim Peters committed
January 4, 2003
R
SF Patch #661440: Refactor and streamline PyCFunction_Call
Raymond Hettinger committed
March 28, 2002
F
Introduce two new flag bits that can be set in a PyMethodDef method
Fred Drake committed
March 18, 2002
N
Re-enable GC of method objects.
Neil Schemenauer committed
September 20, 2001
G
Add optional docstrings to getset descriptors. Fortunately, there's
Guido van Rossum committed
August 30, 2001
S
Removed some unreachable break statements to silence SGI compiler.
Sjoerd Mullender committed
August 24, 2001
B
repr's converted to using PyString_FromFormat() instead of sprintf'ing
Barry Warsaw committed
August 16, 2001
M
Patch #427190: Implement and use METH_NOARGS and METH_O.
Martin v. Löwis committed
August 12, 2001
J
Remove much dead code from ceval.c
Jeremy Hylton committed
August 2, 2001
T
Merge of descr-branch back into trunk.
Tim Peters committed
July 12, 2001
N
GC for method objects.
Neil Schemenauer committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
July 9, 2000
F
ANSI-fication of the sources.
Fred Drake committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed
G
Fix an error on AIX by using a proper cast.
Guido van Rossum committed
F
Trent Mick <trentm@activestate.com>:
Fred Drake committed
June 29, 2000
F
This patch addresses two main issues: (1) There exist some non-fatal
Fred Drake committed
May 3, 2000
G
Vladimir Marangozov's long-awaited malloc restructuring.
Guido van Rossum committed
January 20, 2000
G
The rest of the changes by Trent Mick and Dale Nagata for warning-free
Guido van Rossum committed
December 4, 1998
G
When comparing bound methods, use identity test on the objects,
Guido van Rossum committed
July 10, 1998
G
Marc-Andre Lemburg's patch to move the typedef for PyCFunctionObject
Guido van Rossum committed
June 27, 1998
G
New feature: if the object's type has a non-NULL tp_doc field, that
Guido van Rossum committed
August 5, 1997
G
Added separate free list for cfunction (builtin method) objects, for a
Guido van Rossum committed
May 2, 1997
G
Quickly renamed the last directory.
Guido van Rossum committed
October 25, 1996
G
New permission notice, includes CNRI.
Guido van Rossum committed
July 26, 1995
G
changes for keyword args to built-in functions and classes
Guido van Rossum committed
January 26, 1995
G
added findmethodinchain and methodchain data types
Guido van Rossum committed
January 10, 1995
G
add restrictions in restricted mode
Guido van Rossum committed
January 7, 1995
G
* Objects/methodobject.c: changed drastically, the object now
Guido van Rossum committed
January 4, 1995
G
Added 1995 to copyright message.
Guido van Rossum committed
January 2, 1995
G
Lots of minor changes. Note for mappingobject.c: the hash table pointer
Guido van Rossum committed
August 30, 1994
G
Merge back to main trunk
Guido van Rossum committed
November 1, 1993
G
* ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c,
Guido van Rossum committed
May 21, 1993
G
* Lots of small changes related to access.
Guido van Rossum committed
March 29, 1993
G
* Changed all copyright messages to include 1993.
Guido van Rossum committed
September 17, 1992
G
* Makefile: added IMGFILE; moved some stuff around.
Guido van Rossum committed
April 5, 1992
G
Copyright for 1992 added
Guido van Rossum committed