1. 25 Eyl, 2009 1 kayıt (commit)
  2. 24 Eyl, 2009 1 kayıt (commit)
  3. 23 Eyl, 2009 2 kayıt (commit)
  4. 22 Eyl, 2009 4 kayıt (commit)
  5. 21 Eyl, 2009 6 kayıt (commit)
  6. 20 Eyl, 2009 10 kayıt (commit)
  7. 19 Eyl, 2009 3 kayıt (commit)
  8. 18 Eyl, 2009 6 kayıt (commit)
  9. 17 Eyl, 2009 3 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions 74621,74823-74824,74868,74877-74878 via svnmerge from · a3594748
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r74621 | georg.brandl | 2009-09-01 10:06:03 +0200 (Di, 01 Sep 2009) | 1 line
      
        #6638: fix wrong parameter name and markup a class.
      ........
        r74823 | georg.brandl | 2009-09-16 15:06:22 +0200 (Mi, 16 Sep 2009) | 1 line
      
        Remove strange trailing commas.
      ........
        r74824 | georg.brandl | 2009-09-16 15:11:06 +0200 (Mi, 16 Sep 2009) | 1 line
      
        #6892: fix optparse example involving help option.
      ........
        r74868 | georg.brandl | 2009-09-17 12:23:02 +0200 (Do, 17 Sep 2009) | 2 lines
      
        String values should be shown with quotes, to avoid confusion with constants.
      ........
        r74877 | georg.brandl | 2009-09-17 18:26:06 +0200 (Do, 17 Sep 2009) | 1 line
      
        Remove duplicate doc of enable/disable_interspersed_args.
      ........
        r74878 | georg.brandl | 2009-09-17 19:14:04 +0200 (Do, 17 Sep 2009) | 1 line
      
        Make the optparse doc style a bit more standard: use standard description units for attrs/methods/etc., and use the correct referencing roles.
      ........
      a3594748
    • Georg Brandl's avatar
      Merged revisions 74873 via svnmerge from · 01526333
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r74873 | georg.brandl | 2009-09-17 13:48:31 +0200 (Do, 17 Sep 2009) | 1 line
      
        #6844 followup: the warning when setting Exception.message was removed, do not test for it.
      ........
      01526333
    • Georg Brandl's avatar
      Merged revisions 74869 via svnmerge from · f7a09bec
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r74869 | georg.brandl | 2009-09-17 13:28:09 +0200 (Do, 17 Sep 2009) | 4 lines
      
        Issue #6922: Fix an infinite loop when trying to decode an invalid
        UTF-32 stream with a non-raising error handler like "replace" or "ignore".
      ........
      f7a09bec
  10. 16 Eyl, 2009 4 kayıt (commit)
    • Mark Dickinson's avatar
      Blocked revisions 74853 via svnmerge · ecc66d84
      Mark Dickinson yazdı
      ........
        r74853 | mark.dickinson | 2009-09-16 23:10:56 +0100 (Wed, 16 Sep 2009) | 5 lines
      
        Issue #6713:  Improve performance of str(n) and repr(n) for integers n
        (up to 3.1 times faster in tests), by special-casing base 10 in
        _PyLong_Format.  (Backport of r74851 from py3k.)
      ........
      ecc66d84
    • Thomas Wouters's avatar
      Add news entry for r74842. · 1170b998
      Thomas Wouters yazdı
      1170b998
    • Georg Brandl's avatar
      Merged revisions 74845 via svnmerge from · 8997103b
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r74845 | georg.brandl | 2009-09-16 22:30:09 +0200 (Mi, 16 Sep 2009) | 5 lines
      
        #6844: do not emit DeprecationWarnings on access if Exception.message has been set by the user.
      
        This works by always setting it in __dict__, except when it's implicitly set in __init__.
      ........
      8997103b
    • Mark Dickinson's avatar
      Blocked revisions 74843 via svnmerge · 6bb97a2e
      Mark Dickinson yazdı
      ........
        r74843 | mark.dickinson | 2009-09-16 21:26:31 +0100 (Wed, 16 Sep 2009) | 4 lines
      
        Remove outdated include; this include was breaking OS X builds using
        non-Apple gcc4.3 and gcc4.4 (because CoreFoundation/CoreFoundation.h
        won't compile under non-Apple gcc).
      ........
      6bb97a2e