[jira] Created: (MODPYTHON-91) Improve error message when "quit" run in pdb debugger.

2005-11-10 Thread Graham Dumpleton (JIRA)
Improve error message when "quit" run in pdb debugger. -- Key: MODPYTHON-91 URL: http://issues.apache.org/jira/browse/MODPYTHON-91 Project: mod_python Type: Improvement Components: core Versions: 3.3

[jira] Created: (MODPYTHON-90) Explicitly don't allow Pdb support to work if not ONE_PROCESS mode.

2005-11-10 Thread Graham Dumpleton (JIRA)
Explicitly don't allow Pdb support to work if not ONE_PROCESS mode. --- Key: MODPYTHON-90 URL: http://issues.apache.org/jira/browse/MODPYTHON-90 Project: mod_python Type: Improvement Components: core

[jira] Updated: (MODPYTHON-89) Add new apache.exists_config_define() function.

2005-11-10 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-89?page=all ] Graham Dumpleton updated MODPYTHON-89: -- Description: Add new function: apache.exists_config_define() The intent is that this function would wrap the underlying Apache function: ap

[jira] Created: (MODPYTHON-89) Add new apache.exists_config_define() function.

2005-11-10 Thread Graham Dumpleton (JIRA)
Add new apache.exists_config_define() function. --- Key: MODPYTHON-89 URL: http://issues.apache.org/jira/browse/MODPYTHON-89 Project: mod_python Type: Improvement Components: core Versions: 3.3 Reporter: Gra

[jira] Created: (MODPYTHON-88) Initialise sys.argv to a dummy value.

2005-11-10 Thread Graham Dumpleton (JIRA)
Initialise sys.argv to a dummy value. - Key: MODPYTHON-88 URL: http://issues.apache.org/jira/browse/MODPYTHON-88 Project: mod_python Type: Improvement Components: core Versions: 3.3 Reporter: Graham Dumpleton Pr

Re: [jira] Created: (MODPYTHON-87) psp_parser: replaces "\n" on \n

2005-11-10 Thread Jim Gallacher
Rolling back psp_parser.l to -r 102649 fixes the double quote problem. It looks like psp_parser.c was *not* regenerated after the patch you link to below in -r 104353, so we've not seen the problem that was introduced. It was just lunking there like some sort of bomb, waiting to off. Adding t

Re: [jira] Created: (MODPYTHON-87) psp_parser: replaces "\n" on \n

2005-11-10 Thread Gregory (Grisha) Trubetskoy
The culprit is this: http://svn.apache.org/viewcvs.cgi/httpd/mod_python/trunk/src/psp_parser.l?rev=104353&r1=102649&r2=104353 Before the patch all the text would be enclosed in triple double-quotes (""") and all double-quotes within would be escaped. I guess Brendan O'Connor (who submitted th

Re: [jira] Created: (MODPYTHON-87) psp_parser: replaces "\n" on \n

2005-11-10 Thread Jim Gallacher
I've commited my unit test to check the parser output. It may not be my best code but it gets the job done. There is some detailed output from the test that you may want to capture and examine. eg $ python test.py > dump.txt The test cases are defined in test/htdocs/psp_parser.psp. Hopefully

Re: [jira] Created: (MODPYTHON-87) psp_parser: replaces "\n" on \n

2005-11-10 Thread Gregory (Grisha) Trubetskoy
On Wed, 9 Nov 2005, Jim Gallacher wrote: This just get's stranger and stranger. Regenerating psp_parser.c from the current psp_parser.l has caused my psp pages to go completely pair-shaped. Things that rendered correctly before now puke up hairballs. For example the psp code (where my_link =