Change logs for python2.6 source package in Karmic

  • python2.6 (2.6.4-0ubuntu3) karmic-proposed; urgency=low
    
      * debian/patches/locales-without-encoding.dpatch:
        - Allow locales with no specified encoding. (LP: #223281)
     -- Jonathan Marsden <email address hidden>   Sun, 08 Nov 2009 18:11:57 -0800
  • python2.6 (2.6.4-0ubuntu2) karmic-proposed; urgency=low
    
      * python2.6-doc: Fix searching in local documentation. LP: #456025.
    
     -- Matthias Klose <email address hidden>   Mon, 02 Nov 2009 11:44:54 +0100
  • python2.6 (2.6.4-0ubuntu1) karmic-proposed; urgency=low
    
      * Python 2.6.4 final release.
        - No changes compared to the release candidate 2.
      * distutils install: Don't install into /usr/local/local, if option
        --prefix=/usr/local is present. LP: #456917.
    
     -- Matthias Klose <email address hidden>   Tue, 27 Oct 2009 12:33:03 +0100
  • python2.6 (2.6.4~rc2-0ubuntu1) karmic; urgency=low
    
      * Python 2.6.4 release candidate 2.
        - Issue #7120: logging: Removed import of multiprocessing which is causing
          crash in GAE.
        - Issue #7149: fix exception in urllib when detecting proxy settings
          on OSX.
    
     -- Matthias Klose <email address hidden>   Mon, 19 Oct 2009 23:29:42 +0200
  • python2.6 (2.6.4~rc1-1ubuntu1) karmic; urgency=low
    
      * Build _hashlib as an extension, not a plugin. Work around a bug
        in several packages linking extensions with LOCALMODLIBS, which
        is used to link the python binary only.
    
     -- Matthias Klose <email address hidden>   Tue, 13 Oct 2009 18:44:13 +0200
  • python2.6 (2.6.4~rc1-0ubuntu2) karmic; urgency=low
    
      * Update from the 2.6 release branch.
        - Issue #7115: Fixed the extension module builds that is failing when
          using paths in the extension name instead of dotted names. LP: #449734.
        - Issue #6894: Fixed the issue urllib2 doesn't respect "no_proxy"
          environment.
    
     -- Matthias Klose <email address hidden>   Tue, 13 Oct 2009 08:23:31 +0200
  • python2.6 (2.6.4~rc1-0ubuntu1) karmic; urgency=low
    
      * Python 2.6.4 release candidate 1.
        - Issue #7068: Fixed the partial renaming that occured in r72594.
        - Issue #7042: Fix test_signal (test_itimer_virtual) failure on OS X 10.6.
      * Remove the conflict with python-setuptools (fixed in issue #7068).
      * Build _hashlib as a builtin. LP: #445530.
      * python2.6-doc: Don't compress the sphinx inventory.
      * python2.6-doc: Fix jquery.js symlink. LP: #447370.
    
     -- Matthias Klose <email address hidden>   Fri, 09 Oct 2009 23:07:54 +0200
  • python2.6 (2.6.3-0ubuntu2) karmic; urgency=low
    
      * Update from the 2.6 release branch.
        - Issue #7052: Removed nonexisting NullHandler from logging.__all__.
        - Issue #7039: Fixed distutils.tests.test_sysconfig when running on
          installation with no build.
        - Issue #7019: Raise ValueError when unmarshalling bad long data, instead
          of producing internally inconsistent Python longs.
    
     -- Matthias Klose <email address hidden>   Sun, 04 Oct 2009 21:28:36 +0200
  • python2.6 (2.6.3-0ubuntu1) karmic; urgency=low
    
      * Final Python 2.6.3 release.
        - Issue #5329: Fix os.popen* regression from 2.5 with commands as a
          sequence running through the shell.
        - Issue #6990: Fix threading.local subclasses leaving old state around
          after a reference cycle GC which could be recycled by new locals.
        - Issue #6790: Make it possible again to pass an `array.array` to
          `httplib.HTTPConnection.send`.
      * python2.6-dbg: Don't create debug subdirectory in /usr/local. No
        separate debug directory needed anymore. LP: #421270.
      * Run the benchmark with -C 2 -n 5 -w 4 on all architectures.
      * Build-depend on the versioned db4.x-dev to avoid unexpected updates
        for anydbm databases.
    
     -- Matthias Klose <email address hidden>   Sat, 03 Oct 2009 12:03:05 +0200
  • python2.6 (2.6.2-3ubuntu1) karmic; urgency=low
    
      * Update to 20090923, taken from the 2.6 release branch.
        - 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".
        - Issue #1590864: Fix potential deadlock when mixing threads and fork().
        - Issue #6844: Do not emit DeprecationWarnings when accessing a "message"
          attribute on exceptions that was set explicitly.
        - Issue #6236, #6348: Fix various failures in the `io` module under AIX
          and other platforms, when using a non-gcc compiler. Patch by egreen.
        - Issue #6851: Fix urllib.urlopen crash on secondairy threads on OSX 10.6
        - Issue #6947: Fix distutils test on windows. Patch by Hirokazu Yamamoto.
        - Issue #4606: Passing 'None' if ctypes argtype is set to POINTER(...)
          does now always result in NULL.
        - Issue #5042: ctypes Structure sub-subclass does now initialize
          correctly with base class positional arguments.
        - Issue #6938: Fix a TypeError in string formatting of a multiprocessing
          debug message.
        - Issue #6944: Fix a SystemError when socket.getnameinfo() was called
          with something other than a tuple as first argument.
        - Issue #6980: Fix ctypes build failure on armel-linux-gnueabi with
          -mfloat-abi=softfp.
      * Rebuild with fixed libffi on armel.
      * Run the benchmark with -C 2 -n 5 -w 4 on slow architectures.
    
    python2.6 (2.6.2-3) experimental; urgency=low
    
      * Update to 20090919, taken from the 2.6 release branch.
      * Add a conflict to python-setuptools (<< 0.6c9-3), C extension
        builds broken.
      * Add new symbols for update from the branch.
    
     -- Matthias Klose <email address hidden>   Wed, 23 Sep 2009 20:35:03 +0200
  • python2.6 (2.6.2-0ubuntu6) karmic; urgency=low
    
      * Update to 20090913, taken from the 2.6 release branch.
        - Fix issue #6635: Fix profiler printing usage message. LP: #361318.
      * Fix reference to the pdb documentation in pdb(1). LP: #408215.
    
     -- Matthias Klose <email address hidden>   Sun, 13 Sep 2009 16:46:59 +0200
  • python2.6 (2.6.2-0ubuntu5) karmic; urgency=low
    
      * Update to 20090909, taken from the 2.6 release branch.
      * Disable the profiled build on architectures amd64, i386, ia64, lpia.
    
     -- Matthias Klose <email address hidden>   Wed, 09 Sep 2009 14:16:42 +0200
  • python2.6 (2.6.2-0ubuntu4) karmic; urgency=low
    
      * Update to 20090825, taken from the 2.6 release branch.
        - Remove debian/patches/issue6418.dpatch.
      * Build-depend on libreadline6-dev.
    
     -- Matthias Klose <email address hidden>   Tue, 25 Aug 2009 12:14:01 +0200
  • python2.6 (2.6.2-0ubuntu3) karmic; urgency=low
    
      * Add debian/patches/issue6418.dpatch taken from the 2.6 release branch
        to fix problems with other test runners. (LP: #389942)
    
     -- James Westby <email address hidden>   Fri, 24 Jul 2009 11:24:35 +0200
  • python2.6 (2.6.2-0ubuntu2) karmic; urgency=low
    
      * Update to 20090619, taken from the 2.6 release branch.
      * distutils: Always install into `/usr/local/lib/python2.6/dist-packages'
        if an option `--prefix=/usr/local' is present (except for virtualenv
        and PYTHONUSERBASE installations). LP: #362570.
    
     -- Matthias Klose <email address hidden>   Fri, 19 Jun 2009 14:40:09 +0200
  • python2.6 (2.6.2-0ubuntu1) jaunty; urgency=low
    
      * Final Python 2.6.2 release (no code changes compared to last upload).
      * Always use `site-packages' as site directory name in virtualenv.
    
     -- Matthias Klose <email address hidden>   Wed, 15 Apr 2009 14:18:36 +0200