characteristic: Python attributes without boilerplate.
characteristic is an MIT-licensed Python package with class decorators
that ease the chores of implementing the most common attribute-related
object protocols.
Version 14.3.0
ok sthen
- allow empty diff context context (-C0) in 'got diff' (kn@)
- add '-s search-pattern' option to 'got log' (kn@)
- forward rebased branch if there are no commits to rebase, instead of error
- parse remote repository URLs from gitconfig
- actually forbid new reference names with a leading '-', as intended
- convert tree entries from SIMPLEQ to an array for better performance
- compile static binaries in PROFILE build
dropping maintainer as req'd by mpi (passed on via William Orr).
the nonstandard DEBUG handling (enabling verbose debug messages) has
moved to a flavour.
- add -R option to 'got add' for recursive addition (patch by Tracey Emery)
- reduce the amount of memcpy() and strdup() while parsing tree entries
- fix tog display issue caused by Tab in commit messages; reported by mpi@
- cache delta data buffers in an LRU cache to improve performance
- add -c option to 'got branch', replacing the optional second argument
Test::Modern provides the best features of Test::More, Test::Fatal,
Test::Warnings, Test::API, Test::LongString, and Test::Deep, as well
as ideas from Test::Requires, Test::DescribeMe, Test::Moose, and
Test::CleanNamespaces.
From wen heping <wenheping2000 () hotmail ! com> (takes MAINTAINER)
OK cwen@
This simple test module checks the subroutines provided by a module.
This is useful for confirming a planned API in testing and ensuring
that other functions aren't unintentionally included via import.
From wen heping <wenheping2000 () hotmail ! com>
OK cwen@
DESCR:
The zc.lockfile package provides a basic portable implementation of
interprocess locks using lock files. The purpose if not specifically to lock
files, but to simply provide locks with an implementation based on
file-locking primitives. Of course, these locks could be used to mediate
access to other files. For example, the ZODB file storage implementation uses
file locks to mediate access to file-storage database files. The database
files and lock file files are separate files.
OK pamela@