index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Objects
/
funcobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert 42400.
Martin v. Löwis
2006-02-16
1
-2/+2
*
Support %zd in PyErr_Format and PyString_FromFormat.
Martin v. Löwis
2006-02-16
1
-3/+3
*
Get rid of compiler warnings (gcc 3.3.4 on x86)
Neal Norwitz
2006-02-16
1
-2/+2
*
Merge ssize_t branch.
Martin v. Löwis
2006-02-15
1
-8/+8
*
Add const to several API functions that take char *.
Jeremy Hylton
2005-12-10
1
-1/+1
*
Merge ast-branch to head
Jeremy Hylton
2005-10-20
1
-2/+4
*
Fix
Michael W. Hudson
2005-02-17
1
-2/+0
*
Wrote down the invariants of some common objects whose structure is
Armin Rigo
2004-10-28
1
-0/+12
*
This is my patch
Michael W. Hudson
2004-08-12
1
-4/+32
*
Remove unused macros in .c files
Neal Norwitz
2004-07-08
1
-2/+0
*
Intern __name__.
Martin v. Löwis
2004-03-23
1
-1/+9
*
SF bug #753451: classmethod abuse --> SystemError
Raymond Hettinger
2003-06-18
1
-0/+6
*
SF bug #692959: new.function ignores keyword arguments
Raymond Hettinger
2003-05-06
1
-1/+4
*
Make staticmethods and classmethods participate in GC.
Jeremy Hylton
2003-04-08
1
-8/+45
*
Make __module__ writable except in restricted mode (like for classic classes).
Guido van Rossum
2003-02-18
1
-1/+1
*
Make __module__ settable on functions and methods.
Jeremy Hylton
2003-02-18
1
-1/+1
*
Provide __module__ attributes for functions defined in C and Python.
Jeremy Hylton
2003-01-31
1
-0/+28
*
SF patch #659536: Use PyArg_UnpackTuple where possible.
Raymond Hettinger
2002-12-29
1
-2/+2
*
Extend function() to support an optional closure argument.
Jeremy Hylton
2002-07-11
1
-12/+65
*
SF patch 568629 by Oren Tirosh: types made callable.
Guido van Rossum
2002-06-14
1
-1/+50
*
Patch #568124: Add doc string macros.
Martin v. Löwis
2002-06-13
1
-4/+4
*
PyObject_Del can now be used as a function designator.
Neil Schemenauer
2002-04-12
1
-2/+2
*
Fix the names of the classmethod and staticmethod constructors as passed to
Fred Drake
2002-04-03
1
-2/+2
*
Fix for SF bug 528132 (Armin Rigo): classmethod().__get__() segfault
Guido van Rossum
2002-03-18
1
-0/+2
*
Portability fix: Not every compiler implements the extension of
Sjoerd Mullender
2001-12-17
1
-1/+1
*
SF patch #493452: docstrings for staticmethod/classmethod (Skip
Guido van Rossum
2001-12-17
1
-2/+41
*
function_call(): Remove a bogus (and I mean *really* bogus) call to
Guido van Rossum
2001-12-03
1
-1/+0
*
Be smarter about clearing the weakref lists for instances, instance methods,
Fred Drake
2001-10-26
1
-1/+2
*
Enable GC for new-style instances. This touches lots of files, since
Guido van Rossum
2001-10-05
1
-2/+4
*
Add optional docstrings to getset descriptors. Fortunately, there's
Guido van Rossum
2001-09-20
1
-1/+1
*
Add optional docstrings to member descriptors. For backwards
Guido van Rossum
2001-09-20
1
-1/+1
*
Rewrite function attributes to use the generic routines properly.
Guido van Rossum
2001-09-17
1
-72/+118
*
Use new GC API.
Neil Schemenauer
2001-08-29
1
-7/+6
*
repr's converted to using PyString_FromFormat() instead of sprintf'ing
Barry Warsaw
2001-08-24
1
-7/+4
*
func_getattro(), func_setattro(): Implement the new semantics for
Barry Warsaw
2001-08-14
1
-8/+22
*
Merge of descr-branch back into trunk.
Tim Peters
2001-08-02
1
-62/+318
*
Since Py_TPFLAGS_HAVE_WEAKREFS is set in Py_TPFLAGS_DEFAULT, it does not
Fred Drake
2001-05-03
1
-20/+20
*
Add support for weak references to the function and method types.
Fred Drake
2001-03-23
1
-2/+7
*
Visit the closure during traversal and XDECREF it on during deallocation.
Jeremy Hylton
2001-03-01
1
-0/+6
*
Fix SF buf 404774 submitted by Gregory H. Ball
Jeremy Hylton
2001-02-28
1
-1/+1
*
The one thing I love more then writing code is deleting code.
Moshe Zadka
2001-01-29
1
-33/+2
*
PEP 227 implementation
Jeremy Hylton
2001-01-25
1
-0/+33
*
Application and elaboration of patch #103305 to fix core dumps when
Barry Warsaw
2001-01-19
1
-30/+40
*
Committing PEP 232, function attribute feature, approved by Guido.
Barry Warsaw
2001-01-15
1
-11/+75
*
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum
2000-09-01
1
-9/+0
*
ANSI-fication of the sources.
Fred Drake
2000-07-09
1
-27/+11
*
Neil Schemenauer: small fixes for GC
Guido van Rossum
2000-07-01
1
-0/+1
*
Change copyright notice - 2nd try.
Guido van Rossum
2000-06-30
1
-6/+0
*
Change copyright notice.
Guido van Rossum
2000-06-30
1
-21/+6
*
Trent Mick <trentm@activestate.com>:
Fred Drake
2000-06-30
1
-3/+3
[next]