summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2002-12-13Bail on rpmfts_repr() for now.jbj1-77/+93
2002-12-12Addjbj13-179/+251
2002-12-11Sanity.jbj1-1/+1
2002-12-11Add iterators to rpmfts-py.c.jbj4-53/+197
2002-12-11Add rpmfts-py.[ch] bindings for fts(3) from rpmio.jbj14-164/+660
2002-12-10Add tp_{init,alloc,new,free} methods to rpmts.jbj14-152/+178
2002-12-10Add coercions.jbj3-143/+407
2002-12-09Include rpmbc-py.h too.jbj1-1/+1
2002-12-09- don't generate dependencies unless execute bit is set.jbj1-1/+1
2002-12-08Implement divide and divmod methods.jbj1-3/+56
2002-12-08Add Debug method, implement obvious functions.jbj1-8/+209
2002-12-08Stubs for beecrypt bindings.jbj4-4/+497
2002-12-07Finish converting to .splintrc.jbj2-3/+5
2002-12-04python: gilding lilies.jbj8-20/+96
2002-12-03Add new rpmte methods.jbj1-2/+40
2002-12-01- link rpm libraries together, use shared helpers with external -lelf.jbj1-1/+2
2002-11-30- upgrade to elfutils-0.63.jbj2-7/+2
2002-11-15- resurrect availablePackages one more time.jbj1-6/+8
2002-11-08Regenerate libltdl autocrap.jbj1-2/+1
2002-11-06Upgrade to bsddb3 3.4.2, include db-4.1.17 fiddles.jbj8-51/+105
2002-10-15- python: permit headers to be hashed.jbj2-1/+11
2002-10-09- fix: use size_t consistently, avoid segfault on ia64.jbj1-4/+4
2002-09-19Check for orphan'ed chnages in rpm-4.1.jbj1-1/+1
2002-09-03- fix: always do rpmalMakeIndex.jbj1-1/+1
2002-08-31Sync with rpm-4.1.jbj1-2/+1
2002-08-26- python: don't remap NOKEY/UNTRUSTED to OK.jbj1-3/+3
2002-08-23- merge signature returns into rpmRC.jbj1-9/+25
2002-08-20- check for interrupt during iteration.jbj2-12/+39
2002-08-20- python: supid typo broke ts.check().jbj1-2/+0
2002-08-19- add --with-efence to configure, check install/upgrade with efence.jbj2-4/+5
2002-08-15- python: explicit method to set transFlags.jbj1-14/+50
2002-08-14Update to db-4.1.17.jbj1-1/+24
2002-08-13- supply transitive closure for CLI packages from rpmdb-redhat database.jbj2-1/+3
2002-08-09- python: include instance in IDTXload, filename in IDTXglob, returnjbj2-17/+81
2002-08-09- python: add (optional) ts.check() callback.jbj1-18/+87
2002-08-08- python: add return codes for rollbacks and fooDB methods.jbj1-34/+28
2002-08-07Remove hdrVerifyFile, unusable as was (#58576).jbj1-230/+0
2002-08-06- python: bindings to import pubkeys and display openpgp packets.jbj1-1/+70
2002-08-06- add bitmask for precise control of signature/digest verification.jbj2-18/+46
2002-08-05- python: the death of rpmdb-py.[ch], use ts.fooDB() methods instead.jbj7-182/+42
2002-08-05- python: enable threads on callbacks and longish rpmlib calls.jbj2-21/+76
2002-08-05- python: bare bones rollback bindings.jbj1-4/+141
2002-08-04- resurrect --rollback.jbj2-0/+5
2002-08-02- check header blobs on export (i.e. rpmdbAdd())..jbj1-3/+11
2002-08-01- python: methods to disable all new features for benchmarking.jbj2-19/+76
2002-07-28- python: don't segfault in ts.GetKeys() on erased packages.jbj1-3/+5
2002-07-25- python: remove the old initdb/rebuilddb methods, use ts.fooDB().jbj6-46/+110
2002-07-25- python: add ts.hdrCheck(), ts.rebuildDB() methods.jbj2-33/+188
2002-07-24- verify signatures/digests retrieved through rpmdbNextIterator().jbj1-3/+4
2002-07-19Remove foo.iter() method, use tp_iter mechanism, for rpmmi/rpmds/rpmfi.jbj7-71/+226