Taisei is an open clone of the Touhou series. Touhou is a one-man project of
shoot-em-up games set in an isolated world full of Japanese folklore.
ok sthen@
ok jca@
The ancient ConfigParser module available in the standard library 2.x
has seen a major update in Python 3.2. This is a backport of those
changes so that they can be used directly in Python 2.6 - 3.5.
tweaks and ok jca@
cloudpickle makes it possible to serialize Python constructs not
supported by the default pickle module from the Python standard library.
cloudpickle is especially useful for cluster computing where Python
expressions are shipped over the network to execute on remote hosts,
possibly close to the data.
Among other things, cloudpickle supports pickling for lambda
expressions, functions and classes defined interactively in the __main__
module.
Due to security and bug fixes this upgrade is strongly recommended.
This version fixes a theoretically exploitable one-byte buffer overflow
when archiving objects with long path names; a vulnerability which
allows a corrupt archive to crash tarsnap; and two bugs which cause
tarsnap to crash if the network is inoperative when it launches. This
version also adds support for performing "dry runs" without tarsnap
keys, which makes it possible to estimate tarsnap usage costs without
first creating a tarsnap account.
open-source implementation of Bioware's Infinity Engine which was
written to support pseudo-3D role playing games based on the Dungeons &
Dragons ruleset.
With help from bentley@ and edd@
OK bentley@
Texinfo is the official documentation format of the GNU project. It was
invented by Richard Stallman and Bob Chassell many years ago, loosely based on
Brian Reid's Scribe and other formatting languages of the time. It is used by
many non-GNU projects as well.
Texinfo uses a single source file to produce output in a number of formats,
both online and printed (dvi, html, info, pdf, xml, etc.). This means that
instead of writing different documents for online information and another for a
printed manual, you need write only one document. And when the work is revised,
you need revise only that one document.
OK kili@