chiark / gitweb /
algorithms.c: Add bindings for STROBE.
[catacomb-python] / pgen.c
2020-04-11 Mark WoodingSplit 'pyke/' into commit '6c2569879c220eeac35957cdba9a...
2020-04-11 Mark Woodingpgen.c: Add a binding for Catacomb's `primeiter'.
2020-04-11 Mark Woodingpgen.c: Delete pointless global capture of the null...
2020-04-11 Mark WoodingSplit 'pyke/' into commit 'c80de12d8d0827e0553fed2e4d39...
2020-04-11 Mark WoodingPort to Python 3.
2020-04-11 Mark Wooding*.c: Separate string function calls according to text...
2020-04-11 Mark Wooding*.c: Use `PyVarObject_HEAD_INIT' to initialize type...
2020-04-11 Mark Wooding*.c: Split the constant definitions into the various...
2020-04-11 Mark Woodingpyke/pyke.[ch]: Make type skeleton structures be read...
2020-04-11 Mark Wooding*.c: Use Python's facilities for defining class and...
2020-04-11 Mark Wooding*.c: Make all of the type-definition tables read-only.
2020-04-10 Mark WoodingSplice 'pyke/' prehistory from commit 'c1756f78cbf30074...
2020-04-10 Mark Wooding*.c: Use `Py_XDECREF' where applicable.
2020-04-10 Mark Wooding*.c: Reformat docstrings.
2020-04-10 Mark Woodingpgen.c: Write a `pgen' status code as `PGST' consistent...
2020-04-10 Mark Wooding*.c: Use Python macros rather than functions where...
2020-04-07 Mark WoodingMerge branch '1.2.x' into 1.3.x
2020-04-06 Mark WoodingMerge branch '1.2.x' into 1.3.x
2019-11-27 Mark WoodingMerge branch '1.3.x'
2019-11-27 Mark WoodingMerge branch '1.2.x' into 1.3.x
2019-11-22 Mark Woodingrand.c, pgen.c: Invalidate random generators from pgen...
2019-11-22 Mark Woodingcatacomb-python.h, *.c: Fix how Python `pgen' handlers...
2019-11-22 Mark Woodingpgen.c (pgev_python): Delete pointless refcount manipul...
2019-11-22 Mark Woodingpgen.c, rand.c: Check correct variable when rejecting...
2019-11-22 Mark Wooding*.c: Consistently show keyword arguments as optional...
2019-11-22 Mark Woodingpgen.c: Add missing `EV' arg in `PrimeGenEventHandler...
2019-11-17 Mark Woodingkey.c, pgen.c: Add missing guards for `del' to property...
2018-11-10 Mark WoodingConsistently make keyword-lists be static and read...
2018-11-10 Mark Woodingrand.c, pgen.c: Invalidate random generators from pgen...
2018-11-10 Mark Wooding*.c: Spruce up class docstrings.
2017-05-13 Mark WoodingReturn `long' objects when `int' is requested but the...
2017-05-13 Mark Wooding*.c: Fix docstrings for methods.
2017-05-03 Mark WoodingReturn `long' objects when `int' is requested but the...
2016-09-12 Mark Wooding*.c: Fix docstrings for methods.
2015-07-20 Mark WoodingMerge branches 'mdw/pwsafe' and 'mdw/ec-ptcmpr'
2015-04-20 Mark WoodingStamp the module name onto types properly.
2013-06-16 Mark WoodingOverhaul formatting.
2007-02-17 Mark WoodingGeneral: Fix lots of whitespace issues.
2006-01-28 Mark WoodingBug squashing.
2006-01-28 Mark Woodingpassim: fix typo
2005-09-15 mdwFix for Cygwin.
2005-04-27 mdwFixing for Python 2.3 and later.
2005-04-10 mdwInitial check-in of catacomb-python.