Re: [Web-SIG] wsgiref doc draft; reviews/patches wanted

2006-06-07 Thread Joe Gregorio
dule and for WSGIServer. The test suite and directory layout of > the package were also simplified and consolidated to make merging to the > stdlib easier. > > Feedback welcomed. > > _______ > Web-SIG mailing list > Web-SIG@python.org > Web SIG: http://www.python.org/sig

Re: [Web-SIG] [Python-Dev] wsgiref doc draft; reviews/patches wanted

2006-06-09 Thread Joe Gregorio
order. This is wsgiref, a reference implementation of wsgi and I expected wsgi servers and middleware, actual implementations of WSGI, to be the most prominent part of the library and thus presented first. The utility functions would come afterward, after you got the basic wsgi pieces i

Re: [Web-SIG] Proposal: wsgi.url_vars

2006-10-21 Thread Joe Gregorio
ly binding them to the middleware you use to parse the URI. -joe -- Joe Gregoriohttp://bitworking.org ___ Web-SIG mailing list Web-SIG@python.org Web SIG: http://www.python.org/sigs/web-sig Unsubscribe: http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com

Re: [Web-SIG] Proposal: wsgi.url_vars

2006-10-23 Thread Joe Gregorio
the arguments are positional? I think supporting both positional and keyword arguments mixed in the same request is a corner case not worth covering. -joe -- Joe Gregoriohttp://bitworking.org ___ Web-SIG mailing list Web-SIG@python.org Web S

Re: [Web-SIG] wsgiref bug with HEAD request

2006-11-12 Thread Joe Gregorio
SIG: http://www.python.org/sigs/web-sig > Unsubscribe: > http://mail.python.org/mailman/options/web-sig/joe.gregorio%40gmail.com > -- Joe Gregoriohttp://bitworking.org ___ Web-SIG mailing list Web-SIG@python.org Web SIG: http://www.python.o

Re: [Web-SIG] wsgiref bug with HEAD request

2006-11-12 Thread Joe Gregorio
On 11/12/06, Christian Wyglendowski <[EMAIL PROTECTED]> wrote: > On 11/12/06, Joe Gregorio <[EMAIL PROTECTED]> wrote: > > According to RFC 2616 the HEAD response MUST NOT > > return a message-body in the response: > > > > > http://www.w3.org/Protocols/rfc2

Re: [Web-SIG] routing_args (was url_vars)

2006-11-13 Thread Joe Gregorio
s > accepted? > > Cheers, > - Luke > ___ > Web-SIG mailing list > Web-SIG@python.org > Web SIG: http://www.python.org/sigs/web-sig > Unsubscribe: > http://mail.python.org/mailman/options/web-sig/joe.gregorio%40gmail.com > -- Joe Gregoriohttp://bitworking.org _

Re: [Web-SIG] routing_args (was url_vars)

2006-11-13 Thread Joe Gregorio
owing about each other? That works for me. Thanks, -joe -- Joe Gregoriohttp://bitworking.org ___ Web-SIG mailing list Web-SIG@python.org Web SIG: http://www.python.org/sigs/web-sig Unsubscribe: http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com

Re: [Web-SIG] Possible specs

2006-11-13 Thread Joe Gregorio
l independent WSGI middleware implemetations trying to interoperate, which is the right time to try to settle on a 'standard' way of doing things. -joe -- Joe Gregoriohttp://bitworking.org ___ Web-SIG mailing list Web-

Re: [Web-SIG] WSGI & CGI spec

2006-12-20 Thread Joe Gregorio
ifference between the two types of requests. -joe -- Joe Gregoriohttp://bitworking.org ___ Web-SIG mailing list Web-SIG@python.org Web SIG: http://www.python.org/sigs/web-sig Unsubscribe: http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com

Re: [Web-SIG] Dealing with urllib, urllib2, and urlparse

2008-02-21 Thread Joe Gregorio
nd x2) didn't persist. > > > > That's the point of this endeavor. > > It has been suggested by Fred on the stdlib-sig that urllib should > just be tossed in favor of urllib2 since most people probably just use > urlopen() and that is mostly compatible between th

Re: [Web-SIG] Dealing with urllib, urllib2, and urlparse

2008-02-22 Thread Joe Gregorio
eBSD all currently include httplib2. > * Convince the stdlib-sig that it is a good addition and then python-dev. Subscribed. > > I think that's everything. =) If you have more questions you can email > the stdlib-sig and/or me. Thanks!

Re: [Web-SIG] Dealing with urllib, urllib2, and urlparse

2008-02-22 Thread Joe Gregorio
majority of the work of converting the old LaTeX into reST? Thanks, -joe -- Joe Gregoriohttp://bitworking.org ___ Web-SIG mailing list Web-SIG@python.org Web SIG: http://www.python.org/sigs/web-sig Unsubscribe: http://mail.python.org/

Re: [Web-SIG] Dealing with urllib, urllib2, and urlparse

2008-02-22 Thread Joe Gregorio
sting code that uses httplib2, is this what you'd like to see included in httplib2 itself? http://code.google.com/p/feedvalidator/source/browse/trunk/apptestsuite/client/atompubbase/tests/mockhttp.py Thanks, -joe -- Joe Gregoriohttp://bitworking.org _