Re: [Web-SIG] Announcing bobo

2009-06-16 Thread C. Titus Brown
thought) an attempt to return to Bobo-style programming, and so I'm curious about what sort of choices Bobo has made. thanks, --titus -- C. Titus Brown, c...@msu.edu ___ Web-SIG mailing list Web-SIG@python.org Web SIG: http://www.python.org/sigs/web-sig

Re: [Web-SIG] Time a for JSON parser in the standard library?

2008-03-10 Thread Titus Brown
? http://svn.red-bean.com/bob/simplejson/tags/simplejson-1.7/docs/index.html --titus ___ 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

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

2008-02-20 Thread Titus Brown
- naming convention is horrible and should die a painful death. +inf --titus ___ 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] about WSGI adoption

2007-11-18 Thread Titus Brown
On Sun, Nov 18, 2007 at 09:03:23PM +0100, Manlio Perillo wrote: - Titus Brown ha scritto: - - - - However I still consider remarkable that there is not a trac.wsgi script. - - Can this be caused by the lack of a standardized deployment of WSGI - - applications? - - What would a trac.wsgi

Re: [Web-SIG] The web dudes pad is open for business

2007-02-23 Thread Titus Brown
. :^( - - - - chad - ___ - 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/titus%40caltech.edu - ___ Web-SIG

[Web-SIG] wsgiref and wsgi.multithread/wsgi.multiprocess

2007-02-09 Thread Titus Brown
in WSGIServer (inheriting from BaseHTTPServer.HTTPServer) of multithreadedness or multiprocessedness. thanks, --titus ___ Web-SIG mailing list Web-SIG@python.org Web SIG: http://www.python.org/sigs/web-sig Unsubscribe: http://mail.python.org/mailman

Re: [Web-SIG] wsgiref and wsgi.multithread/wsgi.multiprocess

2007-02-09 Thread Titus Brown
On Fri, Feb 09, 2007 at 12:10:00PM -0500, Phillip J. Eby wrote: - At 11:54 PM 2/8/2007 -0800, Titus Brown wrote: - Hi folks, - - I just ran into an interesting sanity check problem, and I was hoping - you could all cross-check *my* sanity. - - Should the WSGI environ variables 'wsgi.multithread

[Web-SIG] 'scotch' WSGI recording proxy.

2006-05-18 Thread Titus Brown
at darcs.idyll.org/~t/projects/scotch/ or in a tarball at http://darcs.idyll.org/~t/projects/scotch-latest.tar.gz I posted a long blithering blog entry about this today here: http://www.advogato.org/person/titus/diary.html?start=177 (at the bottom). I'm interested in comments, thoughts

Re: [Web-SIG] [Fwd: Summer of Code preparation]

2006-04-17 Thread Titus Brown
think the project has wider applications, but I'm not sure what people actually want to do with JavaScript. I could imagine server-side parsing of javascript, and/or integration of javascript and python code. Thoughts? --titus ___ Web-SIG mailing list

Re: [Web-SIG] [Fwd: Summer of Code preparation]

2006-04-17 Thread Titus Brown
On Mon, Apr 17, 2006 at 11:47:12AM -0500, Ian Bicking wrote: - Titus Brown wrote: - On Mon, Apr 17, 2006 at 10:39:59AM -0500, Ian Bicking wrote: - - Hi guys... looks like Google SoC is back on again. I'm hoping we get - - some good web stuff going on, so people should start thinking. Also

Re: [Web-SIG] Standalone WSGI form framework.

2006-03-15 Thread Titus Brown
attempt to generate HTML, but you can always just not call the render() functions, right? ;) It might be relatively easy to add the features to the quixote forms lib, too... thanks, --titus - My ideal form framework should do the following - - 1. Parsing of submitted POST requests, etc - 2. Binding

Re: [Web-SIG] A trivial template API counter-proposal

2006-02-07 Thread titus
both) simply because it's easy enough to get adapters and it seems like an undue burden on *someone* to put them into the Python distribution. cheers, --titus ___ Web-SIG mailing list Web-SIG@python.org Web SIG: http://www.python.org/sigs/web-sig Unsubscribe

[Web-SIG] [twill] ANNOUNCE: twill v0.8

2005-11-29 Thread C. Titus Brown
ANNOUNCING twill v0.8. twill is a simple language for testing Web applications. It's designed for automated testing of Web sites, but it can be used to interact with Web sites in a variety of ways. twill has an interactive shell, 'twill-sh', and can also run scripts. twill is a

Re: [Web-SIG] Global Variables

2005-09-10 Thread Titus Brown
-id. --titus ___ 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] WSGI middleware library

2005-02-04 Thread Titus Brown
in wsgiComment was spent figuring out how to get that functionality. * the CGI server from the PEP. I can submit nicely formatted versions of these if you're interested in proceeding immediately; I'd also be happy to host a Darcs repository for the stuff ;). cheers, --titus