toostream now supports the new py-mastodon.py
With the update of py-mastodon.py I need to commit this
Include a patch that relaxes the requirement on py-mastodon.py
from exact version match of 1.4.5 to <1.5.0. This patch has been
upstreamed and will be in the next release.
OK kn@ phessler@
Lots of fixes and improvements, new git-switch(1) and git-restore(1):
https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.23.0.txt
`WANTLIB += charset' comes through `git fast-export/import' now "handl[ing]
commits with log messages in encoding other than UTF-8 better".
Add myself as second maintainer while here.
OK benoit
- add support for path arguments to 'got cat'
- make 'got log -p path' display patches for the specified path only
- allow creating branches based on commit IDs
- prevent deletion of the work tree's current branch
- detect and ignore Git submodules
- indicate non-existent path arguments in 'got status'
- make 'got diff' error for non-existent path arguments
- make 'got tag -l' list tags by time stamp in descending order
- fix reading pack index files with large offsets (patch by Hiltjo Posthuma)
Accerciser is an interactive Python accessibility explorer for the GNOME
desktop. It uses AT-SPI2 to inspect and control widgets, allowing you to
check if an application is providing correct information to assistive
technologies and automated test frameworks. Accerciser has a simple
plugin framework which you can use to create custom views of
accessibility information.
ok ajacoutot@
The Python X Library is a complete X11R6 client-side implementation
written in pure Python. It can be used to write low-level X client
applications in Python.
ok ajacoutot@
Create a customized, optimized, non-lobotomized, uncompromised, and
thoroughly specialized parameter checking subroutine.
From wen heping <wenheping2000 () hotmail ! com>
Cleanup and OK cwen@
The Specio distribution provides classes for representing type constraints and
coercion, along with syntax sugar for declaring them.
From wen heping <wenheping2000 () hotmail ! com>
Cleanup and OK cwen@
Loading this plugin causes your tests to fail if there any
warnings while they run. Each warning generates a new failing
test and the warning content is outputted via diag.
From wen heping <wenheping2000 () hotmail ! com>
Cleanup and OK cwen@
HTTP::Entity::Parser is PSGI compliant HTTP Entity parser. This module
also has compatibility with HTTP::Body. Unlike HTTP::Body, HTTP::Entity::Parser
reads HTTP entity from PSGI's env $env->{'psgi.input'} and parse it.
This module support application/x-www-form-urlencoded, multipart/form-data
and application/json.
From wen heping <wenheping2000 () hotmail ! com>
OK cwen@
Exception::Class::TryCatch provides syntactic sugar for use with
Exception::Class using the familiar keywords try and catch. Its
primary objective is to allow users to avoid dealing directly with
$@ by ensuring that any exceptions caught in an eval are captured
as Exception::Class objects, whether they were thrown objects to
begin with or whether the error resulted from die. This means that
users may immediately use isa and various Exception::Class methods
to process the exception.
From Peter Ezetta <protocall7 () gmail ! com>
OK cwen@