1. 26 Oct, 2003 2 commits
    • Raymond Hettinger's avatar
      Minor improvements to itertools.tee(): · f0c5aec8
      Raymond Hettinger authored
      * tee object is no longer subclassable
      * independent iterators renamed to "itertools.tee_iterator"
      * fixed doc string typo and added entry in the module doc string
      f0c5aec8
    • Steve Purcell's avatar
      Incorporated patch 819077, from George Yoshida: · 397b45d4
      Steve Purcell authored
      * Fixed typo in docstring for 'failUnlessAlmostEqual()'
      
      * Removed unnecessary use of 'float()' for time values.
      
      * Removed apparently unnecessary import of unittest. At some point in
        the distant past I believe it was necessary otherwise the 'TestCase'
        that a module saw was not the same as the 'TestCase' seen within
        'unittest', and the user's TestCase subclasses were not recognised as
        subclasses of the TestCase seen within unittest. Seems not to be
        necessary now.
      397b45d4
  2. 25 Oct, 2003 8 commits
  3. 24 Oct, 2003 7 commits
  4. 23 Oct, 2003 4 commits
  5. 22 Oct, 2003 7 commits
  6. 21 Oct, 2003 12 commits