platform/upstream/rpm.git
2009-12-08 Panu MatilainenAvoid noise from python bytecompile on non-python pkgs...
2009-12-07 Florian FestiRemoved obsolete "db3" entry in dbi_config_default
2009-12-07 Florian FestiRemove support for sqlite based rpm database
2009-12-07 Panu MatilainenPreparing for 4.8.0-beta1 rpm-4.8.0-beta1
2009-12-07 Panu MatilainenBump soname for all our libraries
2009-12-07 Panu Matilainents.check() is supposed to return empty list when no...
2009-12-07 Panu MatilainenDisable the entire rpm.td type for now
2009-12-07 Panu MatilainenMake python header iterator return keys, not values
2009-12-07 Panu MatilainenAlways return malloced data from i18n extensions for...
2009-12-05 Panu MatilainenBump up the python version requirement to match reality
2009-12-02 Panu MatilainenFix the posix chown test for selinux enabled systems...
2009-12-02 Panu MatilainenBack out overly strict file type check on %ghost files
2009-11-27 Panu MatilainenUse AS_HELP_STRING() for configure option output
2009-11-27 Panu MatilainenRemove pointless message translation from check-buildroot
2009-11-27 Panu MatilainenRemove ancient broken scripts from the repository
2009-11-27 Panu MatilainenFiddling with ulimit settings does not belong to dep...
2009-11-27 Panu MatilainenCorrectly pass optional tag argument from hdr.dsFromHea...
2009-11-27 Panu MatilainenDont try to pass anything to rpm.fi() from hdr.fiFromHe...
2009-11-26 Panu MatilainenDont fail build on unrecognized non-executable files...
2009-11-26 Panu MatilainenJust use autoreconf in autogen.sh (ticket #109)
2009-11-25 Panu MatilainenFix signature password checking result on abnormal...
2009-11-25 Panu MatilainenWe can't handle OpenPGP subkeys or secret keys, so...
2009-11-24 Panu MatilainenDont blow up on headers without requireflags in rpmdsNew()
2009-11-24 Panu MatilainenNuke leftover debug junk
2009-11-24 Panu MatilainenSupport constructing header data from python
2009-11-24 Panu MatilainenDisable rpm.td type for now
2009-11-23 Panu MatilainenFix hdrContains() return value on error
2009-11-23 Panu MatilainenRemove bogus rpmpopt.pot file (ticket #77)
2009-11-21 Panu MatilainenRemove hdr.has_key() method, support 'key in h' style...
2009-11-21 Panu MatilainenRemove unnecessary hdr.instance() method
2009-11-21 Panu MatilainenTypos in exception messages
2009-11-20 Panu MatilainenError out early trying to install on readonly fs (ticke...
2009-11-20 Panu MatilainenConvert French man page to Unix line-endings
2009-11-20 Panu MatilainenFix build with binutils-gold (ticket #107)
2009-11-20 Panu MatilainenAdd RPMTAG_EPOCHNUM tag extension
2009-11-19 Panu MatilainenAdd spec package type with access to headers to python...
2009-11-19 Panu MatilainenPermit header object generation from PyCObjects
2009-11-18 Panu MatilainenLose the silly specFromSpec()
2009-11-18 Panu MatilainenTurn current python spec methods into read-only attribu...
2009-11-18 Panu MatilainenSanitize python spec.sources()
2009-11-18 Panu MatilainenPut a bit of sanity into python spec methods
2009-11-18 Panu MatilainenOops, tp_dealloc doesn't return anything
2009-11-18 Panu MatilainenFix rpmProblem reference counting in python bindings
2009-11-18 Panu MatilainenDeclare a few python functions only taking one argument...
2009-11-18 Panu MatilainenRip python checkSignals() wtf'ery
2009-11-18 Panu MatilainenPython archscore() only ever takes one argument, simplify
2009-11-18 Panu MatilainenMake python ts.problems() return a python list, not...
2009-11-18 Panu MatilainenRemove unused psFromPs()
2009-11-18 Panu MatilainenEliminate broken rpmps append() method from python...
2009-10-30 Panu MatilainenAdd in-memory hash for caching rpmdb dependency lookups
2009-10-30 Panu MatilainenDocument our new format extensions
2009-10-30 Panu MatilainenAdd file verifyflags format extension
2009-10-30 Panu MatilainenAdd file state format extension
2009-10-30 Panu MatilainenUpdate rpmtd formats comments to match reality
2009-10-29 David MalcolmConvert relative imports within rpm package to absolute...
2009-10-29 Panu MatilainenPermit any file-like object in rpm.setLogFile()
2009-10-29 Panu MatilainenUpdate module initialization to work with both Python...
2009-10-28 Panu MatilainenRemove unnecessary (cmpfunc) casts from our type objects
2009-10-28 Panu MatilainenEliminate ambiguous tp_compare and tp_richcompare from...
2009-10-28 Panu MatilainenAdd ds.Compare() as a thin wrapper over rpmdsCompare()
2009-10-28 Panu MatilainenType-check rpm.ds() comparison/search arguments everywhere
2009-10-28 Panu MatilainenRip out stillborn code
2009-10-28 Panu MatilainenEliminate the ambigious tp_compare from rpm.hdr
2009-10-28 Panu MatilainenUse PyObject_AsFileDescriptor() instead of object type...
2009-10-28 Panu MatilainenDont bother calculating hardlink counts when the value...
2009-10-27 Panu MatilainenSupport multiple python versions in brp-python-bytecomp...
2009-10-27 Panu MatilainenArgh, typo in previous commit
2009-10-27 Panu MatilainenRemove explicit Py_TPFLAGS_HAVE_RICHCOMPARE from ds...
2009-10-27 Panu MatilainenMake disk space problem reporting slightly saner (RhBug...
2009-10-27 Panu MatilainenLet Python decide the "native" string type for tag...
2009-10-23 Panu MatilainenPermit unicode as ts.dbMatch() key argument
2009-10-23 Panu MatilainenAllow unicode objects as tag name everywhere
2009-10-23 Panu MatilainenAdd conversion function for handling python unicode...
2009-10-22 Panu MatilainenMake --httpproxy and friends work again (RhBug:529214)
2009-10-21 Panu MatilainenOn Python 3, use macros to alias all usage of PyInt_...
2009-10-21 Panu MatilainenReplace PyString usage with PyBytes everywhere
2009-10-21 Panu MatilainenEnsure RPMSENSE_RPMLIB bit is always set on rpmlib...
2009-10-21 Panu MatilainenEnsure rpmlib() dependency sanity on build
2009-10-21 Panu MatilainenFix memory leaks on error exit from parseRCPOT()
2009-10-19 Panu MatilainenRemove leftovers from python header files
2009-10-19 David MalcolmConvert all usage of two-expression exception raising...
2009-10-19 Panu MatilainenPyVarObject_HEAD_INIT() compatibility macro for Python...
2009-10-19 David MalcolmGeneralize type object initialization to work with...
2009-10-19 Panu MatilainenPy_TYPE() compatibility macro for Python < 2.6
2009-10-19 David MalcolmGeneralize access to ob_type so that they work with...
2009-10-19 Panu MatilainenAvoid using python's print for Python 3.x compatibility
2009-10-17 Panu MatilainenUnbreak lzdio/xzdio
2009-10-17 Panu MatilainenSkip posttrans scripts of failed transaction elements
2009-10-16 Panu MatilainenSince we really want a FILE* then get one in the first...
2009-10-16 Panu MatilainenUse a helper function for finding fileno of specific...
2009-10-16 Panu MatilainenLose unnecessary url type checking from fdSize()
2009-10-16 Panu MatilainenLose unused leftover definitions
2009-10-16 Panu MatilainenEliminate ufdio-specific read, write, seek and close
2009-10-15 Panu MatilainenUse fd.tell() instead of going around through os.lseek...
2009-10-15 Panu MatilainenAdd tell() method to rpm.fd class
2009-10-15 Panu MatilainenAdd ftell() clone to FD_t
2009-10-15 Panu MatilainenAvoid unnecessary dup'ing of file descriptors on header...
2009-10-15 Panu MatilainenAccept rpm.fd() types file objects everywhere in python...
2009-10-14 Panu MatilainenMake fdUpdateDigests() static now that its possible
2009-10-14 Panu MatilainenMake FD_t struct opaque, finally
next