summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2003-12-30- use -fPIC -DPIC on all platforms, not just mandatory (#112713).jbj4-4/+4
2003-12-22Fix for lists in P/R/O/C see bug #110226pauln1-0/+12
2003-12-18- fix: ds.Single() method needs malloc'd elements (#109919).jbj1-0/+2
2003-12-16- build with db-4.2.52 internal.jbj11-136/+632
2003-12-11- only internal Berkeley db from now on.jbj2-2/+4
2003-12-01splint fiddles, no warnings.jbj20-56/+193
2003-11-23Merge changes from rpm-4.2.1 development.jbj32-3063/+166
2003-06-05- toy method to enable --stats through bindings.jbj1-0/+12
2003-05-23Use mpextgcd, not mpbinv_w.jbj1-3/+2
2003-05-22Prepare to build with external beecrypt-3.0.0.jbj1-2/+3
2003-05-18- use beecrypt-3.0.0 API with beecrypt.api.h et al, not types.h.jbj1-19/+19
2003-05-17Rounding for signed division cases.jbj2-30/+56
2003-05-17SPecial cases for negatives to odd positive powers.jbj2-4/+7
2003-05-17Finish signed magnitude tests.jbj3-33/+164
2003-05-16fix: do headerFree after headerRead.jbj1-0/+1
2003-05-12Overloading methods of subtype example.jbj1-0/+28
2003-05-11Add carry/borrow test with signed magnitude mpw's.jbj4-77/+223
2003-05-10Add coercion-on-the-fly.jbj7-296/+314
2003-05-09Sanity.jbj1-7/+83
2003-05-09Merge mpnumber malloc's into python mpw object malloc.jbj4-197/+350
2003-05-09Prepare to dump mpnumber from mpwObject.jbj2-444/+192
2003-05-07Convert mpw to and from long.jbj3-70/+123
2003-05-07Blueprint mpw against mpz routines, abandon signed division fo now.jbj2-43/+47
2003-05-06*** empty log message ***jbj2-6/+14
2003-05-06Use single ndivmod, rather than nmod followed by ndivmod, in mpstr.jbj1-18/+24
2003-05-06Fix s/bc/mpw/ typos in mpstr.jbj4-32/+47
2003-05-05Add unit test {rpmdb,mpw}/test subdirs.jbj26-4/+5232
2003-05-05Move to rpmdb subdirectory.jbj17-4190/+0
2003-05-05Upgrade to bsddb from python-2.3.jbj22-925/+1540
2003-05-05Back out Py_TPFLAGS_BASETYPE for now.jbj2-3/+2
2003-05-04Use getattro/setattro throughout.jbj12-173/+220
2003-05-02Sanity.jbj1-0/+4
2003-05-02Generate random primes method.jbj10-45/+108
2003-05-01fix typo in system.h.jbj5-6/+89
2003-04-30Add mpw.rndm to return random in range 1 < r < b-1.jbj4-2/+35
2003-04-30Create rpmrng module.jbj7-25/+263
2003-04-30Create rpm.mpw module from guts of rpm.bc.jbj9-2338/+395
2003-04-30Create.jbj2-0/+2168
2003-04-30Reorganize to streamline debugging.jbj1-487/+350
2003-04-30Bindings for modular arithmetic.jbj1-30/+287
2003-04-28beecrypt-3.0.0 merge: DSA/SHA1 functional in rpm.jbj1-318/+288
2003-04-25beecrypt-3.0.0 merge: grand renaming, mp32number et al.jbj2-50/+50
2003-04-25beecrypt-3.0.0 merge: file renaming.jbj1-2/+74
2003-04-25Do signed scaling when dividing.jbj1-3/+11
2003-04-25Rework arithmetic.jbj2-91/+170
2003-04-24fix: 15^8 had sign problems in intermediate.jbj2-8/+14
2003-04-24fix: mp32str difficulties with sign bit.jbj1-3/+11
2003-04-24Trim leading zero's.jbj2-26/+44
2003-04-24Print positive numbers only.jbj1-9/+20
2003-04-23Mostly functional sliding window exponentiation bindings.jbj2-5/+284