1. 23 Feb, 2010 3 commits
    • Tarek Ziadé's avatar
      Blocked revisions 78359-78360 via svnmerge · bddebba4
      Tarek Ziadé authored
      ........
        r78359 | tarek.ziade | 2010-02-23 00:16:41 -0500 (Tue, 23 Feb 2010) | 1 line
      
        added make_archive (and secondary APIs) to shutil
      ........
        r78360 | tarek.ziade | 2010-02-23 00:20:22 -0500 (Tue, 23 Feb 2010) | 1 line
      
        added a note on shutil new APIs
      ........
      bddebba4
    • Tarek Ziadé's avatar
      Blocked revisions 78354 via svnmerge · 69e1b238
      Tarek Ziadé authored
      ........
        r78354 | tarek.ziade | 2010-02-22 23:57:05 -0500 (Mon, 22 Feb 2010) | 1 line
      
        removed debugging code
      ........
      69e1b238
    • Tarek Ziadé's avatar
      Blocked revisions 77949 via svnmerge · 6634165b
      Tarek Ziadé authored
      ........
        r77949 | tarek.ziade | 2010-02-03 10:38:12 -0500 (Wed, 03 Feb 2010) | 1 line
      
        leaving global attributes for backward compat
      ........
      6634165b
  2. 22 Feb, 2010 8 commits
  3. 21 Feb, 2010 5 commits
  4. 20 Feb, 2010 3 commits
  5. 19 Feb, 2010 1 commit
  6. 18 Feb, 2010 2 commits
    • Martin v. Löwis's avatar
      Merged revisions 78213,78215 via svnmerge from · 7f898e3d
      Martin v. Löwis authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78213 | martin.v.loewis | 2010-02-18 10:22:20 +0100 (Do, 18 Feb 2010) | 3 lines
      
        Stop providing crtassem.h symbols when compiling with
        Visual Studio 2010, as msvcr100.dll is not a platform
        assembly anymore.
      ........
        r78215 | martin.v.loewis | 2010-02-18 13:45:45 +0100 (Do, 18 Feb 2010) | 1 line
      
        Move bsddb47 macros before their use, to make VS 2010 happy.
      ........
      7f898e3d
    • Mark Dickinson's avatar
      Blocked revisions 78217-78218 via svnmerge · af211c85
      Mark Dickinson authored
      ........
        r78217 | mark.dickinson | 2010-02-18 14:27:02 +0000 (Thu, 18 Feb 2010) | 5 lines
      
        Issue #7633: Context method in the decimal module (with the exception
        of the 'canonical' and 'is_canonical' methods) now consistently accept
        integer arguments wherever a Decimal instance is accepted.  Thanks
        Juan José Conti for the patch.
      ........
        r78218 | mark.dickinson | 2010-02-18 14:45:33 +0000 (Thu, 18 Feb 2010) | 1 line
      
        Doctest fixes for decimal.py:  add an integer-argument doctest for logical_invert;  don't use integer literals with a leading zero.
      ........
      af211c85
  7. 16 Feb, 2010 1 commit
  8. 15 Feb, 2010 3 commits
  9. 14 Feb, 2010 4 commits
  10. 12 Feb, 2010 1 commit
    • Mark Dickinson's avatar
      Blocked revisions 78166 via svnmerge · 203398fe
      Mark Dickinson authored
      ........
        r78166 | mark.dickinson | 2010-02-12 21:16:38 +0000 (Fri, 12 Feb 2010) | 1 line
      
        Check that 'd' isn't allowed as an exponent specifier in inputs to the float function.
      ........
      203398fe
  11. 11 Feb, 2010 5 commits
  12. 10 Feb, 2010 1 commit
    • R. David Murray's avatar
      Merged revisions 78137 via svnmerge from · 2070be82
      R. David Murray authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78137 | r.david.murray | 2010-02-10 17:42:04 -0500 (Wed, 10 Feb 2010) | 8 lines
      
        Issue 7835:  Shelve's __del__ method calls its close method, and its
        close method refers to an identifier in the global module namespace.
        This means that when __del__ is called during interpreter shutdown (if,
        for example, the calling program still has a pointer to the shelf),
        sometimes that global identifier would wind up being None, causing
        mysterious 'ignored' exceptions.  This patch checks for the possible None
        value first before using the global, thus avoiding the error messages.
      ........
      2070be82
  13. 07 Feb, 2010 3 commits