python2.5 2.5.5-11 source package in Ubuntu

Changelog

python2.5 (2.5.5-11) unstable; urgency=low

  * Fix multiple security issues in rgbimg module (CVE-2009-4134,
    CVE-2010-1449 CVE-2010-1450). Closes: #603162.

python2.5 (2.5.5-10) unstable; urgency=low

  * Add missing chunk for the CVE-2010-1634 fix.

python2.5 (2.5.5-9) unstable; urgency=low

  * Lib/locale.py: Update locale aliases from the py3k branch.
  * Add copyright information for expat, libffi and zlib. Addresses: #596276.
  * Apply fixes for CVE-2010-1634 and CVE-2010-2089. Closes: #599739.
  * Build using Berkley DB 4.8 (Julien Cristau). Closes: #527455.
  * Disable more tests on the buildds on hppa, mips and mipsel.

python2.5 (2.5.5-8) unstable; urgency=low

  * Disable some tests failing on the buildds on hppa and i386.
    Closes: #595172.

python2.5 (2.5.5-7) unstable; urgency=low

  * Add the runpy module to python2.5-minimal. Closes: #593936.
  * Don't fail the installation if /usr/local is read-only. Closes: #585084.

python2.5 (2.5.5-6) unstable; urgency=low

  * Fix backport of issue #8233. Closes: #578608.

python2.5 (2.5.5-5) unstable; urgency=low

  * Fix issue #1923: Fixed the removal of meaningful spaces when PKG-INFO
    is generated in Distutils. Closes: #575377.
  * Don't build-depend on locales on avr32. Closes: #575143.
  * Fix issue #8233: When run as a script, py_compile.py optionally
    takes a single argument `-`.
  * Apply proposed patch for issue #7332, segfaults in
    PyMarshal_ReadLastObjectFromFile in import_submodule.
  * Fix issue #8329: Don't return the same lists from select.select
    when no fds are changed.

python2.5 (2.5.5-4) unstable; urgency=medium

  * Fix issue #4961: Inconsistent/wrong result of askyesno function in
    tkMessageBox with Tcl/TK-8.5.
  * Issue #8154, fix segfault with os.execlp() without 2nd argument.

python2.5 (2.5.5-3) unstable; urgency=low

  * Build the python2.5-doc package from this source again.
  * Add dir entries for the texi files.
  * Add DFSG compliant audio file.
  * Backport issue #8140: Extend compileall to compile single files.
    Add -i option.

python2.5 (2.5.5-2) unstable; urgency=low

  * Don't include the templates, scripts and tools from the Doc subdir
    in the python2.5-doc package anymore. Packages using these must
    build-depend on python-old-doctools.
  * python2.5-dev: Suggest python-old-doctools.

python2.5 (2.5.5-1) unstable; urgency=low

  * New upstream version (security fixes).
  * Remove audio file with unclear copyright status. Closes: #565713.
  * Update emacs build dependency. Closes: #567701.
  * Fix title tag in generated calendar html page. Closes: #513335.
  * Fix python2.5 / tk8.5 incompatibility. Closes: #538305.

python2.5 (2.5.4-3.1) unstable; urgency=high

  * Non-maintainer upload by the Security Team.
  * Fix two denial-of-service vulnerabilities: CVE-2009-3560 and CVE-2009-3720.
    (Closes: #560912)

python2.5 (2.5.4-3) unstable; urgency=low

  * Fix compatibility issues with readline6. Closes: #551759.
  * Really build with readline6. Closes: #548556.
  * ctypes.util._find_lib: Don't depend on the locale. Closes: #555834.
  * Fix bashism in makesetup shell script. Closes: #530170, #530171.
  * Fix build issues on avr (Bradley Smith). Closes: #528439.
    - Configure --without-ffi.
    - Don't run lengthly tests.

python2.5 (2.5.4-2) unstable; urgency=low

  * Revert the previous NMU; test failures on various architectures
    with db (> 4.2) or db (> 4.6).
  * Build-depend on libreadline-dev.

python2.5 (2.5.4-1.1) unstable; urgency=low

  * NMU
  * Switch build dependency to libdb-dev (>= 4.7).  closes: #527455.
  * Add db4.8.dpatch.

python2.5 (2.5.4-1) unstable; urgency=low

  * Upload to unstable.

python2.5 (2.5.4-1~exp1) experimental; urgency=low

  * New upstream version.
  * ctypes.util.find_library(): Determine the shared object name of a library
    using ldconfig only, only fall back to objdump/gcc if ldconfig fails.
    Raise exceptions if gcc or objdump cannot be found. Closes: #453287,
    LP: #211962.
    Packages needing binutils and/or gcc must explicitely depend on it.

python2.5 (2.5.3-1~exp1) experimental; urgency=low

  * New upstream version.
  * Add an option --install-layout=deb, which is ignored for 2.5.
  * Don't include extensions in the package, which did fail to build.

python2.5 (2.5.2-14) unstable; urgency=low

  * Don't run tests on the buildds which require downloads during the build.

python2.5 (2.5.2-13) unstable; urgency=low

  * Undo the reversion in the last upload.
  * Fix detection of system libffi library, which is correctly built (instead
    of the one included in the python source). Closes: #505318.

python2.5 (2.5.2-12) unstable; urgency=low

  * Fix CVE-2008-4864, imageop did not validate arguments correctly
    and could segfault as a result. Closes: #504619.
  * Fix build failures of the _ctypes module on arm, armel, m68k, reverting
    the change to fix upstream issue #2682.

python2.5 (2.5.2-11.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Expand copyright notice to cover licenses of linked against libraries.
    Closes: #498477.
  * Introduce new platform definitions for alpha, hppa, mips, mipsel, sparc.
    Closes: #499132.

python2.5 (2.5.2-11) unstable; urgency=medium

  * Apply proposed fix for CVE-2008-2316, integer overflow in _hashopenssl.c.
    Closes: #493797.

python2.5 (2.5.2-10) unstable; urgency=medium

  * Update to 20080731, taken from the 2.5 release branch, only change:
    - Fix issue #2620, CVE-2008-3142, overflow checking when allocating or
      reallocating memory was not always being done properly in some python
      types and extension modules.
  * Issues #2588, #2589, CVE-2008-3144, fixed in 2.5.2-7.
  * Fix CVE-2008-2315, more overflow checking in extension modules.

python2.5 (2.5.2-9) unstable; urgency=low

  * python2.5-minimal: Recommend python2.5 (suggested by Neil McGovern).
  * Update to 20080726, taken from the 2.5 release branch.
    - Fix issues #2242, #3360.

python2.5 (2.5.2-8) unstable; urgency=low

  * Update to 20080712, taken from the 2.5 release branch.
    - Fix issues #1792, #2906, #3088, #3110, #3116, #3117, #3157, #3243.
  * Fix bashisms in Tools/faqwiz/move-faqwiz.sh. Closes: #489649.
  * Fix issues with turkish locale. Closes: #489740.

python2.5 (2.5.2-7) unstable; urgency=low

  * Fix issue 2632, performance problem in socket._fileobject.read.
  * Do not add /usr/lib/pythonXY.zip on sys.path.
  * Fix some lintian warnings.
  * Add debian/README.source.
  * Build-depend on libgpm2.

python2.5 (2.5.2-6) unstable; urgency=medium

  * Don't run the testsuite on hppa. Closes: #483042.
  * Update to 20080528, taken from the 2.5 release branch.
    - Fix issues #2111, #2158, #2707, #2803, #2858.
  * Install the plistlib.py module in sys.path (as done on the trunk).

python2.5 (2.5.2-5) unstable; urgency=low

  * Backport new function signal.set_wakeup_fd from the trunk.
    Background: http://bugzilla.gnome.org/show_bug.cgi?id=481569

python2.5 (2.5.2-4) unstable; urgency=low

  * Update to 20080427, taken from the 2.5 release branch.
    - Fix issues #2670, #2682.
  * Disable running pybench on the hppa buildd (ftbfs).
  * Allow setting BASECFLAGS, OPT and EXTRA_LDFLAGS (like, CC, CXX, CPP,
    CFLAGS, CPPFLAGS, CCSHARED, LDSHARED) from the environment.
  * Support parallel=<n> in DEB_BUILD_OPTIONS (see #209008).

python2.5 (2.5.2-3) unstable; urgency=medium

  * Update to 20080416, taken from the 2.5 release branch.
    - Fix CVE-2008-1721, integer signedness error in the zlib extension module.
    - Fix urllib2 file descriptor happens byte-at-a-time, reverting
      a fix for excessively large memory allocations when calling .read()
      on a socket object wrapped with makefile(). 
  * Disable some regression tests on some architectures:
    - arm: test_compiler, test_ctypes.
    - armel: test_compiler.
    - hppa: test_fork1, test_wait3.
    - m68k: test_bsddb3, test_compiler.
  * Build-depend on libffi-dev instead of libffi4-dev.
  * Fix CVE-2008-1679, integer overflows in the imageop module.

python2.5 (2.5.2-2) unstable; urgency=low

  * Use site.addsitedir() to add directories in /usr/local to sys.path.
    Addresses: #469157, #469818.

python2.5 (2.5.2-1) unstable; urgency=low

  * Python 2.5.2 release.
  * Merge from Ubuntu:
    - Move site customization into sitecustomize.py, don't make site.py
      a config file. Addresses: #309719, #413172, #457361.
    - Move site.py to python2.4-minimal, remove `addbuilddir' from site.py,
      which is unnecessary for installed builds.
    - python2.5-dev: Recommend libc-dev instead of suggesting it. LP: #164909.
    - Fix issue 961805, Tk Text.edit_modified() fails. LP: #84720.

python2.5 (2.5.1-7) unstable; urgency=low

  * Update to 20080209, taken from the 2.5 release branch.
  * Build the _bsddb extension with db-4.5 again; 4.6 is seriously
    broken when used with the _bsddb extension.
  * Do not run pybench on arm and armel.
  * python2.5: Provide python2.5-wsgiref.
  * Fix a pseudo RC report with duplicated attributes in the control
    file. Closes: #464307.

python2.5 (2.5.1-6) unstable; urgency=low

  * Update to 20080102, taken from the 2.5 release branch.
    - Only define _BSD_SOURCE on OpenBSD systems. Closes: #455400.
  * Fix handling of packages in linecache.py (Kevin Goodsell). LP: #70902.
  * Bump debhelper to v5.
  * Register binfmt for .py[co] files.
  * Use absolute paths when byte-compiling files. Addresses: #453346.
    Closes: #413566, LP: #177722.
  * CVE-2007-4965, http://bugs.python.org/issue1179:
    Multiple integer overflows in the imageop module in Python 2.5.1 and
    earlier allow context-dependent attackers to cause a denial of service
    (application crash) and possibly obtain sensitive information (memory
    contents) via crafted arguments to (1) the tovideo method, and unspecified
    other vectors related to (2) imageop.c, (3) rbgimgmodule.c, and other
    files, which trigger heap-based buffer overflows.
    Patch prepared by Stephan Herrmann. Closes: #443333, LP: #163845.
  * Register info docs when doing source only uploads. LP: #174786.
  * Remove deprecated value from categories in desktop file. LP: #172874.
  * python2.5-dbg: Don't include the gdbm and _tkinter extensions, now provided
    in separate packages.
  * Provide a symlink changelog -> NEWS. Closes: #439271.
  * Fix build failure on hurd, working around poll() on systems on which it
    returns an error on invalid FDs. Closes: #438914.
  * Configure --with-system-ffi on all architectures. Closes: #448520.
  * Fix version numbers in copyright and README files (Dan O'Huiginn).
    Closes: #446682.
  * Move some documents from python2.5 to python2.5-dev.

python2.5 (2.5.1-5) unstable; urgency=low

  * Build the _bsddb extension with db-4.6.

python2.5 (2.5.1-4) unstable; urgency=low

  * Update to 20070813, taken from the 2.5 release branch.
  * Include plat-mac/plistlib.py (plat-mac is not in sys.path by default.
    Closes: #435826.
  * Use emacs22 to build the documentation in info format. Closes: #434969.
  * Build-depend on db-dev (>= 4.6). Closes: #434965.

python2.5 (2.5.1-3) unstable; urgency=high

  * Support mixed-endian IEEE floating point, as found in the ARM old-ABI
    (Aurelien Jarno). Closes: #434905.

python2.5 (2.5.1-2) unstable; urgency=low

  * Update to 20070717, taken from the 2.5 release branch.
  * Fix reference count for sys.pydebug variable. Addresses: #431393.
  * Build depend on libbluetooth-dev instead of libbluetooth2-dev.

python2.5 (2.5.1-1) unstable; urgency=low

  * Python-2.5.1 release.
  * Build-depend on gcc-4.1 (>= 4.1.2-4) on alpha, powerpc, s390, sparc.
  * Merge from Ubuntu:
    - Add debian/patches/subprocess-eintr-safety.dpatch (LP: #87292):
      - Create and use wrappers around read(), write(), and os.waitpid() in the
        subprocess module which retry the operation on an EINTR (which happens
        if e. g. an alarm was raised while the system call was in progress).
        It is incredibly hard and inconvenient to sensibly handle this in
        applications, so let's fix this at the right level.
      - Patch based on original proposal of Peter <C3><85>strand
        in http://python.org/sf/1068268.
      - Add two test cases.
    - Change the interpreter to build and install python extensions
      built with the python-dbg interpreter with a different name into
      the same path (by appending `_d' to the extension name). The debug build
      of the interpreter tries to first load a foo_d.so or foomodule_d.so
      extension, then tries again with the normal name.
    - When trying to import the profile and pstats modules, don't
      exit, add a hint to the exception pointing to the python-profiler
      package, don't exit.
    - Keep the module version in the .egg-info name, only remove the
      python version.
    - python2.5-dbg: Install Misc/SpecialBuilds.txt, document the
      debug changes in README.debug.
  * Update to 20070425, taken from the 2.5 release branch.

python2.5 (2.5-6) unstable; urgency=medium

  * webbrowser.py: Recognize other browsers: www-browser, x-www-browser,
    iceweasel, iceape.
  * Move pyconfig.h from the python2.5-dev into the python2.5 package;
    required by builds for pure python modules without having python2.5-dev
    installed (matching the functionality in python2.4).
  * Move the unicodedata module into python2.5-minimal; allows byte compilation
    of UTF8 encoded files.
  * Do not install anymore outdated debhelper sample scripts.
  * Install Misc/SpecialBuilds.txt as python2.5-dbg document.

python2.5 (2.5-5) unstable; urgency=high

  * Do not run the python benchmark on m68k. Timer problems.
    Fixes FTBFS on m68k.
  * Update to 20061209, taken from the 2.5 release branch.
    -  Fixes building the library reference in info format.

python2.5 (2.5-4) unstable; urgency=medium

  * Update to 20061203, taken from the 2.5 release branch.
    - Fixes build failures on knetfreebsd and the hurd. Closes: #397000.
  * Clarify README about distutils. Closes: #396394.
  * Move python2.5-config to python2.5-dev. Closes: #401451.
  * Cleanup build-conflicts. Addresses: #394512.

python2.5 (2.5-3.1) unstable; urgency=low

  * Non-maintainer upload.
  * python2.5-minimal depends on python-minimal (>= 2.4.4-1) because it's the
    first version which lists python2.5 as an unsupported runtime (ie a
    runtime that is available but for which modules are not auto-compiled).
    And being listed there is required for python-central to accept the
    installation of python2.5-minimal. Closes: #397006

python2.5 (2.5-3) unstable; urgency=medium

  * Update to 20061029 (2.4.4 was released on 20061019), taken from
    the 2.5 release branch. We do not want to have regressions in
    2.5 compared to the 2.4.4 release.
  * Don't run pybench on m68k, fails in the calibration loop. Closes: #391030.
  * Run the installation/removal hooks. Closes: #383292, #391036.

python2.5 (2.5-2) unstable; urgency=medium

  * Update to 20061003, taken from the 2.5 release branch.
  * On arm and m68k, don't run the pybench in debug mode.
  * Fix building the source within exec_prefix (Alexander Wirt).
    Closes: #385336.

python2.5 (2.5-1) unstable; urgency=low

  * Python 2.5 release.
  * Update to 20060926, taken from the 2.5 release branch.
  * Run the Python benchmark during the build, compare the results
    of the static and shared builds.
  * Fix invalid html in python2.5.devhelp.gz.
  * Add a python2.5 console entry to the menu (hidden by default).
  * python2.5: Suggest python-profiler.

python2.5 (2.5~c1-1) unstable; urgency=low

  * Python 2.5 release candidate 1.
  * Update to trunk 20060818.

python2.5 (2.5~b3-1) unstable; urgency=low

  * Build the _ctypes module for m68k-linux.

python2.5 (2.5~b3-0ubuntu1) edgy; urgency=low

  * Python 2.5 beta3 release.
  * Update to trunk 20060811.
  * Rebuild the documentation.
  * Fix value of sys.exec_prefix in the debug build.
  * Do not build the library reference in info format; fails to build.
  * Link the interpreter against the shared runtime library. With
    gcc-4.1 the difference in the pystones benchmark dropped from about
    12% to about 6%.
  * Install the statically linked version of the interpreter as
    python2.5-static for now.
  * Link the shared libpython with -O1.

python2.5 (2.4.3+2.5b2-3) unstable; urgency=low

  * Disable the testsuite on s390; don't care about "minimally configured"
    buildd's.

python2.5 (2.4.3+2.5b2-2) unstable; urgency=low

  * Update to trunk 20060722.
  * Merge idle-lib from idle-python2.5 into python2.5.
  * Merge lib-tk from python-tk into python2.5.
  * Tkinter.py: Suggest installation of python-tk package on failed
    import of the _tkinter extension.
  * Don't run the testsuite for the debug build on alpha.
  * Don't run the test_compiler test on m68k. Just takes too long.
  * Disable building ctypes on m68k (requires support for closures).

python2.5 (2.4.3+2.5b2-1) unstable; urgency=low

  * Python 2.5 beta2 release.
  * Update to trunk 20060716.
  * When built on a buildd, do not run the following test which try to
    access the network: test_codecmaps_cn, test_codecmaps_hk, test_codecmaps_jp,
    test_codecmaps_kr, test_codecmaps_tw, test_normalization.
  * When built on a buildd, do not run tests requiring missing write permissions:
    test_ossaudiodev.

python2.5 (2.4.3+2.5b2-0ubuntu1) edgy; urgency=low

  * Python 2.5 beta2 release.

python2.5 (2.4.3+2.5b1-1ubuntu2) edgy; urgency=low

  * Fix python-dev dependencies.
  * Update to trunk 20060709.

python2.5 (2.4.3+2.5b1-1ubuntu1) edgy; urgency=low

  * Python 2.5 beta1 release.
  * Update to trunk 20060623.
  * Merge changes from the python2.4 packages.
  * python2.5-minimal: Add _struct.

python2.5 (2.4.3+2.5a1-1) experimental; urgency=low

  * Update to trunk 20060409.
  * Run testsuite for debug build as well.
  * Build-depend on gcc-4.1.

python2.5 (2.4.3+2.5a1-0ubuntu1) dapper; urgency=low

  * Python 2.5 alpha1 release.
  * Drop integrated patches.
  * Add build dependencies on libsqlite3-dev and libffi4-dev.
  * Add (build-)dependency on mime-support, libgpmg1 (test suite).
  * Build using the system FFI.
  * python2.5 provides python2.5-ctypes and python2.5-pysqlite2,
    python2.5-elementtree.
  * Move hashlib.py to python-minimal.
  * Lib/hotshot/pstats.py: Error out on missing profile/pstats modules.

python2.4 (2.4.3-8ubuntu1) edgy; urgency=low

  * Resynchronize with Debian unstable. Remaining changes:
    - Apply langpack-gettext patch.
    - diff.gz contains pregenerated html and info docs.
    - Build the -doc package from this source.

python2.4 (2.4.3-8) unstable; urgency=low

  * Remove python2.4's dependency on python-central. On installation of
    the runtime, call hooks /usr/share/python/runtime.d/*.rtinstall.
    On removal, call hooks /usr/share/python/runtime.d/*.rtremove.
    Addresses: #372658.
  * Call the rtinstall hooks only, if it's a new installation, or the first
    installation using the hooks. Adresses: #373677.

python2.4 (2.4.3-7) unstable; urgency=medium

  * Reupload, depend on python-central (>= 0.4.15).
  * Add build-conflict on python-xml.

python2.4 (2.4.3-6) medium; urgency=low

  * idle-python2.4: Remove the old postinst and prerm scripts.
  * Name the runtime correctly in python2.4-minimal's installation
    scripts.

python2.4 (2.4.3-5) unstable; urgency=low

  * python2.4-prerm: Handle the case, when python-central is not installed.
  * idle-python2.4: Depend on python-tk instead of python2.4-tk.

python2.4 (2.4.3-4) unstable; urgency=low

  * SVN update up to 2006-06-07
  * Use python-central.
  * Don't build the -tk and -gdbm packages from this source; now built
    from the python-stdlib-extensions source.
  * Remove leftover build dependency on libgmp3-dev.
  * Do not build-depend on libbluetooth1-dev and libgpmg1-dev on
    hurd-i386, kfreebsd-i386, kfreebsd-amd64. Closes: #365830.
  * Do not run the test_tcl test; hangs for unknown reasons on at least
    the following buildds: vivaldi(m68k), goedel (alpha), mayer (mipsel).
    And no virtual package to file bug reports for the buildds ...
    Closes: #364419.
  * Move the Makefile from python2.4-dev to python2.4. Closes: #366473.
  * Fix typo in pdb(1). Closes: #365772.
  * New autoconf likes the mandir in /usr/share instead of /usr; work
    with both locations. Closes: #367618.
	

python2.4 (2.4.3-3) unstable; urgency=low

  * SVN update up to 2006-04-21
  * Update locale aliases from /usr/share/X11/locale/locale.alias.
  * Start idle with option -n from the desktop menu, so that the program
    can be started in parallel.
  * Testsuite related changes only:
    - Add build dependencies mime-support, libgpmg1 (needed by test cases).
    - Run the testsuite with bsddb, audio and curses resources enabled.
    - Re-run the failed tests in verbose mode.
    - Run the test suite for the debug build as well.
    - Build depend on netbase, needed by test_socketmodule.
    - Build depend on libgpmg1, needed by test_curses.
    - On the buildds do not run the tests needing the network resource.
  * Update python logo.
  * Check for the availability of the profile and pstats modules when
    importing hotshot.pstats. Closes: #334067.
  * Don't build the -doc package from the python2.4 source.
  * Set OPT in the installed Makefile to -O2.

python2.4 (2.4.3-2) unstable; urgency=low

  * Add (build-)dependency on mime-support.

python2.4 (2.4.3-1) unstable; urgency=low

  * Python 2.4.3 release.

python2.4 (2.4.3-0ubuntu1) dapper; urgency=low

  * Python 2.4.3 release.
    - Fixed a bug that the gb18030 codec raises RuntimeError on encoding
      surrogate pair area on UCS4 build. Ubuntu: #29289.

python2.4 (2.4.2+2.4.3c1-0ubuntu1) dapper; urgency=low

  * SVN update up to 2006-03-25 (2.4.3 candidate 1).
    - Regenerate the documentation.

python2.4 (2.4.2-1ubuntu3) dapper; urgency=low

  * SVN update up to 2006-03-04
    - Regenerate the documentation.
    - map.mmap(-1, size, ...) can return anonymous memory again on Unix.
      Ubuntu #26201.
  * Build-depend on libncursesw5-dev, ncursesw5 is preferred for linking.
    Provides UTF-8 compliant curses bindings.
  * Fix difflib where certain patterns of differences were making difflib
    touch the recursion limit.

python2.4 (2.4.2-1ubuntu2) dapper; urgency=low

  * SVN update up to 2006-01-17
    - pwd is now a builtin module, remove it from python-minimal.
    - Regenerate the documentation.
  * python2.4-tk: Suggest tix instead of tix8.1.
  * Move config/Makefile from the -dev package into the runtime package
    to be able to use the bdist_wininst distutils command. Closes: #348335.

python2.4 (2.4.2-1ubuntu1) dapper; urgency=low

  * Temporarily remove build dependency on lsb-release.

python2.4 (2.4.2-1build1) dapper; urgency=low

  * Rebuild (openssl-0.9.8).

python2.4 (2.4.2-1) unstable; urgency=low

  * Python 2.4.2 release.

python2.4 (2.4.1+2.4.2rc1-1) unstable; urgency=low

  * Python 2.4.2 release candidate 1.
  * Fix "Fatal Python error" from cStringIO's writelines.
    Patch by Andrew Bennetts.

python2.4 (2.4.1-5) unstable; urgency=low

  * CVS update up to 2005-09-14
    - Regenerate the html and info docs.
  * Add some more locale aliases.
  * Fix substitution pf python version in README.python2.4-minimal.
    Closes: #327487.
  * On m68k, build using -O2 (closes: #326903).
  * On Debian, don't configure --with-fpectl, which stopped working with
    glibc-2.3.5.

python2.4 (2.4.1-4) unstable; urgency=low

  * CVS update up to 2005-09-04
    - teTeX 3.0 related fixes (closes: #322407).
    - Regenerate the html and info docs.
  * Add entry for IDLE in the Gnome menus.
  * Don't build-depend on libbluetooth-dev on the Hurd (closes: #307037).
  * Reenable the cthreads patch for the Hurd (closes: #307052).

python2.4 (2.4.1-3) unstable; urgency=low

  * Synchronise with Ubuntu:
    - Build a python2.4-minimal package.

python2.4 (2.4.1-2ubuntu3) breezy; urgency=low

  * CVS update up to 2005-07-07
  * Regenerate the documentation.

python2.4 (2.4.1-2ubuntu2) breezy; urgency=low

  * CVS update up to 2005-06-15
  * Regenerate the documentation.
  * Synchronize with Debian. Ubuntu 10485.
  * idle-python2.4 enhances python2.4. Ubuntu 11562.
  * README.Debian: Fix reference to the doc directory (closes: #311677).

python2.4 (2.4.1-2ubuntu1) breezy; urgency=low

  * Update build dependencies:
      db4.2-dev -> db4.3-dev,
      libreadline4-dev -> libreadline5-dev.
  * python2.4-dev: Add missing templates to generate HTML docs. Ubuntu 11531.

python2.4 (2.4.1-2) unstable; urgency=low

  * Add the debug symbols for the python2.4, python2.4-gdbm
    and python2.4-tk packages to the python2.4-dbg package.
  * Add gdbinit example to doc directory.

python2.4 (2.4.1-1ubuntu2) breezy; urgency=low

  * Add the debug symbols for the python2.4, python2.4-minimal, python2.4-gdbm
    and python2.4-tk packages to the python2.4-dbg package. Ubuntu 10261, 
  * Add gdbinit example to doc directory.
  * For os.utime, use utimes(2), correctly working with glibc-2.3.5.
    Ubuntu 10294.

python2.4 (2.4.1-1ubuntu1) breezy; urgency=low

  * Reupload as 2.4.1-1ubuntu1.

python2.4 (2.4.1-1) unstable; urgency=low

  * Python 2.4.1 release.
  * Fix noise in python-doc installation/removal.
  * New Python section for the info docs.

python2.4 (2.4.1-0) hoary; urgency=low

  * Python 2.4.1 release.
  * Fix noise in python-doc installation/removal.
  * New Python section for the info docs.

python2.4 (2.4+2.4.1rc2-2) unstable; urgency=low

  * Add the valgrind support file to /etc/python2.4
  * Build the -dbg package with -DPy_USING_MEMORY_DEBUGGER.
  * Lib/locale.py:
    - correctly parse LANGUAGE as a colon separated list of languages.
    - prefer LC_ALL, LC_CTYPE and LANG over LANGUAGE to get the correct
      encoding.
    - Don't map 'utf8', 'utf-8' to 'utf', which is not a known encoding
      for glibc.
  * Fix two typos in python(1). Addresses: #300124.

python2.4 (2.4+2.4.1rc2-1) unstable; urgency=low

  * Python 2.4.1 release candidate 2.
  * Build-depend on libbluetooth1-dev.

python2.4 (2.4dfsg-2) unstable; urgency=low

  * CVS update up to 2005-03-03

python2.4 (2.4dfsg-1ubuntu4) hoary; urgency=medium

  * Move exception finalisation later in the shutdown process - this
    fixes the crash seen in bug #1165761, taken from CVS.
  * codecs.StreamReader: Reset codec when seeking. Ubuntu #6972.
  * Apply fix for SF1124295, fixing an obscure bit of Zope's security machinery.
  * distutils: Don't add standard library dirs to library_dirs
    and runtime_library_dirs. On amd64, runtime paths pointing to /usr/lib64
    aren't recognized by dpkg-shlibdeps, and the packages containing these
    libraries aren't added to ${shlibs:Depends}.
  * Lib/locale.py:
    - correctly parse LANGUAGE as a colon separated list of languages.
    - prefer LC_ALL, LC_CTYPE and LANG over LANGUAGE to get the correct
      encoding.
    - Don't map 'utf8', 'utf-8' to 'utf', which is not a known encoding
      for glibc.
  * os.py: Avoid using items() in environ.update(). Fixes #1124513.
  * Python/pythonrun.c: 
  * Build depend on locales, generate the locales needed for the
    testsuite.
  * Add build dependency on libbluetooth1-dev, adding some bluetooth
    functionality to the socket module.
  * Lib/test/test_sundry.py: Don't fail on import of profile & pstats,
    which are separated out to the python-profiler package.
  * Fix typos in manpage.


python2.4 (2.4dfsg-1ubuntu3) hoary; urgency=low

  * debian/patches/langpack-gettext.dpatch:
    - langpack support for python-gettext added

python2.4 (2.4dfsg-1ubuntu2) hoary; urgency=low

  * Revert 'essential' status on python2.4-minimal. This status on
    on python-minimal is sufficient (Ubuntu #6392).

python2.4 (2.4dfsg-1ubuntu1) hoary; urgency=low

  * Resyncronise with Debian.
  * Mark the python2.4-minimal package as 'essential'.

python2.4 (2.4dfsg-1) unstable; urgency=medium

  * Add licenses and acknowledgements for incorporated software in the
    debian/copyright file (addresses: #293932).
  * Replace md5 implementation with one having a DFSG conforming license.
  * Remove the profile.py and pstats.py modules from the source package,
    not having a DFSG conforming license. The modules can be found in
    the python2.x-profile package in the non-free section.
    Addresses: #293932.
  * Add missing norwegian locales (Tollef Fog Heen).
  * CVS updates of the release24-maint branch upto 2005-02-08 (date of
    the Python 2.3.5 release).

python2.4 (2.4-7ubuntu1) hoary; urgency=low

  * Fix the name of the python-dbg man page.
  * Resyncronise with Debian.
  * Move more modules to -minimal (new code in copy.py requires these):
    dis, inspect, opcode, token, tokenize.

python2.4 (2.4-7) unstable; urgency=medium

  * Add licenses and acknowledgements for incorporated software in the
    debian/copyright file (addresses: #293932).
  * Replace md5 implementation with one having a DFSG conforming license.
  * Add missing norwegian locales (Tollef Fog Heen).
  * CVS updates of the release24-maint branch upto 2005-02-08 (date of
    the Python 2.3.5 release).

python2.4 (2.4-6) unstable; urgency=low

  * Build a python2.4-dbg package using --with-pydebug. Add a debug
    directory <prefix>/lib-dynload/debug to sys.path instead of
    <prefix>/lib-dynload und install the extension modules of the
    debug build in this directory.
    Change the module load path to load extension modules from other
    site-packages/debug directories (for further details see the
    README in the python2.4-dbg package).  Closes: #5415.
  * Apply the pydebug-path patch. The package was already built in -5.

python2.4 (2.4-5) unstable; urgency=high

  * Fix a flaw in SimpleXMLRPCServerthat can affect any XML-RPC servers.  
    This affects any programs have been written that allow remote 
    untrusted users to do unrestricted traversal and can allow them to
    access or change function internals using the im_* and func_* attributes.
    References: CAN-2005-0089.
  * CVS updates of the release24-maint branch upto 2005-02-04.

python2.4 (2.4-4) unstable; urgency=medium

  * Update debian/copyright to the 2.4 license text (closes: #290898).
  * Remove /usr/bin/smtpd.py (closes: #291049).

python2.4 (2.4-3ubuntu6) hoary; urgency=low

  * Use old-style dpatches instead of dpatch-run.

python2.4 (2.4-3ubuntu5) hoary; urgency=low

  * Actually apply the patch as well (add to list of patches in
    debian/rules)

python2.4 (2.4-3ubuntu4) hoary; urgency=low

  * Add nb_NO and nn_NO locales to Lib/locale.py

python2.4 (2.4-3ubuntu3) hoary; urgency=low

  * Fix a flaw in SimpleXMLRPCServerthat can affect any XML-RPC servers.
    This affects any programs have been written that allow remote
    untrusted users to do unrestricted traversal and can allow them to
    access or change function internals using the im_* and func_* attributes.
    References: CAN-2005-0089.

python2.4 (2.4-3ubuntu2) hoary; urgency=low

  * Build a python2.4-dbg package using --with-pydebug. Add a debug
    directory <prefix>/lib-dynload/debug to sys.path instead of
    <prefix>/lib-dynload und install the extension modules of the
    debug build in this directory.
    Change the module load path to load extension modules from other
    site-packages/debug directories (for further details see the
    README in the python2.4-dbg package).  Closes: #5415.
  * Update debian/copyright to the 2.4 license text (closes: #290898).
  * Add operator and copy to the -minimal package.

python2.4 (2.4-3ubuntu1) hoary; urgency=low

  * Resynchronise with Debian.
  * python2.4: Depend on the very same version of python2.4-minimal.
  * Docment, that time.strptime currently cannot be used, if the
    python-minimal package is installed without the python package.

python2.4 (2.4-3) unstable; urgency=medium

  * Build the fpectl module.
  * Updated to CVS release24-maint 20050107.

python2.4 (2.4-2ubuntu5) hoary; urgency=low

  * Updated to CVS release24-maint 20050102.
  * python-minimal:
    - os.py: Use dict instead of UserDict, remove UserDict from -minimal.
    - add pickle, threading, needed for subprocess module.
    - optparse.py: conditionally import gettext, if not available,
      define _ as the identity function. Patch taken from the trunk.
      Avoids import of _locale, locale, gettext, copy, repr, itertools,
      collections, token, tokenize.
    - Add a build check to make sure that the minimal module list is
      closed under dependency.
  * Fix lintian warnings.

python2.4 (2.4-2ubuntu4) hoary; urgency=low

  * Add UserDict.py to the -minimal package, since os.py needs it.

python2.4 (2.4-2ubuntu3) hoary; urgency=low

  * Add os.py and traceback.py to the -minimal package, get the list
    of modules from the README.

python2.4 (2.4-2ubuntu2) hoary; urgency=low

  * Add compileall.py and py_compile.py to the -minimal package, not
    just to the README ...

python2.4 (2.4-2ubuntu1) hoary; urgency=low

  * Separate the interpreter and a minimal subset of modules into
    a python2.4-minimal package. See the README.Debian.gz in this
    package.
  * Move site.py to python2.4-minimal as well.
  * Add documentation files for devhelp.

python2.4 (2.4-2) unstable; urgency=medium

  * Updated patch for #283108. Thanks to Jim Meyering.

python2.4 (2.4-1) unstable; urgency=low

  * Final 2.4 release.
  * Flush stdout/stderr if closed (SF #1074011).

python2.4 (2.3.97-2) unstable; urgency=low

  * Don't run test_tcl, hanging on the buildds.

python2.4 (2.3.97-1) unstable; urgency=low

  * Python 2.4 Release Candidate 1.

python2.4 (2.3.96-1) experimental; urgency=low

  * Updated to CVS release24-maint 20041113.
  * Build the docs in info format again.

python2.4 (2.3.95-2) experimental; urgency=low

  * Move distutils package from the python2.4-dev into the python2.4
    package.

python2.4 (2.3.95-1) experimental; urgency=low

  * Python 2.4 beta2 release.

python2.4 (2.3.94-1) experimental; urgency=low

  * Python 2.4 beta1 release.

python2.4 (2.3.93-1) experimental; urgency=low

  * Python 2.4 alpha3 release.

python2.4 (2.3.92-1) experimental; urgency=low

  * Python 2.4 alpha2 release.

python2.4 (2.3.91-1) experimental; urgency=low

  * Python 2.4 alpha1 release.
    Highlights: http://www.python.org/2.4/highlights.html

python2.4 (2.3.90-1) experimental; urgency=low

  * Package HEAD branch (pre alpha ..).

python2.3 (2.3.4-1) unstable; urgency=medium

  * Final Python 2.3.4 Release.
  * In the API docs, fix signature of PyModule_AddIntConstant (closes: #250826).
  * locale.getdefaultlocale: don't fail with empty environment variables.
    Closes: #249816.
  * Include distutils/command/wininst.exe in -dev package (closes: #249006).
  * Disable cthreads on the Hurd (Michael Banck). Closes: #247211.
  * Add a note to pygettext(1), that this program is deprecated in favour
    of xgettext, which now includes support for Python as well.
    Closes: #246332.

python2.3 (2.3.3.91-1) unstable; urgency=low

  * Python 2.3.4 Release Candidate 1.
  * Do not use the default namespace for attributes. Patch taken from the
    2.3 maintenance branch.
    The xmllib module is obsolete.  Use xml.sax instead.
  * http://python.org/sf/945642 - fix nonblocking i/o with ssl socket.

python2.3 (2.3.3-7) unstable; urgency=low

  * Add a workaround for GNU libc nl_langinfo()'s returning NULL.
    Closes: #239237.
    Patch taken from 2.3 maintenance branch.
  * threading.py: Remove calls to currentThread() in _Condition methods that
    were side-effect. Side-effects were deemed unnecessary and were causing
    problems at shutdown time when threads were catching exceptions at start
    time and then triggering exceptions trying to call currentThread() after
    gc'ed.  Masked the initial exception which was deemed bad.
    Closes: #195812.
  * Properly support normalization of empty unicode strings. Closes: #239986.
    Patch taken from 2.3 maintenance branch.
  * README.maintainers: Add section where to find the documentation tools.
  * Fix crash in pyexpat module (closes: #229281).
  * For the Hurd, set the interpreters recursion limit to 930.
  * Do not try to byte-compile the test files on installation; this
    currently breaks the Hurd install.

python2.3 (2.3.3-6) unstable; urgency=low

  * Don't build the unversioned python{,-*} packages anymore. Now
    built from the python-defaults package.
  * Update to the proposed python-policy: byte-compile using -E.
  * Remove python-elisp's dependency on emacs20 (closes: #232785).
  * Don't build python-elisp from the python2.3 source anymore,
    get it from python-mode.sf.net as a separate source package.
  * python2.3-dev suggests libc-dev (closes: #231091).
  * get LDSHARED and CCSHARED (like, CC, CXX, CPP, CFLAGS) from 
    the environment
  * Set CXX in installed config/Makefile (closes: #230273).

python2.3 (2.3.3-5) unstable; urgency=low

  * Build-depend on libdb4.2-dev, instead of libdb4.1-dev. According
    to the docs the file format is compatible.

python2.3 (2.3.3-4) unstable; urgency=low

  * Fix broken _bsddb module. setup.py picked up the wrong library.

python2.3 (2.3.3-3) unstable; urgency=low

  * Fix typo in patch (closes: #224797, #226064).

python2.3 (2.3.3-2) unstable; urgency=medium

  * Lib/email/Charset: use locale unaware function to lower case of locale
    name (closes: #224797).
  * Update python-mode to version from python-mode.sf.net. Fixes highlighting
    problems (closes: #223520).
  * Backport from mainline: Add IPV6_ socket options from RFCs 3493 and 3542.

python2.3 (2.3.3-1) unstable; urgency=low

  * New upstream release.
  * Copy the templates, tools and scripts from the Doc dir in the source
    to /usr/share/lib/python2.3/doc in the python2.3-dev package. Needed
    for packages building documentation like python does (closes: #207337).

python2.3 (2.3.2.91-1) unstable; urgency=low

  * New upstream version (2.3.3 release candidate).
  * Update python-mode.el (closes: #158811, #159630).
    Closing unreproducible report (closes: #159628).

python2.3 (2.3.2-7) unstable; urgency=low

  * Put the conflict in the correct direction. python2.3 (2.3.2-6) doesn't
    conflict with python (<= 2.3.2-5) but python (2.3.2-6) conflicts with
    python2.3 (<= 2.3.2-5) (thanks to Brian May). Really closes #221791.

python2.3 (2.3.2-6) unstable; urgency=low

  * Add conflicts with older python{,2.3} packages to fix overwrite
    errors (closes: #221791).

python2.3 (2.3.2-5) unstable; urgency=low

  * Updated to CVS release23-maint 20031119.
  * Re-upgrade the dependency of python2.3 on python (>= 2.3) to
    a dependency (closes: #221523).

python2.3 (2.3.2-4) unstable; urgency=low

  * Don't build-depend on latex2html (moved to non-free), but keep
    the prebuilt docs in debian/patches (closes: #221347).
  * Fix typos in the library reference (closes: #220510, #220954).
  * Fix typo in python-elisp's autoloading code (closes: #220308).
  * Update proposed python policy: private modules can be installed
    into /usr/lib/<module> (arch dependent) and into /usr/share/<module>
    (arch independent).

python2.3 (2.3.2-3) unstable; urgency=low

  * Downgrade the dependency of python2.3 on python (>= 2.3) to
    a recommendation.
  * Fix path to interpreter in binfmt file.
  * Fix segfault in unicodedata module (closes: #218697).
  * Adjust python-elisp autoload code (closes: #219821).

python2.3 (2.3.2-2) unstable; urgency=medium

  * Fix broken doc link (closes: #214217).
  * Disable wrongly detected large file support for GNU/Hurd.
  * Really fix the  FTBFS for the binary-indep target (closes: #214303).

python2.3 (2.3.2-1) unstable; urgency=low

  * New upstream version.
  * Fix a FTBFS for the binary-indep target.

python2.3 (2.3.1-3) unstable; urgency=low

  * Fix names of codec packages in recommends.
  * On alpha compile using -mieee (see #212912).

python2.3 (2.3.1-2) unstable; urgency=low

  * Update python policy draft (closes: #128911, #163785).
  * Re-add os.fsync function (closes: #212672).
  * Let python2.3-doc conflict with older python2.3 versions (closes: #211882).
  * Add recommends for pythonX.Y-japanese-codecs, pythonX.Y-iconvcodec,
    pythonX.Y-cjkcodecs, pythonX.Y-korean-codecs (closes: #207161).
  * Generate binfmt file (closes: #208005).
  * Add IPPROTO_IPV6 option to the socketmodule (closes: #206569).
  * Bugs reported against python2.2 and fixed in python2.3:
    - Crashes in idle (closes: #186887, #200084).

python2.3 (2.3.1-1) unstable; urgency=low

  * New upstream version (bug fix release).

python2.3 (2.3-4) unstable; urgency=high

  * Disable check for utimes function, which is broken in glibc-2.3.2.
    Packages using distutils had '1970/01/01-01:00:01' timestamps in files.
  * Bugs fixed by making python2.3 the default python version:
    - Canvas.scan_dragto() takes a 3rd optional parmeter "gain".
      Closes: #158168.
    - New command line parsing module (closes: #38628).
    - compileall.py allows compiling single files (closes: #139971).
  * Bugs reported for 2.2 and fixed in 2.3:
    - Idle does save files with ASCII characters (closes: #179313).
    - imaplib support for prefix-quoted strings (closes: #150485).
    - posixpath includes getctime (closes: #173827).
    - pydoc has support for keywords (closes: #186775).
  * Bugs reported for 2.1 and fixed in 2.3:
    - Fix handling of "#anchor" URLs in urlparse (closes: #147844).
    - Fix readline if C stdin is not a tty, even if sys.stdin is.
      Closes: #131810.
  * Updated to CVS release23-maint 20030810 (fixing memory leaks in
    array and socket modules).
  * pydoc's usage output uses the basename of the script.
  * Don't explicitely remove /etc/python2.3 on purge (closes: #202864).
  * python conflicts with python-xmlbase (closes: #204773).
  * Add dependency python (>= 2.3) to python2.3, so make sure the
    unversioned names can be used.

python2.3 (2.3-3) unstable; urgency=medium

  * Fix shlibs file.

python2.3 (2.3-2) unstable; urgency=medium

  * Make python2.3 the default python version.

python2.3 (2.3-1) unstable; urgency=low

  * Python 2.3 final release.

python2.3 (2.2.107-1rc2) unstable; urgency=medium

  * Python 2.3 release candidate 2.
  * Don't compress .txt files referenced by the html docs (closes: #200298).
  * Include the email/_compat* files (closes: #200349).

python2.3 (2.2.106-2beta2) unstable; urgency=medium

  * Python 2.3 beta2 release, updated to CVS 20030704.
    - Fixes AssertionError in httplib (closed: #192452).
    - Fixes uncaught division by zero in difflib.py (closed: #199287).
  * Detect presence of setgroups(2) at configure time (closes: #199839).
  * Use default gcc on arm as well.

python2.3 (2.2.105-1beta2) unstable; urgency=low

  * Python 2.3 beta2 release.
    - Includes merged idle fork.
    - Fixed socket.setdefaulttimeout(). Closes: #189380.
    - socket.ssl works with _socketobj. Closes: #196082.
  * Do not link libtix to the _tkinter module. It's loaded via
   'package require tix' at runtime. python2.3-tkinter now
    suggests tix8.1 instead.
  * On arm, use gcc-3.2 to build.
  * Add -fno-strict-aliasing rules to OPT to avoid warnings
    "dereferencing type-punned pointer will break strict-aliasing rules",
    when building with gcc-3.3.

python2.3 (2.2.104-1beta1.1) unstable; urgency=low

  * Non-maintainer upload with maintainer consent.
  * debian/control (Build-Depends): s/libgdbmg1-dev/libgdbm-dev/.

python2.3 (2.2.104-1beta1) unstable; urgency=low

  * Python 2.3 beta1 release, updated to CVS 20030514.
    - build the current documentation.
  * Reenable Tix support.

python2.3 (2.2.103-1beta1) unstable; urgency=low

  * Python 2.3 beta1 release, updated to CVS 20030506.
    - updated due to build problems on mips/mipsel.
    - keep the 2.3b1 documentation (doc build problems with cvs).

python2.3 (2.2.102-1beta1) unstable; urgency=low

  * Python 2.3 beta1 release.

python2.3 (2.2.101-1exp1) unstable; urgency=medium

  * Python 2.3 alpha2 release, updated to CVS 20030321.
  * Tkinter: Catch exceptions thrown for undefined substitutions in
    events (needed for tk 8.4.2).

python2.3 (2.2.100-1exp1) unstable; urgency=low

  * Python 2.3 alpha2 release, updated to CVS 20030221.

python2.3 (2.2.99-1exp1) unstable; urgency=low

  * Python 2.3 alpha1 release updated to CVS 20030123.
    - should fix the testsuite (and package build) failure on alpha.
  * Remove build dependency on libexpat1-dev. Merge the python2.3-xmlbase
    package into python2.3 (closes: #177739).

python2.3 (2.2.98-1exp1) unstable; urgency=low

  * Python 2.3 alpha1 release updated to CVS 20030117.
  * Build using libdb4.1.

python2.3 (2.2.97-1exp1) unstable; urgency=low

  * Python 2.3 alpha1 release updated to CVS 20030109.
  * Build-Depend on g++ (>= 3:3.2).
  * Python package maintainers: please wait uploading python dependent
    packages until python2.2 and python2.1 are compiled using gcc-3.2.

python2.3 (2.2.96-1exp1) unstable; urgency=low

  * Python 2.3 alpha1 release (not exactly the tarball, but taken from
    CVS 20030101).
    - Includes support for linking with threaded tk8.4 (closes: #172714).
  * Install and register whatsnew document (closes: #173859).
  * Properly unregister info documentation.

python2.3 (2.2.95-1exp1) unstable; urgency=low

  * Experimental packages from CVS 021212.
    - data in unicodedate module is up to date (closes: #171061).
  * Fix idle packaging (closes: #170394).
  * Configure using unicode UCS-4 (closes: #171062).
    This change breaks compatibility with binary modules, but what do you
    expect from experimental packages ... Please recompile dependent packages.
  * Don't strip binaries for now.

python2.3 (2.2.94-1exp1) unstable; urgency=low

  * Experimental packages from CVS 021120.
  * Remove outdated README.dbm.
  * Depend on tk8.4.
  * python-elisp: Install emacsen install file with mode 644 (closes: #167718).

python2.3 (2.2.93-1exp1) unstable; urgency=medium

  * Experimental packages from CVS 021015.
  * Build a static library libpython2.3-pic.a.
  * Enable large file support for the Hurd (closes: #164602).

python2.3 (2.2.92-1exp1) unstable; urgency=low

  * Experimental packages from CVS 020922.
  * Fix build error on ia64 (closes: #161234).
  * Build depend on gcc-3.2-3.2.1-0pre2 to fix build error on arm.

python2.3 (2.2.91-1exp1) unstable; urgency=low

  * Experimental packages from CVS 020906.
  * idle-python2.3: Fix conflict (closes: #159267).
  * Fix location of python-mode.el (closes: #159564, #159619).
  * Use tix8.1.
  * Apply fix for distutils/ccompiler problem (closes: #159288).

python2.3 (2.2.90-1exp1) unstable; urgency=low

  * Experimental packages from CVS 020820.
  * Don't build python2.3-elisp, but put the latest version into
    python-elisp.

python2.2 (2.2.1-6) unstable; urgency=low

  * CVS updates of the release22-maint branch upto 2002-07-23.
  * Enable IPv6 support (closes: #152543).
  * Add python2.2-tk suggestion for python2.2 (pydoc -g).
  * Fix from SF patch #527518: proxy config with user+pass authentication.
  * Point pydoc to the correct location of the docs (closes: #147579).
  * Remove '*.py[co]' files, when removing the python package,
    not when purging (closes: #147130).
  * Update to new py2texi.el version (Milan Zamazal).

python2.2 (2.2.1-5) unstable; urgency=low

  * CVS updates of the release22-maint branch upto 2002-05-03.
  * Build the info docs (closes: #145653).

python2.2 (2.2.1-4) unstable; urgency=high

  * Fix indentation errors introduced in last upload (closes: #143809).

python2.2 (2.2.1-3) unstable; urgency=high

  * Add Build-Conflicts: tcl8.0-dev, tk8.0-dev, tcl8.2-dev, tk8.2-dev.
    Closes: #143534 (build a working _tkinter module, on machines, where
    8.0's tk.h gets included).
  * CVS updates of the release22-maint branch upto 2002-04-20.

python2.2 (2.2.1-2) unstable; urgency=low

  * Forgot to copy the dlmodule patch from the 2.1.3 package. Really
    closes: #141681.

python2.2 (2.2.1-1) unstable; urgency=high

  * Final 2.2.1 release.
  * According to report #131813, the python interpreter is much faster on some
    architectures, when beeing linked statically with the python library (25%).
    Gregor and me tested on i386, m68k and alpha, but we could not reproduce
    such a speedup (generally between 5% and 10%). But we are linking the
    python executable now statically ...
  * Build info docs from the tex source, merge the python-doc-info
    package into the python-doc package.
  * Always build the dl module. Failure in case of
        sizeof(int)!=sizeof(long)!=sizeof(void*)
    is delayed until dl.open is called. Closes: #141681.

python2.2 (2.2.0.92-0) unstable; urgency=low

  * Package CVS sources, omit cvs-updates.dpatch (closes: #140977).

python2.2 (2.2-6) unstable; urgency=medium

  * Update to python-2.2.1 release candidate 2 (final release scheduled
    for April 10).
  * Enable dl module (closes: #138992).
  * Build doc files with python binary from package (closes: #139657).
  * Build _tkinter module with BLT and Tix support.
  * python2.2-elisp: Conflict with python2-elisp (closes: #138970).
  * string.split docs updated in python-2.2.1 (closes: #129272).

python2.2 (2.2-5) unstable; urgency=low

  * CVS updates of the release22-maint branch upto 20020310 (aproaching
    the first 2.2.1 release candidate).
  * Stolen from HEAD: check argument of locale.nl_langinfo (closes: #137371).

python2.2 (2.2-4) unstable; urgency=medium

  * Include test/{__init__.py,README,pystone.py} in package (closes: #129013).
  * Fix python-elisp conflict (closes: #129046).
  * Don't compress stylesheets (closes: #133179).
  * CVS updates of the release22-maint branch upto 20020310.

python2.2 (2.2-3) unstable; urgency=medium

  * Updates from the CVS python22-maint branch up to 20020107.
    webbrowser.py: properly escape url's.
  * The Hurd does not have large file support: disabled.

python2.2 (2.2-2) unstable; urgency=medium

  * CVS updates of the release22-maint branch upto 20011229. Fixes:
    - Include TCP_CORK flag in plat-linux2 headers (fixes: #84340).
    - Update CDROM.py module (fixes: #125785).
  * Add missing chunk of the GNU/Hurd patch (therefore urgency medium).
  * Send anonymous password when using anonftp (closes: #126814).

python2.2 (2.2-1) unstable; urgency=low

  * New upstream version: 2.2.
  * Bugs fixed upstream:
    - Docs for os.kill reference the signal module for constants.
    - Documentation strings in the tutorial end with a period (closes: #94770).
    - Tk: grid_location method moved from Grid to Misc (closes: #98338).
    - mhlib.SubMessage.getbodytext takes decode parameter (closes: #31876).
    - Strings in modules are locale aware (closes: #51444).
    - Printable 8-bit characters in strings are correctly printed
      (closes: #64354).
    - Dictionary can be updated with abstract mapping object (closes: #46566).
  * Make site.py a config files.

python2.2 (2.1.99c1-1) unstable; urgency=low

  * New upstream version: 2.2c1 (release candidate).
  * Do not provide python2.2-base anymore.
  * Install correct README.Debian for python2.2 package. Include hint
    where to find Makefile.pre.in.
  * Suggest installation of python-ssl.
  * Remove idle config files on purge.
  * Remove empty /usr/lib/python2.2 directory on purge.

python2.2 (2.1.99beta2-1) unstable; urgency=high

  * debian/rules: Reflect removal of regrtest package (closes: #122278).
    Resulted in build failures on all architectures.
  * Build -doc package from source.

python2.2 (2.1.99beta2-0.1) unstable; urgency=low

  * Non maintainer upload.
  * New upstream version (this is 2.2beta2).
  * Do not build the python-regrtest package anymore; keep the test framework
    components test/regrtest.py and test/test_support.py in the python
    package (closes: #119408).

python2.2 (2.1.99beta1-4) unstable; urgency=low

  * Configure with --with-fpectl (closes: #118125).
  * setup.py: Remove broken check for _curses_panel module (#116081).
  * idle: Move config-* files to /etc and mark as conffiles (#106390).
  * Move idle packages to section `devel'.

python2.2 (2.1.99beta1-3) unstable; urgency=low

  * Fix shlibs file (was still referring to 2.1). Closes: #116810.
  * README.Debian: point to draft of python-policy in the python package.

python2.2 (2.1.99beta1-2) unstable; urgency=medium

  * Fix shlibs file (was still referring to 2.1). Closes: #116810.
  * Rename package python2.2-base to python2.2.

python2.2 (2.1.99beta1-1) unstable; urgency=low

  * New upstream version (beta). Call the package version 2.1.99beta1-1.
  * New maintainer until the final 2.2 release.
  * Updated the debian patches.

python2.1 (2.1.1-1.2) unstable; urgency=low

  * Really remove the python alternative.

python2.1 (2.1.1-1.1) unstable; urgency=low

  * README FOR PACKAGE MAINTAINERS: It is planned to remove the python2-XXX
    packages from unstable and move on to python2.1.
    If you repackage/adapt your modules for python2.1, don't build
    python2-XXX and python2.1-XXX packages from the same source package,
    so that the python2-XXX package can be removed without influencing the
    python2.1-XXX package.

    See the debian-python mailing list at http://lists.debian.org/devel.html
    for details and the current discussion and a draft for a debian-python
    policy (August to October 2001).

  * Remove alternative for /usr/bin/python. The python-base package now
    provides the default python version.

  * Regenerate control file to fix build dependencies (closes: #116190).
  * Remove alternative for /usr/bin/{python,pydoc}.
  * Provide a libpython2.1.so symlink in /usr/lib/python2.1/config,
    so that the shared library is found when -L/usr/lib/python2.1/config
    is specified.
  * Conflict with old package versions, where /usr/bin/python is a real
    program (closes: #115943).
  * python2.1-elisp conflicts with python-elisp (closes: #115895).
  * We now have 2.1 (closes: #96851, #107849, #110243).

python2.1 (2.1.1-1) unstable; urgency=low

  * Incorporated Matthias' modifications.

python2.1 (2.1.1-0.2) unstable; urgency=low

  * New upstream 2.1.1.
  * GPL compatible licence (fixes #84080, #102949, #110643).
  * Fixed upstream (closes: #99692, #111340).
  * Build in separate build directory.
  * Split Debian patches into debian/patches directory.
  * Build dependencies: Add libgmp3-dev, libexpat1-dev, tighten
    debhelper dependency.
  * debian/rules: Updated a "bit".
  * python-elisp: Remove custom dependency (closes: #87783),
    fix emacs path (closes: #89712), remove emacs19 dependency (#82694).
  * Mention distutils in python-dev package description (closes: #108170).
  * Update README.Debian (closes: #85430).
  * Run versioned python in postinsts (closes: #113349).
  * debian/sample.{postinst,prerm}: Change to version independent scripts.
  * Use '/usr/bin/env python2.1' as interpreter for all python scripts.
  * Add libssl-dev to Build-Conflicts.
  * python-elisp: Add support for emacs21 (closes: #98635).
  * Do not compress .py files in doc directories.
  * Don't link explicitely with libc.

python2.1 (2.1.1-0.1) unstable; urgency=low

  * New upstream version (CVS branch release21-maint, will become 2.1.1):
    This CVS branch will be released as 2.1.1 under a GPL compatible
    license.

python2 (2.1-0.1) unstable; urgency=low

  * Fixed Makefile.pre.in.
  * Fixed the postinst files in order to use 2.1 (instead of 2.0).
  * Mention the immanent release of 2.0.1 and 2.1.1, with a GPL
    compatible license.

python2 (2.1-0) unstable; urgency=low

  * New upstream version.
  * Experimental packages.

python2 (2.0-7) unstable; urgency=low

  * Rebuilt with recent tcl8.3-dev/tk8.3-dev in order to fix a
    dependency problem with python2-tk (closes: #87793, #92962).
  * Change postinst to create and update /usr/local/lib/python2.0 and
    site-python with permissions and owner as mandated by policy:
    2775 and root:staff (closes: #89047).
  * Fix to compileall.py: A superfluous argument made compileall without
    options fail (cf. #92990 for python).
  * Move the distutils module into python2-dev. It needs Makefile.pre.in
    in order to work (closes: #89900).
  * Remove build-dependency on libgdbm2-dev (which isn't built anyway).
  * Add a build-dependency on libdb2-dev (cf. #90220 for python).

python2 (2.0-6) unstable; urgency=low

  * Remove python-zlib package; merge it into python-base.
  * Mark that README.python2 is not yet updated.

python2 (2.0-5) unstable; urgency=low

  * Recompile with tcl/tk8.3 (closes: #82088).
  * Modifications to README.why-python2 (closes: #82116).
  * Add menu hint to idle2 menu entry.
  * idle2 is renamed idle-python2 and now build correctly (closes: #82218).
  * Add build-dependency on autoconf (closes: #85339).
  * Build bsddbmodule as shared module (Modules/Setup.config.in),
    and link libpython2.so with -lm in Makefile (closes: #86027).
  * various cleanups in debian/rules, e.g. removing dh_suidregister.
  * Make pdb available as /usr/bin/pdb-python2 in python2-dev
    (cf. #79870 in python-base).
  * Remove libgmp3 from build-dependencies, since we currently can't
    build the mpzmodule for Python2 due to license problems.

python2 (2.0-4) unstable; urgency=low

  * control: make python2-elisp conflict with python-elisp (it doesn't
    make sense to have both of them installed, does it ?)
  * include build-depend on libxmltok1-dev.
  * again, build with tcl/tk8.0.

python2 (2.0-3) unstable; urgency=low

  * Modules/Setup.in: Added a missing \ that made _tkinter be built
    incorrectly.
  * rules: on the fly, change all '#!' python scripts to use python2.

python2 (2.0-2) unstable; urgency=low

  * Aaargh. Remove conflicts/provides/replaces on python-base to make
    parallel installation of python-base and python2-base possible.
  * Install examples into /usr/share/doc/python2 (not python) and fix
    symlink to python2.0 (thanks to Rick Younie <email address hidden> for
    pointing out this).
  * Rename man page to python2.1.

python2 (2.0-1) unstable; urgency=low

  * New upstream version. Initial release for python2.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  04 May 2011 11:27:10 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Matthias Klose
Architectures:
any
Section:
python
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python2.5_2.5.5.orig.tar.gz 11.1 MiB 12691393edb4ff747938d0f2549ae9e14db69f9a13c5ff3501b241d1a80afec9
python2.5_2.5.5-11.diff.gz 461.9 KiB 9d7b2bd4bcf9ffc6d19525b374f6fa37e8512cade01d0e49a8fab01a76d87497
python2.5_2.5.5-11.dsc 1.8 KiB cf8e7e0045ca4a5e471e1ddda0f3d862198ab27a705b3ea471fc14a5e4c037c5

Available diffs

View changes file

Binary packages built by this source