summaryrefslogtreecommitdiff
path: root/Lib/test/test_operator.py
Commit message (Expand)AuthorAgeFilesLines
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-136/+136
* As discussed on python-dev, remove several operator functionsRaymond Hettinger2009-01-261-52/+0
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-3/+3
* Whoops, I missed a few more places that were using slicing from the operator ...Neal Norwitz2008-03-171-26/+0
* Merged revisions 61003-61033 via svnmerge fromChristian Heimes2008-02-241-0/+38
* Merged revisions 60124-60142 via svnmerge fromChristian Heimes2008-01-201-4/+4
* Patch by Christian Heimes to change self.assert_(x == y) intoGuido van Rossum2007-07-111-16/+16
* Merged revisions 56125-56153 via svnmerge fromGuido van Rossum2007-07-031-2/+2
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-7/+7
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-0/+6
* Remove isCallable() and sequenceIncludes() from the operator module.Collin Winter2007-03-211-13/+0
* Merged revisions 53623-53858 via svnmerge fromThomas Wouters2007-02-231-0/+2
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-1/+1
* - patch #1600346 submitted by Tomer FilibaJack Diederich2006-11-281-1/+1
* Get rid of remnants of integer divisionNeal Norwitz2006-03-241-8/+0
* adding in-place operators to the operator module.Armin Rigo2005-12-291-0/+47
* SF patch #1390657:Armin Rigo2005-12-291-0/+40
* operator.itemgetter() and operator.attrgetter() now support extractionRaymond Hettinger2005-03-091-5/+31
* Add error checks for the bz2, cStringIO and operator modules.Walter Dörwald2004-11-011-0/+95
* Guido grants a Christmas wish:Raymond Hettinger2003-12-171-1/+1
* As discussed on python-dev, added two extractor functions to theRaymond Hettinger2003-12-011-0/+39
* SF patch #670423: Add missing identity tests to operator.cRaymond Hettinger2003-01-181-0/+11
* Added __pow__(a,b) to the operator module. Completes the pattern ofRaymond Hettinger2002-08-191-0/+6
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Change the PyUnit-based tests to use the test_main() approach. ThisFred Drake2001-09-201-1/+6
* The first batch of changes recommended by the fixdiv tool. These areGuido van Rossum2001-09-041-1/+1
* Added tests for rich comparison operator functions.Fred Drake2001-08-111-78/+212
* Added tests for operator.floordiv() and operator.truediv().Fred Drake2001-08-091-0/+2
* Update the code to better reflect recommended style:Fred Drake2000-12-121-5/+5
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-3/+3
* test_rotor.py: New test of the rotor module.Barry Warsaw1996-12-231-0/+1
* Test of the operator moduleBarry Warsaw1996-12-181-0/+76