catacomb-python
2019-10-20 Mark Woodingbuffer.c: Don't advertise `WBUF.putecpt' as a keyword...
2019-10-20 Mark Woodingcatacomb/__init__.py (BaseRat, MP, GF): Add missing...
2019-10-20 Mark Woodingcatacomb/__init__.py (BaseRat): Add missing reverse...
2019-10-20 Mark Woodingcatacomb/__init__.py (BaseRat): Make comparisons actual...
2019-10-19 Mark Woodingbuffer.c (wbmeth_putblkN): Check input block size.
2019-10-19 Mark Woodingbuffer.c: Return 64-bit values, even if they're too...
2019-10-19 Mark Woodingutil.c: Use Python's machinery for handling 64-bit...
2019-10-19 Mark Woodingutil.c: Augment `convu64' to collect its argument via...
2019-10-19 Mark Woodingutil.c: Add conversions between Python objects and...
2019-10-19 Mark Woodingkey.c, pgen.c: Add missing guards for `del' to property...
2019-10-19 Mark Woodingcatacomb-python.h: Don't inhibit 64-bit type detection...
2019-10-19 Mark Woodingbuffer.c: Fix typoed variable name in `assert'.
2019-10-19 Mark Wooding*.py: Use `str.replace' rather than `str.translate'.
2017-05-14 Mark WoodingRelease 1.1.2. 1.1.2
2017-05-13 Mark Woodingcatacomb/__init__.py: Fix up cipher etc. names better.
2017-05-13 Mark Woodingalgorithms.c: Support the new 16-bit key-size descriptors.
2017-05-13 Mark Woodinggroup.c: Track Catacomb group internals change.
2017-05-13 Mark Woodingutils.c: Raise exceptions from `convTHING' with null...
2017-05-13 Mark WoodingReturn `long' objects when `int' is requested but the...
2017-05-13 Mark Woodingbytestring.c: Check for cached hash more carefully.
2017-05-13 Mark Woodingrand.c: Careful range checking on `block' and `mp'.
2017-05-13 Mark Wooding*.c: Fix docstrings for methods.
2017-05-13 Mark WoodingFurther fixing to use `Py_ssize_t' in place of int.
2016-06-04 Mark WoodingRelease 1.1.1. 1.1.1
2016-06-03 Mark Woodingbytestring.c: Use `Py_ssize_t' for collecting buffer...
2016-02-19 Mark WoodingRelease 1.1.0.1. 1.1.0.1
2016-02-19 Mark Woodingdebian/control: Fix the Build-Depends.
2016-02-19 Mark Woodingdebian/source/format: Apparently we need one of these...
2015-07-20 Mark WoodingRelease 1.1.0. 1.1.0
2015-07-20 Mark WoodingRequire a shiny new library version.
2015-07-20 Mark WoodingMerge branches 'mdw/pwsafe' and 'mdw/ec-ptcmpr'
2015-06-16 Mark Woodingpwsafe: New command `xfer' to transfer data to a new...
2015-06-16 Mark Woodingcatacomb/pwsafe.py: Add a backend based on SQLite.
2015-06-16 Mark Woodingcatacomb/pwsafe.py, pwsafe: Make GDBM support conditional.
2015-06-16 Mark Woodingcatacomb/pwsafe.py: New Git-friendly `DirectoryStorageB...
2015-05-31 Mark Woodingcatacomb/pwsafe.py: New FlatFileStorageBackend class.
2015-05-31 Mark Woodingcatacomb/pwsafe.py: Add a new ABRUPTP argument to ...
2015-05-31 Mark Woodingcatacomb/pwsafe.py, pwsafe: Dispatching for multiple...
2015-05-31 Mark Woodingcatacomb/pwsafe.py: Split out the GDBM-specifics from...
2015-05-31 Mark Woodingcatacomb/pwsafe.py: Factor database handling out into...
2015-05-31 Mark Woodingcatacomb/pwsafe.py: Commentary fix.
2015-05-31 Mark Woodingpwsafe: Abolish the `chomp' function, and only chomp...
2015-05-29 Mark Woodingcatacomb.c, ec.c: Bindings for the new EC2OSP/OS2ECP...
2015-05-29 Mark WoodingUse ValueError instead of SyntaxError throughout.
2015-05-28 Mark Woodingcatacomb/pwsafe.py: Make `PW' be a context manager...
2015-05-28 Mark Woodingpwsafe: Get the master passphrase before the new password.
2015-05-28 Mark Woodingpwsafe: Report password mismatch as an error, not an...
2015-05-28 Mark Woodingpwsafe: Some simple reformatting.
2015-05-28 Mark Woodingcatacomb/pwsafe.py, pwsafe: Replace `PW''s MODE paramet...
2015-05-28 Mark Woodingcatacomb/pwsafe.py: Abolish the `PWIter' class.
2015-05-28 Mark Woodingpwsafe: Eliminate the `dump' subcommand.
2015-05-28 Mark Woodingpwsafe: Present the list of commands in alphabetical...
2015-05-26 Mark Woodingalgorithms.py, rand.c: Support `Latin dances' stream...
2015-05-26 Mark Woodingcatacomb/__init__.py: Trim `/' from identifiers names.
2015-05-26 Mark Woodingalgorithms.py, rand.c: Move constant definitions and...
2015-05-26 Mark WoodingFix the missing-module-names bug properly.
2015-05-26 Mark Woodingcatacomb-python.h: Promote `util' to the head of the...
2015-05-26 Mark Woodingalgorithms.py: Fiddling with whitespace.
2015-05-26 Mark Woodingcatacomb-python.h: Formatting fix.
2015-05-24 Mark Woodingpwsafe: Don't produce a backtrace on decryption failure.
2015-05-13 Mark Woodingcatacomb/__init__.py: Generalize rationals to fields...
2015-04-20 Mark Woodingcatacomb.c: Handle Python's randomize hashing parameter...
2015-04-20 Mark WoodingProper hashing for comparable object types.
2015-04-20 Mark WoodingStamp the module name onto types properly.
2015-02-27 Mark Woodingcatacomb/__init__.py: Slightly cheesy rational arithmetic.
2015-02-27 Mark Woodingmp.c: Binding for `mp_fibonacci'.
2015-02-27 Mark Woodingmp.c: Proper binding for `mp_factorial'.
2015-02-26 Mark Woodingalgorithms.c: Add bindings for the key-strength convers...
2015-02-06 Mark Woodingpubkey.c: Catch invalid arguments to `RSAPub' and ...
2014-08-14 Mark Woodingcatacomb/pwsafe.py: Eliminate the Buffer class and...
2014-08-14 Mark Woodingbuffer.c: Fix docstring for WriteBuffer.zero.
2014-08-14 Mark Woodingpwsafe, catacomb/pwsafe.py: Push database creation...
2014-08-14 Mark Woodingpwsafe, catacomb/pwsafe.py: Documentation and cleanup.
2014-01-04 Mark WoodingRelease 1.0.6. 1.0.6
2014-01-04 Mark Woodingkey.c (keyexc_raise): Put the error text in the exception.
2014-01-04 Mark Woodingkey.c (key_pynew): Make `exptime' arg (a) optional...
2014-01-04 Mark Woodingkey.c (key_pynew): Fix stupid error-checking sense...
2013-07-21 Mark WoodingRelease 1.0.5. 1.0.5
2013-07-21 Mark Woodingbuffer.c: Fix buffer resizing logic.
2013-06-23 Mark WoodingFix a few minor warnings.
2013-06-16 Mark Woodingdebian: Abandon CDBS for plain Debhelper.
2013-06-16 Mark WoodingOverhaul build system using new `cfd' machinery.
2013-06-16 Mark WoodingOverhaul formatting.
2013-01-09 Mark WoodingBuild against Python 2.7. This is release 1.0.4. 1.0.4
2013-01-09 Mark Woodingdebian/control: Declare dependency on a new Catacomb.
2013-01-09 Mark Woodingkey.c (kdmeth_copy): Fix some stupid mistakes.
2013-01-09 Mark Woodingkey.c: New KeyData method `copy'.
2013-01-09 Mark Woodingkey.c (convflags): Fix error message.
2013-01-09 Mark Woodingkey.c: Split before storing a subkey.
2010-11-05 Mark WoodingVersion 1.0.3. 1.0.3
2010-11-05 Mark Woodingdebian: Remove python-catacomb-bin package.
2010-11-05 Mark Wooding.links: Oops, didn't include link for `mdwsetup.py'.
2009-10-04 Mark Woodingbuild: Use mdwsetup.py from new CFD. Announce 1.0.2. 1.0.2
2009-10-04 Mark Woodingdebian/control: Fix package description (oops).
2009-10-03 Mark Woodingdebian: Switch to CDBS and build for Python 2.6. 1.0.1
2008-11-17 Mark Woodingcatacomb/__init__.py: Add iterfoo methods to _groupmap.
2008-11-17 Mark Woodingpwsafe: Stop using sre to shut up pissy warning.
2008-11-17 Mark Woodingshare.c: Fix crappy typo in argument parsing.
2008-06-23 Mark Woodingalgorithms.h: Don't version-control generated files.
2008-06-23 Mark Woodingec (ecmeth_mmul): Fix point conversion.
next