1. 28 Feb, 2002 9 commits
  2. 27 Feb, 2002 2 commits
  3. 26 Feb, 2002 3 commits
    • Fred Drake's avatar
      *Again*, try to remove that annoying warning about the FCNTL module. · 3719aac9
      Fred Drake authored
      Shane, I'm going to beg you to help me get my test setup cleaned up
      tomorrow!
      3719aac9
    • Barry Warsaw's avatar
      Tim made this work. I knew we could count on him! :) Here's his · cc393366
      Barry Warsaw authored
      original checkin message:
      
          DateTime.__init__() and DateTime.__str__():  When a fractional
          number of seconds is passed in or derived, round it to the
          nearest millisecond.  Also changed str() to produce no more than
          three digits after the second's decimal point (if any).
      
          This ensures that DateTime->string->DateTime loses no information.
          Before this change, platform rounding errors in float<->string
          conversion could lose information in both conversion steps, so a
          DateTime object converted to string and back again didn't always
          reproduce the input object's value.  That's bad on its own, and
          testDateTime.py's testConstructor3() failed about 1% of the time
          on Linux as a result.  It doesn't fail after this patch.
      
          CAUTION:  Note that DateTime objects have at finest millisecond
          resolution now, even if the platform time.time() happens to have
          resolution finer than that.
      
      Note that he also had to fiddle with the function that returned system
      time, so he's got a wrapper around time.time() that rounds to 3 places
      the float returned by system time.   All the testing I've done
      indicates that this intermittent fixes the comparison failures.
      cc393366
    • Fred Drake's avatar
      b967fd08
  4. 25 Feb, 2002 5 commits
  5. 22 Feb, 2002 1 commit
  6. 21 Feb, 2002 2 commits
    • Andreas Jung's avatar
      updated docstring · 71b802eb
      Andreas Jung authored
      71b802eb
    • Andreas Jung's avatar
      · 3e5b9c45
      Andreas Jung authored
      changed --today option to use localtime() instead of gmtime()
      (BigM logs are written using localtime())
      3e5b9c45
  7. 20 Feb, 2002 1 commit
  8. 19 Feb, 2002 3 commits
  9. 18 Feb, 2002 1 commit
    • Andreas Jung's avatar
      · cc2a3070
      Andreas Jung authored
            - Collector #227: improved handling of unicode string in TextIndex.py
              with unmodified default encoding in site.py.
      cc2a3070
  10. 15 Feb, 2002 9 commits
  11. 14 Feb, 2002 2 commits
  12. 13 Feb, 2002 1 commit
  13. 12 Feb, 2002 1 commit