1. 15 Şub, 2003 2 kayıt (commit)
    • Neal Norwitz's avatar
    • Tim Peters's avatar
      cPickle.c, load_build(): Taught cPickle how to pick apart · 080c88b9
      Tim Peters yazdı
      the optional proto 2 slot state.
      
      pickle.py, load_build():  CAUTION:  Noted that cPickle's
      load_build and pickle's load_build really don't do the same
      things with the state, and didn't before this patch either.
      cPickle never tries to do .update(), and has no backoff if
      instance.__dict__ can't be retrieved.  There are no tests
      that can tell the difference, and part of what cPickle's
      load_build() did looked accidental to me, so I don't know
      what the true intent is here.
      
      pickletester.py, test_pickle.py:  Got rid of the hack for
      exempting cPickle from running some of the proto 2 tests.
      
      dictobject.c, PyDict_Next():  documented intended use.
      080c88b9
  2. 14 Şub, 2003 1 kayıt (commit)
  3. 13 Şub, 2003 5 kayıt (commit)
  4. 12 Şub, 2003 1 kayıt (commit)
  5. 11 Şub, 2003 2 kayıt (commit)
  6. 05 Şub, 2003 2 kayıt (commit)
  7. 04 Şub, 2003 7 kayıt (commit)
  8. 03 Şub, 2003 2 kayıt (commit)
  9. 02 Şub, 2003 10 kayıt (commit)
  10. 01 Şub, 2003 6 kayıt (commit)
  11. 31 Ock, 2003 1 kayıt (commit)
  12. 06 Ock, 2003 1 kayıt (commit)
    • Jason Tishler's avatar
      Patch #661760: Cygwin auto-import module patch · fb8595df
      Jason Tishler yazdı
      The attached patch enables shared extension
      modules to build cleanly under Cygwin without
      moving the static initialization of certain function
      pointers (i.e., ones exported from the Python
      DLL core) to a module initialization function.
      
      Additionally, this patch fixes the modules that
      have been changed in the past to accommodate
      Cygwin.
      fb8595df