summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2014-09-03fix testsMichael Vogt1-1/+1
2014-09-02python/tag.cc: ensure that the final \n is there when duplicating section dataMichael Vogt1-4/+7
2014-06-10libapt uses pkgSourceRecords::Step() tooMichael Vogt1-2/+2
2014-06-10add apt_pkg.SourceRecords.step() to all steping through all SrcRecordsMichael Vogt1-0/+24
2014-06-10Revert "Merge remote-tracking branch 'mvo/feature/srcrec-enum' into debian/sid"Michael Vogt2-26/+1
2014-06-10Merge remote-tracking branch 'mvo/feature/srcrec-enum' into debian/sidMichael Vogt2-1/+26
2014-06-09rename apt_pkg.SourceRecords.next() to apt_pkg.SourceRecords.step() to avoid ...Michael Vogt1-5/+5
2014-06-09Add apt_pkg.SourceRecords.next() to step through all SrcRecordsMichael Vogt1-0/+24
2014-04-25Add support for build profilesJohannes Schauer1-5/+6
2014-03-22python/tag.cc: Ignore missing 'encoding' attribute in file objectsJulian Andres Klode1-0/+2
2014-03-17Support all compressors for data.tar/control.tar (Closes: #718330)Julian Andres Klode1-27/+45
2014-03-16python/progress.cc: Remove invalid checks for mixedCase methodsJulian Andres Klode1-6/+3
2014-03-16python/progress.cc: Fix InstallProgress to set child_pid (LP: #1177720)Julian Andres Klode1-0/+3
2014-01-27python/generic.h: Fix MkPyNumber to work if char is unsigned.Julian Andres Klode1-1/+1
2014-01-14python/pkgmanager.cc: Do not create temporary CppPyRefJulian Andres Klode1-1/+1
2014-01-06Unify list of comparison type values everywhereJulian Andres Klode1-1/+2
2013-10-23python/progress.cc: (scan-build): Fix some uninitialized valuesJulian Andres Klode1-3/+3
2013-10-23python/policy.cc: (scan-build): Fix a dead assignmentJulian Andres Klode1-2/+2
2013-10-23python/apt_instmodule.cc: Make RETURN(x) be return on Python 2Julian Andres Klode1-1/+1
2013-10-23python/arfile.cc: (C++11) Explicitly cast unsigned long to time_t in {}Julian Andres Klode1-1/+2
2013-10-23python/cache.cc: Remove a check for an unsigned long value < 0Julian Andres Klode1-1/+1
2013-10-23python/depcache.cc: Add more error handling to PkgDepCacheCommitJulian Andres Klode1-1/+1
2013-10-23python/{depcache.cc,string.cc}: Ignore deprecation warnings for some callsJulian Andres Klode3-0/+9
2013-10-23python/*.cc: Get rid of the easy-to-replace deprecated APT functionsJulian Andres Klode3-5/+7
2013-10-21python/cache.cc: Set NoDelete=true when creating Policy, fixes segfault in de...Julian Andres Klode1-2/+6
2013-10-15python/apt_pkgmodule.cc: Document second parameter of parse_{,src_}dependsJulian Andres Klode1-4/+8
2013-10-14python/indexrecords.cc: IndexRecords.load() needs to accept bytes as wellJulian Andres Klode1-2/+2
2013-10-08python/generic.cc: Move PyApt_Filename::init hereJulian Andres Klode2-21/+24
2013-10-08python/apt_pkgmodule.cc: Fix documentation of version_compare (Closes: #680891)Julian Andres Klode1-2/+3
2013-10-08apt_pkg: Support paths supplied as bytes objects (See: #680971)Julian Andres Klode9-26/+31
2013-10-08PyApt_Filename: Add return value to assignment operatorJulian Andres Klode1-2/+2
2013-10-08apt_inst: Support paths supplied as bytes objects (Closes: #680971)Julian Andres Klode2-30/+33
2013-10-08python/generic.h: Introduce a PyApt_Filename classJulian Andres Klode1-0/+60
2013-09-11Completely remove deprecated stuffJulian Andres Klode1-2/+0
2013-09-11Remove old API compatibility C++ support codeJulian Andres Klode17-945/+0
2013-08-26python/arfile.cc: Fixup the formattingJulian Andres Klode1-16/+15
2013-08-05coverity fixesMichael Vogt4-4/+4
2012-10-23build fixes for python3.3Michael Vogt1-0/+4
2012-10-15merge from the debian-sid branchMichael Vogt4-11/+25
2012-10-15* python/tag.cc:Michael Vogt1-2/+2
2012-10-10python/progress.cc: check result of Py_BuildValue() tooMichael Vogt1-0/+2
2012-10-02merge patch from Barry to fix #1030278Michael Vogt1-8/+20
2012-10-01python/cache.cc: PkgCacheGetIsMultiArch(): Return calculatedJames Hunt1-1/+1
2012-08-14* python/cache.cc:Michael Vogt1-0/+8
2012-06-19python/acquire.cc: Use pkgAcquire::Setup() to setup the acquire classJulian Andres Klode1-5/+4
2012-06-17* python/tag.cc:Julian Andres Klode1-2/+2
2012-06-17* python/configuration.cc:Julian Andres Klode1-2/+5
2012-06-15Merge patch from Colin Watson to handle non-UTF8 tag files inJulian Andres Klode1-29/+99
2012-04-17merged lp:~aptdaemon-developers/python-apt/fix-cannot-locate-file with a slig...Michael Vogt1-2/+5
2012-04-17* python/cache.cc:Michael Vogt1-1/+3