Re: Server side includes and Python.

2006-01-22 Thread Deron Meranda
encoding for this reponse somehow? Also, my vote is that None should result in no output. -- Deron Meranda

Re: 3.2.6 test period - how long do we wait?

2006-01-31 Thread Deron Meranda
and the conditions under which it's safe. We don't want to accidentally pull the wrong field and have endianness problems. BTW, I want to get this one fixed before release rather than reverting to the pre-MODPYTHON-64 code...or we'll break under IPv6 again. -- Deron Meranda

Re: 3.2.6 test period - how long do we wait?

2006-01-31 Thread Deron Meranda
On 1/31/06, Deron Meranda [EMAIL PROTECTED] wrote: On 1/31/06, Jim Gallacher [EMAIL PROTECTED] wrote: apache 2.2. I scanned mod_python for deprecated or removed apr calls and can find only one (apr_sockaddr_port_get), plus the missing APR_STATUS_IS_SUCCESS macro. The apr_sockaddr_port_get

Re: 3.2.6 test period - how long do we wait?

2006-02-01 Thread Deron Meranda
+1 Release what's fixed already, and then keep going afterwards. But can somebody address MODPYTHON-53 please. (updating modpython.org website). -- Deron Meranda

Re: mod_python as a mod_dav backend

2006-02-01 Thread Deron Meranda
(but on the other hand you get to use Python rather than C). -- Deron Meranda

Enhancements for better content negotiation

2006-02-02 Thread Deron Meranda
: * Is this something that seems useful to others? * Is mod_python util a preferable place to consider putting these, or maybe this should perhaps go to something larger like WSGI or some other Web-SIG project? -- Deron Meranda

Re: bash bug (was Re: mod_python 3.2.7 available for testing)

2006-02-06 Thread Deron Meranda
backslashes at all cost improves portability of scripts across broken shells/seds. -- Deron Meranda

Re: [DRAFT] ANNOUNCE: Mod_python 3.2.7

2006-02-09 Thread Deron Meranda
if they are not on the python-dev list. -- Deron Meranda

Re: Vote on whether to integrate server side include (SSI) support.

2006-03-10 Thread Deron Meranda
+1 (although I'm indifferent about into which release it goes) -- Deron Meranda

Re: Pickling/unpickling top-level functions, classes etc.

2006-03-28 Thread Deron Meranda
clearly emphasize these pickling limitiations). -- Deron Meranda

Re: mysqldb error

2006-04-12 Thread Deron Meranda
passwords, etc., from some other place such as a file. pw = open('.htdbpass','r').readline().strip() conn = MySQLdb.connect( host = '127.0.0.1', user = 'pismikrop', passwd = pw, db = 'db') -- Deron Meranda

Re: mysqldb error

2006-04-12 Thread Deron Meranda
? Is it an address of one of your interfaces? Use /sbin/ip addr list to find out. Do you have SELinux enabled? Run /usr/sbin/sestatus Do you have any iptables firewall rules that may be blocking port 3306? -- Deron Meranda

Re: Documentation for PythonOption

2006-04-24 Thread Deron Meranda
that the entire mod_python.* names are reserved, and that applications or frameworks are encouraged to implement their own prefix/namespaces for their own options. -- Deron Meranda

Re: For Consideration: MySQLSession support

2006-08-09 Thread Deron Meranda
block. -- Deron Meranda

Re: [Mod_python Wiki] Update of LocalSpellingWords by MartinStoufer

2006-12-04 Thread Deron Meranda
to it (it's just a wiki page, so it can be edited). -- Deron Meranda

[jira] Updated: (MODPYTHON-94) Calling APR optional functions provided by mod_ssl

2005-11-28 Thread Deron Meranda (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-94?page=all ] Deron Meranda updated MODPYTHON-94: --- Attachment: modpython4.tex.patch This is a documentation patch which goes with the previously attached code patch. Made against 3.2.5b. Calling APR

[jira] Commented: (MODPYTHON-94) Calling APR optional functions provided by mod_ssl

2006-01-06 Thread Deron Meranda (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-94?page=comments#action_12362005 ] Deron Meranda commented on MODPYTHON-94: Keeping the same mod_ssl name for this function is fine with me. Calling APR optional functions provided by mod_ssl

[jira] Commented: (MODPYTHON-78) No support for Apache 2.2 yet

2006-01-31 Thread Deron Meranda (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-78?page=comments#action_12364671 ] Deron Meranda commented on MODPYTHON-78: One small incompatibility is the call to the APR function apr_sockaddr_port_get(), as introduced in the fix for bug

[jira] Commented: (MODPYTHON-217) Python 2.3 and simplified GIL state API still causes problems.

2007-08-29 Thread Deron Meranda (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523668 ] Deron Meranda commented on MODPYTHON-217: - Another real-world case where this comes up is with the Xapian