| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2009-08-21 | python/cache.cc: Set default pulseInterval to 0 (matches apt-pkg's default). | Julian Andres Klode | 1 | -1/+1 | |
| 2009-08-19 | * apt/cache.py, python/cache.cc: | Michael Vogt | 1 | -2/+3 | |
| - add optional pulseIntevall option to "update()" * po/python-apt.pot: - refreshed | |||||
| 2009-07-30 | * python/cache.cc: | Julian Andres Klode | 1 | -1/+1 | |
| - Support Breaks, Enhances dependency types (Closes: #416247) | |||||
| 2009-03-03 | * python/cache.cc, tests/getcache_mem_corruption.py: | Michael Vogt | 1 | -3/+15 | |
| - test if progress objects have the right methods and raise error if not (thanks to Emanuele Rocca) closes: #497049 | |||||
| 2009-01-11 | Merge Ben Finney's whitespace changes (Closes: #481563) | Julian Andres Klode | 1 | -66/+66 | |
| 2008-10-06 | Test case and proposed fix for Debian bug #497049 | Emanuele Rocca | 1 | -3/+14 | |
| 2008-08-08 | Fix whitespace in changes from 0.7.7. | Ben Finney | 1 | -0/+5 | |
| 2008-07-30 | * python/cache.cc: | Michael Vogt | 1 | -1/+1 | |
| - fix crash if Ver.PriorityType() returns NULL | |||||
| 2008-07-21 | * data/templates/Debian.info.in: | Emanuele Rocca | 1 | -0/+5 | |
| - s/MatchUri/MatchURI/. Thanks, Gustavo Noronha Silva (closes: #487673) * python/cache.cc: - Throw an exception rather than segfaulting when GetCache() is called before InitSystem() (closes: #369147) | |||||
| 2008-05-16 | Remove trailing whitespace. | Ben Finney | 1 | -66/+66 | |
| 2008-01-07 | update to latest ListUpdate() | Michael Vogt | 1 | -1/+2 | |
| 2008-01-04 | * use the new CacheFile::ListUpdate() code | Michael Vogt | 1 | -41/+8 | |
| * add example in doc/examples/update.py | |||||
| 2007-06-10 | * merged translated package descriptions branch | Michael Vogt | 1 | -0/+69 | |
| 2006-09-18 | * fix api changes for python2.5 | Michael Vogt | 1 | -4/+4 | |
| 2006-08-03 | * basic ddtp support added | Michael Vogt | 1 | -0/+69 | |
| 2006-01-26 | * the pkgCache::VerIterator.DependsList[] dict does no longer depend on the ↵ | Michael Vogt | 1 | -1/+11 | |
| localized depends name but on the english one | |||||
| 2006-01-11 | * make sure to close the CacheFile when a pkgCache is deallocated | Michael Vogt | 1 | -1/+12 | |
| 2005-11-22 | * less debug messages | Michael Vogt | 1 | -2/+0 | |
| 2005-08-08 | * support for srcrecords.Files added | Michael Vogt | 1 | -2/+3 | |
| 2005-08-05 | * changelog merged with older debian versions, apt-secure support added (but ↵ | Michael Vogt | 1 | -0/+15 | |
| #if 0ed for performance reasons) | |||||
| 2005-07-01 | * added "Downloadable" as attribute to a VerIterator | Michael Vogt | 1 | -1/+3 | |
| 2005-07-01 | * added Cache.Open(),Close(); fixed some refcout problems | Michael Vogt | 1 | -5/+53 | |
| 2005-05-27 | * make better use of the cachefile in the depcache, avoid a stupid double ↵ | Michael Vogt | 1 | -7/+10 | |
| depcache building | |||||
| 2005-05-04 | * more tests added | Michael Vogt | 1 | -0/+1 | |
| * tests/cache.py: - test that iterates over all the cache and dependencies * tests/pkgrecords.py - test that iterates over all the pkgrecords * python/cache.cc - added a comment * python/pkgrecords.cc - return "True" from pkgRecord.Lookup() (to make it consistent with the PkgSrcRecords object) | |||||
| 2005-04-08 | * started the DepCache.Commit() interface | Michael Vogt | 1 | -0/+4 | |
| 2005-03-31 | * merged with the pkgDepCache tree | Michael Vogt | 1 | -2/+9 | |
| Patches applied: * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-10 * version number is 0.5.36ubuntu1 * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-11 * return "None" in GetCandidateVer if no Candidate is found * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-12 * changelog entry * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-13 * never do "DepCache.Init()" implicit * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-14 * reference counting added for Py_None | |||||
| 2005-03-31 | * debcache has a "Packages" attribute now too (like the cache) | Michael Vogt | 1 | -9/+1 | |
| 2005-03-14 | * basic fetch interface, mostly stubs right now | Michael Vogt | 1 | -4/+57 | |
| 2005-03-09 | * Implemented OpProgress support | Michael Vogt | 1 | -7/+5 | |
| 2005-02-23 | * apt_pkg.GetCache() supports a progress callback now too | Michael Vogt | 1 | -6/+19 | |
| 2004-11-24 | Don't do both depiterator++ and GlobOr; GlobOr incremen... | Arch Librarian | 1 | -2/+2 | |
| Author: mdz Date: 2003-06-03 03:03:23 GMT Don't do both depiterator++ and GlobOr; GlobOr increments the iterator (why?) | |||||
| 2004-11-24 | Manuel Estrada Sainz's patch to fix memory leak with Tm... | Arch Librarian | 1 | -3/+32 | |
| Author: jgg Date: 2002-07-08 03:24:48 GMT Manuel Estrada Sainz's patch to fix memory leak with TmpGetCache. | |||||
| 2004-11-24 | Fix g++-3.0 compilation issues | Arch Librarian | 1 | -34/+34 | |
| Author: mdz Date: 2002-02-26 01:36:15 GMT Fix g++-3.0 compilation issues | |||||
| 2004-11-24 | Changed include paths | Arch Librarian | 1 | -2/+2 | |
| Author: jgg Date: 2002-01-08 06:53:04 GMT Changed include paths | |||||
| 2004-11-24 | Initial revision | Arch Librarian | 1 | -0/+731 | |
| Author: jgg Date: 2001-02-20 06:32:01 GMT Initial revision | |||||
