1. 23 Feb, 2010 5 commits
    • Tarek Ziadé's avatar
      Blocked revisions 78367 via svnmerge · ebcc9ad2
      Tarek Ziadé authored
      ........
        r78367 | tarek.ziade | 2010-02-23 00:53:05 -0500 (Tue, 23 Feb 2010) | 1 line
      
        fixed #5801: removed spurious empty lines in wsgiref
      ........
      ebcc9ad2
    • Tarek Ziadé's avatar
      Blocked revisions 78364 via svnmerge · d31202a4
      Tarek Ziadé authored
      ........
        r78364 | tarek.ziade | 2010-02-23 00:36:41 -0500 (Tue, 23 Feb 2010) | 1 line
      
        completed the __all__ list and changed the module doctest
      ........
      d31202a4
    • Tarek Ziadé's avatar
      Blocked revisions 78359-78360 via svnmerge · acdd07e2
      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
      ........
      acdd07e2
    • Tarek Ziadé's avatar
      Blocked revisions 78354 via svnmerge · 5479a382
      Tarek Ziadé authored
      ........
        r78354 | tarek.ziade | 2010-02-22 23:57:05 -0500 (Mon, 22 Feb 2010) | 1 line
      
        removed debugging code
      ........
      5479a382
    • Tarek Ziadé's avatar
      Blocked revisions 77949 via svnmerge · c5cf6c99
      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
      ........
      c5cf6c99
  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 · 5018571f
      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.
      ........
      5018571f
    • Mark Dickinson's avatar
      Blocked revisions 78217-78218 via svnmerge · bfd701f1
      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.
      ........
      bfd701f1
  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 · 3c82f331
      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.
      ........
      3c82f331
  11. 11 Feb, 2010 5 commits
  12. 10 Feb, 2010 1 commit
    • R. David Murray's avatar
      Merged revisions 78137 via svnmerge from · 8dd70ce6
      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.
      ........
      8dd70ce6
  13. 07 Feb, 2010 1 commit