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