Age | Commit message (Expand) | Author | Files | Lines |
2004-11-08 | Sanity. | jbj | 1 | -1/+1 |
2004-10-31 | - python: remove ".A" from creaky ts.check() tuple return (#135008). | jbj | 1 | -0/+4 |
2004-10-28 | - bump popt to version to 1.10. | jbj | 1 | -7/+7 |
2004-10-27 | Build rpm-4.4-0.1 packages. | jbj | 1 | -1/+1 |
2004-10-20 | Doxygen fiddles. | jbj | 1 | -1/+1 |
2004-10-20 | Add rpmtsCheck() and rpmtsOrder() to iterator. | jbj | 1 | -1/+1 |
2004-10-19 | Build and changes for _rpm module | pauln | 2 | -11/+14 |
2004-10-19 | Initial python wrapped rpm module files | pauln | 2 | -0/+23 |
2004-10-19 | ignore file for rpm-python rpm dir | pauln | 1 | -0/+8 |
2004-10-16 | Upgrade to db-4.3.14 internal. | jbj | 1 | -1/+18 |
2004-10-13 | Splint fiddles. | jbj | 5 | -15/+29 |
2004-10-13 | Move rpm-python test scripts to test subdirectory. | jbj | 7 | -0/+90 |
2004-10-13 | Permit fi = rpm.fi(h, tagN, flags) creator, analogous to h.fiFromHeader(). | jbj | 1 | -7/+81 |
2004-10-13 | Permit ds = rpm.ds(h, tagN, flags) creator, analogous to h.dsFromHeader(). | jbj | 1 | -7/+80 |
2004-10-13 | Return current problem set form transaction. | jbj | 3 | -4/+59 |
2004-10-12 | More cleanup. | jbj | 1 | -26/+4 |
2004-10-12 | No need for ps.NumProblems() method. | jbj | 1 | -16/+0 |
2004-10-12 | Proof-of-concept rpmps object. Ick ... | jbj | 1 | -21/+184 |
2004-10-12 | rpmps framework created. | jbj | 5 | -4/+263 |
2004-10-11 | Add Find and Merge methods, Sort stub. | jbj | 1 | -0/+68 |
2004-10-11 | Don't include Arch in release for backwards compat (#135008) | pauln | 1 | -1/+3 |
2004-10-09 | Doxygen and cpp nit picks. | jbj | 1 | -1/+2 |
2004-06-14 | Use libtool magic to build python modules. | arekm | 1 | -30/+16 |
2004-06-11 | - python: permit integer keys to ts.dbMatch(). | jbj | 1 | -0/+1 |
2004-06-10 | - python: return ds, not tuple, for ds iteration. | jbj | 1 | -1/+3 |
2004-06-10 | Return a single ds if you try and iterate over a single ds | pauln | 1 | -12/+2 |
2004-05-04 | - Adding support for integer keys in ts.dbMatch(). | niemeyer | 4 | -3/+67 |
2004-03-29 | Proof-of-concept for arch filtered dependencies. | jbj | 1 | -3/+8 |
2004-03-28 | - use package build time as EVR comparison tie breaker. | jbj | 1 | -0/+11 |
2004-03-26 | Splint fiddles. | jbj | 1 | -0/+7 |
2004-03-11 | Make spec-py lint free. | pauln | 1 | -24/+34 |
2004-03-11 | Begin lint fixes for spec-py | pauln | 3 | -5/+30 |
2004-03-11 | Fix splint warnings for spec | pauln | 1 | -0/+2 |
2004-03-11 | substititute labelCompare into rpmds_compare; map rpmdsCompare onto '==' and ... | jbj | 2 | -3/+124 |
2004-03-10 | Initial rpm.spec implementation | pauln | 5 | -2/+273 |
2004-02-21 | Typo. | jbj | 1 | -1/+1 |
2004-02-21 | Fix typo. | jbj | 1 | -11/+9 |
2004-02-20 | another oops | sopwith | 1 | -1/+3 |
2004-02-20 | oops | sopwith | 1 | -2/+2 |
2004-02-20 | Further fixes related to 113661 | sopwith | 1 | -20/+14 |
2004-01-28 | Enable selinux contexts in rpmtsRun - patch from Jeremy Katz | pauln | 1 | -0/+14 |
2004-01-26 | - python: throw exception on bad arg to labelCompare (#113661). | jbj | 1 | -0/+5 |
2004-01-22 | Build with gcc-2.95.3 and python-2.2, remove incompat CFLAGS and casts. | jbj | 4 | -4/+4 |
2004-01-16 | Quick fix for [] vs None retrun. | jbj | 1 | -2/+16 |
2004-01-14 | Return [] for tags with no contents. | jbj | 1 | -10/+3 |
2004-01-05 | Typo. | jbj | 1 | -1/+1 |
2004-01-01 | - python: avoid invoking python to acquire ill-specified parameters. | jbj | 3 | -12/+2 |
2004-01-01 | - python: include Python.h before glibc features.h. | jbj | 14 | -69/+19 |
2004-01-01 | Return [] for lists see #112794 | pauln | 1 | -5/+11 |
2003-12-30 | - use -fPIC -DPIC on all platforms, not just mandatory (#112713). | jbj | 4 | -4/+4 |