ANNOUNCE: twill v0.7.4, Web testing language.

2005-11-13 Thread C. Titus Brown
ANNOUNCING twill v0.7.4. twill is a simple Web scripting language built on top of Python and John J. Lee's 'mechanize'. It's designed for automated testing of Web sites, but it should prove useful for anybody who needs to interact with Web sites (especially those using logins and cookies) on the

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 reimplementation

ANNOUNCE: twill 0.7.2

2005-09-11 Thread C. Titus Brown
ANNOUNCING twill v0.7.2. twill is a simple Web scripting language built on top of Python and John J. Lee's 'mechanize'. It's designed for automated testing of Web sites, but it should prove useful for anybody who needs to interact with Web sites (especially those using logins and cookies) on the

HTMLgen maintenance.

2005-02-22 Thread C. Titus Brown
Hi all, I spent a little bit of time today working on Robin Friedrich's HTMLgen[0], and made it work more like a modern Python package, with a Python package directory & distutils-based setup.py. I wanted to pass these things on to Robin, but his e-mail address @pythonpros doesn't work any mor

sgmllib problem & proposed fix.

2004-12-17 Thread C. Titus Brown
Hi all, while playing with PBP/mechanize/ClientForm, I ran into a problem with the way htmllib.HTMLParser was handling encoded tag attributes. Specifically, the following HTML was not being handled correctly: Small (6) The 'value' attr was being given the escaped value, not the correct unescaped

Re: sgmllib problem & proposed fix.

2004-12-17 Thread C. Titus Brown
Whoops! Forgot an executable example ;). Attached, and also available at http://issola.caltech.edu/~t/transfer/test-enc.py http://issola.caltech.edu/~t/transfer/test-enc.html Run 'python test-enc.py test-enc.html' and note that htmllib.HTMLParser-based parsers give different outpu

RFC 2965 cookies, cookielib, and mailman.

2004-12-27 Thread C. Titus Brown
Hi all, just spent some time playing with cookielib in Python 2.4, trying to get the cookielib example [0] to work with my mailman admindb page. The problem was that cookies weren't getting saved. The issue turned out to be that mailman sends out RFC 2965 [1] cookies, which are by default rejected

ANNOUNCE: twill v0.7, scriptable Web testing

2005-05-23 Thread C. Titus Brown
ANNOUNCING twill v0.7. twill is a simple Web scripting language built on top of Python and mechanize. It's designed for automated testing of Web sites, but it may be useful for anybody who needs to deal with Web sites (with e.g. logins and cookies) in a non-interactive manner. twill is a reimple

ANNOUNCE: twill v0.7.1, scriptable Web testing.

2005-06-09 Thread C. Titus Brown
ANNOUNCING twill v0.7.1. twill is a simple Web scripting language built on top of Python and John J. Lee's 'mechanize'. It's designed for automated testing of Web sites, but it should prove useful for anybody who needs to interact with Web sites (especially those using logins and cookies) on the

Re: Packaging Survey

2009-03-10 Thread C. Titus Brown
grammation-python.org -> Blog EN | http://tarekziade.wordpress.com/ -> -- -> http://mail.python.org/mailman/listinfo/python-announce-list -> -> Support the Python Software Foundation: -> http://www.python.org/psf/donations.html -> -- C. Titus Brown, c...@msu.edu -- http://mail.python.org/mailman/listinfo/python-list