index
:
python-apt
1.1.y-xenial
1.4.y
1.6.y
1.7.y
1.8.4.y
1.8.y
2.0.y
2.4.y
2.8.y
debian/experimental
debian/jessie
main
pu/deb822-sources
pu/type-fixes
ubuntu/artful
ubuntu/eoan
ubuntu/lunar
ubuntu/trusty
ubuntu/vivid
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
pkgrecords.cc
Age
Commit message (
Expand
)
Author
2020-04-09
Also do locale magic for PkgRecordsGetShortDesc
Julian Andres Klode
2020-04-08
Decode locale-encoded descriptions.
Simon Poirier
2020-02-26
Fix build against apt 1.9.11 (Index -> MapPointer)
Julian Andres Klode
2018-06-19
Add support for custom fields to apt_pkg.PackageRecords
Julian Andres Klode
2018-03-23
Try to work around memory corruption in PackageRecords.*_hash
Julian Andres Klode
2018-03-02
python: stop using deprecated hash access (and drive by indent fixes)
Michael Vogt
2015-11-29
Use CppPyPath for returning (hopefully) all paths
Julian Andres Klode
2015-11-28
pkgrecords: Use hashes instead of deprecated MD5Hash and friends
Julian Andres Klode
2013-09-11
Remove old API compatibility C++ support code
Julian Andres Klode
2010-04-01
python: Document every class, function, property.
Julian Andres Klode
2010-04-01
python: Return bool instead of int to Python where possible, looks better.
Julian Andres Klode
2010-02-27
* python:
Julian Andres Klode
2010-01-27
Merge the CppOwnedPyObject C++ class into CppPyObject.
Julian Andres Klode
2009-07-13
python: Rename all PyTypeObject's to conform to PEP 7.
Julian Andres Klode
2009-06-25
python: Use PyVarObject_HEAD_INIT() instead of PyObject_HEAD_INIT().
Julian Andres Klode
2009-06-21
python: Make all CppOwnedPyObjects and similar support garbage collection.
Julian Andres Klode
2009-06-21
python: Add DeprecationWarning to functions which were replaced by classes.
Julian Andres Klode
2009-06-09
Allow types providing __new__() to be subclassed.
Julian Andres Klode
2009-06-05
python/: Put all deprecated Get*() functions into #ifdef COMPAT_0_7.
Julian Andres Klode
2009-06-05
Introduce the rename rules formally, and add some exceptions.
Julian Andres Klode
2009-06-04
python/: Unify naming conventions for all new names.
Julian Andres Klode
2009-06-03
python/: Convert most names to PEP8 naming conventions (except Version,Packag...
Julian Andres Klode
2009-04-19
* python/*.cc: Export all types and add a __new__() method to them.
Julian Andres Klode
2009-04-15
* Introduce support for Python 3 (Closes: #523645)
Julian Andres Klode
2009-04-15
* python/pkgrecords.cc: Use GetSet for PkgRecordsType
Julian Andres Klode
2009-01-11
* Add support for PkgRecords.SHA256Hash (Closes: #456113)
Julian Andres Klode
2008-05-16
Remove trailing whitespace.
Ben Finney
2008-02-11
* python/pkgrecords.cc:
Michael Vogt
2007-05-23
* python/pkgrecords.cc:
Michael Vogt
2006-12-19
* python/pkgrecords.cc:
Michael Vogt
2006-03-22
* fixes for the pkgSrcRecords code
Michael Vogt
2006-01-24
* added pkgRecords.Record
Michael Vogt
2005-11-18
* basic pkgAcquire + pkgPackageManager support added
Michael Vogt
2005-05-04
* more tests added
Michael Vogt
2004-11-24
Fix g++-3.0 compilation issues
Arch Librarian
2004-11-24
Changed include paths
Arch Librarian
2004-11-24
Initial revision
Arch Librarian