summaryrefslogtreecommitdiffstats
path: root/lib/python/debian_support.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* * lib/python/debian_support.pyFlorian Weimer2006-06-151-66/+99
* lib/python/debian_support.py (patchesFromEdScript):Florian Weimer2005-12-151-2/+2
* Make (bug_name, package, release) unique in the package_notes table.Florian Weimer2005-09-211-0/+14
* Fix bug in the version comparison algorithm.Florian Weimer2005-09-191-0/+20
* lib/python/debian_support.py (Version):Florian Weimer2005-09-141-0/+1
* lib/python/debian_support.py (listReleases):Florian Weimer2005-09-131-1/+1
* First step towards calculating sets of vulnerable packages. This isFlorian Weimer2005-09-131-0/+1
* bin/apt-update-file:Florian Weimer2005-09-131-10/+35
* lib/python/debian_support.py:Florian Weimer2005-09-121-1/+203
* lib/python/debian_support.py (ParseError):Florian Weimer2005-09-121-6/+33
* Add list parser written in Python.Florian Weimer2005-09-121-0/+187

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