mLib-python
2016-09-12 Mark Woodingcatacomb-python.h: Don't inhibit 64-bit type detection...
2016-09-12 Mark Woodingutil.c: Zap spurious whitespace.
2016-09-11 Mark WoodingFurther fixing to use `Py_ssize_t' in place of int.
2016-02-19 Mark WoodingRelease 1.0.5. 1.0.5
2016-02-18 Mark Woodingdebian/control: Fix the Build-Depends.
2016-02-18 Mark Woodingdebian/source/format: Apparently we're supposed to...
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-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 Woodingcatacomb-python.h: Formatting fix.
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 Woodingmp.c: Binding for `mp_fibonacci'.
2014-02-24 Mark Woodingcodec.pyx: New flag from upstream.
2013-06-23 Mark WoodingFix a few minor warnings.
2013-06-18 Mark WoodingRelease 1.0.4. 1.0.4
2013-06-16 Mark Woodingcodec.pyx: Interface to new codec machinery.
2013-06-16 Mark Woodingdebian: Abandon CDBS in favour of plain Debhelper.
2013-06-16 Mark WoodingMANIFEST.in: Rewrite it because it was missing things.
2013-06-16 Mark WoodingOverhaul build system using new `cfd' machinery.
2013-06-16 Mark WoodingOverhaul formatting.
2013-06-16 Mark WoodingOverhaul formatting.
2013-01-09 Mark WoodingUpdate for Python 2.7. This is release 1.0.3. 1.0.3
2010-11-05 Mark Woodingdebian/control: Fix up some Python version numbers.
2010-05-06 mdwsetup.py: Don't try to find Catacomb.
2009-10-04 Mark WoodingAnnounce 1.0.2. 1.0.2
2009-10-04 Mark WoodingBuild system: use new CFD's mdwsetup.py.
2009-10-04 Mark Wooding*.pyx: Replace __new__ with __cinit__ like the program...
2009-10-04 Mark Woodingfdutils.pyx, str.pyx: Fix some stupid bugs.
2009-10-04 Mark Woodingarray.h: Fix typo in declaration of da_pysetup.
2009-10-03 Mark Woodingdebian: Switch to CDBS and support Python 2.6. 1.0.1
2009-10-03 Mark Woodingmdup.pyx: New support for mLib's glorious `mdup' function.
2008-09-21 Mark Woodingsetup.py: Update to use pkg-config.
2008-09-21 Mark Woodingsetup.py: Use re rather than deprecated sre module.
2008-09-21 Mark Woodingsig: Store the user function in the correct attribute!
2008-09-21 Mark WoodingFix qualified names for types supplied by C.
2008-09-21 Mark Woodingsel-timer: Pyrex now wants explicit truncations to...
2008-09-21 Mark WoodingExpunge trailing spaces
2008-09-21 Mark WoodingNew features covered.
2008-04-04 Mark Woodingutil: Actually initialize the utilities properly.
2007-02-17 Mark WoodingGeneral: Fix lots of whitespace issues.
2007-01-02 Mark Woodingbres: Ooops, this one was rather buggy.
2006-12-22 Mark Woodingsel-file: Fix stupid attribute-name bug.
2006-11-21 Mark Woodingdebian: Just the one Python version now.
2006-10-25 Mark WoodingGeneral: Update for Python 2.5.
2006-04-13 Mark WoodingInfra: Ignore the COPYING file.
2006-04-13 Mark Woodingstr: Support new prefix-matching feature in str_match.
2006-03-22 Mark Wooding_u32: Allow LONG_MAX to be stored in a Python int.
2006-03-22 Mark Woodinggetulong: Compare with LONG_MAX to decide what Python...
2006-03-21 Mark Woodingcodec: Use the correct variable name in the decoder...
2006-03-15 Mark Woodingurl: Support form-urlencoding functions.
2006-03-15 Mark Woodingstr: Support mLib's `str' functions.
2006-03-15 Mark Woodingmapping: Make the iterators conform to the proper inter...
2006-03-07 Mark WoodingRemove the various `getuNN' functions and replace them...
2006-03-07 Mark Woodingutil: Report ValuError (not TypeError) for failed integ...
2006-03-06 Mark Woodingmappings: Separate mapping methods into read-only and...
2006-02-15 Mark Woodingdebian: Fix package sections.
2006-02-08 Mark Woodinginfra: Add a copy of the GPL.
2006-02-06 Mark WoodingExtract Subversion ignore data.
2006-02-06 mdwAcquire and release the GIL around select callbacks.
2006-01-28 Mark WoodingBug squashing.
2006-01-28 Mark WoodingReorganization: split out utilities; mapping methods
2006-01-28 Mark Woodingalgorithms: Add PRPs as objects in their own right.
2005-10-18 mdwGeneral reorganization.
2005-10-13 mdwInitial import.
2005-09-26 mdwCheckin, Debianized and more or less complete.
2005-04-29 mdwMore fixing for modern Pythons. No longer works with...
2005-04-27 mdwFixing for Python 2.3 and later.
2005-04-10 mdwVarious minor fixings.
2005-04-10 mdwInitial check-in of catacomb-python.