python2.3 (2.3.5-9ubuntu1.2) dapper-security; urgency=low * Fixed 'unicode-repr.dpatch' to not require dpatch. -- Kees Cook Thu, 5 Oct 2006 09:20:44 -0700 python2.3 (2.3.5-9ubuntu1.1) dapper-security; urgency=low * SECURITY UPDATE: crafted wide unicode strings can overflow heap leading to arbitrary code execution. * Add 'debian/patches/unicode-repr.dpatch' to fix overflow. * References CVE-2006-4980 http://svn.python.org/view?view=rev&rev=51466 -- Kees Cook Mon, 2 Oct 2006 15:51:34 -0700 python2.3 (2.3.5-9ubuntu1) dapper; urgency=low * Build-depend on tix-dev instead of tix8.1-dev. * Fix importing from a zip file fails on AMD64. -- Matthias Klose Thu, 2 Feb 2006 11:55:54 +0000 python2.3 (2.3.5-9) unstable; urgency=low * Rebuild (openssl 0.9.8). -- Matthias Klose Sun, 20 Nov 2005 16:34:05 +0100 python2.3 (2.3.5-8) unstable; urgency=medium * SECURITY UPDATE (prepared by Martin Pitt ). * Add debian/patches/pcre-security_CAN-2005-2491.dpatch: - Fix recent PCRE buffer overflow in local copy. - CAN-2005-2491 -- Matthias Klose Tue, 30 Aug 2005 15:06:09 +0200 python2.3 (2.3.5-7) unstable; urgency=low * python2.3 provides python2.3-minimal (we won't split out that for python2.3, just a symmetry with python2.4-minimal. * debian/patches/tetex-3.0.dpatch: teTeX 3.0 related fixes. Closes: #322407. * debian/patches/locale-strcoll.dpatch: Correct the handling of 0-termination of PyUnicode_AsWideChar() and its usage in PyLocale_strcoll(). Closes: #321225. -- Matthias Klose Sat, 13 Aug 2005 17:22:38 +0200 python2.3 (2.3.5-6) unstable; urgency=medium * Apply the db4.3 support patch (closes: #314894). -- Matthias Klose Sun, 19 Jun 2005 13:20:12 +0200 python2.3 (2.3.5-5) unstable; urgency=low * Conditionalze utimes(2) usage on glibc version. * Add a python2.3-dbg package, as done for python2.4. * Update build dependencies: db4.2-dev -> db4.3-dev, libreadline4-dev -> libreadline5-dev. * Fix FTBFS in Modules/readline.c using gcc-4.0 (closes: #311256). * urllib2 (AbstractHTTPHandler): check for HTTP response code 206 as well, when checking for error codes (was 200). Closes: #311178. * Prefer cjkcodecs over iconvcodecs as a recommendation for the python2.3 package. -- Matthias Klose Wed, 15 Jun 2005 13:20:38 +0200 python2.3 (2.3.5-4) unstable; urgency=low * Modules/readline.c: Remove redeclaration of history_length. * Add missing templates to generate HTML docs (closes: #310121). -- Matthias Klose Sat, 28 May 2005 22:40:31 +0200 python2.3 (2.3.5-3) unstable; urgency=high * Use db-4.2 to build the dbm extension module. * Move documents in info format in one section (closes: #291162). * Remove ancient debian/TODO (closes: #307128). -- Matthias Klose Wed, 4 May 2005 08:20:22 +0200 python2.3 (2.3.5-2) unstable; urgency=low * Lib/locale.py: - correctly parse LANGUAGE as a colon separated list of languages. Closes: #294192. - 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). Closes: #300124. -- Matthias Klose Sat, 26 Mar 2005 17:27:18 +0100 python2.3 (2.3.5-1) unstable; urgency=medium * Final 2.3.5 release. * 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. Closes: #293932. * Fix bug in copy.deep_copy (closes: #293338). -- Matthias Klose Tue, 8 Feb 2005 16:30:54 +0100 python2.3 (2.3.4+2.3.5c1-2) unstable; urgency=high * Fix a flaw in SimpleXMLRPCServer that 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 release23-maint branch upto 2005-02-04. -- Matthias Klose Fri, 4 Feb 2005 08:12:10 +0100 python2.3 (2.3.4+2.3.5c1-1) unstable; urgency=low * Python 2.3.5 release candidate 1 -- Matthias Klose Thu, 27 Jan 2005 09:27:09 +0100 python2.3 (2.3.4-19) unstable; urgency=low * Enable the build of the fpectl module (closes: #288575). -- Matthias Klose Tue, 4 Jan 2005 18:58:07 +0100 python2.3 (2.3.4-18) unstable; urgency=low * Updated patch for #283108. Thanks to Jim Meyering. -- Matthias Klose Fri, 3 Dec 2004 13:46:44 +0100 python2.3 (2.3.4-17) unstable; urgency=medium * Flush stdout/stderr if closed (SF #1074011). Closes: #283108. -- Matthias Klose Wed, 1 Dec 2004 08:55:20 +0100 python2.3 (2.3.4-16) unstable; urgency=low * Forgot to regenerate the documentation ... -- Matthias Klose Sat, 13 Nov 2004 09:00:58 +0100 python2.3 (2.3.4-15) unstable; urgency=low * Updated to CVS release23-maint 20041111: * Move distutils package from the python2.3-dev into the python2.3 package. -- Matthias Klose Thu, 11 Nov 2004 21:56:12 +0100 python2.3 (2.3.4-14) unstable; urgency=low * Add README.valgrind from the 2.4 branch. -- Matthias Klose Sun, 10 Oct 2004 01:01:46 +0200 python2.3 (2.3.4-13) unstable; urgency=medium * Updated to CVS release23-maint 20040923: - Fix 'idle -n', regression introduced in 2.3.4-2 (closes: #272796). * Update idle man page. -- Matthias Klose Fri, 24 Sep 2004 07:28:24 +0200 python2.3 (2.3.4-12) unstable; urgency=low * Use the built python executable for cleaning the doc directory. * Updated to CVS release23-maint 20040918: - Fix handling of IPv6 addresses in htmllib. -- Matthias Klose Sat, 18 Sep 2004 09:39:01 +0200 python2.3 (2.3.4-11sid) unstable; urgency=low * Updated to CVS release23-maint 20040826: - Fix unicode value of CYRILLIC CAPITAL LETTER UKRAINIAN IE in KOI8-U to unicode convertion table (closes: #267625). - Integrated non-blocking ssl socket patch, removed Debian patch. - Documentation updates. -- Matthias Klose Thu, 26 Aug 2004 23:55:52 +0200 python2.3 (2.3.4-10) testing-proposed-updates; urgency=low * Unmodified 2.3.4-10sid, destination sarge. -- Matthias Klose Thu, 19 Aug 2004 15:49:53 +0200 python2.3 (2.3.4-10sid) unstable; urgency=low * Set LD_LIBRARY_PATH, when running the pystone benchmark with the dynamically linked python executable. -- Matthias Klose Wed, 18 Aug 2004 13:08:37 +0200 python2.3 (2.3.4-9sid) unstable; urgency=low * Updated to CVS release23-maint 20040816: - Documentation updates. - Fix pydoc crashes (closes: #231202). - The distutils sdist command now ignores all .svn directories, in addition to CVS and RCS directories (closes: #258045). - pygettext.py: Generate POT header in ISO time format (closes: #263390). - Fix email/Message.py: del_param fails when specifying a header. Closes: #226421. * Add GNU/k*BSD pthread support (closes: #264315). -- Matthias Klose Mon, 16 Aug 2004 16:54:36 +0200 python2.3 (2.3.4-8) unstable; urgency=high * Updated to CVS release23-maint 20040803: - Fix os.path.realpath, broken in 2.3.4-6 (closes: #262877). -- Matthias Klose Tue, 3 Aug 2004 08:27:50 +0200 python2.3 (2.3.4-6) unstable; urgency=high * Updated to CVS release23-maint 20040727. - Backport of #897820 (closes: #261005). - Handle zip files > 2GB. - Fix typo in library docs (closes: #258172). * Build audioop module for 64bit archs (closes: #260051). * Add pdb2.3(1) to /usr/bin (closes: #244612). * Move python2.3-dev to libdevel (closes: #258928). -- Matthias Klose Tue, 27 Jul 2004 23:11:11 +0200 python2.3 (2.3.4-5) unstable; urgency=medium * Updated to CVS release23-maint 20040705. - Remove threading patch, integrated upstream. * sharutils became build dependency, not only build-indep dependency. Closes: #257500. -- Matthias Klose Mon, 5 Jul 2004 07:51:28 +0200 python2.3 (2.3.4-3) unstable; urgency=medium * Really apply all patches in the sources (fix from -2). * Updated to CVS release23-maint 20040701. -- Matthias Klose Thu, 1 Jul 2004 20:18:19 +0200 python2.3 (2.3.4-2) unstable; urgency=low * Drop the python dependency from python2.3 (closes: #252307). * Apply build portability fixes (Robert Milan). Closes: #253680. * Print file name before error message when byte-compiling files. Closes: #252399. -- Matthias Klose Sat, 19 Jun 2004 18:11:33 +0200 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. -- Matthias Klose Fri, 28 May 2004 22:59:42 +0200 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. -- Matthias Klose Thu, 13 May 2004 21:24:52 +0200 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. -- Matthias Klose Sat, 1 May 2004 07:50:46 +0200 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). -- Matthias Klose Tue, 24 Feb 2004 07:07:51 +0100 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. -- Matthias Klose Mon, 12 Jan 2004 10:37:45 +0100 python2.3 (2.3.3-4) unstable; urgency=low * Fix broken _bsddb module. setup.py picked up the wrong library. -- Matthias Klose Sun, 4 Jan 2004 11:30:00 +0100 python2.3 (2.3.3-3) unstable; urgency=low * Fix typo in patch (closes: #224797, #226064). -- Matthias Klose Sun, 4 Jan 2004 09:23:21 +0100 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. -- Matthias Klose Fri, 2 Jan 2004 14:03:26 +0100 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). -- Matthias Klose Fri, 19 Dec 2003 10:57:39 +0100 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). -- Matthias Klose Sat, 6 Dec 2003 14:41:14 +0100 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. -- Matthias Klose Fri, 21 Nov 2003 00:20:02 +0100 python2.3 (2.3.2-6) unstable; urgency=low * Add conflicts with older python{,2.3} packages to fix overwrite errors (closes: #221791). -- Matthias Klose Thu, 20 Nov 2003 07:24:36 +0100 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). -- Matthias Klose Wed, 19 Nov 2003 00:30:27 +0100 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/ (arch dependent) and into /usr/share/ (arch independent). -- Matthias Klose Tue, 18 Nov 2003 00:41:39 +0100 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). -- Matthias Klose Sun, 9 Nov 2003 19:43:37 +0100 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). -- Matthias Klose Mon, 6 Oct 2003 07:54:58 +0200 python2.3 (2.3.2-1) unstable; urgency=low * New upstream version. * Fix a FTBFS for the binary-indep target. -- Matthias Klose Sat, 4 Oct 2003 10:20:15 +0200 python2.3 (2.3.1-3) unstable; urgency=low * Fix names of codec packages in recommends. * On alpha compile using -mieee (see #212912). -- Matthias Klose Sun, 28 Sep 2003 10:48:12 +0200 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). -- Matthias Klose Sat, 27 Sep 2003 11:21:47 +0200 python2.3 (2.3.1-1) unstable; urgency=low * New upstream version (bug fix release). -- Matthias Klose Wed, 24 Sep 2003 11:27:43 +0200 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. -- Matthias Klose Sun, 10 Aug 2003 09:27:52 +0200 python2.3 (2.3-3) unstable; urgency=medium * Fix shlibs file. -- Matthias Klose Fri, 8 Aug 2003 08:45:12 +0200 python2.3 (2.3-2) unstable; urgency=medium * Make python2.3 the default python version. -- Matthias Klose Tue, 5 Aug 2003 22:13:22 +0200 python2.3 (2.3-1) unstable; urgency=low * Python 2.3 final release. -- Matthias Klose Wed, 30 Jul 2003 08:12:28 +0200 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). -- Matthias Klose Fri, 25 Jul 2003 07:08:09 +0200 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. -- Matthias Klose Sat, 5 Jul 2003 10:21:33 +0200 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. -- Matthias Klose Mon, 30 Jun 2003 00:19:32 +0200 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/. -- James Troup Wed, 4 Jun 2003 02:24:27 +0100 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. -- Matthias Klose Wed, 14 May 2003 07:38:57 +0200 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). -- Matthias Klose Wed, 7 May 2003 06:26:39 +0200 python2.3 (2.2.102-1beta1) unstable; urgency=low * Python 2.3 beta1 release. -- Matthias Klose Sat, 3 May 2003 22:45:16 +0200 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). -- Matthias Klose Fri, 21 Mar 2003 21:32:14 +0100 python2.3 (2.2.100-1exp1) unstable; urgency=low * Python 2.3 alpha2 release, updated to CVS 20030221. -- Matthias Klose Fri, 21 Feb 2003 19:37:17 +0100 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). -- Matthias Klose Thu, 23 Jan 2003 22:48:12 +0100 python2.3 (2.2.98-1exp1) unstable; urgency=low * Python 2.3 alpha1 release updated to CVS 20030117. * Build using libdb4.1. -- Matthias Klose Sat, 18 Jan 2003 00:14:01 +0100 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. -- Matthias Klose Thu, 9 Jan 2003 23:56:42 +0100 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. -- Matthias Klose Wed, 1 Jan 2003 17:38:54 +0100 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. -- Matthias Klose Thu, 12 Dec 2002 21:42:27 +0100 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). -- Matthias Klose Thu, 21 Nov 2002 01:04:51 +0100 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). -- Matthias Klose Tue, 15 Oct 2002 21:06:27 +0200 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. -- Matthias Klose Sun, 22 Sep 2002 18:30:28 +0200 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). -- Matthias Klose Sat, 7 Sep 2002 09:55:07 +0200 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. -- Matthias Klose Thu, 22 Aug 2002 21:52:04 +0200 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). -- Matthias Klose Mon, 29 Jul 2002 23:11:32 +0200 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). -- Matthias Klose Fri, 3 May 2002 22:35:46 +0200 python2.2 (2.2.1-4) unstable; urgency=high * Fix indentation errors introduced in last upload (closes: #143809). -- Matthias Klose Sun, 21 Apr 2002 01:00:14 +0200 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. -- Matthias Klose Sat, 20 Apr 2002 09:22:37 +0200 python2.2 (2.2.1-2) unstable; urgency=low * Forgot to copy the dlmodule patch from the 2.1.3 package. Really closes: #141681. -- Matthias Klose Sat, 13 Apr 2002 01:28:05 +0200 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. -- Matthias Klose Thu, 11 Apr 2002 00:19:19 +0200 python2.2 (2.2.0.92-0) unstable; urgency=low * Package CVS sources, omit cvs-updates.dpatch (closes: #140977). -- Matthias Klose Wed, 3 Apr 2002 08:20:52 +0200 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). -- Matthias Klose Mon, 1 Apr 2002 13:52:36 +0200 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). -- Matthias Klose Fri, 15 Mar 2002 01:05:59 +0100 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. -- Matthias Klose Sun, 10 Mar 2002 23:32:28 +0100 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. -- Matthias Klose Mon, 7 Jan 2002 21:55:57 +0100 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). -- Matthias Klose Sat, 29 Dec 2001 20:18:26 +0100 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. -- Matthias Klose Sat, 22 Dec 2001 00:51:46 +0100 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. -- Matthias Klose Sat, 15 Dec 2001 17:56:27 +0100 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. -- Matthias Klose Sat, 8 Dec 2001 00:38:41 +0100 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). -- Gregor Hoffleit Tue, 27 Nov 2001 09:53:26 +0100 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'. -- Matthias Klose Wed, 31 Oct 2001 10:56:45 +0100 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. -- Matthias Klose Wed, 31 Oct 2001 10:56:45 +0100 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. -- Matthias Klose Wed, 24 Oct 2001 23:00:50 +0200 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. -- Matthias Klose Sat, 20 Oct 2001 18:56:26 +0200 python2.1 (2.1.1-1.2) unstable; urgency=low * Really remove the python alternative. -- Matthias Klose Sat, 20 Oct 2001 15:16:56 +0200 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). -- Matthias Klose Fri, 19 Oct 2001 17:34:41 +0200 python2.1 (2.1.1-1) unstable; urgency=low * Incorporated Matthias' modifications. -- Gregor Hoffleit Thu, 11 Oct 2001 00:16:42 +0200 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. -- Matthias Klose Wed, 3 Oct 2001 09:53:08 +0200 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. -- Gregor Hoffleit Wed, 27 Jun 2001 22:47:58 +0200 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. -- Gregor Hoffleit Sun, 17 Jun 2001 21:05:25 +0200 python2 (2.1-0) unstable; urgency=low * New upstream version. * Experimental packages. -- Gregor Hoffleit Thu, 10 May 2001 00:20:04 +0200 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). -- Gregor Hoffleit Sat, 14 Apr 2001 21:07:51 +0200 python2 (2.0-6) unstable; urgency=low * Remove python-zlib package; merge it into python-base. * Mark that README.python2 is not yet updated. -- Gregor Hoffleit Wed, 21 Feb 2001 12:34:18 +0100 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. -- Gregor Hoffleit Sun, 18 Feb 2001 00:12:17 +0100 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. -- Gregor Hoffleit Wed, 10 Jan 2001 23:37:01 +0100 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. -- Gregor Hoffleit Wed, 13 Dec 2000 20:07:24 +0100 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 for pointing out this). * Rename man page to python2.1. -- Gregor Hoffleit Wed, 13 Dec 2000 09:31:05 +0100 python2 (2.0-1) unstable; urgency=low * New upstream version. Initial release for python2. -- Gregor Hoffleit Mon, 11 Dec 2000 22:39:46 +0100