[issue5819] Add PYTHONPREFIXES environment variable

2009-04-23 Thread Ian Bicking
Ian Bicking i...@colorstudy.com added the comment: This has a similar purpose to virtualenv, but using an environmental variable. An earlier package, workingenv, also used an environmental variable, and this led to a set of problems. The biggest problem is that the environmental variable

[issue5819] Add PYTHONPREFIXES environment variable

2009-04-23 Thread Ian Bicking
Ian Bicking i...@colorstudy.com added the comment: Also with respect to the patch, for consistency there needs to be changes to distutils to make use of this variable. PYTHONUSERBASE included changes so that you can install based on that variable

[issue4330] wsgiref.validate doesn't accept arguments to readline

2008-11-16 Thread Ian Bicking
Ian Bicking [EMAIL PROTECTED] added the comment: cgi started using this argument due to the potential of a DoS attack without the length limit. So undoing this in cgi (even as an option) would be a regression. ___ Python tracker [EMAIL PROTECTED] http

[issue4330] wsgiref.validate doesn't accept arguments to readline

2008-11-15 Thread Ian Bicking
New submission from Ian Bicking [EMAIL PROTECTED]: The method wsgiref.validate:InputWrapper.readline doesn't take any arguments. It should take an optional size argument. Though this isn't part of the WSGI specification, the cgi module uses this argument when parsing the body, and in practice

[issue4330] wsgiref.validate doesn't accept arguments to readline

2008-11-15 Thread Ian Bicking
Ian Bicking [EMAIL PROTECTED] added the comment: This renders wsgiref.validate.validator completely useless, because it cannot be used with any existing code. ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue4330

[issue4330] wsgiref.validate doesn't accept arguments to readline

2008-11-15 Thread Ian Bicking
Ian Bicking [EMAIL PROTECTED] added the comment: Yes, and I've wanted to deprecate paste.lint, but I can't because people use it over wsgiref.validate because it had this change applied. Yes, cgi.FieldStorage changed, but now that it's changed wsgiref needs to be compatible with it to be viable

[issue4056] :Class: causes exception

2008-10-06 Thread Ian Bicking
New submission from Ian Bicking [EMAIL PROTECTED]: I used a reference like :Class:`something` (note the capitalization) and got this exception: Traceback (most recent call last): File /home/ianb/src/env/lib/python2.4/site-packages/sphinx/__init__.py, line 135, in main

[issue3037] generator in output

2008-06-04 Thread Ian Bicking
Ian Bicking [EMAIL PROTECTED] added the comment: You can see the source that produces this in http://svn.pythonpaste.org/Paste/trunk at revision 7387 ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3037

[issue3037] generator in output

2008-06-04 Thread Ian Bicking
Ian Bicking [EMAIL PROTECTED] added the comment: Armin says this is a bug that has now been resolved in Jinja ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3037