]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* nismodule.c: database keys and values can contain null bytes. be more
authorGuido van Rossum <guido@python.org>
Wed, 3 Nov 1993 15:01:26 +0000 (15:01 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 3 Nov 1993 15:01:26 +0000 (15:01 +0000)
commite77a757094f68351f336044654cd91575c677896
tree0c0f8f78c180d4a88c9c5ff8c26e2457b6722e28
parent78ed420314876083b4cc1739d7dbf04e4f012c03
* nismodule.c: database keys and values can contain null bytes.  be more
  careful about these.
* arraymodule.c: added 8 byte swap; added 'i' format character; added
  reverse() method; rename read/write to fromfile/tofile.
* config.c: Set version to 0.9.9++.
* rotormodule.c (r_rand): declare k1..k5 as unsigned longs so the shifts
  will have a well-defined effect independent of word size.
* bltinmodule.c: renamed bagof() to filter().
Modules/arraymodule.c
Modules/config.c.in
Modules/nismodule.c
Modules/rotormodule.c
Python/bltinmodule.c