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
/
Lib
/
test
/
test_funcattrs.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix unittest conversion breakage.
Georg Brandl
2008-02-05
1
-29/+30
*
Rewrite test_funcattrs as unittest, written for GHOP by Jeff Wheeler.
Georg Brandl
2008-02-02
1
-413/+280
*
Replaced import of the 'new' module with 'types' module and added a deprecati...
Christian Heimes
2007-11-27
1
-2/+2
*
Issue #1445: Fix a SystemError when accessing the ``cell_contents``
Amaury Forgeot d'Arc
2007-11-24
1
-0/+12
*
Fix
Michael W. Hudson
2005-02-17
1
-0/+3
*
Wrote down the invariants of some common objects whose structure is
Armin Rigo
2004-10-28
1
-2/+11
*
Whitespace normalization.
Tim Peters
2004-08-13
1
-1/+1
*
This is my patch
Michael W. Hudson
2004-08-12
1
-2/+9
*
Provide __module__ attributes for functions defined in C and Python.
Jeremy Hylton
2003-01-31
1
-0/+4
*
Complete the absolute import patch for the test suite. All relative
Barry Warsaw
2002-07-30
1
-1/+1
*
Fix for SF bug #472940: can't getattr() attribute shown by dir()
Guido van Rossum
2001-10-22
1
-5/+5
*
Undo some (but not all) of the more lenient acceptance of
Guido van Rossum
2001-09-18
1
-9/+9
*
- Some tests that check that assignments are not allowed expect this
Guido van Rossum
2001-09-18
1
-85/+95
*
Rewrite function attributes to use the generic routines properly.
Guido van Rossum
2001-09-17
1
-1/+158
*
Test the new semantics for setting and deleting a function's __dict__
Barry Warsaw
2001-08-14
1
-45/+50
*
Additional tests for current, PEP described semantics:
Barry Warsaw
2001-02-26
1
-3/+36
*
Whitespace normalization.
Tim Peters
2001-02-09
1
-4/+3
*
The one thing I love more then writing code is deleting code.
Moshe Zadka
2001-01-29
1
-0/+19
*
Add some regression tests of coredump bugs in funcobject.c 2.31. Also
Barry Warsaw
2001-01-19
1
-0/+16
*
Add a test case suggested by Guido, where a method is created with the
Barry Warsaw
2001-01-15
1
-0/+38
*
Committing PEP 232, function attribute feature, approved by Guido.
Barry Warsaw
2001-01-15
1
-0/+102