summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_descr.py
Commit message (Expand)AuthorAgeFilesLines
* backport the security fix part of r67246Benjamin Peterson2008-11-171-0/+19
* Patch #1567691: super() and new.instancemethod() now don't acceptGeorg Brandl2006-09-301-0/+7
* Put method-wrappers into trashcan. Fixes #927248.Martin v. Löwis2006-07-031-0/+8
* Backport of fix of bug #532646 for new-style classes.Brett Cannon2006-06-091-0/+16
* Backported from r41842.Armin Rigo2006-02-201-0/+72
* Ensure that warnings.filters is properly restored after fiddling with itGreg Ward2005-03-071-7/+10
* Convert "__init__ should return None" from an exception to a warning.Raymond Hettinger2005-03-041-1/+7
* SF bug #1155938: Missing None check for __init__().Raymond Hettinger2005-03-031-0/+13
* Removing tests that fail because of changes in PyString_InternInPlace(),Armin Rigo2004-08-071-16/+0
* Ensure super() lookup of descriptor from classmethod works (SF #743627)Phillip J. Eby2004-03-251-0/+14
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-14/+14
* Whitespace normalization.Tim Peters2004-01-181-1/+1
* Fix forMichael W. Hudson2003-08-151-0/+31
* Repair refcounting on error return from type_set_bases.Michael W. Hudson2003-08-071-0/+7
* SF bug #762455: Python segfaults when sys.stdout is changed in getattrRaymond Hettinger2003-06-291-0/+15
* SF bug #753451: classmethod abuse --> SystemErrorRaymond Hettinger2003-06-181-0/+8
* Add test for bug #751998.Neal Norwitz2003-06-161-0/+16
* Remove debug code from weakref_segfault().Guido van Rossum2003-05-291-2/+0
* Add testcase for SF 742911.Guido van Rossum2003-05-291-0/+24
* - super() no longer ignores data descriptors, except __class__. SeeGuido van Rossum2003-04-161-1/+16
* Ouch, it's Carlo Verre, not Verre Carlo.Guido van Rossum2003-04-151-5/+5
* Close off the "Verre Carlo hack" as discussed on python-dev.Guido van Rossum2003-04-141-0/+17
* SF bug #699934: Obscure error messageRaymond Hettinger2003-04-061-3/+2
* SF bug #699934: Obscure error messageRaymond Hettinger2003-03-121-3/+7
* Use floor division (// and __[r]floordiv__ in right-dispatch test.Guido van Rossum2003-02-271-23/+23
* Whitespace normalization.Tim Peters2003-02-191-1/+1
* SF patch #685738 by Michael Stone.Guido van Rossum2003-02-131-8/+8
* Implement another useful feature for proxies: in super(X, x), x mayGuido van Rossum2003-02-121-0/+39
* SF #532767: isinstance(x, X) should work when x is a proxy for an XGuido van Rossum2003-02-121-1/+29
* Put proper tests in classmethod_get(). Remove the type argument toGuido van Rossum2003-02-111-0/+40
* Get rid of the "bozo" __getstate__ that was inserted when __slots__Guido van Rossum2003-02-101-18/+17
* Fix SF bug #683467, 'int' ability to generate longs not inheritedNeal Norwitz2003-02-101-0/+8
* Add __getnewargs__ method to classes that need it.Guido van Rossum2003-02-071-0/+4
* Fix SF bug #667147, Segmentation fault printing str subclassNeal Norwitz2003-01-131-1/+24
* Fix for SF bug #642358: only provide a new with a __dict__ orGuido van Rossum2003-01-071-0/+14
* Add a test for a feature added in rev. 2.82 of typeobject.c:Guido van Rossum2003-01-061-0/+53
* Add some print statements in verbose mode to announce that the newestGuido van Rossum2003-01-061-0/+8
* Disable the rexec test now that rexec is out of grace.Guido van Rossum2003-01-061-0/+2
* Whitespace normalization.Tim Peters2002-12-241-5/+5
* Add test for SF #658106. Will backport.Neal Norwitz2002-12-241-0/+4
* Tighten the tests for assignment to __bases__: disallow empty tuple.Guido van Rossum2002-12-131-0/+8
* SF 548651: Fix the METH_CLASS implementation.Tim Peters2002-12-091-4/+4
* Nudge getting __module__ and __name__ for new-style classes so thatMichael W. Hudson2002-11-271-1/+9
* I don't know why staring at the email to python-checkins made meMichael W. Hudson2002-11-271-0/+2
* Readjustments to the way we cope with exceptions from subclasses'Michael W. Hudson2002-11-271-2/+79
* I had the inheritance cycle stuff backwards. Oops!Michael W. Hudson2002-11-271-0/+8
* The MRO conflict error message depends on dictionary hash order.Guido van Rossum2002-11-271-4/+4
* This is my patch:Michael W. Hudson2002-11-261-0/+89
* A tweaked version of Jeremy's patch #642489, to produce better errorGuido van Rossum2002-11-251-0/+31
* Remove duplicate testNeal Norwitz2002-11-231-2/+0