index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_descr.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
crash_in_get_sf736892(): A test of SF 736892, forcing function to act
Barry Warsaw
2003-05-29
1
-0/+14
*
Remove debug code from weakref_segfault().
Guido van Rossum
2003-05-29
1
-3/+1
*
Add testcase for SF 742911.
Guido van Rossum
2003-05-29
1
-0/+24
*
Backport:
Neal Norwitz
2003-01-13
1
-1/+24
*
Get the test to pass again by backporting Guido's checkin 1.173:
Neal Norwitz
2003-01-13
1
-0/+2
*
Backport typeobject.c revision 2.201 plus associated tests from 2.3:
Guido van Rossum
2003-01-07
1
-0/+69
*
Add test for SF #658106. Will backport.
Neal Norwitz
2002-12-24
1
-0/+4
*
Backport:
Neal Norwitz
2002-10-18
1
-0/+12
*
Backport, at the reqest of Kevin Jacobs:
Guido van Rossum
2002-10-07
1
-0/+22
*
Backport:
Guido van Rossum
2002-08-01
1
-4/+11
*
subtype_resurrection(): Removed unused import.
Tim Peters
2002-07-11
1
-1/+0
*
subtype_resurrection(): The test suite with -l properly reported the
Tim Peters
2002-07-11
1
-2/+13
*
Repaired optimistic comment in new test.
Tim Peters
2002-07-11
1
-3/+2
*
Attempting to resurrect a dying instance of a new-style class in a
Tim Peters
2002-07-11
1
-0/+21
*
Fix SF Bug 572567: Memory leak in object comparison
Raymond Hettinger
2002-06-24
1
-0/+12
*
Test for the bug in recurse_down_subclasses() that I just fixed.
Guido van Rossum
2002-06-14
1
-0/+10
*
Backport:
Guido van Rossum
2002-06-06
1
-0/+29
*
Backport to 2.2.x:
Guido van Rossum
2002-06-04
1
-0/+12
*
Backport from 2.3:
Guido van Rossum
2002-05-13
1
-0/+20
*
backport some warnings filters to shut up complaints about complex
Anthony Baxter
2002-04-23
1
-0/+5
*
backport gvanrossum's patch:
Anthony Baxter
2002-04-18
1
-0/+6
*
backport gvanrossum's patch:
Anthony Baxter
2002-04-18
1
-0/+27
*
Backport rev 2.132 (note: some earlier bugfix candidates still TBD).
Guido van Rossum
2002-04-18
1
-0/+20
*
backport gvanrossum's checkin of
Michael W. Hudson
2002-04-05
1
-0/+8
*
Fix for SF bug 528132 (Armin Rigo): classmethod().__get__() segfault
Guido van Rossum
2002-03-18
1
-0/+5
*
Backport nnorwitz's checkin of revision 1.119:
Michael W. Hudson
2002-03-17
1
-1/+1
*
backport gvanrossum's checkin of
Michael W. Hudson
2002-03-16
1
-0/+89
*
backport gvanrossum's checkin of
Michael W. Hudson
2002-03-15
1
-0/+12
*
backport gvanrossum's checkin of
Michael W. Hudson
2002-03-14
1
-0/+10
*
backport gvanrossum's checkin of
Michael W. Hudson
2002-03-11
1
-0/+3
*
backport tim_one's checkin of
Michael W. Hudson
2002-03-05
1
-0/+1
*
backport gvanrossum's checkin of
Michael W. Hudson
2002-03-05
1
-0/+4
*
Backport gvanrossum's checkin of revisions
Michael W. Hudson
2002-01-04
1
-1/+10
*
(Merge into trunk.)
Guido van Rossum
2001-12-14
1
-0/+10
*
Additional coverage tests by Neil Norwitz.
Guido van Rossum
2001-12-11
1
-0/+66
*
SF bug #488514: -Qnew needs work
Tim Peters
2001-12-06
1
-0/+5
*
Fix SF bug #489581: __slots__ leak.
Guido van Rossum
2001-12-05
1
-0/+34
*
At the PythonLabs meeting someone mentioned it would make Jim really
Guido van Rossum
2001-12-05
1
-6/+1
*
Fix SF bug #486144: Uninitialized __slot__ vrbl is None.
Guido van Rossum
2001-12-04
1
-5/+7
*
Fix of SF bug #475877 (Mutable subtype instances are hashable).
Guido van Rossum
2001-12-03
1
-0/+24
*
Address SF patch #480716 as well as related issues.
Guido van Rossum
2001-12-03
1
-1/+51
*
- Change all remaining assertions into verify() and vereq() calls.
Guido van Rossum
2001-11-24
1
-14/+42
*
More simple test cases for mixed classic+new multiple inheritance.
Tim Peters
2001-11-14
1
-0/+35
*
Changing diapers reminded Guido that he wanted to allow for some measure
Tim Peters
2001-11-14
1
-8/+47
*
Fix bad bug in structseq slicing (NULL pointers in result). Reported by
Tim Peters
2001-10-30
1
-5/+1
*
To cover a recent checkin, added a test to ensure dir(None) == dir(Ellipsis).
Tim Peters
2001-10-30
1
-0/+4
*
Just changed some continued-line indentation to read better, due to
Tim Peters
2001-10-30
1
-3/+3
*
Minimal test for __del__ hook.
Guido van Rossum
2001-10-30
1
-0/+12
*
Rename "dictionary" (type and constructor) to "dict".
Tim Peters
2001-10-29
1
-36/+36
*
dictionary() constructor:
Tim Peters
2001-10-27
1
-4/+4
[next]