| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch #1654417: make operator.{get,set,del}slice use the full range | Georg Brandl | 2007-03-06 | 1 | -0/+6 |
|
|
* | Bug #1575169: operator.isSequenceType() now returns False for subclasses of d... | Raymond Hettinger | 2007-02-07 | 1 | -0/+2 |
|
|
* | adding in-place operators to the operator module. | Armin Rigo | 2005-12-29 | 1 | -0/+47 |
|
|
* | SF patch #1390657: | Armin Rigo | 2005-12-29 | 1 | -0/+40 |
|
|
* | operator.itemgetter() and operator.attrgetter() now support extraction | Raymond Hettinger | 2005-03-09 | 1 | -5/+31 |
|
|
* | Add error checks for the bz2, cStringIO and operator modules. | Walter Dörwald | 2004-11-01 | 1 | -0/+95 |
|
|
* | Guido grants a Christmas wish: | Raymond Hettinger | 2003-12-17 | 1 | -1/+1 |
|
|
* | As discussed on python-dev, added two extractor functions to the | Raymond Hettinger | 2003-12-01 | 1 | -0/+39 |
|
|
* | SF patch #670423: Add missing identity tests to operator.c | Raymond Hettinger | 2003-01-18 | 1 | -0/+11 |
|
|
* | Added __pow__(a,b) to the operator module. Completes the pattern of | Raymond Hettinger | 2002-08-19 | 1 | -0/+6 |
|
|
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
|
|
* | Change the PyUnit-based tests to use the test_main() approach. This | Fred Drake | 2001-09-20 | 1 | -1/+6 |
|
|
* | The first batch of changes recommended by the fixdiv tool. These are | Guido van Rossum | 2001-09-04 | 1 | -1/+1 |
|
|
* | Added tests for rich comparison operator functions. | Fred Drake | 2001-08-11 | 1 | -78/+212 |
|
|
* | Added tests for operator.floordiv() and operator.truediv(). | Fred Drake | 2001-08-09 | 1 | -0/+2 |
|
|
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 | 1 | -5/+5 |
|
|
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 | 1 | -3/+3 |
|
|
* | test_rotor.py: New test of the rotor module. | Barry Warsaw | 1996-12-23 | 1 | -0/+1 |
|
|
* | Test of the operator module | Barry Warsaw | 1996-12-18 | 1 | -0/+76 |
|
|