summaryrefslogtreecommitdiff
path: root/python/configuration.cc
AgeCommit message (Expand)AuthorFilesLines
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