summaryrefslogtreecommitdiffstats
path: root/lib/python/debian_support.py
Commit message (Expand)AuthorAgeFilesLines
* Fix CVE10k problem for CVE with more than 4 numbersCarles Pina i Estany2021-02-151-0/+40
* Remove checks for apt_pkg.version_compareEmilio Pozuelo Monfort2020-11-101-9/+3
* debian_support: updateFile: support .xz filesEmilio Pozuelo Monfort2020-09-301-21/+31
* debian_support: remove PseudoEnum.__cmp__Emilio Pozuelo Monfort2020-07-291-2/+0
* Add comparison functions required for Python3Brian May2020-07-291-0/+25
* debian_support: decode lines when necessaryEmilio Pozuelo Monfort2020-07-291-3/+11
* debian_support.py: add py3 compatibility for apt-update-fileEmilio Pozuelo Monfort2020-07-291-4/+10
* debian_support: use BytesIO for GzipFile in python3Emilio Pozuelo Monfort2020-07-291-2/+6
* lib/python: use isinstance rather than typesEmilio Pozuelo Monfort2020-07-291-7/+11
* Use urllib urllib instead of urllib2Brian May2020-07-291-3/+6
* Force map() to get evaluated as listBrian May2020-07-291-1/+1
* Force keys() to get evaluated as listBrian May2020-07-291-1/+1
* debian_support: don't hardcode release namesEmilio Pozuelo Monfort2020-02-261-2/+3
* debian_support: Add bullseye to supported releasesSalvatore Bonaccorso2019-07-061-1/+1
* Replace file() with open() for Python 3 compatabilityBrian May2019-03-041-4/+4
* lib/python/debian_support.py: Use repr(..) over backticks; they are removed i...Chris Lamb2019-02-111-3/+3
* Replace "x.has_key(y)" with "y in x" syntaxBrian May2018-08-201-1/+1
* Fix print statements for Python 3.6 compatibilityBrian May2018-08-061-10/+11
* Replace <> with != for Python 3.6 compatibilityBrian May2018-07-151-3/+3
* Update python exception syntax for Python 3.6 compatibilityBrian May2018-07-131-7/+7
* debian_support: Add buster to supported release nameSalvatore Bonaccorso2017-06-171-1/+1
* add support for oldoldstable and stretch and make jessie the new stable releaseHolger Levsen2015-04-261-1/+1
* debian_support.Release: Add "experimental" as a pseudo-releaseFlorian Weimer2015-01-171-1/+2
* Revert "WIP: improve backports support. (this is really WIP: see debian_suppo...Holger Levsen2014-10-031-1/+1
* WIP: improve backports support. (this is really WIP: see debian_support.py)Holger Levsen2014-10-031-1/+1
* squeeze=oldstable, wheezy=stable, jessie=testingThijs Kinkhorst2013-05-051-1/+1
* lib/python/debian_support.py: avoid GzipFile context managerFlorian Weimer2012-08-061-2/+8
* lib/python/debian_support.py: replace urllib with urllib2 and set timeoutFlorian Weimer2012-08-061-22/+11
* Fix a crash when running the update script with a newer apt_pkgPaul Wise2012-02-171-1/+4
* correct unhandled python-apt api changeMichael Gilbert2011-05-301-1/+5
* debian_support.releasecodename(): new functionFlorian Weimer2011-04-241-1/+18
* debian_support.findresource(): new functionFlorian Weimer2011-04-241-10/+14
* debian_support.getconfig(): new functionFlorian Weimer2011-04-241-5/+20
* debian_support.inspect_deb(): removeFlorian Weimer2011-04-241-48/+20
* debian_support.inspect_deb(): attempt add a .deb parserFlorian Weimer2011-04-241-0/+114
* debian_support.updateFile(): make full download if patch hash is incorrectFlorian Weimer2011-02-131-1/+3
* lenny, squeeze, wheezyThijs Kinkhorst2011-02-061-1/+1
* adjust hashlib/sha fallback to actually work correctlyKees Cook2009-09-301-4/+4
* lib/python/debian_support.py (updateFile): fix the fixFlorian Weimer2009-05-241-5/+10
* lib/python/debian_support.py (updateFile): work around broken diffsFlorian Weimer2009-05-241-3/+6
* NFUs: 31; adjust debian_support to use hashlibKees Cook2009-03-271-2/+2
* more occurences of etch,lenny,squeezeThijs Kinkhorst2009-02-141-1/+1
* lib/python/debian_support.py: Handle failure to download patchesFlorian Weimer2008-12-121-2/+5
* lib/python/debian_support.py: Normalize version numbers before comparisonFlorian Weimer2008-12-021-4/+16
* lib/python/debian_support.py: Fix PseudoEnum.__repr__ methodFlorian Weimer2008-05-311-1/+3
* * lib/python/debian_support.py: Remove fallback for missing python-aptFlorian Weimer2007-10-171-102/+25
* * lib/python/debian_support.py (Version):Florian Weimer2007-06-101-1/+5
* * lib/python/debian_support.py (PackageFile.re_field):Florian Weimer2007-05-051-1/+1
* First round of adjustments for the etch releaseFlorian Weimer2007-04-081-1/+1
* allow ~ in versionsStefan Fritsch2006-08-091-2/+2

© 2014-2024 Faster IT GmbH | imprint | privacy policy