1. 25 Kas, 2009 1 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions 76518 via svnmerge from · 39778f6b
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r76518 | benjamin.peterson | 2009-11-25 12:34:42 -0600 (Wed, 25 Nov 2009) | 60 lines
      
        Merged revisions 76259,76326,76376-76377,76430,76471,76517 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ................
          r76259 | georg.brandl | 2009-11-14 05:50:51 -0600 (Sat, 14 Nov 2009) | 1 line
      
          Fix terminology.
        ................
          r76326 | georg.brandl | 2009-11-16 10:44:05 -0600 (Mon, 16 Nov 2009) | 1 line
      
          #7302: fix link.
        ................
          r76376 | georg.brandl | 2009-11-18 13:39:14 -0600 (Wed, 18 Nov 2009) | 1 line
      
          upcase Python
        ................
          r76377 | georg.brandl | 2009-11-18 14:05:15 -0600 (Wed, 18 Nov 2009) | 1 line
      
          Fix markup.
        ................
          r76430 | r.david.murray | 2009-11-20 07:29:43 -0600 (Fri, 20 Nov 2009) | 2 lines
      
          Issue 7363: fix indentation in socketserver udpserver example.
        ................
          r76471 | georg.brandl | 2009-11-23 13:53:19 -0600 (Mon, 23 Nov 2009) | 1 line
      
          #7345: fix arguments of formatyear().
        ................
          r76517 | benjamin.peterson | 2009-11-25 12:16:46 -0600 (Wed, 25 Nov 2009) | 29 lines
      
          Merged revisions 76160-76161,76250,76252,76447,76506 via svnmerge from
          svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
      
          ........
            r76160 | benjamin.peterson | 2009-11-08 18:53:48 -0600 (Sun, 08 Nov 2009) | 1 line
      
            undeprecate the -p option; it's useful for converting python3 sources
          ........
            r76161 | benjamin.peterson | 2009-11-08 19:05:37 -0600 (Sun, 08 Nov 2009) | 1 line
      
            simplify condition
          ........
            r76250 | benjamin.peterson | 2009-11-13 16:56:48 -0600 (Fri, 13 Nov 2009) | 1 line
      
            fix handling of a utf-8 bom #7313
          ........
            r76252 | benjamin.peterson | 2009-11-13 16:58:36 -0600 (Fri, 13 Nov 2009) | 1 line
      
            remove pdb turd
          ........
            r76447 | benjamin.peterson | 2009-11-22 18:17:40 -0600 (Sun, 22 Nov 2009) | 1 line
      
            #7375 fix nested transformations in fix_urllib
          ........
            r76506 | benjamin.peterson | 2009-11-24 18:34:31 -0600 (Tue, 24 Nov 2009) | 1 line
      
            use generator expressions in any()
          ........
        ................
      ................
      39778f6b
  2. 24 Kas, 2009 5 kayıt (commit)
  3. 23 Kas, 2009 5 kayıt (commit)
  4. 22 Kas, 2009 1 kayıt (commit)
    • Lars Gustäbel's avatar
      Blocked revisions 76444 via svnmerge · 7344863c
      Lars Gustäbel yazdı
      ................
        r76444 | lars.gustaebel | 2009-11-22 19:48:49 +0100 (Sun, 22 Nov 2009) | 30 lines
      
        Merged revisions 76443 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r76443 | lars.gustaebel | 2009-11-22 19:30:53 +0100 (Sun, 22 Nov 2009) | 24 lines
      
          Issue #6123: Fix opening empty archives and files.
      
          (Note that an empty archive is not the same as an empty file. An
          empty archive contains no members and is correctly terminated with an
          EOF block full of zeros. An empty file contains no data at all.)
      
          The problem was that although tarfile was able to create empty
          archives, it failed to open them raising a ReadError. On the other
          hand, tarfile opened empty files without error in most read modes and
          presented them as empty archives. (However, some modes still raised
          errors: "r|gz" raised ReadError, but "r:gz" worked, "r:bz2" even
          raised EOFError.)
      
          In order to get a more fine-grained control over the various internal
          error conditions I now split up the HeaderError exception into a
          number of meaningful sub-exceptions. This makes it easier in the
          TarFile.next() method to react to the different conditions in the
          correct way.
      
          The visible change in its behaviour now is that tarfile will open
          empty archives correctly and raise ReadError consistently for empty
          files.
        ........
      ................
      7344863c
  5. 21 Kas, 2009 2 kayıt (commit)
  6. 20 Kas, 2009 1 kayıt (commit)
  7. 19 Kas, 2009 8 kayıt (commit)
  8. 18 Kas, 2009 3 kayıt (commit)
  9. 16 Kas, 2009 3 kayıt (commit)
    • Mark Dickinson's avatar
      Blocked revisions 76328 via svnmerge · 0ffcd985
      Mark Dickinson yazdı
      ................
        r76328 | mark.dickinson | 2009-11-16 17:00:11 +0000 (Mon, 16 Nov 2009) | 10 lines
      
        Merged revisions 76308 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r76308 | mark.dickinson | 2009-11-15 16:18:58 +0000 (Sun, 15 Nov 2009) | 3 lines
      
          Issue #7228:  Add '%lld' and '%llu' support to PyFormat_FromString,
          PyFormat_FromStringV and PyErr_Format.
        ........
      ................
      0ffcd985
    • Nick Coghlan's avatar
      Blocked revisions 76324 via svnmerge · d8e4101f
      Nick Coghlan yazdı
      ................
        r76324 | nick.coghlan | 2009-11-16 16:49:25 +1000 (Mon, 16 Nov 2009) | 17 lines
      
        Merged revisions 76286-76287,76289-76294,76296-76299,76301-76305,76307,76310-76311,76313-76322 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r76286 | nick.coghlan | 2009-11-15 17:30:34 +1000 (Sun, 15 Nov 2009) | 1 line
      
          Issue #6816: expose the zipfile and directory execution mechanism to Python code via the runpy module. Also consolidated some script execution functionality in the test harness into a helper module and removed some implementation details from the runpy module documentation.
        ........
          r76321 | nick.coghlan | 2009-11-16 13:55:51 +1000 (Mon, 16 Nov 2009) | 1 line
      
          Account for another cache when hunting ref leaks
        ........
          r76322 | nick.coghlan | 2009-11-16 13:57:32 +1000 (Mon, 16 Nov 2009) | 1 line
      
          Allow for backslashes in file paths passed to the regex engine
        ........
      ................
      d8e4101f
    • Benjamin Peterson's avatar
      Merged revisions 76319 via svnmerge from · bdf43932
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r76319 | benjamin.peterson | 2009-11-15 18:34:25 -0600 (Sun, 15 Nov 2009) | 4 lines
      
        fix one visible and several possible refleaks in rangeobject.c
      
        In some cases, the code was just reordered to allow for less decrefing.
      ........
      bdf43932
  10. 15 Kas, 2009 9 kayıt (commit)
  11. 14 Kas, 2009 2 kayıt (commit)