GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_class.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti
2010-11-20
1
-12
/
+12
*
remove some more references to __cmp__ #1717
Benjamin Peterson
2008-10-16
1
-9
/
+0
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-2
/
+2
*
Merged revisions 60990-61002 via svnmerge from
Christian Heimes
2008-02-23
1
-1
/
+0
*
Patch from Georg Brandl and me for #1493
Christian Heimes
2007-11-25
1
-1
/
+1
*
Remove the simple slicing API. All slicing is now done with slice objects.
Thomas Wouters
2007-08-30
1
-37
/
+4
*
Merge the trunk changes in. Breaks socket.ssl for now.
Thomas Wouters
2007-08-28
1
-304
/
+507
*
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum
2007-06-13
1
-11
/
+4
*
* Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.
Georg Brandl
2007-02-09
1
-1
/
+1
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-24
/
+24
*
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum
2007-01-15
1
-26
/
+1
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-2
/
+2
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-0
/
+8
*
Patch #1550800: make exec a function.
Georg Brandl
2006-09-06
1
-2
/
+2
*
Killed the <> operator. You must now use !=.
Guido van Rossum
2006-08-24
1
-2
/
+0
*
Restructure comparison dramatically. There is no longer a default
Guido van Rossum
2006-08-24
1
-0
/
+24
*
Get rid of most of the flags (in tp_flags) that keep track of various
Guido van Rossum
2006-07-27
1
-5
/
+0
*
Merge the rest of the trunk.
Thomas Wouters
2006-06-08
1
-0
/
+34
*
Make test_class work (but still fail) even though class.__dict__ is now a
Thomas Wouters
2006-04-15
1
-2
/
+5
*
Get rid of remnants of integer division
Neal Norwitz
2006-03-24
1
-12
/
+4
*
Don't use 'is not' to compare strings.
Michael W. Hudson
2005-05-04
1
-1
/
+1
*
Check the type of values returned by __int__, __float__, __long__,
Neil Schemenauer
2004-07-19
1
-27
/
+80
*
Fix a bunch of typos in documentation, docstrings and comments.
Walter Dörwald
2003-10-20
1
-1
/
+1
*
Added test for this fix to classobject.c:
Guido van Rossum
2002-10-29
1
-0
/
+27
*
Complete the absolute import patch for the test suite. All relative
Barry Warsaw
2002-07-30
1
-1
/
+1
*
Fix for SF bug 532646. This is a little simpler than what Neal
Guido van Rossum
2002-06-13
1
-0
/
+14
*
Fiddle test_class so it passes with -Qnew.
Tim Peters
2001-12-11
1
-5
/
+20
*
Committing and closing SF patch #403671 by Finn Bock to help Jython
Barry Warsaw
2001-08-20
1
-11
/
+31
*
Finn Bock (SF patch #103345): Avoid outdated exec form in
Guido van Rossum
2001-01-22
1
-2
/
+2
*
Add test that ensures hash() of objects defining __cmp__ or __eq__ but
Guido van Rossum
2001-01-18
1
-0
/
+23
*
Make reindent.py happy (convert everything to 4-space indents!).
Fred Drake
2000-10-23
1
-9
/
+8
*
Fix for test_class.py on Win64. id(self), which on Win64 returns a
Trent Mick
2000-10-04
1
-1
/
+1
*
Apply SF patch #101029: call __getitem__ with a proper slice object if there
Thomas Wouters
2000-08-17
1
-0
/
+219