René's URL Explorer Experiment


Title: python-apt - [no description]

Generator: cgit v1.2.3

direct link

Domain: git.launchpad.net

Links:

https://git.launchpad.net/
indexhttps://git.launchpad.net/
python-apthttps://git.launchpad.net/python-apt/
summaryhttps://git.launchpad.net/python-apt/
refshttps://git.launchpad.net/python-apt/refs/
loghttps://git.launchpad.net/python-apt/log/python/sourcelist.cc
treehttps://git.launchpad.net/python-apt/tree/python/sourcelist.cc
commithttps://git.launchpad.net/python-apt/commit/python/sourcelist.cc
diffhttps://git.launchpad.net/python-apt/diff/python/sourcelist.cc
roothttps://git.launchpad.net/python-apt/log/
pythonhttps://git.launchpad.net/python-apt/log/python
sourcelist.cchttps://git.launchpad.net/python-apt/log/python/sourcelist.cc
Expandhttps://git.launchpad.net/python-apt/log/python/sourcelist.cc?showmsg=1
Build with cleaner headershttps://git.launchpad.net/python-apt/commit/python/sourcelist.cc?id=e004eec14ba505146dae992478072086b5aeb30a
Remove old API compatibility C++ support codehttps://git.launchpad.net/python-apt/commit/python/sourcelist.cc?id=044322b4dca1135671a93ebfe1601214f7f6e655
python: Document every class, function, property.https://git.launchpad.net/python-apt/commit/python/sourcelist.cc?id=17b0dc6856855f2cd46d234357f0de584db2019e
python: Return bool instead of int to Python where possible, looks better.https://git.launchpad.net/python-apt/commit/python/sourcelist.cc?id=c3d6edddcdcd40ff7477430a20a3e3be7e188963
* python:https://git.launchpad.net/python-apt/commit/python/sourcelist.cc?id=a169fd15520d61303639c0dfa2aabec3f6446fb6
Merge the CppOwnedPyObject C++ class into CppPyObject.https://git.launchpad.net/python-apt/commit/python/sourcelist.cc?id=d24964f86e1108f88d55a9580bbd6d2e482562dd
Rename apt_pkg.PackageIndexFile to apt_pkg.IndexFile.https://git.launchpad.net/python-apt/commit/python/sourcelist.cc?id=2e32d8d27f84b585ef8196a28bdd2e649de02607
python: Rename all PyTypeObject's to conform to PEP 7.https://git.launchpad.net/python-apt/commit/python/sourcelist.cc?id=dabc8c6796afdaf0e2918db77117a07eae8b1fd4
python/sourcelist.cc: Do not delete the pkgIndexFile*, it is managed elsewhere.https://git.launchpad.net/python-apt/commit/python/sourcelist.cc?id=cd4dd0427591d6357d875f881573b0b57bc0ae31
python/sourcelist.cc: Fix deletion of MetaIndex objects returned in SourceLis...https://git.launchpad.net/python-apt/commit/python/sourcelist.cc?id=4eb6bf32792b37d97f7d0d50bf2669b04fa77583
python: Use PyVarObject_HEAD_INIT() instead of PyObject_HEAD_INIT().https://git.launchpad.net/python-apt/commit/python/sourcelist.cc?id=e80500e7173387acc7a6b6be9d7424a4343ec036
python: Add DeprecationWarning to functions which were replaced by classes.https://git.launchpad.net/python-apt/commit/python/sourcelist.cc?id=b81133a92aa673d0d9315e9837012e59a988333a
Bugfix: Delete pointers correctly, fixing memory leaks. (LP: #370149)https://git.launchpad.net/python-apt/commit/python/sourcelist.cc?id=395b33f9f8e93223f933c625bacbf1e2d23c6673
Allow types providing __new__() to be subclassed.https://git.launchpad.net/python-apt/commit/python/sourcelist.cc?id=f652213b76f72382bab21e730bf0ccc4419a1267
python/: Put all deprecated Get*() functions into #ifdef COMPAT_0_7.https://git.launchpad.net/python-apt/commit/python/sourcelist.cc?id=acf0e2af557be18a31570f8e21ccf67233b20004
python/: Convert most names to PEP8 naming conventions (except Version,Packag...https://git.launchpad.net/python-apt/commit/python/sourcelist.cc?id=7051066cf258caa2a3fd45271faa3d46b8a6d98a
* python/*.cc: Export all types and add a __new__() method to them.https://git.launchpad.net/python-apt/commit/python/sourcelist.cc?id=45cdd4f2c6b04bfdfd37ef0e1a6358b29680afb8
* Introduce support for Python 3 (Closes: #523645)https://git.launchpad.net/python-apt/commit/python/sourcelist.cc?id=c876c5095673a2f1c0f2c0eef6eadef2ce200e19
* python/acquire.cc, python/sourcelist.cc: Type cleanuphttps://git.launchpad.net/python-apt/commit/python/sourcelist.cc?id=fef39284798154b3fd2548f0311ee5da73b26ec8
Remove trailing whitespace.https://git.launchpad.net/python-apt/commit/python/sourcelist.cc?id=b147f1846cd26ab25ad925105f52421992395918
* python/sourcelist.cc:https://git.launchpad.net/python-apt/commit/python/sourcelist.cc?id=706ef80cbb054b1750358f8a3866cd9d6f9e6929
* python/metaindex.cc:https://git.launchpad.net/python-apt/commit/python/sourcelist.cc?id=8ad58480ce8a161519339b41eacefc26059bebf7
* added support for pkgIndexFilehttps://git.launchpad.net/python-apt/commit/python/sourcelist.cc?id=170c310e75aa0bc417cb67f6e560fdaab482d72e
* added PkgSourceList.GetIndexes(); rewrote apt.cache.update() to use ithttps://git.launchpad.net/python-apt/commit/python/sourcelist.cc?id=bc7a0801357ecb20535efc3aefad1832274bb29c
* fixes in the acquire interface code (use CppPyObject with pkgAcquire* direc...https://git.launchpad.net/python-apt/commit/python/sourcelist.cc?id=f505ecbf86d6ab30208c579a5e25c819c3733d89
* python/sourcelist.cc cleaned uphttps://git.launchpad.net/python-apt/commit/python/sourcelist.cc?id=86fea3ed91794aa9537a3b197dbaac500b82f2d8
* basic pkgAcquire + pkgPackageManager support addedhttps://git.launchpad.net/python-apt/commit/python/sourcelist.cc?id=c187e828e1661d09a8437214b2f90dcc25c05c99
* merged with Greek0@gmx.net--2005-main, native apt interface added, fixed a ...https://git.launchpad.net/python-apt/commit/python/sourcelist.cc?id=52ecc81517a1fa9748d04f0c0d05ce8396233b71
* Fix broken object initialization in sourcelist.cc and...https://git.launchpad.net/python-apt/commit/python/sourcelist.cc?id=d043347ad1c11127b129eb13ceb3579dfc48fce3
Initial support for accessing source package datahttps://git.launchpad.net/python-apt/commit/python/sourcelist.cc?id=e5d16b671f2a625893731b4ea0bd684bbd444323
cgit v1.2.3https://git.zx2c4.com/cgit/about/
git 2.25.1https://git-scm.com/

Robots: index, nofollow


URLs of crawlers that visited me.