COMMITS
/ Objects/funcobject.c July 22, 2013
V
Issue #18520: Fix PyFunction_NewWithQualName() error handling
Victor Stinner committed
V
Reindent PyFunction_NewWithQualName()
Victor Stinner committed
February 20, 2012
B
use new generic __dict__ descriptor implementations
Benjamin Peterson committed
February 19, 2012
B
initialize __dict__ if needed
Benjamin Peterson committed
B
use defaults
Benjamin Peterson committed
B
use Py_CLEAR
Benjamin Peterson committed
B
allow arbitrary attributes on classmethod and staticmethod (closes #14051)
Benjamin Peterson committed
December 15, 2011
B
improve abstract property support (closes #11610)
Benjamin Peterson committed
November 25, 2011
A
PEP 3155 / issue #13448: Qualified name for classes and functions.
Antoine Pitrou committed
December 3, 2010
M
Merge branches/pep-0384.
Martin v. Löwis committed
November 30, 2010
G
Remove redundant includes of headers that are already included by Python.h.
Georg Brandl committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
March 12, 2010
V
Issue #6697: use %U format instead of _PyUnicode_AsString(), because
Victor Stinner committed
September 11, 2009
June 28, 2009
B
Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,73605 via svnmerge from
Benjamin Peterson committed
May 29, 2009
R
Issue 5982: Classmethod and staticmethod expose wrapped function with __func__.
Raymond Hettinger committed
February 2, 2009
M
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson committed
August 7, 2008
M
Rename PyUnicode_AsString -> _PyUnicode_AsString and
Marc-André Lemburg committed
December 19, 2007
C
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes committed
November 27, 2007
November 25, 2007
C
Patch from Georg Brandl and me for #1493
Christian Heimes committed
November 17, 2007
C
Fixed some build issues and updated docs.
Christian Heimes committed
August 26, 2007
N
Use unicode and stop supporting str8
Neal Norwitz committed
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
June 11, 2007
W
Simplify error formatting (no default encoding required).
Walter Dörwald committed
June 10, 2007
M
Make identifiers str (not str8) objects throughout.
Martin v. Löwis committed
May 18, 2007
W
Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror
Walter Dörwald committed
May 17, 2007
G
Make test_new pass.
Guido van Rossum committed
May 14, 2007
G
Merged revisions 55270-55324 via svnmerge from
Guido van Rossum committed
February 26, 2007
G
Fix refleaks in function objects caused by kwdefaults not being allocated.
Georg Brandl committed
February 25, 2007
N
Change all the function attributes from func_* -> __*__. This gets rid
Neal Norwitz committed
December 28, 2006
N
PEP 3107 - Function Annotations thanks to Tony Lownds
Neal Norwitz committed
October 27, 2006
G
Jiwon Seo's PEP 3102 implementation.
Guido van Rossum committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
February 27, 2006
M
Revert backwards-incompatible const changes.
Martin v. Löwis committed
February 21, 2006
G
Make staticmethod and classmethod complain about keyword args.
Georg Brandl committed
February 16, 2006
M
Revert 42400.
Martin v. Löwis committed
M
Support %zd in PyErr_Format and PyString_FromFormat.
Martin v. Löwis committed
N
Get rid of compiler warnings (gcc 3.3.4 on x86)
Neal Norwitz 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
October 20, 2005
J
Merge ast-branch to head
Jeremy Hylton committed
October 28, 2004
A
Wrote down the invariants of some common objects whose structure is
Armin Rigo committed
August 12, 2004
M
This is my patch
Michael W. Hudson committed
July 8, 2004
N
Remove unused macros in .c files
Neal Norwitz committed
March 23, 2004
M
Intern __name__.
Martin v. Löwis committed
June 18, 2003
R
SF bug #753451: classmethod abuse --> SystemError
Raymond Hettinger committed