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
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
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
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
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
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
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
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
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
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
10 matches
Mail list logo