summaryrefslogtreecommitdiff
path: root/Lib/test/test_funcattrs.py
Commit message (Expand)AuthorAgeFilesLines
* use assert[Not]IsInstance where appropriateEzio Melotti2010-01-241-1/+1
* use assert[Not]In where appropriateEzio Melotti2010-01-231-3/+3
* #5101: add back tests to test_funcattrs that were lost during unittest conver...Georg Brandl2009-09-041-61/+119
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-5/+5
* Issue 5982: Classmethod and staticmethod expose wrapped function with __func__.Raymond Hettinger2009-05-291-1/+14
* Issue #5341: Fix a variety of spelling errors.Mark Dickinson2009-02-211-1/+1
* Fix unittest conversion breakage.Georg Brandl2008-02-051-29/+30
* Rewrite test_funcattrs as unittest, written for GHOP by Jeff Wheeler.Georg Brandl2008-02-021-413/+280
* Replaced import of the 'new' module with 'types' module and added a deprecati...Christian Heimes2007-11-271-2/+2
* Issue #1445: Fix a SystemError when accessing the ``cell_contents``Amaury Forgeot d'Arc2007-11-241-0/+12
* 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