Protect sq->reaped with sighold and sigrelease.
[platform/upstream/rpm.git] / python /
2004-02-21 jbjTypo.
2004-02-21 jbjFix typo.
2004-02-20 sopwithanother oops
2004-02-20 sopwithoops
2004-02-20 sopwithFurther fixes related to 113661
2004-01-28 paulnEnable selinux contexts in rpmtsRun - patch from Jeremy...
2004-01-26 jbj- python: throw exception on bad arg to labelCompare...
2004-01-22 jbjBuild with gcc-2.95.3 and python-2.2, remove incompat...
2004-01-16 jbjQuick fix for [] vs None retrun.
2004-01-14 jbjReturn [] for tags with no contents.
2004-01-05 jbjTypo.
2004-01-01 jbj- python: avoid invoking python to acquire ill-specifie...
2004-01-01 jbj- python: include Python.h before glibc features.h.
2004-01-01 paulnReturn [] for lists see #112794
2003-12-30 jbj- use -fPIC -DPIC on all platforms, not just mandatory...
2003-12-22 paulnFix for lists in P/R/O/C see bug #110226
2003-12-18 jbj- fix: ds.Single() method needs malloc'd elements ...
2003-12-16 jbj- build with db-4.2.52 internal.
2003-12-11 jbj- only internal Berkeley db from now on.
2003-12-01 jbjsplint fiddles, no warnings.
2003-11-23 jbjMerge changes from rpm-4.2.1 development.
2003-06-05 jbj- toy method to enable --stats through bindings.
2003-05-23 jbjUse mpextgcd, not mpbinv_w.
2003-05-22 jbjPrepare to build with external beecrypt-3.0.0.
2003-05-18 jbj- use beecrypt-3.0.0 API with beecrypt.api.h et al...
2003-05-17 jbjRounding for signed division cases.
2003-05-17 jbjSPecial cases for negatives to odd positive powers.
2003-05-17 jbjFinish signed magnitude tests.
2003-05-16 jbjfix: do headerFree after headerRead.
2003-05-12 jbjOverloading methods of subtype example.
2003-05-11 jbjAdd carry/borrow test with signed magnitude mpw's.
2003-05-10 jbjAdd coercion-on-the-fly.
2003-05-09 jbjSanity.
2003-05-09 jbjMerge mpnumber malloc's into python mpw object malloc.
2003-05-09 jbjPrepare to dump mpnumber from mpwObject.
2003-05-07 jbjConvert mpw to and from long.
2003-05-07 jbjBlueprint mpw against mpz routines, abandon signed...
2003-05-06 jbj*** empty log message ***
2003-05-06 jbjUse single ndivmod, rather than nmod followed by ndivmo...
2003-05-06 jbjFix s/bc/mpw/ typos in mpstr.
2003-05-05 jbjAdd unit test {rpmdb,mpw}/test subdirs.
2003-05-05 jbjMove to rpmdb subdirectory.
2003-05-05 jbjUpgrade to bsddb from python-2.3.
2003-05-05 jbjBack out Py_TPFLAGS_BASETYPE for now.
2003-05-04 jbjUse getattro/setattro throughout.
2003-05-02 jbjSanity.
2003-05-02 jbjGenerate random primes method.
2003-05-01 jbjfix typo in system.h.
2003-04-30 jbjAdd mpw.rndm to return random in range 1 < r < b-1.
2003-04-30 jbjCreate rpmrng module.
2003-04-30 jbjCreate rpm.mpw module from guts of rpm.bc.
2003-04-30 jbjCreate.
2003-04-30 jbjReorganize to streamline debugging.
2003-04-30 jbjBindings for modular arithmetic.
2003-04-28 jbjbeecrypt-3.0.0 merge: DSA/SHA1 functional in rpm.
2003-04-25 jbjbeecrypt-3.0.0 merge: grand renaming, mp32number et al.
2003-04-25 jbjbeecrypt-3.0.0 merge: file renaming.
2003-04-25 jbjDo signed scaling when dividing.
2003-04-25 jbjRework arithmetic.
2003-04-24 jbjfix: 15^8 had sign problems in intermediate.
2003-04-24 jbjfix: mp32str difficulties with sign bit.
2003-04-24 jbjTrim leading zero's.
2003-04-24 jbjPrint positive numbers only.
2003-04-23 jbjMostly functional sliding window exponentiation bindings.
2003-04-18 jbjpython: missed tuple refcount in IDTXload/IDTXglob.
2003-04-17 jbjTypos and transfer trash.
2003-04-17 jbjDoxygen doco markup.
2003-04-16 jbj- resurrect manifests, RPMRC_NOTFOUND returned by readL...
2003-04-11 jbjBeecrypt python bindings for arithmetic and radix conve...
2003-04-11 jbjMostly complete beecrypt bindings.
2003-03-05 jbjSanity.
2003-01-28 jbj- fix: clean relocation path for --prefix=/.
2003-01-25 jbj- permit anaconda to choose "presentation order".
2003-01-12 jbj- file: *really* read elf64 notes correctly.
2003-01-08 jbjTeach python subdirs lib64 too.
2003-01-08 jbjUse $(shell ...) in Makefile.am, duh.
2003-01-08 jbj- python: put rpmmodule.so where python expects to...
2002-12-31 jbjDump multilib code, colored depndencies instead.
2002-12-31 jbj1st crack at colored installs.
2002-12-30 jbj- use rpmfiFDepends() underneath --fileprovide and...
2002-12-30 jbj- use rpmfiFDepends() underneath --fileprovide/--filere...
2002-12-29 jbj- python: eliminate hash.[ch] and upgrade.[ch], methods...
2002-12-24 jbjRescusitate doxygen file manifest.
2002-12-18 jbj- add --file{class,provide,require} popt aliases and...
2002-12-17 jbj- rebuild against glibc with fcntl fixed in libpthread.
2002-12-13 jbjBail on rpmfts_repr() for now.
2002-12-12 jbjAdd
2002-12-11 jbjSanity.
2002-12-11 jbjAdd iterators to rpmfts-py.c.
2002-12-11 jbjAdd rpmfts-py.[ch] bindings for fts(3) from rpmio.
2002-12-10 jbjAdd tp_{init,alloc,new,free} methods to rpmts.
2002-12-10 jbjAdd coercions.
2002-12-09 jbjInclude rpmbc-py.h too.
2002-12-09 jbj- don't generate dependencies unless execute bit is...
2002-12-08 jbjImplement divide and divmod methods.
2002-12-08 jbjAdd Debug method, implement obvious functions.
2002-12-08 jbjStubs for beecrypt bindings.
2002-12-07 jbjFinish converting to .splintrc.
2002-12-04 jbjpython: gilding lilies.
2002-12-03 jbjAdd new rpmte methods.
next