1. 13 Jun, 1997 2 commits
    • Jim Fulton's avatar
      - Various changes to make gcc -Wall -pedantic happy, including · 0b716ef3
      Jim Fulton authored
        extra parens elimination of unused vars.
      
      - Added check to avoid pickling module __main__ for classes that are
        defined in other modules, in whichmodule
      
      - Changed to use Py_eval_input rather than eval_input.
      
      - Changed to use SIZEOF_LONG macro to avoid warnings on 32-bit machines.
      
      - Added option of supplying None to pickler, which cases no data to be
        written during pickling.  This is slightly useful, in conjunction
        with persistent_id attribute to find persistent sub-objects without
        writing a pickle.
      0b716ef3
    • Jim Fulton's avatar
      Fixed bug in computation of transaction info that made user · 835d90b2
      Jim Fulton authored
      authentication required.
      835d90b2
  2. 06 Jun, 1997 2 commits
  3. 02 Jun, 1997 1 commit
  4. 29 May, 1997 1 commit
    • 's avatar
      Fixed two bugs in the string parsing logic of dt: · c5057458
      authored
        * date strings of the form 5/27/1997 failed to
          save the year during parsing if a time string
          was also present.
      
        * european-style dates like 27/5/1997 were raising
          parsing errors - this was originally intentional
          as the original DateTime seemed to indicate that
          possibly ambiguous strings should fail. However,
          the existing c DateTime module does accept this
          format, so now this version does too for compatibility.
          NOTE THAT YOU ARE ALMOST CERTAIN TO HAVE PROBLEMS
          WITH THIS FORMAT AND SHOULD USE IT FOR COMPATIBILITY
          ONLY! Date strings with a day less than 13 will
          give incorrect results due to the abiguity.
      c5057458
  5. 19 May, 1997 1 commit
  6. 14 May, 1997 1 commit
  7. 08 May, 1997 4 commits
  8. 07 May, 1997 2 commits
  9. 06 May, 1997 1 commit
  10. 05 May, 1997 1 commit
  11. 30 Apr, 1997 2 commits
  12. 29 Apr, 1997 2 commits
  13. 27 Apr, 1997 1 commit
  14. 25 Apr, 1997 4 commits
  15. 24 Apr, 1997 4 commits
  16. 23 Apr, 1997 8 commits
  17. 22 Apr, 1997 3 commits