summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_descr.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add the 'bool' type and its values 'False' and 'True', as described inGuido van Rossum2002-04-031-1/+1
* SF patch 537536 by Phillip J. Eby, fix for SF bug 535444, super()Guido van Rossum2002-04-021-0/+8
* There is no TestError, use TestFailed appropriatelyNeal Norwitz2002-04-011-1/+1
* Add a simple test of the METH_CLASS and METH_STATIC flags for type methods.Fred Drake2002-03-281-0/+30
* Add tests for the iterkeys, itervalues and iteritemsWalter Dörwald2002-03-251-0/+29
* Fix for SF bug 528132 (Armin Rigo): classmethod().__get__() segfaultGuido van Rossum2002-03-181-0/+5
* "Fix" for SF bug #520644: __slots__ are not pickled.Guido van Rossum2002-03-141-0/+89
* Test for the fix I just checked in to moduleobject.c.Guido van Rossum2002-03-121-0/+12
* Fix typoNeal Norwitz2002-03-111-1/+1
* Add a check that SF bug 516727 is really fixed.Guido van Rossum2002-03-111-0/+10
* Bugfix candidate.Guido van Rossum2002-03-111-0/+3
* _PyLong_Copy(): was creating a copy of the absolute value, but shouldTim Peters2002-03-021-0/+1
* SF patch 514641 (Naofumi Honda) - Negative ob_size of LongObjectsGuido van Rossum2002-03-011-0/+4
* Fix for SF bug ##497426: can't deepcopy recursive new objectsGuido van Rossum2001-12-281-1/+10
* (Merge into trunk.)Guido van Rossum2001-12-141-0/+10
* Additional coverage tests by Neil Norwitz.Guido van Rossum2001-12-111-0/+66
* SF bug #488514: -Qnew needs workTim Peters2001-12-061-0/+5
* Fix SF bug #489581: __slots__ leak.Guido van Rossum2001-12-051-0/+34
* At the PythonLabs meeting someone mentioned it would make Jim reallyGuido van Rossum2001-12-051-6/+1
* Fix SF bug #486144: Uninitialized __slot__ vrbl is None.Guido van Rossum2001-12-041-5/+7
* Fix of SF bug #475877 (Mutable subtype instances are hashable).Guido van Rossum2001-12-031-0/+24
* Address SF patch #480716 as well as related issues.Guido van Rossum2001-12-031-1/+51
* - Change all remaining assertions into verify() and vereq() calls.Guido van Rossum2001-11-241-14/+42
* More simple test cases for mixed classic+new multiple inheritance.Tim Peters2001-11-141-0/+35
* Changing diapers reminded Guido that he wanted to allow for some measureTim Peters2001-11-141-8/+47
* Fix bad bug in structseq slicing (NULL pointers in result). Reported byTim Peters2001-10-301-5/+1
* To cover a recent checkin, added a test to ensure dir(None) == dir(Ellipsis).Tim Peters2001-10-301-0/+4
* Just changed some continued-line indentation to read better, due toTim Peters2001-10-301-3/+3
* Minimal test for __del__ hook.Guido van Rossum2001-10-301-0/+12