1. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  2. e974571 Issue #10160: Speed up operator.attrgetter. Patch by Christos Georgiou. by Antoine Pitrou · 14 years ago
  3. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  4. 89e1296 As discussed on python-dev, remove several operator functions by Raymond Hettinger · 16 years ago
  5. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  6. 953e4e5 Whoops, I missed a few more places that were using slicing from the operator module by Neal Norwitz · 16 years ago
  7. d3eb5a15 Merged revisions 61003-61033 via svnmerge from by Christian Heimes · 16 years ago
  8. 9bd667a Merged revisions 60124-60142 via svnmerge from by Christian Heimes · 17 years ago
  9. e61fd5b Patch by Christian Heimes to change self.assert_(x == y) into by Guido van Rossum · 17 years ago
  10. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 17 years ago
  11. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  12. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  13. 390d29c Remove isCallable() and sequenceIncludes() from the operator module. by Collin Winter · 17 years ago
  14. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 17 years ago
  15. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  16. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  17. 4dafcc4 - patch #1600346 submitted by Tomer Filiba by Jack Diederich · 18 years ago
  18. bcc0db8 Get rid of remnants of integer division by Neal Norwitz · 18 years ago
  19. f5bd3b4 adding in-place operators to the operator module. by Armin Rigo · 19 years ago
  20. fd163f9 SF patch #1390657: by Armin Rigo · 19 years ago
  21. 984f9bb operator.itemgetter() and operator.attrgetter() now support extraction by Raymond Hettinger · 19 years ago
  22. bb9c739 Add error checks for the bz2, cStringIO and operator modules. by Walter Dörwald · 20 years ago
  23. 64958a1 Guido grants a Christmas wish: by Raymond Hettinger · 21 years ago
  24. 166958b As discussed on python-dev, added two extractor functions to the by Raymond Hettinger · 21 years ago
  25. 9543b34 SF patch #670423: Add missing identity tests to operator.c by Raymond Hettinger · 22 years ago
  26. 5959c55 Added __pow__(a,b) to the operator module. Completes the pattern of by Raymond Hettinger · 22 years ago
  27. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  28. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 23 years ago
  29. 54e54c6 The first batch of changes recommended by the fixdiv tool. These are by Guido van Rossum · 23 years ago
  30. cd112f5 Added tests for rich comparison operator functions. Converted tests to PyUnit. by Fred Drake · 23 years ago
  31. eaa77e2 Added tests for operator.floordiv() and operator.truediv(). by Fred Drake · 23 years ago
  32. 132dce2 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  33. 41360a4 Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  34. 5e056bb test_rotor.py: New test of the rotor module. by Barry Warsaw · 28 years ago
  35. a09ec19 Test of the operator module by Barry Warsaw · 28 years ago