Next | Query returned 12 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2009-11-02 12:40:21 by OBATA Akio | Files touched by this commit (4) | Package removed
Log message:
Remove py-logging.

python logging module is part of python since 2.3,
and python>=2.4 contains newer than this package,
even if updated to latest version requested by PR 41675.
   2009-06-14 19:49:18 by Joerg Sonnenberger | Files touched by this commit (454)
Log message:
Remove @dirrm entries from PLISTs
   2008-06-12 04:14:58 by Joerg Sonnenberger | Files touched by this commit (1134)
Log message:
Add DESTDIR support.
   2006-03-04 22:31:14 by Johnny C. Lam | Files touched by this commit (2257)
Log message:
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to \ 
"pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
   2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082)
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
   2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539)
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
   2005-02-23 23:24:35 by Alistair G. Crooks | Files touched by this commit (505)
Log message:
Add RMD160 digests.
   2004-07-22 11:16:04 by Marc Recht | Files touched by this commit (123)
Log message:
add python as category
ok'd a while back at pkgsrcCon by agc and wiz
   2004-03-04 17:26:53 by Min Sik Kim | Files touched by this commit (2)
Log message:
Update py-logging to 0.4.9.2.

Changes since 0.4.7:
  - Traceback text is now cached.
  - Tracebacks can be propagated across sockets as text.
  - Added makeLogRecord() to allow a LogRecord to be created from a dictionary.
  - Closing a handler now removes it from the internal list used by shutdown().
  - Made close() call flush() for handlers where this makes
    sense (thanks to Jim Jewett).
  - The exc_info keyword parameter can be used to pass an exception tuple as
    well as a flag indicating that the current exception should be logged.
  - A shutdown hook is registered to call shutdown() on
    application (Python) exit (thanks to Jim Jewett).
  - Removed redundant error check in setLoggerClass().
  - Added RESET_ERROR to logging.config.
  - SocketHandler now uses an exponential backoff strategy.
  - Minor documentation corrections.
  - Made _listener global in stopListening().
  - Made listen() correctly pass the specified port.
  - Removed some redundant imports in __init__.py.
  - Added the record being processed as a parameter to handleError.
  - Handler.handle returns the result of applying the filter to the record.
  - Added a seek(0, 2) in RotatingFileHandler before the
    tell() call. This is because under Windows, tell()
    returns 0 until the first actual write.
  - Altered findCaller to not use inspect.
  - Renamed warn and WARN to warning and WARNING. This may break
    existing code, but the standard Python module will use
    warning/WARNING rather than warn/WARN. The fatal and FATAL synonyms
    for critical and CRITICAL have also been removed.
  - Added defaultEncoding and some support for encoding Unicode messages.
  - Added process ID to the list of LogRecord attributes.
  - Modified Logger.removeHandler so that it does not
    close the handler on removal.
  - Modified SMTPHandler to treat a single "to address" correctly.
  - Modified SMTPHandler to add a date header to the SMTP message.
  - Modified HTTPHandler to factor out the mapping of
    a LogRecord to a dictionary.
   2003-07-17 23:50:07 by grant beattie | Files touched by this commit (1504)
Log message:
s/netbsd.org/NetBSD.org/

Next | Query returned 12 messages, browsing 1 to 10 | Previous