summaryrefslogtreecommitdiff
path: root/python/configuration.cc
AgeCommit message (Expand)AuthorFilesLines
2013-10-08apt_pkg: Support paths supplied as bytes objects (See: #680971)Julian Andres Klode1-6/+6
2012-06-17* python/configuration.cc:Julian Andres Klode1-2/+5
2011-11-10fix build against apt in experimentalMichael Vogt1-1/+1
2011-04-12apt_pkg: Fix unsigned/long-vs-int issues (LP: #610820)Julian Andres Klode1-1/+1
2011-04-11apt_pkg: Raise error when parse_commandline gets empty argv (LP: #707416)Julian Andres Klode1-0/+4
2010-09-13python/configuration.cc: fix typo in doc stringMichael Vogt1-1/+1
2010-07-29* python/configuration.cc:Michael Vogt1-1/+16
2010-04-21python: Commit documentation changes suggested by debian-l10n-english.Julian Andres Klode1-16/+25
2010-04-01python: Document every class, function, property.Julian Andres Klode1-24/+95
2010-04-01python: Return bool instead of int to Python where possible, looks better.Julian Andres Klode1-2/+2
2010-02-27* python:Julian Andres Klode1-15/+1
2010-02-02Remove inline functions from the C++ API, export them instead (part 2).Julian Andres Klode1-4/+4
2010-01-27Merge the CppOwnedPyObject C++ class into CppPyObject.Julian Andres Klode1-4/+4
2009-07-31python/configuration.cc, apt_pkgmodule.cc: Fix Configuration segfaults.Julian Andres Klode1-1/+3
2009-07-23python/configuration: Hack-in unicode character support in parse_commandline().Julian Andres Klode1-0/+4
2009-07-14python/configuration.cc: Unify all Configuration,ConfigurationPtr,Configurati...Julian Andres Klode1-108/+8
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-8/+8
2009-06-25python: Use PyVarObject_HEAD_INIT() instead of PyObject_HEAD_INIT().Julian Andres Klode1-12/+3
2009-06-23python/configuration.cc: Make ConfigurationPtr,ConfigurationSub subclasses of...Julian Andres Klode1-0/+6
2009-06-09Allow types providing __new__() to be subclassed.Julian Andres Klode1-1/+2
2009-06-08python/generic.h,tag.cc,configuration.cc: Use tp_alloc/tp_free instead of Py...Julian Andres Klode1-1/+2
2009-06-05Introduce the rename rules formally, and add some exceptions.Julian Andres Klode1-1/+1
2009-06-04python/: Unify naming conventions for all new names.Julian Andres Klode1-3/+3
2009-06-03python/: Convert most names to PEP8 naming conventions (except Version,Packag...Julian Andres Klode1-3/+18
2009-04-19* python/*.cc: Export all types and add a __new__() method to them.Julian Andres Klode1-3/+20
2009-04-15* Introduce support for Python 3 (Closes: #523645)Julian Andres Klode1-0/+6
2009-04-14* Remove any trailing whitespaceJulian Andres Klode1-9/+9
2009-04-13* python/configuration.cc: Support the 'in' operator for ConfigurationJulian Andres Klode1-15/+55
2009-01-29* apt/cache.py:Michael Vogt1-0/+18
2008-05-16Remove trailing whitespace.Ben Finney1-41/+41
2006-10-04* python/configuration.cc:Michael Vogt1-1/+1
2004-11-24Avoid null pointer deref in CnfKeys()Arch Librarian1-2/+4
2004-11-24Fix g++-3.0 compilation issuesArch Librarian1-10/+9
2004-11-24Changed include pathsArch Librarian1-2/+2
2004-11-24Initial revisionArch Librarian1-0/+523