summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_descr.py
Commit message (Expand)AuthorAgeFilesLines
* Backport, at the reqest of Kevin Jacobs:Guido van Rossum2002-10-071-0/+22
* Backport:Guido van Rossum2002-08-011-4/+11
* 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-3/+2
* Attempting to resurrect a dying instance of a new-style class in aTim Peters2002-07-111-0/+21
* Fix SF Bug 572567: Memory leak in object comparisonRaymond Hettinger2002-06-241-0/+12
* Test for the bug in recurse_down_subclasses() that I just fixed.Guido van Rossum2002-06-141-0/+10
* Backport:Guido van Rossum2002-06-061-0/+29
* Backport to 2.2.x:Guido van Rossum2002-06-041-0/+12
* Backport from 2.3:Guido van Rossum2002-05-131-0/+20
* backport some warnings filters to shut up complaints about complexAnthony Baxter2002-04-231-0/+5
* backport gvanrossum's patch:Anthony Baxter2002-04-181-0/+6
* backport gvanrossum's patch:Anthony Baxter2002-04-181-0/+27
* Backport rev 2.132 (note: some earlier bugfix candidates still TBD).Guido van Rossum2002-04-181-0/+20
* backport gvanrossum's checkin ofMichael W. Hudson2002-04-051-0/+8
* Fix for SF bug 528132 (Armin Rigo): classmethod().__get__() segfaultGuido van Rossum2002-03-181-0/+5
* Backport nnorwitz's checkin of revision 1.119:Michael W. Hudson2002-03-171-1/+1
* backport gvanrossum's checkin ofMichael W. Hudson2002-03-161-0/+89
* backport gvanrossum's checkin ofMichael W. Hudson2002-03-151-0/+12
* backport gvanrossum's checkin ofMichael W. Hudson2002-03-141-0/+10
* backport gvanrossum's checkin ofMichael W. Hudson2002-03-111-0/+3
* backport tim_one's checkin ofMichael W. Hudson2002-03-051-0/+1
* backport gvanrossum's checkin ofMichael W. Hudson2002-03-051-0/+4
* Backport gvanrossum's checkin of revisionsMichael W. Hudson2002-01-041-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
* Rename "dictionary" (type and constructor) to "dict".Tim Peters2001-10-291-36/+36
* dictionary() constructor:Tim Peters2001-10-271-4/+4
* dict_constructor(): The last test was passing for the wrong reason (itTim Peters2001-10-261-1/+1
* Generalize dictionary() to accept a sequence of 2-sequences. At theTim Peters2001-10-261-8/+43
* Allow assignment to newinstance.__dict__.Guido van Rossum2001-10-261-0/+26
* Fixed denial-of-weak-ref-support test; Jeremy changed the error messageFred Drake2001-10-221-1/+1
* Methods of built-in types now properly check for keyword argumentsGuido van Rossum2001-10-221-0/+9
* Fix SF bug #472234: type(obj) calls type->tp_init (Roeland Rengelink)Guido van Rossum2001-10-181-0/+12
* SF bug [#468061] __str__ ignored in str subclass.Tim Peters2001-10-161-0/+31
* Completely get rid of __dynamic__ and the correspondingGuido van Rossum2001-10-151-53/+21