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/progress.cc
treehttps://git.launchpad.net/python-apt/tree/python/progress.cc
commithttps://git.launchpad.net/python-apt/commit/python/progress.cc
diffhttps://git.launchpad.net/python-apt/diff/python/progress.cc
roothttps://git.launchpad.net/python-apt/log/
pythonhttps://git.launchpad.net/python-apt/log/python
progress.cchttps://git.launchpad.net/python-apt/log/python/progress.cc
Expandhttps://git.launchpad.net/python-apt/log/python/progress.cc?showmsg=1
Remove unused debugginghttps://git.launchpad.net/python-apt/commit/python/progress.cc?id=d0a0c6c9a146d974818fba1730db33d2c57a2c7d
Remove abandoned debugging messageshttps://git.launchpad.net/python-apt/commit/python/progress.cc?id=0f70434aae7aabfbc7c35c9bc2fbcbef9c5d8404
Port install progress to APT::Progress::PackageManagerProgressFdhttps://git.launchpad.net/python-apt/commit/python/progress.cc?id=c7b99ec2fbf78a69e6bfc3ea0964a151e315223d
Fix typo classes reported by lintianhttps://git.launchpad.net/python-apt/commit/python/progress.cc?id=1efd656cfefa516f861b68d3c0754f6bcdaffb95
Replace PyLong_FromLong() call with MkPyNumber() callhttps://git.launchpad.net/python-apt/commit/python/progress.cc?id=bbfb11b31e0532a7252d6a1a61760444e1e6b99f
python/progress.cc: Remove invalid checks for mixedCase methodshttps://git.launchpad.net/python-apt/commit/python/progress.cc?id=cd47e3e7e0a87ead87724d0120d408b7993e94c7
python/progress.cc: Fix InstallProgress to set child_pid (LP: #1177720)https://git.launchpad.net/python-apt/commit/python/progress.cc?id=47dfb3fac23721f76fc3084835f2c3c6382777ce
python/progress.cc: (scan-build): Fix some uninitialized valueshttps://git.launchpad.net/python-apt/commit/python/progress.cc?id=617f32fabedbb91d8b4db7dfb5b36c07e5f64d73
Remove old API compatibility C++ support codehttps://git.launchpad.net/python-apt/commit/python/progress.cc?id=044322b4dca1135671a93ebfe1601214f7f6e655
python/progress.cc: check result of Py_BuildValue() toohttps://git.launchpad.net/python-apt/commit/python/progress.cc?id=83d517779b4fe415005cea53a1d2d037013d8caa
fix build against apt in experimentalhttps://git.launchpad.net/python-apt/commit/python/progress.cc?id=628d7caf9ca6ee819398a4b88c23e42094fe2c10
apt_pkg: Fix unsigned/long-vs-int issues (LP: #610820)https://git.launchpad.net/python-apt/commit/python/progress.cc?id=f441b008883170d6a8c4cfeb814b0c07a27e6afd
PyFetchProgress::Pulse(): When ignoring a false return value fromhttps://git.launchpad.net/python-apt/commit/python/progress.cc?id=4bbf76cfa7a42b0cccd650baf3508cf6cfb14c5a
* python/progress.cc:https://git.launchpad.net/python-apt/commit/python/progress.cc?id=e94861e437dc544da9bf4a0161a25dedafd93f34
* python/progress.cc:https://git.launchpad.net/python-apt/commit/python/progress.cc?id=db157c59f3a0ae8ee3c150bae0aea70dcaf8beea
python/progress.cc: more compat fixeshttps://git.launchpad.net/python-apt/commit/python/progress.cc?id=8c2fa71d625189bf848b32e8da9b6e562751dadc
* python/progress.cc:https://git.launchpad.net/python-apt/commit/python/progress.cc?id=478a5ebf8c3e7bb4b17981e51d6341309bba3df6
python: Update PyAcquire_FromCpp to the new API rules (add Owner parameter).https://git.launchpad.net/python-apt/commit/python/progress.cc?id=3827ac6144cc4beda932a7602e66e4286a3e4265
Drop the segfault prevention measures from the Acquire code, as they failhttps://git.launchpad.net/python-apt/commit/python/progress.cc?id=2bb149489844096c55e9e90379795930171a6f73
* python/progress.cc:https://git.launchpad.net/python-apt/commit/python/progress.cc?id=c654ae4c10bf40922e2ecf8f1b7fe1c2b97a06aa
Fix reference counting for old progress classes (Closes: #566370).https://git.launchpad.net/python-apt/commit/python/progress.cc?id=511ca4dd916413a5f6a0ae140cfc678695bb006f
python/progress.cc: Always set 'percent' in OpProgress objects.https://git.launchpad.net/python-apt/commit/python/progress.cc?id=0d3c3d391bdff23e78d693d10d43e0cc24ce16fc
python/lock.cc,python/progress.cc: Include Python.h first to avoid warning.https://git.launchpad.net/python-apt/commit/python/progress.cc?id=b76e901886d37d0eee8d554a5d977cedd134d353
Merge 0.7.13.5 pre.https://git.launchpad.net/python-apt/commit/python/progress.cc?id=52cca77b8179a7f625673f19cb132686c0d416c9
* python/progress.cc:https://git.launchpad.net/python-apt/commit/python/progress.cc?id=18e9800bb962072e79e99f8fb1a29692919596ee
python/progress.cc: Do not special case apt_pkg.*Progress anymore.https://git.launchpad.net/python-apt/commit/python/progress.cc?id=e3653ead6554eafb9eb3327708944f30171aed6c
add better commet in updatehttps://git.launchpad.net/python-apt/commit/python/progress.cc?id=0695e2f15f7a2dd905fd437a72671b9ba9776f17
python: 2nd part of the acquire fixes (one PyObject per C++ object).https://git.launchpad.net/python-apt/commit/python/progress.cc?id=544f14e0f2fb70b5a1f30786a93023a42d88290d
python: First step of fixing acquire stuff.https://git.launchpad.net/python-apt/commit/python/progress.cc?id=6ba42d2e31f161fc0ebe5405cf63b616c3e822b4
python/progress.cc: Introduce setattr to reduce code duplication.https://git.launchpad.net/python-apt/commit/python/progress.cc?id=1358664af2c27db4d7d62292680013e811f11750
python/progress.cc: Fix problems with threads.https://git.launchpad.net/python-apt/commit/python/progress.cc?id=59ca8fafbe93d5aff7ac4baf54877dd1aa5fa036
Merge from debian-sidhttps://git.launchpad.net/python-apt/commit/python/progress.cc?id=c35f51be417e029a9ca4a571c3fcd7309634b21b
python/progress.cc: Use PyObject_CallObject instead of PyEval_CallObject.https://git.launchpad.net/python-apt/commit/python/progress.cc?id=cbfbbf0728df4d9f7d52685549eb529041184d82
python/progress.cc: CdromProgress.ask_cdrom_name() shall return None on failure.https://git.launchpad.net/python-apt/commit/python/progress.cc?id=48cc0bcaabe824f49987ed3236b9421c583226dd
python/cdromprogress.cc: Add apt_pkg.CdromProgress.https://git.launchpad.net/python-apt/commit/python/progress.cc?id=5c219e07aea347f652cf7949dc74f37282a17144
python/progress.cc: Set members directly, without using Python.https://git.launchpad.net/python-apt/commit/python/progress.cc?id=c7d7fbb650c8ff7c0e52c95723e1e65e295d55cf
python/progress.cc: Call fail() on AcquireProgress objects.https://git.launchpad.net/python-apt/commit/python/progress.cc?id=007fd304fe99b0d97b8039a8c1a83ac749e876f9
python/progress.h: Add Py{Acquire,Op}ProgressObject.https://git.launchpad.net/python-apt/commit/python/progress.cc?id=0153cede3726849504b04dabdebc8460c1c0fc91
python/acquire.cc, python/progress.cc: More fixes.https://git.launchpad.net/python-apt/commit/python/progress.cc?id=7e5b2dee624fb0fb7a6536cfdc74d30eeca8ffbe
python/acquire.cc: Introduce PyAcquireWorker_Type, make PyAcquireItemDesc_Typ...https://git.launchpad.net/python-apt/commit/python/progress.cc?id=ef106396218522fce5856744741c7b3f87261cc2
python/progress.cc: Make PyOpProgress::Update() behave more like OpTextProgress.https://git.launchpad.net/python-apt/commit/python/progress.cc?id=20fadc70639593001e1a9174333331afa3b4982b
python/progress.cc: Fix the types of the attributes.https://git.launchpad.net/python-apt/commit/python/progress.cc?id=6c9876724542889c6ee1542cf529b88ffa2cf456
python/progress.cc: Add support for PyAcquireProgress.https://git.launchpad.net/python-apt/commit/python/progress.cc?id=c12a853032583a8ed829e2d0ac6752bc14efdc80
Introduce new progress (base) classes in apt_pkg:https://git.launchpad.net/python-apt/commit/python/progress.cc?id=aaf5907863bed9a044fa0e3e2eacd1ca2de53c59
Removed separate way of defining Py_ssize_t in progress.h. Now using https://git.launchpad.net/python-apt/commit/python/progress.cc?id=d28170024ef4d2f01fd9096a3ec785cf424c0846
Further work on threading support.https://git.launchpad.net/python-apt/commit/python/progress.cc?id=2e2d8f93cdcfc61655bc0895380b33cfa4c78e9f
Removed debug print statement.https://git.launchpad.net/python-apt/commit/python/progress.cc?id=4882fc138b9439469bb934f2db659bc97f131725
C code must allow other python threads to work every now and then in progress...https://git.launchpad.net/python-apt/commit/python/progress.cc?id=d8c5f345039c9577d7326670afeeb7666c8d9c7c
python: Fix some build warnings.https://git.launchpad.net/python-apt/commit/python/progress.cc?id=a4e69e11e544844034c3fbdc6789d5573f802117
python/progress.cc: Just try to call a function and fallback.https://git.launchpad.net/python-apt/commit/python/progress.cc?id=cef5268fc12c6a4b4b8aa2b58a09494b1944e28a
[next]https://git.launchpad.net/python-apt/log/python/progress.cc?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.