summaryrefslogtreecommitdiff
path: root/python/cdrom.cc
AgeCommit message (Expand)AuthorFilesLines
2013-09-11Remove old API compatibility C++ support codeJulian Andres Klode1-36/+0
2011-11-10fix build against apt in experimentalMichael Vogt1-2/+2
2011-05-27Fix spelling errors reported by Lintian (sep[a->e]rated, overrid[d]en)Julian Andres Klode1-1/+1
2010-04-21python: Commit documentation changes suggested by debian-l10n-english.Julian Andres Klode1-3/+6
2010-04-01python: Return bool instead of int to Python where possible, looks better.Julian Andres Klode1-1/+2
2010-02-27* python:Julian Andres Klode1-3/+5
2010-01-27Merge the CppOwnedPyObject C++ class into CppPyObject.Julian Andres Klode1-1/+1
2009-07-31python: Remove the progress classes in apt_pkg.Julian Andres Klode1-2/+1
2009-07-30python/cdrom.cc: Fix build failure with COMPAT_0_7.Julian Andres Klode1-1/+1
2009-07-24python/cdrom.cc: Adjust to new coding style and add docstrings.Julian Andres Klode1-115/+128
2009-07-23python/cdrom.cc: Do not check arguments in PkgCdromNew.Julian Andres Klode1-4/+0
2009-07-19python/cdrom.cc: New style ident returns None on failure.Julian Andres Klode1-10/+24
2009-07-19python/cdromprogress.cc: Add apt_pkg.CdromProgress.Julian Andres Klode1-0/+11
2009-07-13python: No zero-size arrays for char *kwlist[].Julian Andres Klode1-1/+1
2009-07-13python: Rename all PyTypeObject's to conform to PEP 7.Julian Andres Klode1-2/+2
2009-07-12python/cdrom.cc: Remove PkgCdromStruct, use pkgCdrom directly.Julian Andres Klode1-12/+6
2009-06-25python: Use PyVarObject_HEAD_INIT() instead of PyObject_HEAD_INIT().Julian Andres Klode1-4/+1
2009-06-21python: Add DeprecationWarning to functions which were replaced by classes.Julian Andres Klode1-0/+2
2009-06-09Allow types providing __new__() to be subclassed.Julian Andres Klode1-1/+2
2009-06-05python/: Put all deprecated Get*() functions into #ifdef COMPAT_0_7.Julian Andres Klode1-0/+2
2009-06-03python/: Convert most names to PEP8 naming conventions (except Version,Packag...Julian Andres Klode1-0/+4
2009-04-19* python/*.cc: Export all types and add a __new__() method to them.Julian Andres Klode1-9/+29
2009-04-15* Introduce support for Python 3 (Closes: #523645)Julian Andres Klode1-0/+2
2009-04-14* Remove any trailing whitespaceJulian Andres Klode1-3/+3
2009-04-13* python/cdrom.cc, python/depcache.cc: Use tp_methods for Cdrom, ProblemResol...Julian Andres Klode1-14/+18
2008-05-16Remove trailing whitespace.Ben Finney1-6/+6
2005-12-09* CdromProgress.totalSteps added Michael Vogt1-4/+2
2005-04-11* added Cdrom.Ident(), improved the examplesMichael Vogt1-4/+11
2005-04-11* cdrom interface addedMichael Vogt1-0/+105