[ubuntu/maverick] python2.6 2.6.6~rc1-1ubuntu1 (Accepted)

Matthias Klose doko at ubuntu.com
Sat Aug 7 20:05:31 BST 2010


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.

Date: Sat, 07 Aug 2010 20:03:08 +0200
Changed-By: Matthias Klose <doko at ubuntu.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Matthias Klose <matthias.klose at canonical.com>
https://launchpad.net/ubuntu/maverick/+source/python2.6/2.6.6~rc1-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 07 Aug 2010 20:03:08 +0200
Source: python2.6
Binary: python2.6 python2.6-minimal libpython2.6 python2.6-examples python2.6-dev idle-python2.6 python2.6-doc python2.6-dbg
Architecture: source
Version: 2.6.6~rc1-1ubuntu1
Distribution: maverick
Urgency: low
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Matthias Klose <doko at ubuntu.com>
Description: 
 idle-python2.6 - An IDE for Python (v2.6) using Tkinter
 libpython2.6 - Shared Python runtime library (version 2.6)
 python2.6  - An interactive high-level object-oriented language (version 2.6)
 python2.6-dbg - Debug Build of the Python Interpreter (version 2.6)
 python2.6-dev - Header files and a static library for Python (v2.6)
 python2.6-doc - Documentation for the high-level object-oriented language Python
 python2.6-examples - Examples for the Python language (v2.6)
 python2.6-minimal - A minimal subset of the Python language (version 2.6)
Closes: 586433 588342 591408 591720
Launchpad-Bugs-Fixed: 611845
Changes: 
 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.
Checksums-Sha1: 
 7cd0f7caa1488165d7999c6e60702a3e65fe8afc 1924 python2.6_2.6.6~rc1-1ubuntu1.dsc
 4ca1c63ca3a47c58883a03716c955bb829246405 13407287 python2.6_2.6.6~rc1.orig.tar.gz
 e3387a39b2edd13cb3ddf6780fb167eee1b98694 255542 python2.6_2.6.6~rc1-1ubuntu1.diff.gz
Checksums-Sha256: 
 1f8a16362d8100d3122e81eff220d2a6af8484b41deb31cd9aa72b0218039218 1924 python2.6_2.6.6~rc1-1ubuntu1.dsc
 b56792656d47d264bd4c7bed316913b1f7fd8f2ee835a0c550d0e72c2c5570f6 13407287 python2.6_2.6.6~rc1.orig.tar.gz
 ac26fc33e439ff0621ca43453b4d07073390a02123862a6dd7317e8ff7239644 255542 python2.6_2.6.6~rc1-1ubuntu1.diff.gz
Files: 
 d1150bfbbd65fac4defec88168bb00a0 1924 python optional python2.6_2.6.6~rc1-1ubuntu1.dsc
 9609e03ee804a63514bfdb7839a1129b 13407287 python optional python2.6_2.6.6~rc1.orig.tar.gz
 b4c2958ca34177e7d2351db6ec3cfaac 255542 python optional python2.6_2.6.6~rc1-1ubuntu1.diff.gz
Original-Maintainer: Matthias Klose <doko at debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkxdpSkACgkQStlRaw+TLJzx3ACgnVYRcNyf0Yp7OPNCU86SiNdZ
pOMAoMN7akea3ORa8SexVfjn/Emqj6de
=rhir
-----END PGP SIGNATURE-----


More information about the Maverick-changes mailing list