1. 01 Tem, 2016 1 kayıt (commit)
  2. 06 Eki, 2012 1 kayıt (commit)
  3. 25 Şub, 2011 1 kayıt (commit)
  4. 23 Şub, 2011 1 kayıt (commit)
  5. 04 Ara, 2010 1 kayıt (commit)
  6. 02 Agu, 2010 1 kayıt (commit)
  7. 11 Şub, 2010 4 kayıt (commit)
    • R. David Murray's avatar
      Merged revisions 78145 via svnmerge from · 733ecdcc
      R. David Murray yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r78145 | r.david.murray | 2010-02-10 21:42:19 -0500 (Wed, 10 Feb 2010) | 18 lines
      
        Merged revisions 78141-78142 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r78141 | r.david.murray | 2010-02-10 20:38:42 -0500 (Wed, 10 Feb 2010) | 6 lines
      
          Issue 5754:  tweak shelve doc wording to make it clearer that even when
          writeback=True values are written to the backing store when assigned to
          the shelf.  Add test to confirm that this happens.  Doc patch and added
          test by Robert Lehmann.  I also fixed the cross references to the sync
          and close methods.
        ........
          r78142 | r.david.murray | 2010-02-10 20:56:42 -0500 (Wed, 10 Feb 2010) | 3 lines
      
          Improve issue 7835 fix per MAL to handle the case that the
          module dictionary has also been cleared.
        ........
      ................
      733ecdcc
    • R. David Murray's avatar
      Merged revisions 78141-78142 via svnmerge from · ddb3ed00
      R. David Murray yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78141 | r.david.murray | 2010-02-10 20:38:42 -0500 (Wed, 10 Feb 2010) | 6 lines
      
        Issue 5754:  tweak shelve doc wording to make it clearer that even when
        writeback=True values are written to the backing store when assigned to
        the shelf.  Add test to confirm that this happens.  Doc patch and added
        test by Robert Lehmann.  I also fixed the cross references to the sync
        and close methods.
      ........
        r78142 | r.david.murray | 2010-02-10 20:56:42 -0500 (Wed, 10 Feb 2010) | 3 lines
      
        Improve issue 7835 fix per MAL to handle the case that the
        module dictionary has also been cleared.
      ........
      ddb3ed00
    • R. David Murray's avatar
      Merged revisions 78141-78142 via svnmerge from · b92a305d
      R. David Murray yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78141 | r.david.murray | 2010-02-10 20:38:42 -0500 (Wed, 10 Feb 2010) | 6 lines
      
        Issue 5754:  tweak shelve doc wording to make it clearer that even when
        writeback=True values are written to the backing store when assigned to
        the shelf.  Add test to confirm that this happens.  Doc patch and added
        test by Robert Lehmann.  I also fixed the cross references to the sync
        and close methods.
      ........
        r78142 | r.david.murray | 2010-02-10 20:56:42 -0500 (Wed, 10 Feb 2010) | 3 lines
      
        Improve issue 7835 fix per MAL to handle the case that the
        module dictionary has also been cleared.
      ........
      b92a305d
    • R. David Murray's avatar
      Issue 5754: tweak shelve doc wording to make it clearer that even when · 7c29f071
      R. David Murray yazdı
      writeback=True values are written to the backing store when assigned to
      the shelf.  Add test to confirm that this happens.  Doc patch and added
      test by Robert Lehmann.  I also fixed the cross references to the sync
      and close methods.
      7c29f071
  8. 30 Ock, 2010 1 kayıt (commit)
  9. 08 Ock, 2010 2 kayıt (commit)
  10. 31 Tem, 2008 1 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions 65209-65216,65225-65226,65233,65239,65246-65247,65255-65256 via svnmerge from · d6313715
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r65209 | raymond.hettinger | 2008-07-23 19:08:18 -0500 (Wed, 23 Jul 2008) | 1 line
      
        Finish-up the partial conversion from int to Py_ssize_t for deque indices and length.
      ........
        r65210 | raymond.hettinger | 2008-07-23 19:53:49 -0500 (Wed, 23 Jul 2008) | 1 line
      
        Parse to the correct datatype.
      ........
        r65211 | benjamin.peterson | 2008-07-23 21:27:46 -0500 (Wed, 23 Jul 2008) | 1 line
      
        fix spacing
      ........
        r65212 | benjamin.peterson | 2008-07-23 21:31:28 -0500 (Wed, 23 Jul 2008) | 1 line
      
        fix markup
      ........
        r65213 | benjamin.peterson | 2008-07-23 21:45:37 -0500 (Wed, 23 Jul 2008) | 1 line
      
        add some documentation for 2to3
      ........
        r65214 | raymond.hettinger | 2008-07-24 00:38:48 -0500 (Thu, 24 Jul 2008) | 1 line
      
        Finish conversion from int to Py_ssize_t.
      ........
        r65215 | raymond.hettinger | 2008-07-24 02:04:55 -0500 (Thu, 24 Jul 2008) | 1 line
      
        Convert from long to Py_ssize_t.
      ........
        r65216 | georg.brandl | 2008-07-24 02:09:21 -0500 (Thu, 24 Jul 2008) | 2 lines
      
        Fix indentation.
      ........
        r65225 | benjamin.peterson | 2008-07-25 11:55:37 -0500 (Fri, 25 Jul 2008) | 1 line
      
        teach .bzrignore about doc tools
      ........
        r65226 | benjamin.peterson | 2008-07-25 12:02:11 -0500 (Fri, 25 Jul 2008) | 1 line
      
        document default value for fillvalue
      ........
        r65233 | raymond.hettinger | 2008-07-25 13:43:33 -0500 (Fri, 25 Jul 2008) | 1 line
      
        Issue 1592:  Better error reporting for operations on closed shelves.
      ........
        r65239 | benjamin.peterson | 2008-07-25 16:59:53 -0500 (Fri, 25 Jul 2008) | 1 line
      
        fix indentation
      ........
        r65246 | andrew.kuchling | 2008-07-26 08:08:19 -0500 (Sat, 26 Jul 2008) | 1 line
      
        This sentence continues to bug me; rewrite it for the second time
      ........
        r65247 | andrew.kuchling | 2008-07-26 08:09:06 -0500 (Sat, 26 Jul 2008) | 1 line
      
        Remove extra words
      ........
        r65255 | skip.montanaro | 2008-07-26 19:49:02 -0500 (Sat, 26 Jul 2008) | 3 lines
      
        Close issue 3437 - missing state change when Allow lines are processed.
        Adds test cases which use Allow: as well.
      ........
        r65256 | skip.montanaro | 2008-07-26 19:50:41 -0500 (Sat, 26 Jul 2008) | 2 lines
      
        note robotparser bug fix.
      ........
      d6313715
  11. 25 Tem, 2008 1 kayıt (commit)
  12. 26 May, 2008 1 kayıt (commit)
  13. 20 May, 2008 1 kayıt (commit)
  14. 18 Mar, 2008 1 kayıt (commit)
  15. 04 Şub, 2008 1 kayıt (commit)
  16. 29 Agu, 2007 1 kayıt (commit)
  17. 24 Agu, 2007 1 kayıt (commit)
  18. 11 Agu, 2007 1 kayıt (commit)
  19. 18 May, 2007 2 kayıt (commit)
  20. 05 Ara, 2004 1 kayıt (commit)
  21. 02 Haz, 2004 1 kayıt (commit)
  22. 31 May, 2004 1 kayıt (commit)
  23. 10 May, 2003 1 kayıt (commit)
  24. 01 May, 2003 1 kayıt (commit)
  25. 19 Nis, 2003 1 kayıt (commit)
  26. 09 Mar, 2003 1 kayıt (commit)
    • Raymond Hettinger's avatar
      SF patch #667730: More DictMixin · 2c2d3228
      Raymond Hettinger yazdı
      * Adds missing pop() methods to weakref.py
      * Expands test suite to broaden coverage of objects with
        a mapping interface.
      
      Contributed by Sebastien Keim.
      2c2d3228
  27. 24 Ara, 2002 1 kayıt (commit)
  28. 08 Ara, 2002 1 kayıt (commit)
    • Skip Montanaro's avatar
      Add support for binary pickles to the shelve module. In some situations · 3bf99e3e
      Skip Montanaro yazdı
      this can result in significantly smaller files.  All classes as well as the
      open function now accept an optional binary parameter, which defaults to
      False for backward compatibility.  Added a small test suite, updated the
      libref documentation (including documenting the exported classes and fixing
      a few other nits) and added a note about the change to Misc/NEWS.
      3bf99e3e