1. 24 Agu, 1998 6 kayıt (commit)
  2. 23 Agu, 1998 1 kayıt (commit)
  3. 21 Agu, 1998 2 kayıt (commit)
  4. 20 Agu, 1998 10 kayıt (commit)
  5. 19 Agu, 1998 1 kayıt (commit)
  6. 18 Agu, 1998 13 kayıt (commit)
  7. 17 Agu, 1998 2 kayıt (commit)
  8. 14 Agu, 1998 3 kayıt (commit)
  9. 13 Agu, 1998 2 kayıt (commit)
    • Jeremy Hylton's avatar
      Enter Jim Fulton's latest version. He writes: · ce616e40
      Jeremy Hylton yazdı
      I had to make a slight diddle to work with Python 1.4, which
      we and some of our customers are still using. :(
      
      I've also made a few minor enhancements:
      
        - You can now both get and set the memo using a 'memo'
          attribute.  This is handy for certain advanced applications
          that we have.
      
        - Added a 'binary' attribute to get and set the binary
          mode for a pickler.
      
        - Added a somewhat experimental 'fast' attribute.  When this
          is set, objects are not placed in the memo during pickling.
          This should lead to faster pickling and smaller pickles in
          cases where:
      
            o you *know* there are no circular references, and
      
            o either you've:
      
              - preloaded the memo with class information
                by pickling classes in non-fast mode or by
                manipilating the memo directly, or
      
              - aren't pickling instances.
      ce616e40
    • Fred Drake's avatar
      Don't need these anymore.... · 7cfca6de
      Fred Drake yazdı
      7cfca6de