[jira] Commented: (MODPYTHON-143) Implement and integrate a new module importer.

2006-08-13 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-143?page=comments#action_12427741 ] Graham Dumpleton commented on MODPYTHON-143: An issue which still needs to be looked at with new module importer is that for historical reasons,

[jira] Updated: (MODPYTHON-74) Add a WSGI handler to support WSGI-based frameworks

2006-08-13 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-74?page=all ] Graham Dumpleton updated MODPYTHON-74: -- Fix Version/s: (was: 3.3) Add a WSGI handler to support WSGI-based frameworks ---

[jira] Updated: (MODPYTHON-59) Add get_session() method to request object

2006-08-13 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-59?page=all ] Graham Dumpleton updated MODPYTHON-59: -- Fix Version/s: (was: 3.3) Add get_session() method to request object -- Key:

[jira] Updated: (MODPYTHON-171) Assignment to req.filename and POSIX style pathnames.

2006-08-13 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-171?page=all ] Graham Dumpleton updated MODPYTHON-171: --- Fix Version/s: 3.3 Assignment to req.filename and POSIX style pathnames. -

[jira] Updated: (MODPYTHON-143) Implement and integrate a new module importer.

2006-08-13 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-143?page=all ] Graham Dumpleton updated MODPYTHON-143: --- Fix Version/s: 3.3 Implement and integrate a new module importer. -- Key:

[jira] Updated: (MODPYTHON-63) Handle wildcard in Directory to sys.path transfer

2006-08-13 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-63?page=all ] Graham Dumpleton updated MODPYTHON-63: -- Fix Version/s: 3.3 Handle wildcard in Directory to sys.path transfer - Key:

[jira] Resolved: (MODPYTHON-171) Assignment to req.filename and POSIX style pathnames.

2006-08-13 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-171?page=all ] Graham Dumpleton resolved MODPYTHON-171. Resolution: Fixed Assignment to req.filename and POSIX style pathnames. -

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

2006-08-13 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-159?page=all ] Graham Dumpleton updated MODPYTHON-159: --- Fix Version/s: 3.3 Another candidate for 3.3. Fix should be pretty simple, just need to adapt the original proposed change as posted on

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

2006-08-13 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-128?page=all ] Work on MODPYTHON-128 started by Graham Dumpleton. Have assigning req.filename automatically update req.finfo. --- Key: MODPYTHON-128

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

2006-08-13 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-180?page=all ] Graham Dumpleton updated MODPYTHON-180: --- Fix Version/s: 3.3 publisher wrongly generating warning that there is 'nothing to publish'

Re: New module importer - why not make it the default in 3.3?

2006-08-13 Thread Jim Gallacher
Graham Dumpleton wrote: On 13/08/2006, at 12:35 AM, Jim Gallacher wrote: Graham, In your JIRA cleanup session you made the comment a number of times that the new importer is not likely to be the default in 3.3. I'm just wondering why it can't be the default, with the old importer as an

memory leak test evaluation tool

2006-08-13 Thread Jim Gallacher
I've committed the current version of my memory leak test harness to svn. It lives in branches/jgallacher/tools/leaktest It's a *nix only tool, originally developed on Ubuntu Dapper Drake, so you may need to hack it a little to get it to work smoothly on other platforms. That being said, it's

Re: Graham: Suggested change to importer.py

2006-08-13 Thread Dan Eloff
On 8/12/06, Graham Dumpleton [EMAIL PROTECTED] wrote: On 13/08/2006, at 3:43 AM, Dan Eloff wrote: I had some modules with circular imports and I only discovered that this was a problem when I tried to discover why my modules were being reimported constantly. I would suggest that this code