1. 06 Kas, 2011 1 kayıt (commit)
  2. 04 Eki, 2011 1 kayıt (commit)
  3. 23 Ock, 2010 1 kayıt (commit)
  4. 07 Ock, 2010 2 kayıt (commit)
  5. 24 Kas, 2009 2 kayıt (commit)
    • Alexandre Vassalotti's avatar
      Merged revisions 76499 via svnmerge from · 513c46e1
      Alexandre Vassalotti yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r76499 | alexandre.vassalotti | 2009-11-24 12:53:23 -0500 (Tue, 24 Nov 2009) | 9 lines
      
        Issue 7128: Removed reference to the non-existent copyreg module.
      
        The reference to copyreg was a unnoticed leftover from the compatibility
        support for the grand renaming of the standard library in Python 3. The
        compatibility support was reverted in r63493, but not completely as this
        patch shows.
      
        Based on a patch by Amaury Forgeot d'Arc.
      ........
      513c46e1
    • Alexandre Vassalotti's avatar
      Issue 7128: Removed reference to the non-existent copyreg module. · 8b2d713d
      Alexandre Vassalotti yazdı
      The reference to copyreg was a unnoticed leftover from the compatibility
      support for the grand renaming of the standard library in Python 3. The
      compatibility support was reverted in r63493, but not completely as this
      patch shows.
      
      Based on a patch by Amaury Forgeot d'Arc.
      8b2d713d
  6. 23 Tem, 2009 2 kayıt (commit)
  7. 30 Haz, 2009 1 kayıt (commit)
  8. 26 May, 2009 2 kayıt (commit)
  9. 02 May, 2009 1 kayıt (commit)
  10. 09 Nis, 2009 1 kayıt (commit)
    • Collin Winter's avatar
      Issue 5665: add more pickling tests. · f8089c77
      Collin Winter yazdı
      - Add tests for the module-level load() and dump() functions.
      - Add tests for cPickle's internal data structures, stressing workloads
      with many gets/puts.
      - Add tests for the Pickler and Unpickler classes, in particular the
      memo attribute.
      - test_xpickle is extended to test backwards compatibility with Python
      2.4, 2.5 and 2.6 by round-tripping pickled objects through a worker
      process. This is guarded with a regrtest -u xpickle resource.
      f8089c77
  11. 24 Ock, 2009 2 kayıt (commit)
  12. 27 Ara, 2008 4 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions… · 828a7066
      Benjamin Peterson yazdı
      Merged revisions 67898,67904-67907,67912,67918,67920-67921,67923-67924,67927,67930,67932,67943 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r67898 | benjamin.peterson | 2008-12-21 15:00:53 -0600 (Sun, 21 Dec 2008) | 1 line
      
        compute DISTVERSION with patchlevel.py
      ........
        r67904 | benjamin.peterson | 2008-12-22 14:44:58 -0600 (Mon, 22 Dec 2008) | 1 line
      
        less attitude
      ........
        r67905 | benjamin.peterson | 2008-12-22 14:51:15 -0600 (Mon, 22 Dec 2008) | 1 line
      
        fix #4720: the format to PyArg_ParseTupleAndKeywords can now start with '|'
      ........
        r67906 | benjamin.peterson | 2008-12-22 14:52:53 -0600 (Mon, 22 Dec 2008) | 1 line
      
        add NEWS note
      ........
        r67907 | benjamin.peterson | 2008-12-22 16:12:19 -0600 (Mon, 22 Dec 2008) | 1 line
      
        silence compiler warning
      ........
        r67912 | georg.brandl | 2008-12-23 06:37:21 -0600 (Tue, 23 Dec 2008) | 2 lines
      
        Fix missing "svn" command.
      ........
        r67918 | georg.brandl | 2008-12-23 09:44:25 -0600 (Tue, 23 Dec 2008) | 2 lines
      
        Markup fix.
      ........
        r67920 | benjamin.peterson | 2008-12-23 14:09:28 -0600 (Tue, 23 Dec 2008) | 1 line
      
        use a global variable, so the compiler doesn't optimize the assignment out
      ........
        r67921 | benjamin.peterson | 2008-12-23 14:12:33 -0600 (Tue, 23 Dec 2008) | 1 line
      
        make global static
      ........
        r67923 | benjamin.peterson | 2008-12-24 09:10:27 -0600 (Wed, 24 Dec 2008) | 1 line
      
        #4736 BufferRWPair.closed shouldn't try to call another property as a function
      ........
        r67924 | benjamin.peterson | 2008-12-24 10:10:05 -0600 (Wed, 24 Dec 2008) | 1 line
      
        pretend exceptions don't exist a while longer
      ........
        r67927 | benjamin.peterson | 2008-12-26 17:26:30 -0600 (Fri, 26 Dec 2008) | 1 line
      
        python version is included in file name now
      ........
        r67930 | hirokazu.yamamoto | 2008-12-26 22:19:48 -0600 (Fri, 26 Dec 2008) | 2 lines
      
        Issue #4740: Use HIGHEST_PROTOCOL in pickle test.
        (There is no behavior difference in 2.x because HIGHEST_PROTOCOL == 2)
      ........
        r67932 | alexandre.vassalotti | 2008-12-27 00:36:10 -0600 (Sat, 27 Dec 2008) | 5 lines
      
        Remove unnecessary casts related to unicode_decode_call_errorhandler.
        Make the _PyUnicode_Resize macro a static function.
      
        These changes are needed to avoid breaking strict aliasing rules.
      ........
        r67943 | alexandre.vassalotti | 2008-12-27 04:02:59 -0600 (Sat, 27 Dec 2008) | 2 lines
      
        Fix bogus unicode tests in pickletester.
      ........
      828a7066
    • Alexandre Vassalotti's avatar
      e57e9990
    • Alexandre Vassalotti's avatar
      Merged revisions 67934-67935 via svnmerge from · 966322f9
      Alexandre Vassalotti yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r67934 | alexandre.vassalotti | 2008-12-27 02:08:47 -0500 (Sat, 27 Dec 2008) | 4 lines
      
        Fix issue #4730: cPickle corrupts high-unicode strings.
        Update outdated copy of PyUnicode_EncodeRawUnicodeEscape.
        Add a test case.
      ........
        r67935 | alexandre.vassalotti | 2008-12-27 02:13:01 -0500 (Sat, 27 Dec 2008) | 2 lines
      
        Add Misc/NEWS entry for r67934.
      ........
      966322f9
    • Alexandre Vassalotti's avatar
      Fix issue #4730: cPickle corrupts high-unicode strings. · f852bf97
      Alexandre Vassalotti yazdı
      Update outdated copy of PyUnicode_EncodeRawUnicodeEscape.
      Add a test case.
      f852bf97
  13. 30 Eki, 2008 3 kayıt (commit)
  14. 20 May, 2008 1 kayıt (commit)
  15. 11 May, 2008 1 kayıt (commit)
  16. 15 Mar, 2007 2 kayıt (commit)
  17. 30 Nis, 2006 1 kayıt (commit)
  18. 27 Tem, 2004 1 kayıt (commit)
  19. 28 Eki, 2003 1 kayıt (commit)
  20. 02 Mar, 2003 2 kayıt (commit)
  21. 18 Şub, 2003 1 kayıt (commit)
  22. 15 Şub, 2003 1 kayıt (commit)
    • 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
  23. 14 Şub, 2003 1 kayıt (commit)
  24. 13 Şub, 2003 3 kayıt (commit)
  25. 11 Şub, 2003 2 kayıt (commit)