Change logs for python2.6 source package in Maverick

  • python2.6 (2.6.6-5ubuntu1) maverick; urgency=low
    
      * Merge with Debian, remaining changes:
        - Regenerate the control file.
    
    python2.6 (2.6.6-5) unstable; urgency=low
    
      * Provide Lib/plat-gnukfreebsd[78] (Jakub Wilk). Closes: #593818.
      * Try harder on issue #7356: ctypes.util: Make parsing of ldconfig output
        independent of the locale. Set LC_ALL=C too. Closes: #595692.
     -- Matthias Klose <email address hidden>   Wed, 15 Sep 2010 17:40:39 +0200
  • python2.6 (2.6.6-4ubuntu1) maverick; urgency=low
    
      * Merge with Debian; remaining changes:
        - Regenerate the control file.
    
    python2.6 (2.6.6-4) unstable; urgency=low
    
      * Add copyright information for expat, libffi and zlib. Addresses: #596276.
      * Apply proposed fix for issue 9054, configure --with-system-expat.
      * Fix issue #9729, Unconnected SSLSocket.{send,recv} raises TypeError
        (Andrew Bennetts). LP: #637821.
    
    python2.6 (2.6.6-3) unstable; urgency=low
    
      * Disable more tests on hppa and hurd-i386, which fail on the buildds.
    
    python2.6 (2.6.6-2) unstable; urgency=low
    
      * Add breaks to packages which don't byte-compile with python2.6 in
        lenny (Jakub Wilk): pitivi, python-freevo, python-gadfly, python-nevow,
        python-scientific, qmtest, aap, bkchem, python-mpmath, python-plwm,
        python-pydoctor, python-pyscript, python-scapy, python-sympy, pythoncad,
        rawdog, python-pmock, polgen, doclifter, fvwm-crystal, gforge-web-apache2,
        mftrace. Closes: #590138.
      * Disable some test cases which fail on the buildds.
     -- Matthias Klose <email address hidden>   Tue, 14 Sep 2010 10:31:58 +0200
  • python2.6 (2.6.6-1ubuntu1) maverick; urgency=low
    
      * Merge with Debian; remaining changes:
        - Regenerate the control file.
    
    python2.6 (2.6.6-1) unstable; urgency=low
    
      * Python 2.6.6 final release.
        - Files removed: Lib/profile.py, Lib/pstats.py, PC/icons/source.xar.
      * Fixed in previous 2.6 uploads: Multiple integer overflows in audioop.c
        in the audioop module (CVE-2010-1634).
      * Backport fix for issue #7609, but don't configure --with-system-expat,
        because the test_pyexpat segfault the interpreter.
     -- Matthias Klose <email address hidden>   Tue, 24 Aug 2010 19:51:11 +0200
  • python2.6 (2.6.6~rc2-1ubuntu1) maverick; urgency=low
    
      * Merge with Debian; remaining changes:
        - Regenerate the control file.
    
    python2.6 (2.6.6~rc2-1) unstable; urgency=low
    
      * Python 2.6.6 release candidate 2.
        - Fix issue #8688: Revert regression introduced in 2.6.6rc1 (making
          Distutils recalculate MANIFEST every time).
        - Fix issue #9543: Fix regression in socket.py introduced in
          Python 2.6.6 rc1 in r83624. LP: #615240.
        - Fix issue #7567: Don't call `setupterm' twice.
      * Update README for python2.6-minimal. Closes: #593391.
     -- Matthias Klose <email address hidden>   Wed, 18 Aug 2010 10:01:24 +0200
  • python2.6 (2.6.6~rc1-1ubuntu1) maverick; urgency=low
    
      * Merge with Debian; remaining changes:
        - Regenerate the control file.
    
    python2.6 (2.6.6~rc1-1) unstable; urgency=low
    
      * Python 2.6.6 release candidate 1.
        - Fix issue #4108: In urllib.robotparser, if there are multiple
          'User-agent: *' entries, consider the first one.
        - Fix issue #9354: Provide getsockopt() in asyncore's file_wrapper.
        - Fix issue #8417: Raise an OverflowError when an integer larger than
          sys.maxsize is passed to bytearray.
        - Fix issue #2944: asyncore doesn't handle connection refused correctly.
        - Fix ssue #8447: Make distutils.sysconfig follow symlinks in the path to
          the interpreter executable.  This fixes a failure of test_httpservers
          on OS X.
        - Fix issue #7092: Fix the DeprecationWarnings emitted by the standard
          library when using the -3 flag.
        - Fix issue #7395: Fix tracebacks in pstats interactive browser.
        - Fix issue #1713: Fix os.path.ismount(), which returned true for
          symbolic links across devices.
        - Fix issue #8826: Properly load old-style "expires" attribute in
          http.cookies.
        - Fix issue #1690103: Fix initial namespace for code run with trace.main().
        - Fix isssue #5294: Fix the behavior of pdb's "continue" command when called
          in the top-level debugged frame.
        - Fix issue #5727: Restore the ability to use readline when calling into pdb
          in doctests.
        - Fix issue #6719: In pdb, do not stop somewhere in the encodings machinery
          if the source file to be debugged is in a non-builtin encoding.
        - Fix issue #8048: Prevent doctests from failing when sys.displayhook has
          been reassigned.
        - Fix issue #8015: In pdb, do not crash when an empty line is entered as
          a breakpoint command.
        - Fix issue #7909: Do not touch paths with the special prefixes ``\\.\``
          or ``\\?\`` in ntpath.normpath().
        - Fix issue #5146: Handle UID THREAD command correctly in imaplib.
        - Fix issue #5147: Fix the header generated for cookie files written by
          http.cookiejar.MozillaCookieJar.
        - Fix issue #8198: In pydoc, output all help text to the correct stream
          when sys.stdout is reassigned.
        - Fix issue #1019882: Fix IndexError when loading certain hotshot stats.
        - Fix issue #8471: In doctest, properly reset the output stream to an empty
          string when Unicode was previously output.
        - Fix issue #8397: Raise an error when attempting to mix iteration
          and regular reads on a BZ2File object, rather than returning
          incorrect results.
        - Fix issue #8620: when a Cmd is fed input that reaches EOF without a final
          newline, it no longer truncates the last character of the last command
          line.
        - Fix issue #7066: archive_util.make_archive now restores the cwd
          if an error is raised.
        - Fix memory leak in ssl._ssl._test_decode_cert.
        - Fix issue #9255: Document that the 'test' package is for internal
          Python use only.
      * Fix detection of ffi.h header file. Closes: #591408.
      * Move '/usr/local/.../dist-packages' before '/usr/lib/.../dist-packages'
        in sys.path. Closes: #588342.
      * python2-6-dev: Depend on libssl-dev. LP: #611845.
      * Disable the profiled build on sparc64. Closes: #591720.
    
    python2.6 (2.6.5+20100730-1) unstable; urgency=low
    
      * Update to 20100730, taken from the 2.6 release branch (r83307).
        - Fix issue #9422:  Fix memory leak when re-initializing a
          struct.Struct object.
        - Fix issue #5006: Better handling of unicode byte-order marks (BOM)
          in the io library.
        - Fix issue #6213: Implement getstate() and setstate() methods
          of utf-8-sig and utf-16 incremental encoders.
        - Fix issue #3704: cookielib was not properly handling URLs with
          a / in the parameters.
        - Fix issue #4629: getopt raises an error if an argument ends
          with = whereas getopt doesn't except a value.
        - Fix issue #5395: check that array.fromfile() re-raises an IOError
          instead of replacing it with EOFError.
        - Fix issue #9277: Struct module: standard bool packing was incorrect
          if char is unsigned.
        - Fix issue #1555570: correctly handle a \r\n that is split
          by the read buffer.
        - Fix issue #7846: limit fnmatch pattern cache to _MAXCACHE=100 entries.
        - Fix Decimal speed issue; backport from 2.7.
      * Fix issue #7567: PyCurses_setupterm: Don't call `setupterm' twice.
        Closes: #586433.
      * Move '/usr/local/.../dist-packages' before '/usr/lib/.../dist-packages'
        in sys.path. Closes: #588342.
     -- Matthias Klose <email address hidden>   Sat, 07 Aug 2010 20:03:08 +0200
  • python2.6 (2.6.5+20100706-1ubuntu1) maverick; urgency=low
    
      * Merge with Debian; remaining changes:
        - Regenerate the control file.
    
    python2.6 (2.6.5+20100706-1) unstable; urgency=medium
    
      * Update to 20100706, taken from the 2.6 release branch (r82604).
        - Issue #7673: Fix security vulnerability (CVE-2010-2089) in the
          audioop module.
      * Fix documentation title in the python devhelp index.
    
    python2.6 (2.6.5+20100703-1) unstable; urgency=medium
    
      * Update to 20100703, taken from the 2.6 release branch (r82479).
      * python2.6-minimal: Break python-central (<< 0.6.14). Closes: #586917.
    
    python2.6 (2.6.5+20100630-2) unstable; urgency=high
    
      * Move the shutil module to python2.6-minimal. Closes: #587628.
    
    python2.6 (2.6.5+20100630-1) unstable; urgency=low
    
      * Update to 20100630, taken from the 2.6 release branch (r82382).
      * Don't include modified Lib/plat-linux2 files in the Debian diff.
     -- Matthias Klose <email address hidden>   Tue, 06 Jul 2010 14:09:51 +0200
  • python2.6 (2.6.5+20100628-2ubuntu1) maverick; urgency=low
    
      * Merge from debian unstable.  Remaining changes:
        - Priority for python2.6-minimal is required instead of optional
        - python2.6-minimal and python2.6 Conflict python-central
          (<< 0.6.11ubuntu6)
    
    python2.6 (2.6.5+20100628-2) unstable; urgency=low
    
      * Fix applying plat-linux2* patches. Closes: #587273.
      * Use the profiled build on armel, sparc and sparc64.
    
    python2.6 (2.6.5+20100628-1) unstable; urgency=low
    
      * Update to 20100614, taken from the 2.6 release branch (r82337).
      * Apply plat-linux2-<arch> patch for alpha, hppa, mips, mipsel, sparc
        and sparc64.
    
    python2.6 (2.6.5+20100626-1) unstable; urgency=low
    
      * Update to 20100614, taken from the 2.6 release branch (r82245).
      * Update libpython symbols files. Closes: #587012.
      * Move the logging package and the runpy module to python2.6-minimal.
     -- Scott Kitterman <email address hidden>   Fri, 02 Jul 2010 10:54:17 -0400
  • python2.6 (2.6.5+20100616-1ubuntu2) maverick; urgency=low
    
      * Disable profiled build on archs where it FTBFS (i386, amd64, ia64, sparc)
     -- Scott Kitterman <email address hidden>   Thu, 24 Jun 2010 10:46:51 -0400
  • python2.6 (2.6.5+20100616-1ubuntu1) maverick; urgency=low
    
      * Merge from Debian Unstable.  Remaining Ubuntu changes:
        - Add new symbols to libpython.symbols.in
        - Re-enable the profiled build on all architectures
        - Priority for python2.6-minimal is required instead of optional
        - python2.6-minimal and python2.6 Conflict python-central
          (<< 0.6.11ubuntu6)
    
    python2.6 (2.6.5+20100616-1) unstable; urgency=medium
    
      * Update to 20100614, taken from the 2.6 release branch (r81601).
      * Reapply the backport for issue #8233, lost in the conversion to
        quilt.
      * Disable the profiled build on alpha.
      * Make pydoc more robust not to fail on exceptions other than import
        exceptions.
      * posixmodule: Add flags for statvfs.f_flag to constant list.
    
    python2.6 (2.6.5+20100529-1) unstable; urgency=low
    
      * Update to 20100529, taken from the 2.6 release branch (r81601).
        - Fix issue #5753, CVE-2008-5983 python: untrusted python modules
          search path. Closes: #572010.
      * Convert internal dpatch system to quilt.
      * Build the ossaudio extension on GNU/kFreeBSD. Closes: #574696.
     -- Scott Kitterman <email address hidden>   Thu, 24 Jun 2010 00:31:14 -0400
  • python2.6 (2.6.5+20100529-0ubuntu1) maverick; urgency=low
    
      * Update to 20100529, taken from the 2.6 release branch (r81601).
      * Convert internal dpatch system to quilt.
      * Re-enable the profiled build on all architectures.
      * Build the ossaudio extension on GNU/kFreeBSD. Closes: #574696.
     -- Matthias Klose <email address hidden>   Sat, 29 May 2010 15:07:51 +0200
  • python2.6 (2.6.5-1ubuntu6) lucid; urgency=low
    
      * Fix applying patch for issue #8310.
     -- Matthias Klose <email address hidden>   Fri, 16 Apr 2010 14:20:35 +0200