1. 24 Agu, 1998 3 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 5 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
    • Fred Drake's avatar
      Do the magic to use the new buttons (with shorter names!) instead of the old · 062bc6e5
      Fred Drake yazdı
      ones.  Get the <IMG> width & height right.  New design for the navigation
      bars, including the document title as well as the navigation links/buttons.
      062bc6e5
    • Jeremy Hylton's avatar
      Change interface to sendmail: if the destination address is a string · 31bb8cef
      Jeremy Hylton yazdı
      instead of a list, turn it into a list containing that string.  This
      avoids an apparently common newbie mistake -- passing in a single
      string for the destination and have it treated as a sequence of
      characters.
      31bb8cef
    • Fred Drake's avatar
      Add l2hinit.perl to COMMONPERL. · 54c52052
      Fred Drake yazdı
      54c52052