summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* - only internal Berkeley db from now on.jbj2003-12-112-2/+4
* splint fiddles, no warnings.jbj2003-12-0120-56/+193
* Merge changes from rpm-4.2.1 development.jbj2003-11-2332-3063/+166
* - toy method to enable --stats through bindings.jbj2003-06-051-0/+12
* Use mpextgcd, not mpbinv_w.jbj2003-05-231-3/+2
* Prepare to build with external beecrypt-3.0.0.jbj2003-05-221-2/+3
* - use beecrypt-3.0.0 API with beecrypt.api.h et al, not types.h.jbj2003-05-181-19/+19
* Rounding for signed division cases.jbj2003-05-172-30/+56
* SPecial cases for negatives to odd positive powers.jbj2003-05-172-4/+7
* Finish signed magnitude tests.jbj2003-05-173-33/+164
* fix: do headerFree after headerRead.jbj2003-05-161-0/+1
* Overloading methods of subtype example.jbj2003-05-121-0/+28
* Add carry/borrow test with signed magnitude mpw's.jbj2003-05-114-77/+223
* Add coercion-on-the-fly.jbj2003-05-107-296/+314
* Sanity.jbj2003-05-091-7/+83
* Merge mpnumber malloc's into python mpw object malloc.jbj2003-05-094-197/+350
* Prepare to dump mpnumber from mpwObject.jbj2003-05-092-444/+192
* Convert mpw to and from long.jbj2003-05-073-70/+123
* Blueprint mpw against mpz routines, abandon signed division fo now.jbj2003-05-072-43/+47
* *** empty log message ***jbj2003-05-062-6/+14
* Use single ndivmod, rather than nmod followed by ndivmod, in mpstr.jbj2003-05-061-18/+24
* Fix s/bc/mpw/ typos in mpstr.jbj2003-05-064-32/+47
* Add unit test {rpmdb,mpw}/test subdirs.jbj2003-05-0526-4/+5232
* Move to rpmdb subdirectory.jbj2003-05-0517-4190/+0
* Upgrade to bsddb from python-2.3.jbj2003-05-0522-925/+1540
* Back out Py_TPFLAGS_BASETYPE for now.jbj2003-05-052-3/+2
* Use getattro/setattro throughout.jbj2003-05-0412-173/+220
* Sanity.jbj2003-05-021-0/+4
* Generate random primes method.jbj2003-05-0210-45/+108
* fix typo in system.h.jbj2003-05-015-6/+89
* Add mpw.rndm to return random in range 1 < r < b-1.jbj2003-04-304-2/+35
* Create rpmrng module.jbj2003-04-307-25/+263
* Create rpm.mpw module from guts of rpm.bc.jbj2003-04-309-2338/+395
* Create.jbj2003-04-302-0/+2168
* Reorganize to streamline debugging.jbj2003-04-301-487/+350
* Bindings for modular arithmetic.jbj2003-04-301-30/+287
* beecrypt-3.0.0 merge: DSA/SHA1 functional in rpm.jbj2003-04-281-318/+288
* beecrypt-3.0.0 merge: grand renaming, mp32number et al.jbj2003-04-252-50/+50
* beecrypt-3.0.0 merge: file renaming.jbj2003-04-251-2/+74
* Do signed scaling when dividing.jbj2003-04-251-3/+11
* Rework arithmetic.jbj2003-04-252-91/+170
* fix: 15^8 had sign problems in intermediate.jbj2003-04-242-8/+14
* fix: mp32str difficulties with sign bit.jbj2003-04-241-3/+11
* Trim leading zero's.jbj2003-04-242-26/+44
* Print positive numbers only.jbj2003-04-241-9/+20
* Mostly functional sliding window exponentiation bindings.jbj2003-04-232-5/+284
* python: missed tuple refcount in IDTXload/IDTXglob.jbj2003-04-183-27/+64
* Typos and transfer trash.jbj2003-04-172-1/+15
* Doxygen doco markup.jbj2003-04-1726-124/+175
* - resurrect manifests, RPMRC_NOTFOUND returned by readLead().jbj2003-04-161-5/+1