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/setup.py
treehttps://git.launchpad.net/python-apt/tree/setup.py
commithttps://git.launchpad.net/python-apt/commit/setup.py
diffhttps://git.launchpad.net/python-apt/diff/setup.py
roothttps://git.launchpad.net/python-apt/log/
setup.pyhttps://git.launchpad.net/python-apt/log/setup.py
Expandhttps://git.launchpad.net/python-apt/log/setup.py?showmsg=1
Hack around toolchain to pick std symbols from libstdc++https://git.launchpad.net/python-apt/commit/setup.py?id=a961c148099a86795baa1f94ffee43d299cfe3ae
setup.py: Stop overriding C++ standards versionhttps://git.launchpad.net/python-apt/commit/setup.py?id=0a14c803d92cfbc25cb683dff65d03c8a387eb84
Merge branch 'fancy-progress2' into 'main'https://git.launchpad.net/python-apt/commit/setup.py?id=96e73a2c32fee967fcb8094032a29b93c310c08d
setup.py: Strip whitespace in versionhttps://git.launchpad.net/python-apt/commit/setup.py?id=d43801ec30bcac4f0c5e0e519a4e02689fcb15cc
python: expose APT::Progress::PackageManagerFancyhttps://git.launchpad.net/python-apt/commit/setup.py?id=acfae477b6de00c02ee0972acb0b179958044152
Run isorthttps://git.launchpad.net/python-apt/commit/setup.py?id=5de4f0a3233d7b870d50b0aa1e0eb0093fbae29a
Run pyupgradehttps://git.launchpad.net/python-apt/commit/setup.py?id=b335b4d829bd6e0aee3dbf4ae7ea4a28d26001c3
Use sphinx-build directly, sphinx.setup_command is no morehttps://git.launchpad.net/python-apt/commit/setup.py?id=a0ffa7b9f5c15f0bc8fe9aaa2b7615bdd57479ba
Add version fallback for non-dpkg buildshttps://git.launchpad.net/python-apt/commit/setup.py?id=cd26db0a89dc86c142479fa9c85e735f259dcc48
Reformat code with blackhttps://git.launchpad.net/python-apt/commit/setup.py?id=6c056c17106d6f1e2ce64d18c56e5744c97af691
Remove -Wstrict-prototypes compiler flaghttps://git.launchpad.net/python-apt/commit/setup.py?id=d12d57027a32479b4ac13d7c33b4cd642d49852a
Actually use custom extension builderhttps://git.launchpad.net/python-apt/commit/setup.py?id=102326ea4436dd0e2ee940ce0ae3ed565674ea5f
Migrate build and install to `setuptools`https://git.launchpad.net/python-apt/commit/setup.py?id=194f0c680e6729056c91533a9af5091919ab1246
Add conditional import guards in `setup.py`https://git.launchpad.net/python-apt/commit/setup.py?id=06f451334986d751f6357abc38040d9eadf51332
Adjust for PY_SSIZE_T_CLEANhttps://git.launchpad.net/python-apt/commit/setup.py?id=6b70382816e984d46a72f489c50b5ec6a326b0a0
Convert all shebangs to python3https://git.launchpad.net/python-apt/commit/setup.py?id=bcb5f031132adef7ccd1a339d1ba66bb16917ae1
Install type information according to PEP561https://git.launchpad.net/python-apt/commit/setup.py?id=5c6e33322ad343a424ed9d5280f4383aeb7e539d
setup.py: Only link against apt-pkghttps://git.launchpad.net/python-apt/commit/setup.py?id=271fb7bd859bb914076e9d06a88fcc432cb59e8a
start with pep484 supporthttps://git.launchpad.net/python-apt/commit/setup.py?id=f6f209cee87ede393c6450bb33772f54876135aa
Introduce apt_pkg.HashStringList()https://git.launchpad.net/python-apt/commit/setup.py?id=ec1c867541f4d742a16761be62cd662f75d40a7f
Build with cleaner headershttps://git.launchpad.net/python-apt/commit/setup.py?id=e004eec14ba505146dae992478072086b5aeb30a
Drop apt_pkg.IndexRecords, it has been dropped in experimentalhttps://git.launchpad.net/python-apt/commit/setup.py?id=346fc19148f283c07f29a44d3bea8f0fc322b7c9
Revert "Drop apt_pkg.IndexRecords, it has been dropped in experimental"https://git.launchpad.net/python-apt/commit/setup.py?id=a9d9a970ecb1fb1fb583264bbf49efa0502b4150
setup.py: Pass -std=c++11 and -Wno-write-strings to the compilerhttps://git.launchpad.net/python-apt/commit/setup.py?id=679cd226d9c29a91156959a5a2fb24b3aef169a8
Drop apt_pkg.IndexRecords, it has been dropped in experimentalhttps://git.launchpad.net/python-apt/commit/setup.py?id=52635147a2723c71a5df9656c7aae81524af04b3
setup.py: If no version is in the environment, return Nonehttps://git.launchpad.net/python-apt/commit/setup.py?id=23e044e3dabc7e61553ce559245393c432dadcd4
setup.py: Do not raise a value error if there's a tilde in the versionhttps://git.launchpad.net/python-apt/commit/setup.py?id=632fbccb55563e0fbe3d2d380789caa8a9928e25
setup.py: Translate version number from Debian to PEP0440https://git.launchpad.net/python-apt/commit/setup.py?id=165c3e534716c7f300a6419e2f0ccc331f63c0c9
Remove the "-Wstrict-prototypes" compiler optionhttps://git.launchpad.net/python-apt/commit/setup.py?id=1546cdfe105754af2bc685f40bfe985bae3d72e1
Use a single code base for Python 2 and 3https://git.launchpad.net/python-apt/commit/setup.py?id=86b1fa71cf952c5f4aae1cabef332ba0d4f5885c
make test_pep8.py passhttps://git.launchpad.net/python-apt/commit/setup.py?id=3bf9c3fe4d19ed4d985dc8b7747a737699f46a7e
Remove old API compatibility C++ support codehttps://git.launchpad.net/python-apt/commit/setup.py?id=044322b4dca1135671a93ebfe1601214f7f6e655
cherry pick r472 from lp:~ubuntu-core-dev/python-apt/ubuntu (thanks Colin!)https://git.launchpad.net/python-apt/commit/setup.py?id=02f1443ee316fe5c0dcf1c56471168b5482c49df
apt_pkg: Add OrderList, wanted for mancoosi (Closes: #623485)https://git.launchpad.net/python-apt/commit/setup.py?id=6282a925c2e32aeaa342b789470a01b6dcf70890
Add apt_pkg.Group class, wrapping pkgCache::GrpIteratorhttps://git.launchpad.net/python-apt/commit/setup.py?id=4548cac388f26cec60f1cef028421db910385565
Build documentation only once on the default Python version.https://git.launchpad.net/python-apt/commit/setup.py?id=73906071bf00e83910b4aaf9050cd3f567dc7cb7
* data/templates/*.in: Switch MirrorsFile to relative filenames.https://git.launchpad.net/python-apt/commit/setup.py?id=24971a75407f0b28f2cb4e890545a0f5825af87d
Remove inline functions from the C++ API, export them instead (part 2).https://git.launchpad.net/python-apt/commit/setup.py?id=b2a1af65654e4584d6b54c5d4e12175ff0dffad9
python/tarfile.cc: Introduce wrapper around ExtractTar.https://git.launchpad.net/python-apt/commit/setup.py?id=31d95030344c77d97d3245515a861a73732d0c5c
python/arfile.cc: Introduce apt_inst.ArArchive and apt_inst.ArMember.https://git.launchpad.net/python-apt/commit/setup.py?id=e526904d0440e720cbeebf895faf884717f3fbb3
python: Remove the progress classes in apt_pkg.https://git.launchpad.net/python-apt/commit/setup.py?id=fb8e639a7199a5707ae24c8424e5dc748fe0be37
python: First step of fixing acquire stuff.https://git.launchpad.net/python-apt/commit/setup.py?id=6ba42d2e31f161fc0ebe5405cf63b616c3e822b4
python/lock.cc: Introduce apt_pkg.SystemLock context manager.https://git.launchpad.net/python-apt/commit/setup.py?id=652a7312b21aa7121c0075c3c970d5f68fcdf648
setup.py: Compile cdromprogress.cc.https://git.launchpad.net/python-apt/commit/setup.py?id=a9cf6b4405a83bc0615cd313a8a7f1c23db3b402
Introduce new progress (base) classes in apt_pkg:https://git.launchpad.net/python-apt/commit/setup.py?id=aaf5907863bed9a044fa0e3e2eacd1ca2de53c59
setup.py: Add missing 'c' to configuration.cchttps://git.launchpad.net/python-apt/commit/setup.py?id=2a08f9a8fec67e535d91d00fea7be2c1f2090fbd
Simplify the whole building, build all Python versions with setup.pyhttps://git.launchpad.net/python-apt/commit/setup.py?id=7581c5fb8a8d8e1e0a79c343cbd23725475f846c
python: Fix some build warnings.https://git.launchpad.net/python-apt/commit/setup.py?id=a4e69e11e544844034c3fbdc6789d5573f802117
setup.py, debian/rules: Support version in setup.py again by gettinghttps://git.launchpad.net/python-apt/commit/setup.py?id=3bbb577e8a47ed05041c2532531e0e263f821c2c
0.7.10.2https://git.launchpad.net/python-apt/tag/?h=0.7.10.2
Fix FTBFS with python-debian (>= 0.1.13) on Python 2.4 by not using it tohttps://git.launchpad.net/python-apt/commit/setup.py?id=f4ad2eba9cb8a84903691d6f31b5b90e07fb5ae3
[next]https://git.launchpad.net/python-apt/log/setup.py?ofs=50
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.