1. 21 Mar, 2009 7 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions… · f07d0026
      Benjamin Peterson yazdı
      Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-70406,70418,70438,70464,70468 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r70342 | georg.brandl | 2009-03-13 14:03:58 -0500 (Fri, 13 Mar 2009) | 1 line
      
        #5486: typos.
      ........
        r70385 | benjamin.peterson | 2009-03-15 09:38:55 -0500 (Sun, 15 Mar 2009) | 1 line
      
        fix tuple.index() error message #5495
      ........
        r70386 | georg.brandl | 2009-03-15 16:32:06 -0500 (Sun, 15 Mar 2009) | 1 line
      
        #5496: fix docstring of lookup().
      ........
        r70387 | georg.brandl | 2009-03-15 16:37:16 -0500 (Sun, 15 Mar 2009) | 1 line
      
        #5493: clarify __nonzero__ docs.
      ........
        r70389 | georg.brandl | 2009-03-15 16:43:38 -0500 (Sun, 15 Mar 2009) | 1 line
      
        Fix a small nit in the error message if bool() falls back on __len__ and it returns the wrong type: it would tell the user that __nonzero__ should return bool or int.
      ........
        r70390 | georg.brandl | 2009-03-15 16:44:43 -0500 (Sun, 15 Mar 2009) | 1 line
      
        #5491: clarify nested() semantics.
      ........
        r70392 | georg.brandl | 2009-03-15 16:46:00 -0500 (Sun, 15 Mar 2009) | 1 line
      
        #5488: add missing struct member.
      ........
        r70393 | georg.brandl | 2009-03-15 16:47:42 -0500 (Sun, 15 Mar 2009) | 1 line
      
        #5478: fix copy-paste oversight in function signature.
      ........
        r70395 | georg.brandl | 2009-03-15 16:51:48 -0500 (Sun, 15 Mar 2009) | 1 line
      
        #5276: document IDLESTARTUP and .Idle.py.
      ........
        r70400 | georg.brandl | 2009-03-15 16:59:37 -0500 (Sun, 15 Mar 2009) | 3 lines
      
        Fix markup in re docs and give a mail address in regex howto, so that
        the recommendation to send suggestions to the author can be followed.
      ........
        r70405 | georg.brandl | 2009-03-15 17:11:07 -0500 (Sun, 15 Mar 2009) | 7 lines
      
        Move the previously local import of threading to module level.
      
        This is cleaner and avoids lockups in obscure cases where a Queue
        is instantiated while the import lock is already held by another thread.
      
        OKed by Tim Peters.
      ........
        r70406 | hirokazu.yamamoto | 2009-03-15 17:43:14 -0500 (Sun, 15 Mar 2009) | 1 line
      
        Added skip for old MSVC.
      ........
        r70418 | georg.brandl | 2009-03-16 14:42:03 -0500 (Mon, 16 Mar 2009) | 1 line
      
        Add token markup.
      ........
        r70438 | benjamin.peterson | 2009-03-17 15:29:51 -0500 (Tue, 17 Mar 2009) | 1 line
      
        I thought this was begging for an example
      ........
        r70464 | benjamin.peterson | 2009-03-18 15:58:09 -0500 (Wed, 18 Mar 2009) | 1 line
      
        a much better example
      ........
        r70468 | benjamin.peterson | 2009-03-18 22:04:31 -0500 (Wed, 18 Mar 2009) | 1 line
      
        close files after comparing them
      ........
      f07d0026
    • Benjamin Peterson's avatar
      Blocked revisions… · 839d6cac
      Benjamin Peterson yazdı
      Blocked revisions 70286,70290,70292-70293,70295-70296,70298,70300,70305,70315,70319,70466,70470,70472-70473,70475,70477,70479,70485 via svnmerge
      
      ........
        r70286 | raymond.hettinger | 2009-03-09 19:06:05 -0500 (Mon, 09 Mar 2009) | 1 line
      
        Fix markup.
      ........
        r70290 | raymond.hettinger | 2009-03-09 20:07:30 -0500 (Mon, 09 Mar 2009) | 1 line
      
        Update url for the spec.
      ........
        r70292 | raymond.hettinger | 2009-03-09 23:40:24 -0500 (Mon, 09 Mar 2009) | 1 line
      
        Clarify the meaning of normal and subnormal.
      ........
        r70293 | raymond.hettinger | 2009-03-09 23:49:21 -0500 (Mon, 09 Mar 2009) | 1 line
      
        Add a version tag to the decimal module.
      ........
        r70295 | raymond.hettinger | 2009-03-10 03:16:05 -0500 (Tue, 10 Mar 2009) | 1 line
      
        Update the decimal FAQ for the from_float() classmethod and improve the recipe for remove_exponent() to make it cut and pasteable.
      ........
        r70296 | raymond.hettinger | 2009-03-10 04:31:48 -0500 (Tue, 10 Mar 2009) | 1 line
      
        Small optimization for corner case where maxlen==0.
      ........
        r70298 | raymond.hettinger | 2009-03-10 07:50:59 -0500 (Tue, 10 Mar 2009) | 1 line
      
        For collections.deque() objects, expose the maxlen parameter as a read-only attribute.
      ........
        r70300 | raymond.hettinger | 2009-03-10 08:04:30 -0500 (Tue, 10 Mar 2009) | 1 line
      
        Fix typo.
      ........
        r70305 | brett.cannon | 2009-03-10 23:51:06 -0500 (Tue, 10 Mar 2009) | 5 lines
      
        Require implementations for warnings.showwarning() support the 'line' argument.
        Was a DeprecationWarning for not supporting it since Python 2.6.
      
        Closes issue #3652.
      ........
        r70315 | raymond.hettinger | 2009-03-11 19:25:03 -0500 (Wed, 11 Mar 2009) | 1 line
      
        Add reference to solution for a commonly asked question.
      ........
        r70319 | raymond.hettinger | 2009-03-11 19:31:58 -0500 (Wed, 11 Mar 2009) | 1 line
      
        Issue 5477: Fix buglet in the itertools documentation.
      ........
        r70466 | raymond.hettinger | 2009-03-18 17:13:20 -0500 (Wed, 18 Mar 2009) | 1 line
      
        Use mixin methods where possible. (2.7 only -- these don't all exist in 3.0)
      ........
        r70470 | raymond.hettinger | 2009-03-19 10:21:10 -0500 (Thu, 19 Mar 2009) | 6 lines
      
        Improve implementation with better underlying data structure
        for O(1) deletions.  Big-Oh performance now the same as regular
        dictionaries.  Uses a doubly-linked list instead of a list/seq
        to track insertion order.
      ........
        r70472 | raymond.hettinger | 2009-03-19 14:24:43 -0500 (Thu, 19 Mar 2009) | 1 line
      
        Silence a compiler warning.
      ........
        r70473 | raymond.hettinger | 2009-03-19 14:59:58 -0500 (Thu, 19 Mar 2009) | 6 lines
      
        * Add clearer comment to initialization code.
        * Add optional argument to popitem() -- modeled
          after Anthon van der Neut's C version.
        * Fix method markup in docs.
      ........
        r70475 | raymond.hettinger | 2009-03-19 18:12:41 -0500 (Thu, 19 Mar 2009) | 6 lines
      
        * Add implementation notes.
        * Re-order methods so that those touching the underlying data
          structure come first and the derived methods come last.
      ........
        r70477 | raymond.hettinger | 2009-03-19 18:22:25 -0500 (Thu, 19 Mar 2009) | 1 line
      
        Fix typo
      ........
        r70479 | mark.dickinson | 2009-03-20 10:51:55 -0500 (Fri, 20 Mar 2009) | 3 lines
      
        Issue #4258:  Use 30-bit digits for Python longs, on 64-bit platforms.
        Backport of r70459.
      ........
        r70485 | raymond.hettinger | 2009-03-20 13:25:49 -0500 (Fri, 20 Mar 2009) | 1 line
      
        Add MutableSet example.
      ........
      839d6cac
    • Hirokazu Yamamoto's avatar
      Merged revisions 70499 via svnmerge from · 35302466
      Hirokazu Yamamoto yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r70499 | hirokazu.yamamoto | 2009-03-21 19:32:52 +0900 | 1 line
      
        There is no macro named SIZEOF_SSIZE_T. Should use SIZEOF_SIZE_T instead.
      ........
      35302466
    • Mark Dickinson's avatar
    • Mark Dickinson's avatar
      - Issue #5463: In struct module, remove deprecated overflow wrapping · ae681df4
      Mark Dickinson yazdı
        when packing an integer: for example, struct.pack('=L', -1) now
        raises struct.error instead of returning b'\xff\xff\xff\xff'.
      
        Thanks Andreas Schawo for the patch.
      ae681df4
    • Brett Cannon's avatar
      Document import's semantics for the language reference. This includes filling · e43b060b
      Brett Cannon yazdı
      in missing details for the sys module.
      e43b060b
    • Benjamin Peterson's avatar
      stringio doesn't have an encoding · b487e632
      Benjamin Peterson yazdı
      b487e632
  2. 20 Mar, 2009 4 kayıt (commit)
  3. 19 Mar, 2009 3 kayıt (commit)
  4. 18 Mar, 2009 6 kayıt (commit)
  5. 17 Mar, 2009 3 kayıt (commit)
  6. 16 Mar, 2009 1 kayıt (commit)
  7. 15 Mar, 2009 7 kayıt (commit)
  8. 14 Mar, 2009 3 kayıt (commit)
    • Eric Smith's avatar
      Blocked revisions 70368 via svnmerge · 22b13319
      Eric Smith yazdı
      ........
        r70368 | eric.smith | 2009-03-14 10:37:38 -0400 (Sat, 14 Mar 2009) | 1 line
      
        Unicode format tests weren't actually testing unicode. This was probably due to the original backport from py3k.
      ........
      22b13319
    • Eric Smith's avatar
      Merged revisions 70364 via svnmerge from · 8ec90443
      Eric Smith yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r70364 | eric.smith | 2009-03-14 07:57:26 -0400 (Sat, 14 Mar 2009) | 17 lines
      
        Issue 5237, Allow auto-numbered replacement fields in str.format() strings.
      
        For simple uses for str.format(), this makes the typing easier. Hopfully this
        will help in the adoption of str.format().
      
        For example:
        'The {} is {}'.format('sky', 'blue')
      
        You can mix and matcth auto-numbering and named replacement fields:
        'The {} is {color}'.format('sky', color='blue')
      
        But you can't mix and match auto-numbering and specified numbering:
        'The {0} is {}'.format('sky', 'blue')
        ValueError: cannot switch from manual field specification to automatic field numbering
      
        Will port to 3.1.
      ........
      8ec90443
    • Antoine Pitrou's avatar
      Merged revisions 70356 via svnmerge from · 350370c2
      Antoine Pitrou yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r70356 | antoine.pitrou | 2009-03-14 01:07:21 +0100 (sam., 14 mars 2009) | 3 lines
      
        Issue #1222: locale.format() bug when the thousands separator is a space character.
      ........
      350370c2
  9. 13 Mar, 2009 4 kayıt (commit)
  10. 12 Mar, 2009 2 kayıt (commit)