aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_operator.py
Commit message (Expand)AuthorAge
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-21
* Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-13
* As discussed on python-dev, remove several operator functionsRaymond Hettinger2009-01-26
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Whoops, I missed a few more places that were using slicing from the operator ...Neal Norwitz2008-03-17
* Merged revisions 61003-61033 via svnmerge fromChristian Heimes2008-02-24
* Merged revisions 60124-60142 via svnmerge fromChristian Heimes2008-01-20
* Patch by Christian Heimes to change self.assert_(x == y) intoGuido van Rossum2007-07-11
* Merged revisions 56125-56153 via svnmerge fromGuido van Rossum2007-07-03
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-07
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-27
* Remove isCallable() and sequenceIncludes() from the operator module.Collin Winter2007-03-21
* Merged revisions 53623-53858 via svnmerge fromThomas Wouters2007-02-23
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-15
* - patch #1600346 submitted by Tomer FilibaJack Diederich2006-11-28
* Get rid of remnants of integer divisionNeal Norwitz2006-03-24
* adding in-place operators to the operator module.Armin Rigo2005-12-29
* SF patch #1390657:Armin Rigo2005-12-29
* operator.itemgetter() and operator.attrgetter() now support extractionRaymond Hettinger2005-03-09
* Add error checks for the bz2, cStringIO and operator modules.Walter Dörwald2004-11-01
* Guido grants a Christmas wish:Raymond Hettinger2003-12-17
* As discussed on python-dev, added two extractor functions to theRaymond Hettinger2003-12-01
* SF patch #670423: Add missing identity tests to operator.cRaymond Hettinger2003-01-18
* Added __pow__(a,b) to the operator module. Completes the pattern ofRaymond Hettinger2002-08-19
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-23
* Change the PyUnit-based tests to use the test_main() approach. ThisFred Drake2001-09-20
* The first batch of changes recommended by the fixdiv tool. These areGuido van Rossum2001-09-04
* Added tests for rich comparison operator functions.Fred Drake2001-08-11
* Added tests for operator.floordiv() and operator.truediv().Fred Drake2001-08-09
* Update the code to better reflect recommended style:Fred Drake2000-12-12
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-26
* test_rotor.py: New test of the rotor module.Barry Warsaw1996-12-23
* Test of the operator moduleBarry Warsaw1996-12-18