|
|
|
Notes on getting the most mileage out of tests written with the Python unittest module...
Ten Years of Python Web Programming
2008/06/22
Looking back at ten years of programming web applications with
Python, and musings on what lies ahead....
Products.plone_gs 0.1 Released
2008/05/24
I just uploaded version 0.1 of a new product to the Cheeseshop. It provides partial GenericSetup support for the tools present in a Plone 2.5.x site. I will be tracking issues against the product at http://agendaless.com/home/tseaver/software/plone_gs/issues...
zc.buildout vs. "plain" setuptools
2008/04/23
A brief proposal on how and when one might prefer to use "standard" setuptools features, rather than relying on zc.bulidout....
My Two Cents
2008/02/06
I'd like to thank the Plone Summit organizers for inviting
me to the summit, even though I decided not to go (I just got back
from a week in Japan, and **boy** are my arms tired)....
New setuptools plugin: eggtestinfo 0.2
2007/11/16
I have released version 0.2 of a setuptools plugin to the Cheeseshop. When installed, the plugin extends the '.egg-info' generation done by many setup commands to create a new file, 'test_info.txt', which captures the data used by the 'setup.py test' command....
thrashcatcher 0.1 Released
2007/10/11
thrashcatcher is a Zope2 product which adds log records to the
trace log showing the number of objects loaded and stored in
each request. It should help in tracking down which parts of
your application are thrashing the ZODB connection cache....
This is the keynote I gave to the 2007 DZUG Tagung in
Potsdam, Monday, June 4th....
CMFFolderExport 0.1 Available
2006/04/25
The product is a simple add-on for CMF 2.0, exposing views for exporting / importing folderish content as tarballs....
Extracting Zope Eggs: A Parable
2006/04/06
A haunting tale of "guts on the table."...
Egg on My Face
2006/04/05
I mused yesterday that I needed to create eggs for the various ZODB-related
packages: I was wrong....
Eggifying Zope
2006/04/04
Building on Nathan Yergler's work from PyCon, I have just finished a big pile of eggs for both ZopeX3.0.0 and Zope 3.2.0....
Universal Encoding Detector
2006/03/22
Stumped as to the encoding used in a given file or bit of string data? Mark Pilgrim strikes again with a Python library "as smart as your browser." The result includes *confidence*, which is a big win in my eyes....
Cheese Shop: xlrd 0.5.2
2006/03/22
Library for developers to extract data from M$ Excel(tm) spreadsheet files....
Built atop Plone / CMF / Zope, Knotes adds an RDBMS-backed
discussion and blogging engine....
|