Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-09-28 | do use PyString_FromFormat(), in python versions below 2.7 it | Michael Vogt | 1 | -0/+3 | |
does not support long long (%llu), use strprintf() from libapt instead | |||||
2010-09-24 | * merge fix from Steven Chamberlain <steven@pyro.eu.org> for | Michael Vogt | 1 | -0/+5 | |
crash in unattended-upgrades, many many thanks (closes: #596408) * python/acquire-item.cc: - fix two more int -> long long change to follow the changes from libapt | |||||
2010-09-24 | * merge fix from Steven Chamberlain <steven@pyro.eu.org> for | Michael Vogt | 1 | -0/+10 | |
crash in unattended-upgrades, many many thanks (closes: #596408) * python/acquire-item.cc: - fix two more int -> long long change to follow the changes from libapt | |||||
2010-09-24 | * python/acquire-item.cc: | Michael Vogt | 1 | -0/+3 | |
- fix two more int -> long long change to follow the changes from libapt | |||||
2010-09-24 | merge fix from Steven Chamberlain <steven@pyro.eu.org> for | Michael Vogt | 1 | -0/+2 | |
crash in unattended-upgrades, many many thanks (closes: #596408) | |||||
2010-09-20 | releasing version 0.7.96.1ubuntu11 | Michael Vogt | 1 | -4/+4 | |
2010-09-20 | fix return type of DebSize() and UsrSize(), thanks to | Michael Vogt | 1 | -0/+7 | |
Sebastian Heinlein, LP: #642936 | |||||
2010-09-20 | merged from lp:~mvo/python-apt/mvo | Michael Vogt | 1 | -1/+8 | |
2010-09-20 | fix return type of DebSize() and UsrSize(), thanks to | Michael Vogt | 1 | -0/+2 | |
Sebastian Heinlein, LP: #642936 | |||||
2010-09-13 | releasing version 0.7.96.1ubuntu10 | Michael Vogt | 1 | -2/+2 | |
2010-09-13 | merged from lp:~mvo/python-apt/mvo | Michael Vogt | 1 | -0/+12 | |
2010-09-13 | * data/templates/Ubuntu.info.in: | Michael Vogt | 1 | -0/+5 | |
- add extras.ubuntu.com and archvie.canonical.com to the templates * aptsources/distinfo.py, aptsources/distro.py: - support non-official templates (like extras.ubuntu.com) | |||||
2010-09-07 | releasing version 0.7.96.1ubuntu9 | Michael Vogt | 1 | -2/+2 | |
2010-09-07 | cherry pick from debian-sid | Michael Vogt | 1 | -0/+4 | |
2010-09-07 | * add "provides" property to the apt.Version objects | Michael Vogt | 1 | -2/+15 | |
* apt/debfile.py: - fix error when reading binary content and add regresion test * merged patch from Samuel Lidén Borell to fix crash if there utf8 in the control file (LP: #624290) and add test * apt/cache.py: - add "sources_list" parameter to cache.update() to force updating a single sources.list entry only * debian/control: - add missing build-depends on python-debian (needed to run the tests for apt.debfile.DebPackage() | |||||
2010-09-07 | * merged patch from Samuel Lidén Borell to fix crash if there utf8 | Michael Vogt | 2 | -1/+14 | |
in the control file (LP: #624290) and add test * apt/cache.py: - add "sources_list" parameter to cache.update() to force updating a single sources.list entry only * debian/control: - add missing build-depends on python-debian (needed to run the tests for apt.debfile.DebPackage() * apt/debfile: - don't fail if we conflict with the pkgs we are reinstalling | |||||
2010-09-07 | * apt/debfile: | Michael Vogt | 1 | -0/+8 | |
- don't fail if we conflict with the pkgs we are reinstalling | |||||
2010-09-07 | merged from lp:~kiwinote/python-apt/reinstall-same-file | Michael Vogt | 1 | -0/+8 | |
2010-09-03 | * debian/control: | Michael Vogt | 2 | -1/+10 | |
- add missing build-depends on python-debian (needed to run the tests for apt.debfile.DebPackage() | |||||
2010-09-03 | * debian/control: | Michael Vogt | 2 | -1/+5 | |
- add missing build-depends on python-debian (needed to run the tests for apt.debfile.DebPackage() | |||||
2010-09-03 | * apt/cache.py: | Michael Vogt | 1 | -0/+3 | |
- add "sources_list" parameter to cache.update() to force updating a single sources.list entry only | |||||
2010-09-02 | merged patch from Samuel Lidén Borell to fix crash if there utf8 | Michael Vogt | 1 | -0/+2 | |
in the control file (LP: #624290) and add test | |||||
2010-09-02 | releasing version 0.7.96.1ubuntu7 | Michael Vogt | 1 | -2/+2 | |
2010-08-31 | debian/changelog: add missing changelog entry | Michael Vogt | 1 | -0/+4 | |
2010-08-31 | * add "provides" property to the apt.Version objects | Michael Vogt | 1 | -0/+3 | |
* apt/debfile.py: - fix error when reading binary content and add regresion test | |||||
2010-08-31 | * cherry pick debfile fix from lp:~mvo/python-apt/mvo (402..405): | Michael Vogt | 1 | -0/+8 | |
* apt/debfile.py: - fix error when reading binary content and add regresion test | |||||
2010-08-31 | * apt/debfile.py: | Michael Vogt | 1 | -0/+2 | |
- fix error when reading binary content and add regresion test | |||||
2010-08-27 | add "provides" property to the apt.Version objects | Michael Vogt | 1 | -0/+1 | |
2010-08-27 | * apt/debfile.py: | Michael Vogt | 1 | -0/+8 | |
- add missing init for _installed_conflicts (LP: #618597) | |||||
2010-08-27 | * apt/debfile.py: | Michael Vogt | 1 | -0/+7 | |
- add missing init for _installed_conflicts (LP: #618597) | |||||
2010-08-26 | * tests/test_apt_cache.py: | Julian Andres Klode | 1 | -0/+7 | |
- Do not insert ".." into sys.path, fixes FTBFS | |||||
2010-08-26 | Upload to unstable | Julian Andres Klode | 1 | -2/+2 | |
2010-08-26 | Set Standards-Version to 3.9.1 | Julian Andres Klode | 2 | -1/+2 | |
2010-08-26 | * Merge translation updates: | Julian Andres Klode | 1 | -1/+1 | |
- pt_BR.po by Sérgio Cipolla (Closes: #593754) | |||||
2010-08-26 | Build-depend on APT >= 0.8 to get gzip compression enabled (optional, | Julian Andres Klode | 2 | -1/+3 | |
can be reverted for backports) | |||||
2010-08-26 | * debian/control: | Julian Andres Klode | 2 | -8/+9 | |
- Adapt to new Python 3 handling (Closes: #593042) | |||||
2010-08-23 | * po/pt_BR.po: | Michael Vogt | 1 | -0/+2 | |
- updated, thanks to Sergio Cipolla | |||||
2010-08-10 | releasing version 0.7.96.1ubuntu5 | Michael Vogt | 1 | -0/+9 | |
2010-08-10 | * python/acquire.cc: | Michael Vogt | 1 | -0/+4 | |
- return long long when calling TotalNeeded(), FetchNeeded() and PartialPresent() from pkgAcquire(). This follows the change in libapt. | |||||
2010-08-05 | releasing version 0.7.96.1ubuntu4 | Michael Vogt | 1 | -2/+2 | |
2010-08-05 | * apt/debfile.py: | Michael Vogt | 1 | -0/+7 | |
- fix crash in DscFile handling and add regression test | |||||
2010-08-05 | * apt/debfile.py: | Michael Vogt | 1 | -0/+2 | |
- fix crash in DscFile handling and add regression test | |||||
2010-08-05 | * apt/debfile.py: | Michael Vogt | 1 | -0/+2 | |
- fix crash in DscFile handling and add regression test | |||||
2010-08-02 | doc/library/apt_pkg.rst: Document Configuration.dump(). | Julian Andres Klode | 1 | -0/+2 | |
2010-07-30 | rebuild against lastest libapt | Michael Vogt | 2 | -1/+7 | |
2010-07-29 | * python/configuration.cc: | Michael Vogt | 1 | -0/+8 | |
- add binding for the "dump()" method to configruation objects | |||||
2010-07-29 | merged dump() method from lp:~mvo/python-apt/mvo | Michael Vogt | 1 | -0/+5 | |
2010-07-29 | * python/configuration.cc: | Michael Vogt | 1 | -0/+2 | |
- add binding for the "dump()" method to configruation objects | |||||
2010-07-28 | merged from the debian-sid bzr branch | Michael Vogt | 3 | -16/+93 | |
2010-07-23 | * python/apt_pkgmodule.cc: | Julian Andres Klode | 1 | -0/+2 | |
- Bind pkgAcquire::Item::StatTransientNetworkError (Closes: #589010) |