summaryrefslogtreecommitdiff
path: root/Lib/test/test_funcattrs.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-30486: Allow setting cell value (#1840)Lisa Roach2017-06-081-0/+20
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-9/+1
* cleanup the construction of __qualname__ (closes #19301 again)Benjamin Peterson2013-10-201-1/+4
* give explicitly global functions and classes a global __qualname__ (closes #1...Benjamin Peterson2013-10-191-0/+4
* Issue #13577: Built-in methods and functions now have a __qualname__.Antoine Pitrou2011-12-231-1/+27
* PEP 3155 / issue #13448: Qualified name for classes and functions.Antoine Pitrou2011-11-251-0/+27
* Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-241-1/+1
* use assert[Not]In where appropriateBenjamin Peterson2010-01-191-2/+2
* Recorded merge of revisions 74650 via svnmerge fromGeorg Brandl2009-09-041-38/+87
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-9/+9
* Issue 5982: Classmethod and staticmethod expose wrapped function with __func__.Raymond Hettinger2009-05-291-1/+13
* Merged revisions 69846 via svnmerge fromMark Dickinson2009-02-211-1/+1
* Issue #1717, stage 2: remove uses of tp_compare in Modules and mostMark Dickinson2009-02-011-1/+32
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Migrate remaining tests from UserDict.UserDict to collections.UserDict.Raymond Hettinger2008-02-061-1/+1
* Merge r60522 from trunk.Georg Brandl2008-02-051-368/+232
* Merged revisions 59193-59201 via svnmerge fromChristian Heimes2007-11-271-2/+2
* Removed the API to create unbound methods and simplified the API for bound me...Christian Heimes2007-11-271-20/+21
* Merged revisions 59107-59186 via svnmerge fromGuido van Rossum2007-11-261-0/+12
* Patch from Georg Brandl and me for #1493Christian Heimes2007-11-251-44/+17
* Raise statement normalization in Lib/test/.Collin Winter2007-08-291-24/+24
* Use unicode and stop supporting str8Neal Norwitz2007-08-261-2/+2
* Fix test_funcattrs.py: __name__ attribute must be str8.Walter Dörwald2007-05-241-2/+2
* Change all the function attributes from func_* -> __*__. This gets ridNeal Norwitz2007-02-251-44/+25
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-6/+6
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-1/+1
* Killed the <> operator. You must now use !=.Guido van Rossum2006-08-241-10/+10
* FixMichael W. Hudson2005-02-171-0/+3
* Wrote down the invariants of some common objects whose structure isArmin Rigo2004-10-281-2/+11
* Whitespace normalization.Tim Peters2004-08-131-1/+1
* This is my patchMichael W. Hudson2004-08-121-2/+9
* Provide __module__ attributes for functions defined in C and Python.Jeremy Hylton2003-01-311-0/+4
* Complete the absolute import patch for the test suite. All relativeBarry Warsaw2002-07-301-1/+1
* Fix for SF bug #472940: can't getattr() attribute shown by dir()Guido van Rossum2001-10-221-5/+5
* Undo some (but not all) of the more lenient acceptance ofGuido van Rossum2001-09-181-9/+9
* - Some tests that check that assignments are not allowed expect thisGuido van Rossum2001-09-181-85/+95
* Rewrite function attributes to use the generic routines properly.Guido van Rossum2001-09-171-1/+158
* Test the new semantics for setting and deleting a function's __dict__Barry Warsaw2001-08-141-45/+50
* Additional tests for current, PEP described semantics:Barry Warsaw2001-02-261-3/+36
* Whitespace normalization.Tim Peters2001-02-091-4/+3
* The one thing I love more then writing code is deleting code.Moshe Zadka2001-01-291-0/+19
* Add some regression tests of coredump bugs in funcobject.c 2.31. AlsoBarry Warsaw2001-01-191-0/+16
* Add a test case suggested by Guido, where a method is created with theBarry Warsaw2001-01-151-0/+38
* Committing PEP 232, function attribute feature, approved by Guido.Barry Warsaw2001-01-151-0/+102