Push most work of ts.addInstall() over to python
[platform/upstream/rpm.git] / python / rpmts-py.c
2007-05-23 Panu MatilainenRaise an exception if adding an install/upgrade element...
2007-05-16 Paul Nasratdbmatch keys can be unicode objects also (#219008)
2005-02-12 jbj- zlib: uniqify certain symbols to prevent name space...
2005-01-28 jbj- python: force dbMatch() h# key to be 32 bit integer...
2005-01-23 jbj- blueprint rpm-4_4 and HEAD to minimize diff spew.
2004-11-17 paulnAdd kwargs everywhere - courtesy of pjones@redhat.com
2004-10-31 jbj- python: remove ".A" from creaky ts.check() tuple...
2004-10-13 jbjSplint fiddles.
2004-10-13 jbjReturn current problem set form transaction.
2004-10-11 paulnDon't include Arch in release for backwards compat...
2004-06-11 jbj- python: permit integer keys to ts.dbMatch().
2004-05-04 niemeyer- Adding support for integer keys in ts.dbMatch().
2004-03-11 paulnFix splint warnings for spec
2004-03-10 paulnInitial rpm.spec implementation
2004-01-28 paulnEnable selinux contexts in rpmtsRun - patch from Jeremy...
2004-01-22 jbjBuild with gcc-2.95.3 and python-2.2, remove incompat...
2004-01-01 jbj- python: include Python.h before glibc features.h.
2003-12-30 jbj- use -fPIC -DPIC on all platforms, not just mandatory...
2003-12-01 jbjsplint fiddles, no warnings.
2003-11-23 jbjMerge changes from rpm-4.2.1 development.
2003-05-04 jbjUse getattro/setattro throughout.
2003-05-02 jbjGenerate random primes method.
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...
2002-12-31 jbj1st crack at colored installs.
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-04 jbjpython: gilding lilies.
2002-11-30 jbj- upgrade to elfutils-0.63.
2002-11-15 jbj- resurrect availablePackages one more time.
2002-10-15 jbj- python: permit headers to be hashed.
2002-09-19 jbjCheck for orphan'ed chnages in rpm-4.1.
2002-09-03 jbj- fix: always do rpmalMakeIndex.
2002-08-26 jbj- python: don't remap NOKEY/UNTRUSTED to OK.
2002-08-23 jbj- merge signature returns into rpmRC.
2002-08-20 jbj- check for interrupt during iteration.
2002-08-20 jbj- python: supid typo broke ts.check().
2002-08-19 jbj- add --with-efence to configure, check install/upgrade...
2002-08-15 jbj- python: explicit method to set transFlags.
2002-08-13 jbj- supply transitive closure for CLI packages from rpmdb...
2002-08-09 jbj- python: include instance in IDTXload, filename in...
2002-08-09 jbj- python: add (optional) ts.check() callback.
2002-08-08 jbj- python: add return codes for rollbacks and fooDB...
2002-08-06 jbj- python: bindings to import pubkeys and display openpg...
2002-08-06 jbj- add bitmask for precise control of signature/digest...
2002-08-05 jbj- python: the death of rpmdb-py.[ch], use ts.fooDB...
2002-08-05 jbj- python: enable threads on callbacks and longish rpmli...
2002-08-05 jbj- python: bare bones rollback bindings.
2002-08-04 jbj- resurrect --rollback.
2002-08-02 jbj- check header blobs on export (i.e. rpmdbAdd())..
2002-08-01 jbj- python: methods to disable all new features for bench...
2002-07-28 jbj- python: don't segfault in ts.GetKeys() on erased...
2002-07-25 jbj- python: remove the old initdb/rebuilddb methods,...
2002-07-25 jbj- python: add ts.hdrCheck(), ts.rebuildDB() methods.
2002-07-19 jbjRemove foo.iter() method, use tp_iter mechanism, for...
2002-07-18 jbjup2date functional on rpm-python-4.1 bindings.
2002-07-14 jbj- python: sanity check fixes on rpmts/rpmte methods.
2002-07-13 jbj- install rpmal.h and rpmhash.h, implicit rpmps.hinclud...
2002-06-03 jbjTeach doxygen about python/*-py.c files.
2002-05-28 jbj- eliminate legacy db methods, add ts.dbMatch method.
2002-05-27 jbjAdd bindings for rpmte and FD_t.
2002-05-27 jbjAdd rpmal bindings, Grand Renaming to rpmalFoo().
2002-05-23 jbjCreate rpmts-py.c.