summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2001-03-20Strip header regions during unload.jbj1-6/+18
2001-03-17Doco updates.jbj3-0/+12
2001-02-27Handle non-string tag indices correctly.jbj1-0/+92
2001-02-17Add missing tokens.jbj1-1/+27
2001-02-12Add rpmRC return code type for the usual 0/1/2 codes.jbj1-4/+7
2001-02-09fix: make a copy of retrieved header before loading.jbj1-1/+0
2001-01-12doxygen annotations for python bindings.jbj1-1268/+1610
2001-01-09register more enumsmsw1-0/+2
2001-01-03- fix: avoid locale issues with strcasecmp/strncasecmp (#23199).jbj2-4/+4
2001-01-01- use popt autohelp for rpm helper binaries.jbj1-1/+1
2000-12-30- (non-linux): move stubs.c to rpmio (#21132).jbj2-1/+23
2000-12-29fix handleDbResult so that it will return an empty list when nothing matches ...gafton2-9/+11
2000-12-26- send query/verify output through rpmlog().jbj1-2/+2
2000-12-12- fix: headerLoad segfault in python bindings.jbj1-2/+10
2000-12-12Sync with rpm-4_0 branch.jbj1-2/+29
2000-12-04Sync with rpm-4_0 branch.jbj2-16/+23
2000-12-03- python: bind package removal (#21274).jbj1-125/+133
2000-12-02Bring header reggions mods back to top of stack.jbj1-0/+2
2000-10-28- better item/task progress bars <rodrigob@conectiva.com.br>.jbj1-0/+2
2000-09-14Revert rpmrc excision for now.jbj1-0/+1
2000-08-29- translate rpm.8 man page (Peter Ivanyi <ivanyi@internet.sk>).jbj2-5/+5
2000-08-24mergemsw1-1/+1
2000-08-24fixedmsw1-8/+11
2000-08-23added a hack to get the header that was passed to the transaction callback ma...msw1-0/+22
2000-08-20- add callbacks on package erasure.jbj1-0/+4
2000-08-19Remove fprintf.jbj1-1/+0
2000-08-19- python bindings to query and verify signatures.jbj1-3/+36
2000-07-29- re-resurrect firstkey/nextkey python bindings for up2date compatibility.jbj1-0/+70
2000-07-29- bail on firstkey/nextkey, there's a better way.jbj1-51/+0
2000-07-28properly reference the dbmsw1-0/+5
2000-07-28- resurrect firstkey/nextkey python bindings.jbj1-0/+51
2000-07-24don't blow our foot off by calling rpmReadConfigFiles on the find upgrade pac...msw1-1/+1
2000-07-15- rip out pre-transaction syscalls, more design is needed.jbj3-239/+3
2000-07-11fix: source rpm's need to do compressFilelist to get filenames.jbj1-1/+1
2000-06-22- put version on rpmpopt filename to avoid legacy filename collision.jbj1-1/+1
2000-06-18Include libpopt as well.jbj1-2/+3
2000-06-13link against rpmio, disable Fopenmsw3-4/+6
2000-06-12Add dbcursor to dbi interface.jbj1-1/+1
2000-06-11Fix db return code handling, majorly horked.jbj1-1/+4
2000-06-07- create rpmio directory for librpmio.jbj2-12/+11
2000-05-17fixup headers when loading themmsw1-0/+2
2000-05-02don't call these header munges on null headersmsw1-5/+3
2000-05-02compress filelist, fixup providesmsw1-0/+5
2000-04-27Sanity and API clean up. (make dist)jbj1-1/+1
2000-04-27- API: replace rpmdbUpdateRecord with rpmdbRemove/rpmdbAdd.jbj2-3/+11
2000-04-25 a little more work on the rpm modulemsw2-32/+39
2000-04-20match iterator supportmsw2-23/+173
2000-04-19Change iterator interface to use RPMTAG_FOO rather than RPMDBI_FOO.jbj2-8/+10
2000-04-19Sanity.jbj1-0/+1
2000-04-12Convert to rpm-3.1 API.jbj2-26/+180