1. 17 Feb, 2003 2 commits
    • Andrew MacIntyre's avatar
      Patch 686397: · 22733841
      Andrew MacIntyre authored
      move definition of platform dependent path related variables from os.py
      to platform dependent path modules (ntpath, etc).
      22733841
    • Andrew MacIntyre's avatar
      Tweak to Skip's checkin of patch 686397: · ac5ef426
      Andrew MacIntyre authored
      - 'os2' references in ntpath.py relate to the VACPP port, not the EMX port;
      - the VACPP port uses the same defpath as all other ntpath.py supported
        platforms except 'ce'.
      ac5ef426
  2. 16 Feb, 2003 4 commits
  3. 15 Feb, 2003 3 commits
    • Neal Norwitz's avatar
      7c2e0baa
    • Neal Norwitz's avatar
      Add closing ) in comment · d4625e70
      Neal Norwitz authored
      d4625e70
    • Tim Peters's avatar
      cPickle.c, load_build(): Taught cPickle how to pick apart · 33d9db97
      Tim Peters authored
      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.
      33d9db97
  4. 14 Feb, 2003 16 commits
  5. 13 Feb, 2003 15 commits