1. 20 Şub, 2009 1 kayıt (commit)
  2. 19 Şub, 2009 14 kayıt (commit)
    • Amaury Forgeot d'Arc's avatar
      #5306: Fix compilation on Windows by properly merging change 69495. · 2fc224f0
      Amaury Forgeot d'Arc yazdı
      + fixed an obvious merge glitch in a windows-only test.
      
      Patch by Hirokazu Yamamoto.
      
      I added a _PyVerify_fd() call to os.device_encoding() (new in python 3.0)
      which also uses a raw file descriptor.
      2fc224f0
    • Vinay Sajip's avatar
    • Raymond Hettinger's avatar
    • Martin v. Löwis's avatar
      Regenerate with autoconf 2.61. · b70bcf59
      Martin v. Löwis yazdı
      b70bcf59
    • Raymond Hettinger's avatar
      477be822
    • Raymond Hettinger's avatar
    • Raymond Hettinger's avatar
      Add some cross-references to the docs. Simplify the python code equivalent for… · cdf8ba36
      Raymond Hettinger yazdı
      Add some cross-references to the docs.  Simplify the python code equivalent for zip().  Supply an optional argument for the nth() recipe.
      cdf8ba36
    • Benjamin Peterson's avatar
      Merged revisions… · d75fcb4d
      Benjamin Peterson yazdı
      Merged revisions 69576,69579-69580,69589,69619-69620,69633,69703-69704,69728-69730 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r69576 | georg.brandl | 2009-02-13 04:56:50 -0600 (Fri, 13 Feb 2009) | 1 line
      
        #1661108: note that urlsafe encoded string can contain "=".
      ........
        r69579 | georg.brandl | 2009-02-13 05:06:59 -0600 (Fri, 13 Feb 2009) | 2 lines
      
        Fix warnings GCC emits where the argument of PyErr_Format is a single variable.
      ........
        r69580 | georg.brandl | 2009-02-13 05:10:04 -0600 (Fri, 13 Feb 2009) | 2 lines
      
        Fix warnings GCC emits where the argument of PyErr_Format is a single variable.
      ........
        r69589 | martin.v.loewis | 2009-02-13 14:11:34 -0600 (Fri, 13 Feb 2009) | 2 lines
      
        Move amd64 properties further to the top, so that they override
        the linker options correctly.
      ........
        r69619 | benjamin.peterson | 2009-02-14 11:00:51 -0600 (Sat, 14 Feb 2009) | 1 line
      
        this needn't be a shebang line
      ........
        r69620 | georg.brandl | 2009-02-14 11:01:36 -0600 (Sat, 14 Feb 2009) | 1 line
      
        #5179: don't leak PIPE fds when child execution fails.
      ........
        r69633 | hirokazu.yamamoto | 2009-02-15 03:19:48 -0600 (Sun, 15 Feb 2009) | 1 line
      
        Fixed typo.
      ........
        r69703 | raymond.hettinger | 2009-02-16 16:42:54 -0600 (Mon, 16 Feb 2009) | 3 lines
      
        Issue 5229: Documentation for super() neglects to say what super() actually does
      ........
        r69704 | raymond.hettinger | 2009-02-16 17:00:25 -0600 (Mon, 16 Feb 2009) | 1 line
      
        Add explanation for super(type1, type2).
      ........
        r69728 | georg.brandl | 2009-02-17 18:22:55 -0600 (Tue, 17 Feb 2009) | 2 lines
      
        #5297: fix example.
      ........
        r69729 | georg.brandl | 2009-02-17 18:25:13 -0600 (Tue, 17 Feb 2009) | 2 lines
      
        #5296: sequence -> iterable.
      ........
        r69730 | georg.brandl | 2009-02-17 18:31:36 -0600 (Tue, 17 Feb 2009) | 2 lines
      
        #5268: mention VMSError.
      ........
      d75fcb4d
    • Benjamin Peterson's avatar
      Blocked revisions 69748,69751 via svnmerge · e69a6b2d
      Benjamin Peterson yazdı
      ........
        r69748 | raymond.hettinger | 2009-02-18 20:15:14 -0600 (Wed, 18 Feb 2009) | 1 line
      
        Add keyword arg support to itertools.compress().
      ........
        r69751 | raymond.hettinger | 2009-02-18 20:38:25 -0600 (Wed, 18 Feb 2009) | 1 line
      
        Add keyword arg support to itertools.repeat().
      ........
      e69a6b2d
    • Raymond Hettinger's avatar
      f4bb7f21
    • Raymond Hettinger's avatar
      15a4950d
    • Benjamin Peterson's avatar
      Blocked revisions 69716 via svnmerge · bc670849
      Benjamin Peterson yazdı
      ........
        r69716 | ronald.oussoren | 2009-02-17 06:38:42 -0600 (Tue, 17 Feb 2009) | 2 lines
      
        Fix issue776533.
      ........
      bc670849
    • Benjamin Peterson's avatar
      Blocked revisions 69414,69561,69604,69672,69689,69709,69715,69717,69739,69743 via svnmerge · adea5329
      Benjamin Peterson yazdı
      ........
        r69414 | georg.brandl | 2009-02-07 12:49:54 -0600 (Sat, 07 Feb 2009) | 1 line
      
        make "super only for new-style classes" a note.
      ........
        r69561 | gregory.p.smith | 2009-02-12 21:00:00 -0600 (Thu, 12 Feb 2009) | 5 lines
      
        - Issue #3745: Fix hashlib to always reject unicode and non buffer-api
          supporting objects as input no matter how it was compiled (built in
          implementations or external openssl library).
        (backported from a py3k branch)
      ........
        r69604 | raymond.hettinger | 2009-02-13 18:25:51 -0600 (Fri, 13 Feb 2009) | 1 line
      
        Add keyword argument support to itertools.count().
      ........
        r69672 | benjamin.peterson | 2009-02-16 08:54:34 -0600 (Mon, 16 Feb 2009) | 1 line
      
        note functions that are not aliased to PyBytes_ #5280
      ........
        r69689 | benjamin.peterson | 2009-02-16 15:09:09 -0600 (Mon, 16 Feb 2009) | 1 line
      
        remove some PyBytes_* aliases that are not in 3.x
      ........
        r69709 | raymond.hettinger | 2009-02-17 02:33:01 -0600 (Tue, 17 Feb 2009) | 1 line
      
        Fix-up intro paragraph for collections docs.
      ........
        r69715 | raymond.hettinger | 2009-02-17 05:00:27 -0600 (Tue, 17 Feb 2009) | 1 line
      
        Fixup intro paragraphs for the itertools docs.  Add some tables for quick reference.
      ........
        r69717 | marc-andre.lemburg | 2009-02-17 06:48:19 -0600 (Tue, 17 Feb 2009) | 5 lines
      
        Clarify the deprecation of platform.dist().
      
        Add versionadded tags.
      ........
        r69739 | raymond.hettinger | 2009-02-18 14:54:53 -0600 (Wed, 18 Feb 2009) | 1 line
      
        Generalize the itertools.tee() recipe.
      ........
        r69743 | raymond.hettinger | 2009-02-18 17:10:19 -0600 (Wed, 18 Feb 2009) | 1 line
      
        Py3k warnings now automatically include -Qwarn for division.
      ........
      adea5329
    • Gregory P. Smith's avatar
  3. 18 Şub, 2009 2 kayıt (commit)
  4. 17 Şub, 2009 7 kayıt (commit)
  5. 16 Şub, 2009 13 kayıt (commit)
  6. 15 Şub, 2009 3 kayıt (commit)