summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_descr.py
Commit message (Expand)AuthorAgeFilesLines
* crash_in_get_sf736892(): A test of SF 736892, forcing function to actBarry Warsaw2003-05-291-0/+14
* Remove debug code from weakref_segfault().Guido van Rossum2003-05-291-3/+1
* Add testcase for SF 742911.Guido van Rossum2003-05-291-0/+24
* Backport:Neal Norwitz2003-01-131-1/+24
* Get the test to pass again by backporting Guido's checkin 1.173:Neal Norwitz2003-01-131-0/+2
* Backport typeobject.c revision 2.201 plus associated tests from 2.3:Guido van Rossum2003-01-071-0/+69
* Add test for SF #658106. Will backport.Neal Norwitz2002-12-241-0/+4
* Backport:Neal Norwitz2002-10-181-0/+12
* 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