| https://git.launchpad.net/ |
| index | https://git.launchpad.net/ |
| python-apt | https://git.launchpad.net/python-apt/ |
| summary | https://git.launchpad.net/python-apt/ |
| refs | https://git.launchpad.net/python-apt/refs/ |
| log | https://git.launchpad.net/python-apt/log/python/depcache.cc |
| tree | https://git.launchpad.net/python-apt/tree/python/depcache.cc |
| commit | https://git.launchpad.net/python-apt/commit/python/depcache.cc |
| diff | https://git.launchpad.net/python-apt/diff/python/depcache.cc |
| root | https://git.launchpad.net/python-apt/log/ |
| python | https://git.launchpad.net/python-apt/log/python |
| depcache.cc | https://git.launchpad.net/python-apt/log/python/depcache.cc |
| Expand | https://git.launchpad.net/python-apt/log/python/depcache.cc?showmsg=1 |
| Expose the phased updates APIs in apt 2.7.11 | https://git.launchpad.net/python-apt/commit/python/depcache.cc?id=0a3fa2baf2aaa6c35b361648b72a78d9941b8dce |
| Remove unused debugging | https://git.launchpad.net/python-apt/commit/python/depcache.cc?id=d0a0c6c9a146d974818fba1730db33d2c57a2c7d |
| Remove unneccessary sptr includes | https://git.launchpad.net/python-apt/commit/python/depcache.cc?id=65c1c9f4278c68c8d12bcaf0fa14433f2eb98f68 |
| Remove install_protect() methods | https://git.launchpad.net/python-apt/commit/python/depcache.cc?id=324b2d49f16b307e7b365645591ebfd9ff71aba4 |
| Convert apt.Cache.commit and apt_pkg.DepCache.commit to FE lock | https://git.launchpad.net/python-apt/commit/python/depcache.cc?id=7064f1daabf3d9b30ae89561632b1307f9e147bd |
| apt_pkg.DepCache: Raise CacheMismatchError if argument belongs to diff. cache | https://git.launchpad.net/python-apt/commit/python/depcache.cc?id=9c99bbcd915daa64542a0303cd09fd74300fdaa7 |
| DepCache: Check that candidate we are setting belongs to package | https://git.launchpad.net/python-apt/commit/python/depcache.cc?id=83363e87d56084f5cfff17a9cf0bddfde97db72f |
| Raise ValueError if objects passed to DepCache are from different cache | https://git.launchpad.net/python-apt/commit/python/depcache.cc?id=a5bd6d129cf1f04021bf81879d27bc0ed810079e |
| Drop deprecation-ignore macros, use APT ones instead | https://git.launchpad.net/python-apt/commit/python/depcache.cc?id=77311085b968c9fb0fb0c856cdb036524a750323 |
| Fix regression from previous commit WRT Py_None reference count | https://git.launchpad.net/python-apt/commit/python/depcache.cc?id=7b2579fb5cfc8248b6356e2333ae584ae67a0f6d |
| depcache: Call SetLog() and GetLock on Acquire instead of Setup | https://git.launchpad.net/python-apt/commit/python/depcache.cc?id=b4a1cee994acb4dcca5bd39969e856e8ac904b3a |
| Replace pkgDistUpgrade and friend with APT::Upgrade::Upgrade | https://git.launchpad.net/python-apt/commit/python/depcache.cc?id=32dd84d4ba03fb77a6d0f30101c7281769a45143 |
| python/depcache.cc: Add more error handling to PkgDepCacheCommit | https://git.launchpad.net/python-apt/commit/python/depcache.cc?id=a2b3528a6b96c11a8c3f0600a5cde778a7911b4e |
| python/{depcache.cc,string.cc}: Ignore deprecation warnings for some calls | https://git.launchpad.net/python-apt/commit/python/depcache.cc?id=ea815d93dda86504518bdf69488b1f336f2439a3 |
| python/*.cc: Get rid of the easy-to-replace deprecated APT functions | https://git.launchpad.net/python-apt/commit/python/depcache.cc?id=0d616ec4ef49064412b27275dbbb1cb04b546fb5 |
| Remove old API compatibility C++ support code | https://git.launchpad.net/python-apt/commit/python/depcache.cc?id=044322b4dca1135671a93ebfe1601214f7f6e655 |
| fix build against apt in experimental | https://git.launchpad.net/python-apt/commit/python/depcache.cc?id=628d7caf9ca6ee819398a4b88c23e42094fe2c10 |
| apt_pkg: Fix unsigned/long-vs-int issues (LP: #610820) | https://git.launchpad.net/python-apt/commit/python/depcache.cc?id=f441b008883170d6a8c4cfeb814b0c07a27e6afd |
| * python/depcache.cc: | https://git.launchpad.net/python-apt/commit/python/depcache.cc?id=2885341cf3d7a1050be1bf2a45237395a3149feb |
| python/depcache.cc: remove Py_DECREF, that is one too much (thanks to juliank) | https://git.launchpad.net/python-apt/commit/python/depcache.cc?id=45100d466f6c392758ff2e490cdfee9aae7e55a7 |
| * python/depcache.cc: | https://git.launchpad.net/python-apt/commit/python/depcache.cc?id=33dd13058d468772153e3182c7d8b126f1e0f6ba |
| * python/generic.h: | https://git.launchpad.net/python-apt/commit/python/depcache.cc?id=d3897306b07fab8490b32e8822685b54959be3e5 |
| fix return type of DebSize() and UsrSize(), thanks to | https://git.launchpad.net/python-apt/commit/python/depcache.cc?id=cb12be4893d8ac79dcbaa77e30cf61d69a4e859e |
| python: Commit documentation changes suggested by debian-l10n-english. | https://git.launchpad.net/python-apt/commit/python/depcache.cc?id=6a519d479e384b0c1044ee456b1b0fb90ab41248 |
| python: Document every class, function, property. | https://git.launchpad.net/python-apt/commit/python/depcache.cc?id=17b0dc6856855f2cd46d234357f0de584db2019e |
| python: Return bool instead of int to Python where possible, looks better. | https://git.launchpad.net/python-apt/commit/python/depcache.cc?id=c3d6edddcdcd40ff7477430a20a3e3be7e188963 |
| * python: | https://git.launchpad.net/python-apt/commit/python/depcache.cc?id=a169fd15520d61303639c0dfa2aabec3f6446fb6 |
| Merge the CppOwnedPyObject C++ class into CppPyObject. | https://git.launchpad.net/python-apt/commit/python/depcache.cc?id=d24964f86e1108f88d55a9580bbd6d2e482562dd |
| python: No zero-size arrays for char *kwlist[]. | https://git.launchpad.net/python-apt/commit/python/depcache.cc?id=85165f89d3df8ad1c66bd9c842795885c407069e |
| python: Rename all PyTypeObject's to conform to PEP 7. | https://git.launchpad.net/python-apt/commit/python/depcache.cc?id=dabc8c6796afdaf0e2918db77117a07eae8b1fd4 |
| python/depcache.cc: Set NoDelete for DepCaches, instead of using the wrong de... | https://git.launchpad.net/python-apt/commit/python/depcache.cc?id=9150e644afe9fa51d61f31054b3a1990034b0e18 |
| python/depcache.cc: Introduce DepCache.policy property. | https://git.launchpad.net/python-apt/commit/python/depcache.cc?id=3c8959ed35b026ae57600c7f0b2ed531a98c7c0b |
| python: Use PyVarObject_HEAD_INIT() instead of PyObject_HEAD_INIT(). | https://git.launchpad.net/python-apt/commit/python/depcache.cc?id=e80500e7173387acc7a6b6be9d7424a4343ec036 |
| python: Fix some build warnings. | https://git.launchpad.net/python-apt/commit/python/depcache.cc?id=a4e69e11e544844034c3fbdc6789d5573f802117 |
| Add apt_pkg.DepCache.mark_auto() and apt.Package.mark_auto() methods to | https://git.launchpad.net/python-apt/commit/python/depcache.cc?id=b426f959e7e515d5f267558b6ae51ed9ae03fb9d |
| python: Make all CppOwnedPyObjects and similar support garbage collection. | https://git.launchpad.net/python-apt/commit/python/depcache.cc?id=13423bbbafc823740126e90ef0d7ca6e76fc7341 |
| python: Add DeprecationWarning to functions which were replaced by classes. | https://git.launchpad.net/python-apt/commit/python/depcache.cc?id=b81133a92aa673d0d9315e9837012e59a988333a |
| python/cache.cc,depcache.cc: Do not delete the depcache and cache pointers. | https://git.launchpad.net/python-apt/commit/python/depcache.cc?id=dc6cdb234d24cbcc0cb9e5c93c01ac63898c3e40 |
| Bugfix: Delete pointers correctly, fixing memory leaks. (LP: #370149) | https://git.launchpad.net/python-apt/commit/python/depcache.cc?id=395b33f9f8e93223f933c625bacbf1e2d23c6673 |
| Allow types providing __new__() to be subclassed. | https://git.launchpad.net/python-apt/commit/python/depcache.cc?id=f652213b76f72382bab21e730bf0ccc4419a1267 |
| python/: Put all deprecated Get*() functions into #ifdef COMPAT_0_7. | https://git.launchpad.net/python-apt/commit/python/depcache.cc?id=acf0e2af557be18a31570f8e21ccf67233b20004 |
| Introduce the rename rules formally, and add some exceptions. | https://git.launchpad.net/python-apt/commit/python/depcache.cc?id=14dfadc054e9bdafd2507dbca70dbec925471ae0 |
| python/: Unify naming conventions for all new names. | https://git.launchpad.net/python-apt/commit/python/depcache.cc?id=884c8a4ebdfcedf8143dcb2ce8ef92779c353e06 |
| python/: Convert most names to PEP8 naming conventions (except Version,Packag... | https://git.launchpad.net/python-apt/commit/python/depcache.cc?id=7051066cf258caa2a3fd45271faa3d46b8a6d98a |
| * python/*.cc: Fix build failures with python2.4-dbg. | https://git.launchpad.net/python-apt/commit/python/depcache.cc?id=55eaca76738417f719c1e3b66da94c7307308d74 |
| ActionGroups can be used as a context manager for the 'with' statement. | https://git.launchpad.net/python-apt/commit/python/depcache.cc?id=a7026989dd1ea3b70cbfc80cf92077efb2f52ba3 |
| * python/*.cc: Export all types and add a __new__() method to them. | https://git.launchpad.net/python-apt/commit/python/depcache.cc?id=45cdd4f2c6b04bfdfd37ef0e1a6358b29680afb8 |
| * Introduce support for Python 3 (Closes: #523645) | https://git.launchpad.net/python-apt/commit/python/depcache.cc?id=c876c5095673a2f1c0f2c0eef6eadef2ce200e19 |
| * python/depcache.cc: Use tp_methods and tp_getset for PkgDepCacheType | https://git.launchpad.net/python-apt/commit/python/depcache.cc?id=caef6ff047586413cbd2daef969f29c38481fa86 |
| * Remove any trailing whitespace | https://git.launchpad.net/python-apt/commit/python/depcache.cc?id=8413810c46f802490280b0be1beebaaadf1aa9f2 |
| [next] | https://git.launchpad.net/python-apt/log/python/depcache.cc?ofs=50 |
| cgit v1.2.3 | https://git.zx2c4.com/cgit/about/ |
| git 2.25.1 | https://git-scm.com/ |