lp:~doko/python/pkg3.1-debian

Created by Matthias Klose and last modified
Get this branch:
bzr branch lp:~doko/python/pkg3.1-debian
Only Matthias Klose can upload to this branch. If you are Matthias Klose please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Matthias Klose
Project:
Python
Status:
Development

Recent revisions

37. By Matthias Klose

python3.1 (3.1.3-1) unstable; urgency=low

36. By Matthias Klose

3.1.3~rc1-1 package upload

35. By Matthias Klose

python3.1 (3.1.2+20100920-1) unstable; urgency=low

  * Update to the 3.1 release branch, 20100920.
    - Updates to the threading and subprocess tests, but keep these
      still disabled on the buildds. Closes: #593046.
    - Issue #9804: ascii() now always represents unicode surrogate pairs as
      a single ``\UXXXXXXXX``, regardless of whether the character is printable
      or not. Also, the "backslashreplace" error handler now joins surrogate
      pairs into a single character on UCS-2 builds.
    - Issue #9834: Don't segfault in PySequence_GetSlice, PySequence_SetSlice,
      or PySequence_DelSlice when the object doesn't have any mapping operations
      defined.
    - Issue #9854: The default read() implementation in io.RawIOBase now
      handles non-blocking readinto() returning None correctly.
    - Issue #9853: Fix the signature of SSLSocket.recvfrom() and
      SSLSocket.sendto() to match the corresponding socket methods.
    - Issue #9826: OrderedDict.__repr__ can now handle self-referential
      values: d['x'] = d.
    - Issue #9817: Add expat COPYING file; add expat, libffi and expat licenses
      to Doc/license.rst.
    - Issue #9315: Fix for the trace module to record correct class name
      for tracing methods.
  * Assume working semaphores, don't rely on running kernel for the check.
    LP: #630511.
  * Add copyright information for expat, libffi and zlib. Addresses: #596276.
  * Apply proposed fix for issue 9054, configure --with-system-expat.
  * Provide Lib/plat-gnukfreebsd[78] (Jakub Wilk). Addresses: #593818.

 -- Matthias Klose <email address hidden> Mon, 20 Sep 2010 22:46:23 +0200

34. By Matthias Klose

python3.1 (3.1.2+20100915-0ubuntu1) maverick; urgency=low

  * Update to the 3.1 release branch, 20100915.
  * Add copyright information for expat, libffi and zlib. Addresses: #596276.
  * Apply proposed fix for issue 9054, configure --with-system-expat.
  * Provide Lib/plat-gnukfreebsd[78] (Jakub Wilk). Addresses: #593818.

 -- Matthias Klose <email address hidden> Wed, 15 Sep 2010 17:02:57 +0200

33. By Matthias Klose

python3.1 (3.1.2+20100909-1) experimental; urgency=low

  * Update to the 3.1 release branch, 20100909.
  * Provide /usr/lib/python3/dist-packages as location for public python
    packages.
  * When looking up extension names, look up '.cpython-31mu.so' before '.so'
    (standard build) and '.cpython-31dmu.so' before '_d.so'.

 -- Matthias Klose <email address hidden> Thu, 09 Sep 2010 13:47:14 +0200

32. By Matthias Klose

python3.1 (3.1.2+20100829-1) unstable; urgency=low

  * Update to the 3.1 release branch, 20100829.
    - Files removed: Lib/profile.py, Lib/pstats.py, PC/icons/source.xar.
  * Disable more tests on hppa and hurd-i386, which fail on the buildds.

 -- Matthias Klose <email address hidden> Sun, 29 Aug 2010 17:22:02 +0200

31. By Matthias Klose

python3.1 (3.1.2+20100822-1) unstable; urgency=low

  * Update to the 3.1 release branch, 20100822.
    - Fix multiple integer overflows in audioop.c in the audioop module
      (CVE-2010-1634).
  * Move '/usr/local/.../dist-packages' before '/usr/lib/.../dist-packages'
    in sys.path. Addresses: #588342.
  * Fix detection of ffi.h header file. Closes: #591408.
  * python3.1-dev: Depend on libssl-dev. LP: #611845.

 -- Matthias Klose <email address hidden> Mon, 23 Aug 2010 05:10:48 +0200

30. By Matthias Klose

  * Move '/usr/local/.../dist-packages' before '/usr/lib/.../dist-packages'
    in sys.path. Adresses: #588342.

29. By Matthias Klose

- don't run the test_threading tests on hppa

28. By Matthias Klose

+ * Update to the 3.1 release branch, 20100707.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:python/py3k
This branch contains Public information 
Everyone can see this information.

Subscribers