1. 24 Şub, 2010 2 kayıt (commit)
    • R. David Murray's avatar
      Blocked revisions 78403 via svnmerge · 24988ab2
      R. David Murray yazdı
      ........
        r78403 | r.david.murray | 2010-02-23 21:08:28 -0500 (Tue, 23 Feb 2010) | 3 lines
      
        The primary copy of lib2to3 is not trunk, so the lib2to3 change
        should not have been included in the -OO patch, back it out.
      ........
      24988ab2
    • R. David Murray's avatar
      Blocked revisions 78351 via svnmerge · 6892fbd6
      R. David Murray yazdı
      ........
        r78351 | r.david.murray | 2010-02-22 19:24:49 -0500 (Mon, 22 Feb 2010) | 5 lines
      
        Issue 6292: for the moment at least, the test suite passes if run
        with -OO.  Tests requiring docstrings are skipped.  Patch by
        Brian Curtin, thanks to Matias Torchinsky for helping review and
        improve the patch.
      ........
      6892fbd6
  2. 23 Şub, 2010 9 kayıt (commit)
    • Victor Stinner's avatar
      Merged revisions 78392 via svnmerge from · f7270ba5
      Victor Stinner yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78392 | victor.stinner | 2010-02-24 00:16:07 +0100 (mer., 24 févr. 2010) | 4 lines
      
        Issue #7649: Fix u'%c' % char for character in range 0x80..0xFF
      
        => raise an UnicodeDecodeError. Patch written by Ezio Melotti.
      ........
      f7270ba5
    • R. David Murray's avatar
      Blocked revisions 78384 via svnmerge · 35523dc8
      R. David Murray yazdı
      ........
        r78384 | dirkjan.ochtman | 2010-02-23 16:09:52 -0500 (Tue, 23 Feb 2010) | 4 lines
      
        Fix #1537721: add writeheader() method to csv.DictWriter.
      
        Reviewed by skip.montanaro and thomas.wouters.
      ........
      35523dc8
    • Thomas Heller's avatar
      Merged revisions 78380 via svnmerge from · d517d084
      Thomas Heller yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78380 | thomas.heller | 2010-02-23 21:11:44 +0100 (Di, 23 Feb 2010) | 4 lines
      
        ctypes CThunkObject was not registered correctly with the cycle
        garbage collector, leading to possible leaks when using callback
        functions.
      ........
      d517d084
    • Mark Dickinson's avatar
      Blocked revisions 78372-78373 via svnmerge · c9081b39
      Mark Dickinson yazdı
      ........
        r78372 | mark.dickinson | 2010-02-23 12:53:52 +0000 (Tue, 23 Feb 2010) | 1 line
      
        Make global variable overflowok into a keyword argument;  this fixes a failure when running ./python -m test.regrtest -R 3:2: test_format
      ........
        r78373 | mark.dickinson | 2010-02-23 13:06:50 +0000 (Tue, 23 Feb 2010) | 1 line
      
        Fix spacing nit.  Thanks Eric Smith for the public humiliation.
      ........
      c9081b39
    • Tarek Ziadé's avatar
      Blocked revisions 78367 via svnmerge · 365bc6cf
      Tarek Ziadé yazdı
      ........
        r78367 | tarek.ziade | 2010-02-23 00:53:05 -0500 (Tue, 23 Feb 2010) | 1 line
      
        fixed #5801: removed spurious empty lines in wsgiref
      ........
      365bc6cf
    • Tarek Ziadé's avatar
      Blocked revisions 78364 via svnmerge · 41039775
      Tarek Ziadé yazdı
      ........
        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
      ........
      41039775
    • Tarek Ziadé's avatar
      Blocked revisions 78359-78360 via svnmerge · bddebba4
      Tarek Ziadé yazdı
      ........
        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é yazdı
      ........
        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é yazdı
      ........
        r77949 | tarek.ziade | 2010-02-03 10:38:12 -0500 (Wed, 03 Feb 2010) | 1 line
      
        leaving global attributes for backward compat
      ........
      6634165b
  3. 22 Şub, 2010 8 kayıt (commit)
  4. 21 Şub, 2010 5 kayıt (commit)
  5. 20 Şub, 2010 3 kayıt (commit)
  6. 19 Şub, 2010 1 kayıt (commit)
  7. 18 Şub, 2010 2 kayıt (commit)
    • Martin v. Löwis's avatar
      Merged revisions 78213,78215 via svnmerge from · 7f898e3d
      Martin v. Löwis yazdı
      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 yazdı
      ........
        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
  8. 16 Şub, 2010 1 kayıt (commit)
  9. 15 Şub, 2010 3 kayıt (commit)
  10. 14 Şub, 2010 4 kayıt (commit)
  11. 12 Şub, 2010 1 kayıt (commit)
    • Mark Dickinson's avatar
      Blocked revisions 78166 via svnmerge · 203398fe
      Mark Dickinson yazdı
      ........
        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
  12. 11 Şub, 2010 1 kayıt (commit)