Google Summer of Code 2010 -- call for participation

2010-04-01 Thread C. Titus Brown
about the program: http://socghop.appspot.com/document/show/gsoc_program/google/gsoc2010/faqs thanks, --titus -- C. Titus Brown, c...@msu.edu -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf

[issue7408] test_distutils fails on Mac OS X 10.5

2009-11-29 Thread Titus Brown
New submission from Titus Brown ti...@idyll.org: Here's the error: test_distutils test test_distutils failed -- Traceback (most recent call last): File /private/tmp/tmp8UfLPT/python27/Lib/distutils/tests/test_sdist.py, line 342, in test_make_distribution_owner_group self.assertEquals

[issue7408] test_distutils fails on Mac OS X 10.5

2009-11-29 Thread Titus Brown
Titus Brown ti...@idyll.org added the comment: I can generate the error on my iMac but not my laptop, which are equivalent versions/upgrades of Mac OS X AFAIK. The /tmp directory in both has drwxrwxrwt, and the subdirectories within which I'm doing the builds are drwxr-xr-x, so it doesn't seem

[issue7408] test_distutils fails on Mac OS X 10.5

2009-11-29 Thread Titus Brown
Titus Brown ti...@idyll.org added the comment: Fix verified, thanks! -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7408 ___ ___ Python-bugs

Re: Packaging Survey

2009-03-10 Thread C. Titus Brown
://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

[issue1257] atexit errors should result in nonzero exit code

2008-01-08 Thread Titus Brown
Titus Brown added the comment: Please see GHOP patches by [EMAIL PROTECTED], http://code.google.com/p/google-highly-open-participation-psf/issues/detail?id=215 I've attached the Python 2.6 patch here. -- nosy: +titus Added file: http://bugs.python.org/file9104/ghop-215-py2.6-ctb.diff

[issue1648] add new function, sys.gettrace

2007-12-18 Thread Titus Brown
Titus Brown added the comment: Added getprofile + tests, docs, as per reasonable request ;) Added file: http://bugs.python.org/file8991/gettrace+getprofile.diff __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1648

Google Highly Open Participation Contest, call for mentors

2007-12-07 Thread Titus Brown
Dear Python community, we're in the process of adding another 100 tasks to the Python GHOP page, http://code.google.com/p/google-highly-open-participation-psf/issues/list and we could really use some help tagging and bagging student claims and responses. Please come on over and join up!

Google Highly Open Participation Contest

2007-11-28 Thread Titus Brown
Dear Python community, I'm happy to announce that the Python Software Foundation is part of a new Google Open Source program, the Highly Open Participation Contest. This contest is an effort by Google to engage pre-college students in open source programming: Google is offering prizes and awards

Google Highly Open Participation Contest

2007-11-27 Thread Titus Brown
Dear Python community, I'm happy to announce that the Python Software Foundation is part of a new Google Open Source program, the Highly Open Participation Contest. This contest is an effort by Google to engage pre-college students in open source programming: Google is offering prizes and awards

E-book: _Intro to Web Testing_

2007-06-22 Thread Titus Brown
Grig Gheorghiu, Jason Huggins and I have just finished a book, _An Introduction to Testing Web Applications with twill and Selenium_. It is available as an inexpensive e-book through O'Reilly: http://www.oreilly.com/catalog/functionalwt/ While the entire book uses Python throughout, the

ANN: pinocchio 0.1, extensions for nose unit test framework

2007-03-11 Thread Titus Brown
license. It is Copyright (C) 2006, 2007 C. Titus Brown, except for the spec plugin which is Copyright (C) 2007 Michal Kwiatkowski. --titus -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf

ANN: twill 0.9b1 released

2007-03-06 Thread Titus Brown
ANNOUNCING twill v0.9b1. twill is a simple language for browsing the Web. It's designed for automated testing of Web sites, but it can be used to interact with Web sites in a variety of ways. In particular, twill supports form submission, cookies, redirects, and HTTP authentication. This

announcing: testing-in-python mailing list

2007-03-03 Thread Titus Brown
Folks, catalyzed by the great fun we had at PyCon '07, Grig Gheorghiu and I have created the testing-in-python (or TIP) mailing list. This list will hopefully serve as a forum for discussing Python testing tools, testing approaches useful in Python, Web resources for same, and whatever else

RELEASE: twill 0.8.5

2006-06-05 Thread Titus Brown
ANNOUNCING twill v0.8.5. twill is a simple language for browsing the Web. It's designed for automated testing of Web sites, but it can be used to interact with Web sites in a variety of ways. In particular, twill supports form submission, cookies, redirects, and HTTP authentication. A twill

ANNOUNCE: twill 0.8.4

2006-03-24 Thread Titus Brown
ANNOUNCING twill v0.8.4. twill is a simple language for browsing the Web. It's designed for automated testing of Web sites, but it can be used to interact with Web sites in a variety of ways. In particular, twill supports form submission, cookies, redirects, and HTTP authentication. A twill

ANN: twill-0.8.1, Web browsing language

2005-12-11 Thread C. Titus Brown
ANNOUNCING twill v0.8.1. twill is a simple language for browsing the Web. It's designed for automated testing of Web sites, but it can be used to interact with Web sites in a variety of ways. In particular, twill supports form submission, cookies, redirects, and HTTP authentication. A 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

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 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

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

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

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

Re: RFC 2965 cookies, cookielib, and mailman.

2005-02-13 Thread Titus Brown
PROTECTED] To: Titus Brown [EMAIL PROTECTED] Subject: Re: RFC 2965 cookies, cookielib, and mailman. X-Spam-Status: No, hits=0.0 tagged_above=-10.0 required=5.0 tests= X-Spam-Level: If you don't mind, could you forward this reply to python-list@python.org and [EMAIL PROTECTED], for the record

Re: mxCGIPython binaries for Python 2.3.5

2005-02-11 Thread Titus Brown
what does mxCGIPython do? I can't find anything at that Web site that doesn't involve downloading unpacking a file. thanks, --titus On Fri, Feb 11, 2005 at 06:44:57PM +0300, Oleg Broytmann wrote: - http://phd.pp.ru/Software/Python/misc/mxCGI/ - -mxCGIPython binaries for Python 2.1.3,

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