| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-08-05 | coverity fixes | Michael Vogt | 1 | -1/+1 | |
| 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 | -7/+7 | |
| This fix is large, but simple in concept. Instead of relying on Py_BuildValue and type signatures, or type-specific conversion functions, create a new set of overloaded MkPyNumber() functions that automatically do the right thing for each numerical type. | |||||
| 2010-04-21 | python: Commit documentation changes suggested by debian-l10n-english. | Julian Andres Klode | 1 | -5/+5 | |
| 2010-02-02 | python/tarfile.cc: If only one member is requested, extract just that one. | Julian Andres Klode | 1 | -0/+2 | |
| 2010-01-27 | Merge the CppOwnedPyObject C++ class into CppPyObject. | Julian Andres Klode | 1 | -10/+10 | |
| 2010-01-24 | Clone all pkgDirStream::Item's so apt_pkg.TarMember object can be used | Julian Andres Klode | 1 | -30/+43 | |
| outside of the callback function passed to go(). | |||||
| 2010-01-24 | * python/tarfile.cc: | Julian Andres Klode | 1 | -4/+10 | |
| - When extracting, only allocate a new buffer if the old one was too small. - Do not segfault if TarFile.go() is called without a member name. | |||||
| 2009-08-18 | python/tarfile.cc: Introduce TarFile.extractdata(). | Julian Andres Klode | 1 | -20/+77 | |
| This works by enhancing PyDirStream to support handling only one member, making the PyObjects for the current member instance variables and after calling TarFile.Go() return the value of 'py_data'. | |||||
| 2009-08-08 | python/tarfile.cc: Introduce wrapper around ExtractTar. | Julian Andres Klode | 1 | -0/+412 | |
