Re: repeatable SystemError: bad argument to internal function

2007-10-06 Thread Graham Dumpleton
On 07/10/2007, Aaron Swartz [EMAIL PROTECTED] wrote: re: http://www.modpython.org/pipermail/mod_python/2007-June/023854.html I've found a way to make this happen repeatedly. Occurs in both 2.4.2 and 2.5.1. I have a file where every time I read it in, I get it. If it isn't too large, could you

Re: Debian bug#433038: mod_python collides with mod_php5

2007-08-31 Thread Graham Dumpleton
On 31/08/2007, Robert Edmonds [EMAIL PROTECTED] wrote: Graham Dumpleton wrote: In 411487 it mentions: So, it seems it's directly related to libmhash2 (as [2] suggests). Disabling of mhash module may not be enough if one of the other PHP modules they list in 433038 also use libmhash2

[jira] Created: (MODPYTHON-241) Incremental memory use when performing streaming over long period.

2007-08-07 Thread Graham Dumpleton (JIRA)
: Bug Components: core Affects Versions: 3.3.1, 3.2.10 Reporter: Graham Dumpleton Priority: Minor As first raised in: http://www.modpython.org/pipermail/mod_python/2007-July/023964.html when streaming data from mod_python handler over a long period of time

[jira] Commented: (MODPYTHON-234) SystemError: bad argument to internal function

2007-07-29 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12516213 ] Graham Dumpleton commented on MODPYTHON-234: This error also seen by someone using Django

[jira] Created: (MODPYTHON-240) LimitRequestBody directive doesn't work well with mod_python handlers.

2007-07-29 Thread Graham Dumpleton (JIRA)
Issue Type: Bug Components: core Affects Versions: 3.3.1, 3.2.10 Reporter: Graham Dumpleton The problem is that mod_python doesn't check whether LimitRequestBody would be triggered before actually calling the mod_python handler. Thus, that the post data exceeds the limit

[jira] Commented: (MODPYTHON-238) req.connection.keepalive should be writable

2007-07-08 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12510973 ] Graham Dumpleton commented on MODPYTHON-238: Actually also need to make req.chunked writable

[jira] Commented: (MODPYTHON-238) req.connection.keepalive should be writable

2007-07-08 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12511033 ] Graham Dumpleton commented on MODPYTHON-238: Setting req.chunked to 0 by itself doesn't actually

[jira] Created: (MODPYTHON-235) Memory leaks in main Apache process when doing 'restart' or 'graceful'.

2007-06-29 Thread Graham Dumpleton (JIRA)
Issue Type: Bug Components: core Affects Versions: 3.3.1 Reporter: Graham Dumpleton As raised in thread: http://www.modpython.org/pipermail/mod_python/2007-June/023926.html it looks like mod_python exhibits memory leaks in the main Apache process when a 'restart

[jira] Created: (MODPYTHON-228) Awk command line options behaviour on Solaris 10 changes.

2007-06-28 Thread Graham Dumpleton (JIRA)
Components: core Affects Versions: 3.3.1 Reporter: Graham Dumpleton Priority: Minor Configure script uses: AC_MSG_CHECKING(flex version) FlexVERSION=`$LEX --version | sed 's/version//g' | awk '/flex/ {print $2}'` Flex_MAJOR=`echo $FlexVERSION| awk -F . '{print $1

[jira] Created: (MODPYTHON-229) Revise what is returned by util.Field.__str__.

2007-06-28 Thread Graham Dumpleton (JIRA)
Affects Versions: 3.3.1 Reporter: Graham Dumpleton Priority: Minor As pointed out in: http://www.modpython.org/pipermail/mod_python/2007-May/023683.html http://www.modpython.org/pipermail/mod_python/2007-May/023684.html http://www.modpython.org/pipermail/mod_python

[jira] Created: (MODPYTHON-230) Module importer doesn't deal with case insensitive file systems properly.

2007-06-28 Thread Graham Dumpleton (JIRA)
Issue Type: Bug Components: importer Affects Versions: 3.3.1 Reporter: Graham Dumpleton As highlighted in: http://www.modpython.org/pipermail/mod_python/2007-May/023603.html the module importer in mod_python 3.3.1 doesn't cope properly with case insensitive file

[jira] Created: (MODPYTHON-231) PythonInterpPer* may yield incorrect results on case insensitive file systems.

2007-06-28 Thread Graham Dumpleton (JIRA)
: mod_python Issue Type: Bug Components: core Affects Versions: 3.3.1 Reporter: Graham Dumpleton When matching a URL to an actual physical directory on a file system, for a case insensitive file system various combinations of upper and lower case characters in URL may

[jira] Created: (MODPYTHON-232) PHP mhash module causes problems with Python md5 module.

2007-06-28 Thread Graham Dumpleton (JIRA)
Components: core Affects Versions: 3.3.1 Reporter: Graham Dumpleton Priority: Minor The Python md5 module is used in Session/Cookie code and also in the new module importer of mod_python 3.3.1. For some PHP installations where PHP mhash module is being loaded

[jira] Created: (MODPYTHON-233) Race condition in req.sendfile().

2007-06-28 Thread Graham Dumpleton (JIRA)
Reporter: Graham Dumpleton Priority: Minor In code for req.sendfile() if no length is supplied indicating how much data should be sent then a stat() is performed on the file to determine the amount of data in the file. The file is then opened and that much data sent

[jira] Created: (MODPYTHON-234) SystemError: bad argument to internal function

2007-06-28 Thread Graham Dumpleton (JIRA)
Affects Versions: 3.3.1, 3.2.10 Reporter: Graham Dumpleton As raised in thread: http://www.modpython.org/pipermail/mod_python/2007-June/023795.html when req.read() is called, on rare occasions it can generate the error: 05 18:33:49 2007] [error] [client 200.155.85.225] SystemError

[jira] Commented: (MODPYTHON-222) Support for chunked transfer encoding on request content.

2007-06-24 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12507735 ] Graham Dumpleton commented on MODPYTHON-222: Do note that changing the API to allow it will not help

[jira] Commented: (MODPYTHON-220) In PSP pages, 'import' doesn't map through to apache.import_module().

2007-06-19 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506331 ] Graham Dumpleton commented on MODPYTHON-220: Workaround is that instead of using: import module

Re: TLP Name

2007-05-21 Thread Graham Dumpleton
To confirm my vote in correct format: +1 Quetzalcoatl Graham On 22/05/07, Gregory (Grisha) Trubetskoy [EMAIL PROTECTED] wrote: On Sun, 20 May 2007, Justin Erenkrantz wrote: FWIW, the full name of the TLP will be: Apache foo - so Apache PyPache doesn't roll off the tongue very well...

Re: TLP Name

2007-05-17 Thread Graham Dumpleton
On 18/05/07, Gregory (Grisha) Trubetskoy [EMAIL PROTECTED] wrote: On Thu, 17 May 2007, Jim Gallacher wrote: Quetzalcoatl is still my sentimental favourite. Perhaps I'm overly concerned with potential search problems for Quetzalcoatl, considering that Google is pretty good at figuring out

Re: sys.path and htaccess change?

2007-05-17 Thread Graham Dumpleton
On 18/05/07, Daniel J. Popowich [EMAIL PROTECTED] wrote: Graham Dumpleton writes: Read: http://www.modpython.org/live/current/doc-html/pyapi-apmeth.html Especially the area which starts just before: PythonOption mod_python.importer.path ['~'] Your particular issue is mentioned just

Re: sys.path and htaccess change?

2007-05-17 Thread Graham Dumpleton
be helpful sometimes in seeing what is happening and working out how the module importer works. Graham On 18/05/07, Graham Dumpleton [EMAIL PROTECTED] wrote: On 18/05/07, Graham Dumpleton [EMAIL PROTECTED] wrote: Just change this in your mpservlets package. The new importer can handle arbitrary

[jira] Created: (MODPYTHON-226) req.status_line should be writable to allow custom status lines.

2007-05-15 Thread Graham Dumpleton (JIRA)
: New Feature Components: core Affects Versions: 3.3.1 Reporter: Graham Dumpleton If req.status_line is writable it allows a handler to return a custom status line description. For example: req.status_line = 200 ALL OKAY WITH ME req.write('hello world!\n') return

[jira] Commented: (MODPYTHON-227) PythonOptimize and doc strings.

2007-05-15 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12496169 ] Graham Dumpleton commented on MODPYTHON-227: BTW, workaround at present is to set in environment

Re: [VOTE] does mod_python want to be a TLP

2007-05-14 Thread Graham Dumpleton
Not necessarily wanting to see this discussion die again, how about just calling it the 'PythonScript' project. Name means it is still obvious and I can't see how we would have issues with a composite name like that as far as PSF trademark goes, but then could be wrong. On 11/05/07, Graham

[jira] Created: (MODPYTHON-223) Make sys.stdout/sys.stderr log properly to Apache error logs.

2007-05-11 Thread Graham Dumpleton (JIRA)
Feature Components: core Affects Versions: 3.3.1 Reporter: Graham Dumpleton When sys.stderr or sys.stdout are written to directly, or when the 'print' statement is used without a target file object, any text output will make it into the Apache error log files

[jira] Created: (MODPYTHON-225) Allow Python executable location and Python home to be specified.

2007-05-11 Thread Graham Dumpleton (JIRA)
: New Feature Components: core Affects Versions: 3.3.1 Reporter: Graham Dumpleton Where a user has multiple versions of Python installed getting mod_python to work can be problematic. The main issue is where a version of Python is installed in a location different

[jira] Reopened: (MODPYTHON-195) Possible leaking of Win32 event handles when Apache restarted.

2007-05-10 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton reopened MODPYTHON-195: The change for this appears to be having the side affect of the mod_python/Python

[jira] Updated: (MODPYTHON-218) Access to additional Apache functions and request_rec fields

2007-05-10 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton updated MODPYTHON-218: --- Fix Version/s: (was: 3.3.1) Affects Version/s: 3.3.1 Access

[jira] Updated: (MODPYTHON-195) Possible leaking of Win32 event handles when Apache restarted.

2007-05-10 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton updated MODPYTHON-195: --- Fix Version/s: (was: 3.3.1) 3.3.x Affects

[jira] Commented: (MODPYTHON-195) Possible leaking of Win32 event handles when Apache restarted.

2007-05-10 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494960 ] Graham Dumpleton commented on MODPYTHON-195: This changes also possibly prevents Apache being run

[jira] Created: (MODPYTHON-221) Old importer to be removed from code.

2007-05-10 Thread Graham Dumpleton (JIRA)
: 3.3.1 Reporter: Graham Dumpleton The old module importer needs to be removed from code and new importer made the only option. To do this the old importer and dispatch code in apache.py needs to be removed. The dispatch functions in importer.py should then be merged into apache.py

Re: [VOTE] does mod_python want to be a TLP

2007-05-09 Thread Graham Dumpleton
On 10/05/07, Gregory (Grisha) Trubetskoy [EMAIL PROTECTED] wrote: 1. Python is not a good name for this project because Apache Python will just be too confusing and probably infringes on a PSF trademark. So if you have any creative suggestions, send them in, don't be shy, even if you think they

[jira] Commented: (MODPYTHON-202) Allow mechanism used by global mutex locks to be specified.

2007-05-08 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494242 ] Graham Dumpleton commented on MODPYTHON-202: mod_python should perhaps simply be using

[jira] Closed: (MODPYTHON-179) req.readlines(sizehint) does not work correctly

2007-05-01 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-179. -- req.readlines(sizehint) does not work correctly

[jira] Closed: (MODPYTHON-180) publisher wrongly generating warning that there is 'nothing to publish'

2007-05-01 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-180. -- publisher wrongly generating warning that there is 'nothing to publish

[jira] Closed: (MODPYTHON-182) Memory leak in request readline()

2007-05-01 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-182. -- Memory leak in request readline

[jira] Closed: (MODPYTHON-185) _psp.parsestring doesn't check for empty values

2007-05-01 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-185. -- _psp.parsestring doesn't check for empty values

[jira] Closed: (MODPYTHON-184) Memory leak apache.table()

2007-05-01 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-184. -- Memory leak apache.table() -- Key

[jira] Closed: (MODPYTHON-193) Add req.hlist.location to mirror req.hlist.directory.

2007-05-01 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-193. -- Add req.hlist.location to mirror req.hlist.directory

[jira] Closed: (MODPYTHON-194) Memory leak due to not clearing thread state object before deletion.

2007-05-01 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-194. -- Memory leak due to not clearing thread state object before deletion

[jira] Closed: (MODPYTHON-196) Add req.server.log_error() and req.connection.log_error().

2007-05-01 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-196. -- Add req.server.log_error() and req.connection.log_error

[jira] Closed: (MODPYTHON-200) Can't use signed and marshalled cookies together.

2007-05-01 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-200. -- Can't use signed and marshalled cookies together

[jira] Closed: (MODPYTHON-206) The attribute req.used_path_info should be writable.

2007-05-01 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-206. -- The attribute req.used_path_info should be writable

[jira] Commented: (MODPYTHON-218) Access to additional Apache functions and request_rec fields

2007-04-30 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12492821 ] Graham Dumpleton commented on MODPYTHON-218: Attach your patch to this issue. Also get yourself

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

2007-04-17 Thread Graham Dumpleton (JIRA)
Components: core Affects Versions: 3.2.10, 3.3 Reporter: Graham Dumpleton There are still problems in mod_python when third party extension modules are used which make use of the Python simplified GIL state API. Specifically, if C code makes calls to PyGILState_Ensure

[jira] Closed: (MODPYTHON-157) PythonInterpPerDirectory broken for directory request in fixup phase and earlier.

2007-04-17 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-157. -- PythonInterpPerDirectory broken for directory request in fixup phase and earlier

[jira] Closed: (MODPYTHON-159) multiline headers in multipart/form not handled

2007-04-17 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-159. -- multiline headers in multipart/form not handled

[jira] Closed: (MODPYTHON-166) PythonHandlerModule doesn't set up PythonAuthenHandler registration.

2007-04-17 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-166. -- PythonHandlerModule doesn't set up PythonAuthenHandler registration

[jira] Closed: (MODPYTHON-165) Exporting functions from mod_python to allow access to interpreters etc.

2007-04-17 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-165. -- Exporting functions from mod_python to allow access to interpreters etc

[jira] Closed: (MODPYTHON-167) If PythonDebug is On and error occurs, status is 200 when it should really be 500.

2007-04-17 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-167. -- If PythonDebug is On and error occurs, status is 200 when it should really be 500

[jira] Closed: (MODPYTHON-168) psp_parser fails when CR is used as a line terminator

2007-04-17 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-168. -- psp_parser fails when CR is used as a line terminator

[jira] Closed: (MODPYTHON-173) DbmSession creates world readable db file

2007-04-17 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-173. -- DbmSession creates world readable db file

[jira] Closed: (MODPYTHON-174) Update requirements to Apache 2.0.47 or greater

2007-04-17 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-174. -- Update requirements to Apache 2.0.47 or greater

[jira] Closed: (MODPYTHON-175) PSP error page accessing session object can cause a deadlock.

2007-04-17 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-175. -- PSP error page accessing session object can cause a deadlock

[jira] Closed: (MODPYTHON-164) Allow req.add_handler()/req.register_*_filter() to take module/function for handler.

2007-04-17 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-164. -- Allow req.add_handler()/req.register_*_filter() to take module/function for handler

[jira] Closed: (MODPYTHON-130) Improvements associated with modifications times.

2007-04-11 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-130. -- Improvements associated with modifications times

[jira] Closed: (MODPYTHON-129) HandlerDispatch doesn't treat OK/DECLINED result properly for all phases.

2007-04-11 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-129. -- HandlerDispatch doesn't treat OK/DECLINED result properly for all phases

[jira] Closed: (MODPYTHON-132) Expose ap_construct_url() in request object.

2007-04-11 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-132. -- Expose ap_construct_url() in request object

[jira] Closed: (MODPYTHON-134) Setting PythonDebug to Off, doesn't override On setting in parent scope.

2007-04-11 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-134. -- Setting PythonDebug to Off, doesn't override On setting in parent scope

[jira] Closed: (MODPYTHON-135) [SECURITY] A Security Issue with FileSession in 3.2.7

2007-04-11 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-135. -- [SECURITY] A Security Issue with FileSession in 3.2.7

[jira] Closed: (MODPYTHON-137) Add req.server.get_options() for obtain PythonOption values set at global level.

2007-04-11 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-137. -- Add req.server.get_options() for obtain PythonOption values set at global level

[jira] Closed: (MODPYTHON-139) Running make clean/distclean doesn't clean up test directory.

2007-04-11 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-139. -- Running make clean/distclean doesn't clean up test directory

[jira] Closed: (MODPYTHON-140) util.redirect() returns wrong SERVER_RETURN status value

2007-04-11 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-140. -- util.redirect() returns wrong SERVER_RETURN status value

[jira] Closed: (MODPYTHON-144) Make apache._server/apace._interpreter part of public API.

2007-04-11 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-144. -- Make apache._server/apace._interpreter part of public API

[jira] Closed: (MODPYTHON-147) PythonImport directives causing duplicate entries in sys.path.

2007-04-11 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-147. -- PythonImport directives causing duplicate entries in sys.path

[jira] Closed: (MODPYTHON-148) Additional constants for mod_python.apache module.

2007-04-11 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-148. -- Additional constants for mod_python.apache module

[jira] Closed: (MODPYTHON-149) Allow cross subdomain sessions.

2007-04-11 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-149. -- Allow cross subdomain sessions. --- Key

[jira] Closed: (MODPYTHON-151) PythonDebug exception error page doesn't escape special HTML characters.

2007-04-11 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-151. -- PythonDebug exception error page doesn't escape special HTML characters

[jira] Closed: (MODPYTHON-150) make_obcallback not thread protected

2007-04-11 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-150. -- make_obcallback not thread protected

[jira] Commented: (MODPYTHON-109) Signal handler calling Py_Finalize() when child processes being killed.

2007-04-10 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12487986 ] Graham Dumpleton commented on MODPYTHON-109: In Python 2.5.1c1 they have changed how the 'threading

[jira] Closed: (MODPYTHON-122) configure fails when using bash 3.1.x

2007-04-05 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-122. -- configure fails when using bash 3.1.x

[jira] Closed: (MODPYTHON-124) Improvements associated with the req.ap_auth_type attribute.

2007-04-05 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-124. -- Improvements associated with the req.ap_auth_type attribute

[jira] Closed: (MODPYTHON-121) The local/remote host tests fail for a virtual hosting system such as OpenVPS.

2007-04-05 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-121. -- The local/remote host tests fail for a virtual hosting system such as OpenVPS

[jira] Closed: (MODPYTHON-119) DBM Session test shouldn't use default database.

2007-04-05 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-119. -- DBM Session test shouldn't use default database

[jira] Closed: (MODPYTHON-116) Attributes removed from module code file still accessible until restart.

2007-04-05 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-116. -- Attributes removed from module code file still accessible until restart

[jira] Closed: (MODPYTHON-104) Allow Python code callouts with mod_include (SSI).

2007-04-05 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-104. -- Allow Python code callouts with mod_include (SSI

[jira] Closed: (MODPYTHON-118) Allow PythonImport to optionally call function in module.

2007-04-05 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-118. -- Allow PythonImport to optionally call function in module

[jira] Closed: (MODPYTHON-108) Let Cookie support new HttpOnly property to prevent cross-site cookie stealing

2007-04-05 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-108. -- Let Cookie support new HttpOnly property to prevent cross-site cookie stealing

[jira] Closed: (MODPYTHON-107) mod_python.publisher shouldn't flush result when written.

2007-04-05 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-107. -- mod_python.publisher shouldn't flush result when written

[jira] Closed: (MODPYTHON-113) PythonImport should use apache.import_module() and not PyImport_ImportModule().

2007-04-05 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-113. -- PythonImport should use apache.import_module() and not PyImport_ImportModule

[jira] Closed: (MODPYTHON-115) import_module() and multiple modules of same name.

2007-04-05 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-115. -- import_module() and multiple modules of same name

[jira] Reopened: (MODPYTHON-109) Signal handler calling Py_Finalize() when child processes being killed.

2007-04-05 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton reopened MODPYTHON-109: Am reopening this issue as due to work on mod_wsgi I believe I have discovered

[jira] Closed: (MODPYTHON-112) If using filters value of req.phase only valid up till first req.read()/req.write().

2007-04-05 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-112. -- If using filters value of req.phase only valid up till first req.read()/req.write

[jira] Closed: (MODPYTHON-114) Problems with PythonPath directive.

2007-04-05 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-114. -- Problems with PythonPath directive

[jira] Closed: (MODPYTHON-126) PythonHandler in Files directive sets req.hlist.directory to useless value.

2007-04-05 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-126. -- PythonHandler in Files directive sets req.hlist.directory to useless value

[jira] Closed: (MODPYTHON-128) Have assigning req.filename automatically update req.finfo.

2007-04-05 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-128. -- Have assigning req.filename automatically update req.finfo

[jira] Closed: (MODPYTHON-127) Use namespace for mod_python PythonOption settings.

2007-04-05 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton closed MODPYTHON-127. -- Use namespace for mod_python PythonOption settings

mod_wsgi source code preview and feedback

2007-03-15 Thread Graham Dumpleton
The mod_wsgi module for Apache that I have been talking about for a while now is now at a point where am happy for people to start experimenting with it. If you don't know what I am talking about, this is a module in the same style as mod_python, which implements the Python WSGI specification

Re: Handling Transfer-Encoding: chunked for Post requests.

2007-02-22 Thread Graham Dumpleton
Clark Rawlins wrote .. Hello, I have a client I need to handle post requests for that uses Content-Encoding: xml and Transfer-Encoding: chunked. Now the Content-Encoding is no problem I plan on using sax to parse the content. The chunked transfer encoding is where I have run into issues.

Re: Time for 3.3.1?

2007-01-27 Thread Graham Dumpleton
On 28/01/2007, at 2:48 AM, Jim Gallacher wrote: Howdy All, I think it's time to push 3.3.1 out. Unless there are any objections I'll roll the tarball tomorrow, which is to say Sunday, or Monday as the case may be for our antipodal friends. :) ). Since we haven't made any changes in the

[jira] Created: (MODPYTHON-216) Code for deriving base URL/directory for request using wrong value???

2007-01-26 Thread Graham Dumpleton (JIRA)
Issue Type: Bug Components: core Affects Versions: 3.3 Reporter: Graham Dumpleton Priority: Minor In determine_context() of src/mod_python.c, the code pertaining to Directory has: if (!strcmp(directory, ~)) { directory = ap_getword_conf(p

[jira] Commented: (MODPYTHON-210) FieldStorage wrongly assumes boundary is last attribute in Content-Type headers value.

2007-01-24 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12467170 ] Graham Dumpleton commented on MODPYTHON-210: Emiliano posts this patch: http://www.modpython.org

[jira] Commented: (MODPYTHON-211) Potential memory leak in req.readlines().

2007-01-18 Thread Graham Dumpleton (JIRA)
[ https://issues.apache.org/jira/browse/MODPYTHON-211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12465940 ] Graham Dumpleton commented on MODPYTHON-211: The req.readlines() function also leaks memory when

Re: Memory leak - bug or common feature?

2007-01-16 Thread Graham Dumpleton
On 16/01/2007, at 6:54 PM, [EMAIL PROTECTED] wrote: I have this, very simple input filter def inputfilter(filter): if filter.req.method != 'POST': filter.pass_on() return filter.req.log_error('first read') s = filter.read() while s:

[jira] Created: (MODPYTHON-215) Using compression on request content and FieldStorage can cause problems.

2007-01-13 Thread Graham Dumpleton (JIRA)
Issue Type: Bug Components: core Affects Versions: 3.2.10, 3.3 Reporter: Graham Dumpleton The problems occur when a client uses 'Content-Encoding' of 'gzip', ie., it compresses the content of a POST request and Apache is configured to decompress it. The first issue

Memory leak in req.readlines() ????

2007-01-11 Thread Graham Dumpleton
This code in req.readlines() looks a bit fishy to me and possibly leaks memory. The code in question is: rlargs = PyTuple_New(0); if (result == NULL) return PyErr_NoMemory(); line = req_readline(self, rlargs); while (line ((linesize=PyString_Size(line))0)) {

Re: Core vote [Re: mod_python 3.3.0 beta available for testing]

2006-12-12 Thread Graham Dumpleton
Jim Gallacher wrote .. Gregory (Grisha) Trubetskoy wrote: core +1 on releasing it into the wild grisha I'm not sure what we're voting on here, and I'm not sure what I meant by the next level either. :) I'd have to concur, that not specific about what is intended. Is this a vote

Re: svn commit: r484999 - /httpd/mod_python/tags/release-3-3-0-bc1/

2006-12-09 Thread Graham Dumpleton
I don't see any harm. It isn't lost after all if one wants to go back in the revision history and get it back. :-) On 10/12/2006, at 3:04 AM, Jim Gallacher wrote: I stupidly tagged a branch with the wrong name (3-3-0-bc1 instead of 3-3-0b). Should I remove it or just let it slide? Jim

Re: Release of mod_python 3.3.

2006-12-07 Thread Graham Dumpleton
On 07/12/2006, at 9:14 PM, Graham Dumpleton wrote: Once that is decided I'll roll the tarball, likely tonight. I assume we'll use release-3-3-0b as the tag? Based on past conventions, that tag seems appropriate. If all is okay do we then just retag as 3.0.1? Hmmm, I think you know

Re: Updated documentation on apache.import_module()

2006-12-03 Thread Graham Dumpleton
Clodoaldo wrote .. 2006/12/3, Graham Dumpleton [EMAIL PROTECTED]: Can you and anyone else who is interested, read through the documentation I have added and comment on whether it is adequate. Ie., is there anything that you can think is missing based on your own knowledge of the new

  1   2   3   4   5   6   7   >