From OCarteiro at randen.pchighway.com Mon Jan 1 19:47:17 2007 From: OCarteiro at randen.pchighway.com (OCarteiro@randen.pchighway.com) Date: Mon Jan 1 19:47:27 2007 Subject: [Python-modules-team] Chegou! Message-ID: An HTML attachment was scrubbed... URL: http://lists.alioth.debian.org/pipermail/python-modules-team/attachments/20070101/c82357b6/attachment.html From mir at datanom.net Tue Jan 2 12:26:54 2007 From: mir at datanom.net (Michael Rasmussen) Date: Tue Jan 2 12:45:14 2007 Subject: [Python-modules-team] Bug#405291: libapache2-mod-python: If request are made to req object apache hangs Message-ID: <20070102112655.1F960A365EE@mail.datanom.net> Package: libapache2-mod-python Version: 3.1.3-3 Severity: grave Tags: security Justification: renders package unusable The version of libapache2-mod-python causes apache2 to hang when requests from python scripts - both cgi (.py) and mod_python (cgihandler, psp and publisher) when requests are made to the request object (req). According to http://www.modpython.org/ there are severe memory leaks in mod_python < 3.2.10. I have backported libapache2-mod-python (3.2.10-3) from Sid and installing this version solves all errors. I suggest an immediate backport from Sid to sarge. -- System Information: Debian Release: 3.1 Architecture: i386 (i686) Kernel: Linux 2.6.18-1-686 Locale: LANG=en_DK, LC_CTYPE=en_DK (charmap=ISO-8859-1) Versions of packages libapache2-mod-python depends on: ii apache2 2.0.54-5sarge1 next generation, scalable, extenda ii apache2-common 2.0.54-5sarge1 next generation, scalable, extenda ii apache2-mpm-prefork [ 2.0.54-5sarge1 traditional model for Apache2 ii debconf [debconf-2.0] 1.4.30.13 Debian configuration management sy ii libc6 2.3.2.ds1-22sarge4 GNU C Library: Shared libraries an ii python2.4 2.4.1-2sarge1 An interactive high-level object-o -- debconf information: * libapache2-mod-python/enable_module: true From mir at miras.org Tue Jan 2 12:55:29 2007 From: mir at miras.org (Michael Rasmussen) Date: Tue Jan 2 13:09:14 2007 Subject: [Python-modules-team] Bug#405291: Test cases Message-ID: <20070102125529.45e10f62@localhost> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, A good test case describing the problem follows. Try this psp script on a computer running the current version of libapache2-mod-python apache config: AddHandler mod_python .py .psp .psp_ PythonDebug On PythonHandler mod_python.psp PythonOption session DbmSession Session Test <% if not session.is_new(): session["hits"] += 1 else: session["hits"] = 0 # %>

Session Test

Hits: <%= session["hits"] %>

The try this link wich is running a backported version of libapache2-mod-python-2.3.10-3 on Sarge http://ipcop.miras.org/session.psp - -- Hilsen/Regards Michael Rasmussen Get my public GnuPG keys: michael rasmussen cc http://keyserver.veridis.com:11371/pks/lookup?op=get&search=0xD3C9A00E mir datanom net http://keyserver.veridis.com:11371/pks/lookup?op=get&search=0xE501F51C mir miras org http://keyserver.veridis.com:11371/pks/lookup?op=get&search=0xE3E80917 - -------------------------------------------------------------- BOFH excuse #124: user to computer ration too low. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFFmkgxVErYVePoCRcRAoeVAJ9eIlqLY25bF7+eXAaIr3Tr6Wu2xACfSWU3 zOncrJ915kUR6hoU7AGSAP8= =ahbs -----END PGP SIGNATURE----- From owner at bugs.debian.org Wed Jan 3 04:48:53 2007 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed Jan 3 04:59:02 2007 Subject: [Python-modules-team] Processed (with 1 errors): Re: Bug#405291: libapache2-mod-python: If request are made to req object apache hangs In-Reply-To: <20070103020643.GE17518@mauritius.dodds.net> References: <20070103020643.GE17518@mauritius.dodds.net> Message-ID: Processing commands for control@bugs.debian.org: > Version: 3.2.10-3 Unknown command or malformed arguments to command. > tags 405291 -security Bug#405291: libapache2-mod-python: If request are made to req object apache hangs Tags were: security Tags removed: security > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) From owner at bugs.debian.org Wed Jan 3 05:03:10 2007 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed Jan 3 05:11:47 2007 Subject: [Python-modules-team] Processed: tagging 405291 In-Reply-To: <20070103031533.370011013B@minbar.dodds.net> References: <20070103031533.370011013B@minbar.dodds.net> Message-ID: Processing commands for control@bugs.debian.org: > # Automatically generated email from bts, devscripts version 2.9.27 > tags 405291 - security Bug#405291: libapache2-mod-python: If request are made to req object apache hangs There were no tags set. Tags removed: security > End of message, stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) From trentbuck at gmail.com Wed Jan 3 09:47:01 2007 From: trentbuck at gmail.com (Trent Buck) Date: Wed Jan 3 11:57:56 2007 Subject: [Python-modules-team] python-docutils .diff.gz tweaks Message-ID: <20070103084701.GA7091@malambruno.twb.ath.cx> Howdy. For my own personal use, I packaged svn snapshots of python-docutils. You can find them at http://twb.ath.cx/~twb/debian/pool/python-docutils/ You may find it interesting to examine the stuff I tweaked. In particular, I use some sed-fu in debian/rules to change the shebang line rather than doing it for individual files directly in the .diff.gz. I find this easier to maintain. Have a nice day. -- Trent Buck, Student Errant -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature Url : http://lists.alioth.debian.org/pipermail/python-modules-team/attachments/20070103/ff6529f7/attachment.pgp From osher856 at walla.co.il Sat Jan 6 23:36:28 2007 From: osher856 at walla.co.il (michal) Date: Sat Jan 6 23:38:41 2007 Subject: [Python-modules-team] =?windows-1255?b?+ezl7XB5dGhvbi1tb2R1bGVz?= =?windows-1255?q?-team=40lists=2Ealioth=2Edebian=2Eorg?= Message-ID: <9df28e0e7a35491dc27231f70015bc42@walla.co.il> An HTML attachment was scrubbed... URL: http://lists.alioth.debian.org/pipermail/python-modules-team/attachments/20070106/339424d5/attachment.html From support at mentors.debian.net Sun Jan 7 07:44:16 2007 From: support at mentors.debian.net (mentors.debian.net) Date: Sun Jan 7 07:44:54 2007 Subject: [Python-modules-team] 'pylirc' uploaded to mentors.debian.net Message-ID: <20070107064416.997E38B433C@lonestar.workaround.org> The upload of the package 'pylirc' to mentors.debian.net was successful. URL of your package is: http://mentors.debian.net/debian/pool/main/p/pylirc Uploaded version: 0.0.5-1 Package maintainer: Nigel Sim (You receive this mail as you are listed in the 'Uploaders' field of the pylirc package. Please tell the package maintainer if you no longer participate in the maintenance of that package so that you can get removed there.) The mentors.debian.net team #Import run: 2007-01-07T07:44:14.374339 From support at mentors.debian.net Tue Jan 9 12:52:07 2007 From: support at mentors.debian.net (mentors.debian.net) Date: Tue Jan 9 12:52:36 2007 Subject: [Python-modules-team] 'pylirc' uploaded to mentors.debian.net Message-ID: <20070109115207.621588B432A@lonestar.workaround.org> The upload of the package 'pylirc' to mentors.debian.net was successful. URL of your package is: http://mentors.debian.net/debian/pool/main/p/pylirc Uploaded version: 0.0.5-2 Package maintainer: Nigel Sim (You receive this mail as you are listed in the 'Uploaders' field of the pylirc package. Please tell the package maintainer if you no longer participate in the maintenance of that package so that you can get removed there.) The mentors.debian.net team #Import run: 2007-01-09T12:52:05.256852 From dak at ftp-master.debian.org Sat Jan 13 11:02:51 2007 From: dak at ftp-master.debian.org (Archive Administrator) Date: Sat Jan 13 11:02:59 2007 Subject: [Python-modules-team] Processing of urwid_0.9.7.2-1_i386.changes Message-ID: urwid_0.9.7.2-1_i386.changes uploaded successfully to localhost along with the files: urwid_0.9.7.2-1.dsc urwid_0.9.7.2.orig.tar.gz urwid_0.9.7.2-1.diff.gz python-urwid_0.9.7.2-1_all.deb Greetings, Your Debian queue daemon From installer at ftp-master.debian.org Sat Jan 13 11:17:02 2007 From: installer at ftp-master.debian.org (Debian Installer) Date: Sat Jan 13 11:21:12 2007 Subject: [Python-modules-team] urwid_0.9.7.2-1_i386.changes ACCEPTED Message-ID: Accepted: python-urwid_0.9.7.2-1_all.deb to pool/main/u/urwid/python-urwid_0.9.7.2-1_all.deb urwid_0.9.7.2-1.diff.gz to pool/main/u/urwid/urwid_0.9.7.2-1.diff.gz urwid_0.9.7.2-1.dsc to pool/main/u/urwid/urwid_0.9.7.2-1.dsc urwid_0.9.7.2.orig.tar.gz to pool/main/u/urwid/urwid_0.9.7.2.orig.tar.gz Override entries for your package: python-urwid_0.9.7.2-1_all.deb - optional python urwid_0.9.7.2-1.dsc - source python Announcing to debian-devel-changes@lists.debian.org Closing bugs: 402523 Thank you for your contribution to Debian. From dak at ftp-master.debian.org Sat Jan 13 12:37:51 2007 From: dak at ftp-master.debian.org (Archive Administrator) Date: Sat Jan 13 12:37:58 2007 Subject: [Python-modules-team] Processing of pywavelets_0.1.6-1_i386.changes Message-ID: pywavelets_0.1.6-1_i386.changes uploaded successfully to localhost along with the files: pywavelets_0.1.6-1.dsc pywavelets_0.1.6.orig.tar.gz pywavelets_0.1.6-1.diff.gz python-wavelets_0.1.6-1_i386.deb Greetings, Your Debian queue daemon From installer at ftp-master.debian.org Sat Jan 13 12:47:02 2007 From: installer at ftp-master.debian.org (Debian Installer) Date: Sat Jan 13 12:51:13 2007 Subject: [Python-modules-team] pywavelets_0.1.6-1_i386.changes is NEW Message-ID: (new) python-wavelets_0.1.6-1_i386.deb optional python python extension implementing of wavelet transformations PyWavelets implements the discrete wavelet transform (DWT) popular in numerical harmonic analysis for numerous families of wavelets, including Haar, Daubechies, Symlet, Coiflet, biorthogonal wavelets in one and two dimensions. . Homepage: http://www.pybytes.com/pywavelets/ (new) pywavelets_0.1.6-1.diff.gz optional python (new) pywavelets_0.1.6-1.dsc optional python (new) pywavelets_0.1.6.orig.tar.gz optional python Changes: pywavelets (0.1.6-1) unstable; urgency=low . * Initial release (closes: #406557) Override entries for your package: Announcing to debian-devel-changes@lists.debian.org Closing bugs: 406557 Your package contains new components which requires manual editing of the override file. It is ok otherwise, so please be patient. New packages are usually added to the override file about once a week. You may have gotten the distribution wrong. You'll get warnings above if files already exist in other distributions. From szimszon at oregpreshaz.eu Mon Jan 15 10:50:09 2007 From: szimszon at oregpreshaz.eu (Szabolcs Gyuris) Date: Mon Jan 15 11:09:02 2007 Subject: [Python-modules-team] Bug#406956: python-mysqldb: Python crash if the query result has unicode characters Message-ID: <20070115095009.7033.43023.reportbug@moria.lan> Package: python-mysqldb Version: 1.2.1-p2-4 Severity: important I got the following error message: File "/usr/lib/python2.4/site-packages/MySQLdb/cursors.py", line 146, in execute query = query.encode(charset) UnicodeDecodeError: 'ascii' codec can't decode byte 0xe9 in position 81: ordinal not in range(128) I have searched the web for a solution: http://forums.mysql.com/read.php?50,123051,123051 http://forums.devshed.com/python-programming-11/help-mysqldb-module-chokes-on-unicode-data-396943.html It seems to me that I have to upgrade the package to the latest version :( -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.19.moria Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages python-mysqldb depends on: ii libc6 2.3.6.ds1-8 GNU C Library: Shared libraries ii libmysqlclient15off 5.0.30-3 mysql database client library ii python 2.4.4-2 An interactive high-level object-o ii python-central 0.5.12 register and build utility for Pyt ii zlib1g 1:1.2.3-13 compression library - runtime python-mysqldb recommends no packages. -- no debconf information From dak at ftp-master.debian.org Mon Jan 15 15:31:00 2007 From: dak at ftp-master.debian.org (Archive Administrator) Date: Mon Jan 15 15:31:08 2007 Subject: [Python-modules-team] Processing of pywavelets_0.1.6-1~etch.apsy0_i386.changes Message-ID: PGP/GnuPG signature check failed on pywavelets_0.1.6-1~etch.apsy0_i386.changes gpg: Signature made Mon Jan 15 14:29:21 2007 UTC using DSA key ID 3144BE0F gpg: Can't check signature: public key not found (Exit status 2) pywavelets_0.1.6-1~etch.apsy0_i386.changes has bad PGP/GnuPG signature! Removing pywavelets_0.1.6-1~etch.apsy0_i386.changes, but keeping its associated files for now. Greetings, Your Debian queue daemon From Michael.Hanke at Nat.Uni-Magdeburg.DE Mon Jan 15 15:25:26 2007 From: Michael.Hanke at Nat.Uni-Magdeburg.DE (Michael.Hanke@Nat.Uni-Magdeburg.DE) Date: Mon Jan 15 15:44:19 2007 Subject: [Python-modules-team] pywavelets ACCEPTED Message-ID: <200701151425.l0FEPQfg014192@sunny.urz.uni-magdeburg.de> Format: 1.7 Date: Thu, 11 Jan 2007 22:43:38 +0100 Source: pywavelets Binary: python-wavelets Architecture: source i386 Version: 0.1.6-1 Distribution: unstable Urgency: low Maintainer: Debian Python Modules Team Changed-By: Piotr Ozarowski Description: python-wavelets - python extension implementing of wavelet transformations Closes: 406557 Changes: pywavelets (0.1.6-1) unstable; urgency=low . * Initial release (closes: #406557) Files: 9df6e3e84404010b73121393e9245912 745 python optional pywavelets_0.1.6-1.dsc d28ddb2c65f3c429f0d6bc72548584ab 119660 python optional pywavelets_0.1.6.orig.tar.gz a128dcf570d64f3b248049f8ea332793 2546 python optional pywavelets_0.1.6-1.diff.gz 3aed12ddfaf15781ef7db33964f49c94 95362 python optional python-wavelets_0.1.6-1_i386.deb From Michael.Hanke at Nat.Uni-Magdeburg.DE Mon Jan 15 15:57:25 2007 From: Michael.Hanke at Nat.Uni-Magdeburg.DE (Michael.Hanke@Nat.Uni-Magdeburg.DE) Date: Mon Jan 15 15:58:42 2007 Subject: [Python-modules-team] pywavelets ACCEPTED Message-ID: <200701151457.l0FEvPfg015976@sunny.urz.uni-magdeburg.de> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 15 Jan 2007 15:27:49 +0100 Source: pywavelets Binary: python-wavelets Architecture: source i386 Version: 0.1.6-1~etch.apsy0 Distribution: etch Urgency: low Maintainer: Debian Python Modules Team Changed-By: Michael Hanke Description: python-wavelets - python extension implementing of wavelet transformations Changes: pywavelets (0.1.6-1~etch.apsy0) etch; urgency=low . * Backported build of Debian package version 0.1.6-1 by pbuilder-ssh (v.0.4). Files: 954f4405b6c3a748267edcceb4fdbe8f 1004 python optional pywavelets_0.1.6-1~etch.apsy0.dsc d28ddb2c65f3c429f0d6bc72548584ab 119660 python optional pywavelets_0.1.6.orig.tar.gz 24b9faea773ea8a0f5b6f4f1e5a02917 2634 python optional pywavelets_0.1.6-1~etch.apsy0.diff.gz 7ca2935ea8d90ab1c6af369608ee3b97 95544 python optional python-wavelets_0.1.6-1~etch.apsy0_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFFq4/B93+NsjFEvg8RAtjhAJwOqm1Ui/Pu6vh0ctoGLh/cotHp5QCgjqRu 66677FyPVbIn+1Ibiuq2vYY= =Vg5+ -----END PGP SIGNATURE----- From nicoe at no-log.org Thu Jan 18 12:08:21 2007 From: nicoe at no-log.org (Nicolas =?UTF-8?Q?=C3=89vrard?=) Date: Thu Jan 18 12:30:49 2007 Subject: [Python-modules-team] Bug#407427: ipython: forgets history after the display of a traceback Message-ID: <20070118110821.6140.52276.reportbug@localhost> Package: ipython Version: 0.7.3-2 Severity: normal Hello, Each time I made a mistake on the ipython prompt I enter in the debug mode which is the intended behavior. But now, it seems that the whole command history is forgotten after quitting pdb. This is a new behavior of ipython which undermines a little its usuability. -- System Information: Debian Release: 4.0 APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16-2-k7 Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8) Versions of packages ipython depends on: ii python 2.4.4-2 An interactive high-level object-o ii python-central 0.5.12 register and build utility for Pyt Versions of packages ipython recommends: ii python-numeric 24.2-7 Numerical (matrix-oriented) Mathem ii python-numeric-ext 24.2-7 Extension modules for Numeric Pyth pn python-pexpect (no description available) -- no debconf information From dak at ftp-master.debian.org Mon Jan 22 08:50:10 2007 From: dak at ftp-master.debian.org (Archive Administrator) Date: Mon Jan 22 08:50:18 2007 Subject: [Python-modules-team] Processing of simplejson_1.5-1_i386.changes Message-ID: simplejson_1.5-1_i386.changes uploaded successfully to localhost along with the files: simplejson_1.5-1.dsc simplejson_1.5.orig.tar.gz simplejson_1.5-1.diff.gz python-simplejson_1.5-1_all.deb Greetings, Your Debian queue daemon From installer at ftp-master.debian.org Mon Jan 22 09:32:03 2007 From: installer at ftp-master.debian.org (Debian Installer) Date: Mon Jan 22 09:36:38 2007 Subject: [Python-modules-team] simplejson_1.5-1_i386.changes ACCEPTED Message-ID: Accepted: python-simplejson_1.5-1_all.deb to pool/main/s/simplejson/python-simplejson_1.5-1_all.deb simplejson_1.5-1.diff.gz to pool/main/s/simplejson/simplejson_1.5-1.diff.gz simplejson_1.5-1.dsc to pool/main/s/simplejson/simplejson_1.5-1.dsc simplejson_1.5.orig.tar.gz to pool/main/s/simplejson/simplejson_1.5.orig.tar.gz Override entries for your package: python-simplejson_1.5-1_all.deb - optional python simplejson_1.5-1.dsc - source python Announcing to debian-devel-changes@lists.debian.org Closing bugs: 372617 373380 Thank you for your contribution to Debian. From szimszon at oregpreshaz.eu Tue Jan 23 10:16:10 2007 From: szimszon at oregpreshaz.eu (Gyuris Szabolcs) Date: Tue Jan 23 10:24:50 2007 Subject: [Python-modules-team] Bug#406956: Quick and dirty workaround Message-ID: <45B5D25A.7090603@oregpreshaz.eu> Edit the /usr/lib/python2.4/site-packages/MySQLdb/cursors.py file at the line 146: - query = query.encode(charset) + #query = query.encode(charset) I don't know what could it break, so handle with care. -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3347 bytes Desc: S/MIME Cryptographic Signature Url : http://lists.alioth.debian.org/pipermail/python-modules-team/attachments/20070123/55ee1263/smime.bin From michael.hanke at gmail.com Wed Jan 31 12:31:10 2007 From: michael.hanke at gmail.com (Michael Hanke) Date: Wed Jan 31 12:38:47 2007 Subject: [Python-modules-team] Bug#409168: libapache2-mod-python: mod_python psp unusable in sarge version Message-ID: <20070131113110.GA4360@gloin> Package: libapache2-mod-python Version: 3.1.3-3 Severity: important Tags: sarge Hi, I'm trying to get some psp stuff running on a sarge machine that was developed on an etch machine. I had to discover that psp as provided by the sarge package libapache2-mod-python is mostly unusable. One cannot do this: hanke@gloin:~/public_html/python$ cat test.psp <% from mod_python import apache from mod_python import psp content = psp.PSP(req, string='test') content.run() req.write('TEST') %> Because it will result in: Mod_python error: "PythonHandler mod_python.psp" Traceback (most recent call last): File "/usr/lib/python2.3/site-packages/mod_python/apache.py", line 299, in HandlerDispatch result = object(req) File "/usr/lib/python2.3/site-packages/mod_python/psp.py", line 297, in handler p.run() File "/usr/lib/python2.3/site-packages/mod_python/psp.py", line 208, in run exec code in global_scope File "/home/hanke/public_html/python/test.psp", line 3, in ? from mod_python import psp ImportError: cannot import name psp It seems to me that the problem is already fixed upstream. See: http://issues.apache.org/jira/browse/MODPYTHON-48?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel and more recent package versions (etch version) do not show the error. It would be nice of a backport of a recent version could be provided as it is not really easy to backport python-related packages these days. Thanks, Michael -- GPG key: 1024D/3144BE0F Michael Hanke http://apsy.gse.uni-magdeburg.de/hanke ICQ: 48230050 From michael.hanke at gmail.com Wed Jan 31 16:26:46 2007 From: michael.hanke at gmail.com (Michael Hanke) Date: Wed Jan 31 19:43:28 2007 Subject: [Python-modules-team] Bug#409168: libapache2-mod-python: mod_python psp unusable in sarge version In-Reply-To: <20070131113110.GA4360@gloin> References: <20070131113110.GA4360@gloin> Message-ID: <20070131152646.GA8793@gloin> A little follow-up: Just applying the patch mentioned in > http://issues.apache.org/jira/browse/MODPYTHON-48?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel to the sarge package sources does not solve the problem. However, if I use the whole src/ and /lib path from the version currently in unstable (3.2.10) and put them into the sarge package, I can compile it on sarge and I get a working psp module (at least not showing this bug). However, I'm not sure what sideeffects this might have. Cheers, Michael -- GPG key: 1024D/3144BE0F Michael Hanke http://apsy.gse.uni-magdeburg.de/hanke ICQ: 48230050