@@@ py_buffer/freebin wip
[catacomb-python] / rand.c
2020-04-11 Mark WoodingSplit 'pyke/' into commit '6c2569879c220eeac35957cdba9a...
2020-04-11 Mark Woodingrand.c: Implement the `passes' property of the `DSARand...
2020-04-11 Mark Woodingrand.c: Make nonce/IV arguments to cipher-based random...
2020-04-11 Mark WoodingSplit 'pyke/' into commit 'c80de12d8d0827e0553fed2e4d39...
2020-04-11 Mark Woodingrand.c: Cope with large `range' arguments.
2020-04-11 Mark Woodingrand.c: Some gratuitous reformatting.
2020-04-11 Mark Wooding*.c: Separate string function calls according to text...
2020-04-11 Mark Wooding*.c: Introduce a new input conversion for binary strings.
2020-04-11 Mark Wooding*.c: Use `PyVarObject_HEAD_INIT' to initialize type...
2020-04-11 Mark Wooding*.c: Publish algorithm and crypto-group tables as ...
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 `METH_NOARGS' methods where applicable.
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: Reformat docstrings.
2020-04-10 Mark Woodingcatacomb-python.h, *.c: Move definitions back into...
2020-04-07 Mark WoodingMerge branch '1.3.x' into HEAD
2020-04-07 Mark WoodingMerge branch '1.2.x' into 1.3.x
2020-04-07 Mark Woodingrand.c: More `Py_ssize_t' fixes.
2020-04-06 Mark WoodingMerge branch '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 Woodingrand.c: Show keyword argument as optional.
2019-11-27 Mark WoodingMerge branch '1.2.x' into 1.3.x
2019-11-22 Mark Woodingrand.c: Fix `TrueRand' constructor so it can possibly...
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, rand.c: Check correct variable when rejecting...
2019-11-22 Mark Woodingrand.c (BBSPriv.generate): Release the event handler...
2019-11-22 Mark Woodingrand.c: Add missing return-value mnemonic in docstring.
2019-11-22 Mark Wooding*.c: Consistently show keyword arguments as optional...
2019-10-04 Mark WoodingDeploy the new <ctype.h> and `foocmp' macros from mLib.
2019-10-01 Mark WoodingSet ELF visibility to keep all of our external symbols...
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-07-15 Mark Woodingrand.c: Newline to placate GCC.
2017-05-14 Mark WoodingAdd support for SHA3 and related algorithms.
2017-05-14 Mark Woodingrand.c, algorithms.py: Change how kinds of RNGs are...
2017-05-14 Mark WoodingMerge branch '1.1.x'
2017-05-13 Mark Woodingrand.c: Careful range checking on `block' and `mp'.
2017-05-13 Mark Wooding*.c: Fix docstrings for methods.
2017-04-12 Mark Wooding*.c: Declare `PY_SSIZE_T_CLEAN'.
2016-09-12 Mark Woodingrand.c, algorithms.py: Support random access protocol...
2016-09-12 Mark Woodingrand.c: Careful range checking on `block' and `mp'.
2016-09-12 Mark Wooding*.c: Fix docstrings for methods.
2015-07-20 Mark WoodingMerge branches 'mdw/pwsafe' and 'mdw/ec-ptcmpr'
2015-05-26 Mark Woodingalgorithms.py, rand.c: Support `Latin dances' stream...
2015-05-26 Mark Woodingalgorithms.py, rand.c: Move constant definitions and...
2015-05-26 Mark WoodingFix the missing-module-names bug properly.
2015-04-20 Mark WoodingStamp the module name onto types properly.
2013-06-23 Mark WoodingFix a few minor warnings.
2013-06-16 Mark WoodingOverhaul formatting.
2007-02-17 Mark WoodingGeneral: Fix lots of whitespace issues.
2006-10-25 Mark WoodingGeneral: Update for Python 2.5.
2006-03-07 Mark WoodingRemove the various `getuNN' functions and replace them...
2006-01-28 Mark Woodingrand: Generators based on symmetric algorithms; fixing
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.