[Ann] DMpdb: improvements and extensions for pdb

2005-08-15 Thread Dieter Maurer
DMpdb is a tiny Python package with improvements and extensions for
pdb, Pythons built-in debugger:

  *  the 'where' command gets optional arguments 'number' and 'end'
to control the amount of entries printed;

 its output is made more readable;

 by defining the method 'getAdditionalFrameInfo', a derived class
 can show additional debugging info.
 
  *  the 'do_break' command can now be used from outside
 the debugger to define breakpoints
 
  *  the new 'frame' command allows to directly switch to an interesting
 frame
 
The package also defines the module Zpdb providing a debugger class
that understands Zope's additional debugging info ('__traceback_info__' and
'__traceback_supplement__').


Download: http://www.dieter.handshake.de/pyprojects
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations.html


ANN: Naja 1.2.5 is now available

2005-08-15 Thread webmaster
Naja is a download manager and a website grabber written in Python/wxPython.You 
can add some 
plugins (newsreader, newsgroups grabber, FTP - FTPS - SFTP client,WebDAV 
client) and take control of 
your downloads from your office. Naja supports proxy (HTTP, HTTPS, FTP,SOCKS 
v4a, SOCKSv5), 
and use some authentication methods.The downloading maybe achieved by splitting 
the file being 
downloaded into several parts and downloading these parts at the same time 
(HTTP,HTTPS,FTP).
Donwload speeds are increased by downloading the file from the mirrors 
sites,when the sites propose it.

Others features:
 Csv filter
 Cheksums (CRC32, MD2, MD4, MD5, SHA, SHA1, MDC2, RMD160)
 Crypt (Only for the eXtended version) and Decrypt (AES, DES, 3DES ...)
 newsreader, newsposter (uue, yEnc)
 CGI  WebDAV Server
 Web Interface
 basic and digest authentication for client and server
 Compress and decompress (zip, tar.gz, tar.bz2)
 Picture viewer
 Text Editor

Naja is available for download from the Keyphrene web site:
http://www.keyphrene.com/products/naja
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations.html