summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_descr.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Patch #642500 with slight modifications: allow keyword arguments inJust van Rossum2002-11-231-11/+12
* Fix or disable some tests that were affected by the new C3 MROGuido van Rossum2002-11-141-20/+79
* Fix SF # 624982, Potential AV in slot_sq_item, by Greg ChapmanNeal Norwitz2002-10-181-0/+12
* For some reason (probably cut and paste), __ipow__ for new-styleGuido van Rossum2002-10-151-0/+11
* Code by Inyeol Lee, submitted to SF bug 595350, to implementGuido van Rossum2002-08-231-4/+0
* Add tests for including __dict__ and/or __weakref__ in __slots__.Guido van Rossum2002-08-131-1/+50
* Add test for SF bug # 575229, multiple inheritance w/ slots dumps coreNeal Norwitz2002-08-131-0/+11
* Disallow class assignment completely unless both old and new are heapGuido van Rossum2002-08-101-0/+5
* Test for Neil's fix to correctly invoke __rmul__.Guido van Rossum2002-08-091-0/+16
* Add testcase for SF bug 574207 (chained __slots__ dealloc segfault).Guido van Rossum2002-08-061-0/+14
* SF patch 588728 (Nathan Srebro).Guido van Rossum2002-08-011-4/+11
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* subtype_resurrection(): Removed unused import.Tim Peters2002-07-111-1/+0
* subtype_resurrection(): The test suite with -l properly reported theTim Peters2002-07-111-2/+13
* Repaired optimistic comment in new test.Tim Peters2002-07-111-4/+3
* Added a test that provokes the hypothesized (in my last checkin comment)Tim Peters2002-07-111-0/+20
* Fix SF bug 572567: Memory leak in object comparison.Raymond Hettinger2002-06-241-0/+12
* SF 569257 -- Name mangle double underscored variable names in __slots__.Raymond Hettinger2002-06-201-0/+18
* Patch from SF bug 570483 (Tim Northover).Guido van Rossum2002-06-181-0/+6
* Test for the bug in recurse_down_subclasses() that I just fixed.Guido van Rossum2002-06-141-0/+10
* Hopefully this addresses the remaining issues of SF bugs 459235 andGuido van Rossum2002-06-131-0/+46
* Fix from SF patch 565085: copy._reduction doesn't __setstate__.Guido van Rossum2002-06-061-0/+29
* Address SF bug 519621: slots weren't traversed by GC.Guido van Rossum2002-06-041-0/+51
* Test repair now that module.__init__ requires a name and initializesGuido van Rossum2002-06-041-6/+7
* The warning filter was ineffective when this module was invoked as aGuido van Rossum2002-06-031-1/+1
* Fix for SF bug 551412. When _PyType_Lookup() is called on a typeGuido van Rossum2002-05-241-0/+16
* Jim Fulton reported a segfault in dir(). A heavily proxied objectGuido van Rossum2002-05-131-0/+20
* ceval.c/do_raise(): Tighten the test to disallow raising an instance ofTim Peters2002-04-181-0/+26
* SF bug 542984.Guido van Rossum2002-04-181-0/+20
* SF bug 544647.Guido van Rossum2002-04-161-0/+27
* Fewer deprecation warnings.Tim Peters2002-04-161-0/+5
* SF bug #541883 (Vincent Fiack).Guido van Rossum2002-04-151-0/+6
* - Changed new-style class instantiation so that when C's __new__Guido van Rossum2002-04-061-0/+22