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
*
Issue #21741: Update 147 test modules to use test discovery.
Zachary Ware
2015-04-13
1
-9/+1
*
cleanup the construction of __qualname__ (closes #19301 again)
Benjamin Peterson
2013-10-20
1
-1/+4
*
give explicitly global functions and classes a global __qualname__ (closes #1...
Benjamin Peterson
2013-10-19
1
-0/+4
*
Issue #13577: Built-in methods and functions now have a __qualname__.
Antoine Pitrou
2011-12-23
1
-1/+27
*
PEP 3155 / issue #13448: Qualified name for classes and functions.
Antoine Pitrou
2011-11-25
1
-0/+27
*
Merged revisions 77727 via svnmerge from
Ezio Melotti
2010-01-24
1
-1/+1
*
use assert[Not]In where appropriate
Benjamin Peterson
2010-01-19
1
-2/+2
*
Recorded merge of revisions 74650 via svnmerge from
Georg Brandl
2009-09-04
1
-38/+87
*
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
1
-9/+9
*
Issue 5982: Classmethod and staticmethod expose wrapped function with __func__.
Raymond Hettinger
2009-05-29
1
-1/+13
*
Merged revisions 69846 via svnmerge from
Mark Dickinson
2009-02-21
1
-1/+1
*
Issue #1717, stage 2: remove uses of tp_compare in Modules and most
Mark Dickinson
2009-02-01
1
-1/+32
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-2/+2
*
Migrate remaining tests from UserDict.UserDict to collections.UserDict.
Raymond Hettinger
2008-02-06
1
-1/+1
*
Merge r60522 from trunk.
Georg Brandl
2008-02-05
1
-368/+232
*
Merged revisions 59193-59201 via svnmerge from
Christian Heimes
2007-11-27
1
-2/+2
*
Removed the API to create unbound methods and simplified the API for bound me...
Christian Heimes
2007-11-27
1
-20/+21
*
Merged revisions 59107-59186 via svnmerge from
Guido van Rossum
2007-11-26
1
-0/+12
*
Patch from Georg Brandl and me for #1493
Christian Heimes
2007-11-25
1
-44/+17
*
Raise statement normalization in Lib/test/.
Collin Winter
2007-08-29
1
-24/+24
*
Use unicode and stop supporting str8
Neal Norwitz
2007-08-26
1
-2/+2
*
Fix test_funcattrs.py: __name__ attribute must be str8.
Walter Dörwald
2007-05-24
1
-2/+2
*
Change all the function attributes from func_* -> __*__. This gets rid
Neal Norwitz
2007-02-25
1
-44/+25
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-6/+6
*
Patch #1550800: make exec a function.
Georg Brandl
2006-09-06
1
-1/+1
*
Killed the <> operator. You must now use !=.
Guido van Rossum
2006-08-24
1
-10/+10
*
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