1. 25 Nov, 2009 2 commits
    • Benjamin Peterson's avatar
      Merged revisions 76498,76507-76509 via svnmerge from · 5554993d
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r76498 | vinay.sajip | 2009-11-24 09:53:25 -0600 (Tue, 24 Nov 2009) | 1 line
      
        Made logging classes new-style and added name property to handlers.
      ........
        r76507 | vinay.sajip | 2009-11-25 03:03:30 -0600 (Wed, 25 Nov 2009) | 1 line
      
        Issue #6615: logging: Used weak references in internal handler list. Thanks to flox (Florent Xicluna) for the patch.
      ........
        r76508 | vinay.sajip | 2009-11-25 03:22:47 -0600 (Wed, 25 Nov 2009) | 1 line
      
        logging: made _handlers a WeakValueDictionary.
      ........
        r76509 | vinay.sajip | 2009-11-25 08:12:03 -0600 (Wed, 25 Nov 2009) | 1 line
      
        logging: Issue 6615: Changed handler prepend to append.
      ........
      5554993d
    • Benjamin Peterson's avatar
      Blocked revisions... · 88e64a01
      Benjamin Peterson authored
      Blocked revisions 74962,75017,75131,75143,75147,75281,75423-75424,75482,75586,75929,76025,76050-76051,76126,76129,76132,76194,76212,76382,76392,76431,76434 via svnmerge
      
      ................
        r74962 | ronald.oussoren | 2009-09-20 05:31:22 -0500 (Sun, 20 Sep 2009) | 2 lines
      
        Fix for issue 6851: urllib.urlopen crashes in a thread on OSX 10.6
      ................
        r75017 | ronald.oussoren | 2009-09-22 09:24:57 -0500 (Tue, 22 Sep 2009) | 4 lines
      
        The 'Navigation Toolbox' is not available at all for 64-bit
        code, make this explicit in the C code to avoid confusing
        error messages during the build.
      ................
        r75131 | ronald.oussoren | 2009-09-29 08:00:44 -0500 (Tue, 29 Sep 2009) | 8 lines
      
        * Update the Mac/README file. Add the list of OSX-specific configure options
          to that README file with some explanation.
      
        * Be more strict in the configure script: complain loudly when the user has
          specified invalid combinations of OSX-specific configure arguments.
      
          The error message refers to the Mac/README file for more information.
      ................
        r75143 | philip.jenvey | 2009-09-29 14:10:15 -0500 (Tue, 29 Sep 2009) | 5 lines
      
        #5329: fix os.popen* regression from 2.5: don't execute commands as a sequence
        through the shell. also document the correct subprocess replacement for this
        case
        patch from Jean-Paul Calderone and Jani Hakala
      ................
        r75147 | ronald.oussoren | 2009-09-29 14:34:13 -0500 (Tue, 29 Sep 2009) | 4 lines
      
        Fix for issue6957: ensure that the OSX installer
        installs a version of Python that can build
        extensions on OSX 10.6.
      ................
        r75281 | ronald.oussoren | 2009-10-08 03:04:15 -0500 (Thu, 08 Oct 2009) | 3 lines
      
        Ensure that _scproxy gets build even when --disable-toolbox-glue
        is specified on OSX. Fixes a regression in 2.6.3.
      ................
        r75423 | neil.schemenauer | 2009-10-14 14:23:53 -0500 (Wed, 14 Oct 2009) | 2 lines
      
        Add support to the ihooks module for relative imports.
      ................
        r75424 | neil.schemenauer | 2009-10-14 14:33:31 -0500 (Wed, 14 Oct 2009) | 4 lines
      
        Make cPickle.Unpickler.noload() handle dict subclasses. noload() is
        an obscure, undocumentated feature so no test was added. Closes
        issue #1101399.
      ................
        r75482 | ronald.oussoren | 2009-10-18 02:07:00 -0500 (Sun, 18 Oct 2009) | 3 lines
      
        Fix for issue 7149: a regression in 2.6.3 that causes an exception when
        trying to detect proxy settings on OSX.
      ................
        r75586 | vinay.sajip | 2009-10-21 15:22:14 -0500 (Wed, 21 Oct 2009) | 1 line
      
        Issue #7077: logging: SysLogHandler now treats Unicode as per RFC 5424.
      ................
        r75929 | vinay.sajip | 2009-10-28 18:28:16 -0500 (Wed, 28 Oct 2009) | 1 line
      
        Issue 7199: Documentation made slightly more consistent w.r.t. logging level enumeration.
      ................
        r76025 | raymond.hettinger | 2009-11-01 14:45:16 -0600 (Sun, 01 Nov 2009) | 1 line
      
        Fix exception handling in itertools.izip_longest().
      ................
        r76050 | gregory.p.smith | 2009-11-01 19:37:37 -0600 (Sun, 01 Nov 2009) | 5 lines
      
        see http://bugs.python.org/issue1006238 this merges in the following
        patch to make cross compilation of the chflags check easier:
      
         http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/files/python-2.6-chflags-cross.patch?rev=1.1
      ................
        r76051 | gregory.p.smith | 2009-11-01 19:38:35 -0600 (Sun, 01 Nov 2009) | 2 lines
      
        build using r76050
      ................
        r76126 | benjamin.peterson | 2009-11-05 15:29:56 -0600 (Thu, 05 Nov 2009) | 9 lines
      
        Merged revisions 76125 via svnmerge from
        svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
      
        ........
          r76125 | benjamin.peterson | 2009-11-05 15:26:55 -0600 (Thu, 05 Nov 2009) | 1 line
      
          handle newline issues better for comparing files
        ........
      ................
        r76129 | benjamin.peterson | 2009-11-05 17:20:06 -0600 (Thu, 05 Nov 2009) | 13 lines
      
        Merged revisions 76127-76128 via svnmerge from
        svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
      
        ........
          r76127 | benjamin.peterson | 2009-11-05 17:04:58 -0600 (Thu, 05 Nov 2009) | 1 line
      
          set svn:eol-style
        ........
          r76128 | benjamin.peterson | 2009-11-05 17:07:46 -0600 (Thu, 05 Nov 2009) | 1 line
      
          skip this test on windows to avoid newline horrors
        ........
      ................
        r76132 | benjamin.peterson | 2009-11-05 17:54:42 -0600 (Thu, 05 Nov 2009) | 9 lines
      
        Merged revisions 76131 via svnmerge from
        svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
      
        ........
          r76131 | benjamin.peterson | 2009-11-05 17:53:21 -0600 (Thu, 05 Nov 2009) | 1 line
      
          import sys
        ........
      ................
        r76194 | raymond.hettinger | 2009-11-10 13:35:55 -0600 (Tue, 10 Nov 2009) | 3 lines
      
        Show example of how to make a sorted dictionary
      ................
        r76212 | senthil.kumaran | 2009-11-11 11:22:35 -0600 (Wed, 11 Nov 2009) | 3 lines
      
        Fixing the NameError on Windows - issue1235
      ................
        r76382 | raymond.hettinger | 2009-11-18 14:28:22 -0600 (Wed, 18 Nov 2009) | 1 line
      
        Issue 7263: Fix set.intersection() docstring.
      ................
        r76392 | raymond.hettinger | 2009-11-18 19:22:04 -0600 (Wed, 18 Nov 2009) | 1 line
      
        Fix docstrings for itertools combinatoric functions.
      ................
        r76431 | mark.dickinson | 2009-11-20 13:27:43 -0600 (Fri, 20 Nov 2009) | 1 line
      
        Regenerate configure with GNU autoconf 2.61.
      ................
        r76434 | jesse.noller | 2009-11-21 08:06:24 -0600 (Sat, 21 Nov 2009) | 1 line
      
        revert unintended change to multiprocessing/queues.py
      ................
      88e64a01
  2. 24 Nov, 2009 6 commits
  3. 23 Nov, 2009 7 commits
  4. 22 Nov, 2009 1 commit
    • Lars Gustäbel's avatar
      Merged revisions 76443 via svnmerge from · 9520a430
      Lars Gustäbel authored
      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.
      ........
      9520a430
  5. 21 Nov, 2009 3 commits
  6. 20 Nov, 2009 1 commit
  7. 19 Nov, 2009 10 commits
  8. 18 Nov, 2009 7 commits
  9. 17 Nov, 2009 3 commits