Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-21 | * python/apt_pkgmodule.cc: | Michael Vogt | 1 | -0/+2 | |
- strip multiarch by default in RealParseDepends | |||||
2011-02-18 | merged from lp:~mvo/python-apt/mvo | Michael Vogt | 3 | -6/+16 | |
2011-02-18 | releasing version 0.7.100.1ubuntu5 | Michael Vogt | 1 | -2/+2 | |
2011-02-18 | merged from the mvo branch | Michael Vogt | 2 | -1/+10 | |
2011-02-18 | * python/depcache.cc: | Michael Vogt | 2 | -1/+5 | |
- provide bindings for new libapt SetCandidateRelease() * debian/control: - require new libapt-pkg-dev SetCandidateRelease() | |||||
2011-01-13 | releasing version 0.7.100.1ubuntu4 | Michael Vogt | 1 | -2/+2 | |
2011-01-13 | releasing version 0.7.100.1ubunt4 | Michael Vogt | 1 | -1/+1 | |
2011-01-13 | * debian/python3-apt.install: | Michael Vogt | 2 | -3/+8 | |
- fix py3 extension module install location (thanks to Barry) | |||||
2011-01-13 | * debian/python3-apt.install: | Michael Vogt | 2 | -3/+6 | |
- fix py3 extension module install location (thanks to Barry) | |||||
2011-01-13 | update changelog to match current archive | Michael Vogt | 1 | -6/+9 | |
2011-01-10 | merged from the mvo branch, added changelog from Michael Bienia | Michael Vogt | 2 | -1/+14 | |
2011-01-10 | merged lp:~geser/ubuntu/natty/python-apt/build-with-py3.2 (manually as bzr ↵ | Michael Vogt | 1 | -1/+1 | |
thinks the branches have nothing in common) | |||||
2010-12-22 | merged from lp:~mvo/python-apt/mvo | Michael Vogt | 1 | -0/+14 | |
2010-12-22 | releasing version 0.7.100.1ubuntu2 | Michael Vogt | 1 | -2/+2 | |
2010-12-22 | * debian/control: | Michael Vogt | 2 | -2/+4 | |
- really dropped python2.6 recommends | |||||
2010-12-22 | merged from the mvo branch | Michael Vogt | 1 | -0/+9 | |
2010-12-22 | * python/depcache.cc: | Michael Vogt | 1 | -0/+4 | |
- when using the actiongroup as a contextmanager incref/decref on enter and leave. this should fix the instablity issues that aptdaemon runs into (LP: #691134) | |||||
2010-12-21 | releasing version 0.7.100.1ubuntu1 | Michael Vogt | 1 | -1/+2 | |
2010-12-21 | meged from mvo | Michael Vogt | 1 | -1/+4 | |
2010-12-21 | merged from debian-sid | Michael Vogt | 2 | -4/+23 | |
2010-12-21 | * apt/debfile.py, tests/test_debfile.py: | Michael Vogt | 1 | -0/+3 | |
- strip "./" from _get_content and add tests, this fixes a control file extraction bug in gdebi | |||||
2010-12-13 | merged from lp:~mvo/python-apt/mvo | Michael Vogt | 1 | -0/+7 | |
2010-12-13 | * apt/progress/text.py: | Michael Vogt | 1 | -0/+2 | |
- only run ioctl for termios.TIOCGWINSZ if the fd is a tty | |||||
2010-12-12 | Release 0.7.100.1 | Julian Andres Klode | 1 | -2/+2 | |
2010-12-12 | Merge from mvo | Julian Andres Klode | 1 | -0/+10 | |
* python/generic.h: - set Object to NULL in CppDeallocPtr * python/depcache.cc: - don't run "actiongroup.release()" if the object was already deallocated * tests/test_apt_cache.py: - fix tests to work if apt compressed indexes are enabled | |||||
2010-12-12 | debian/control: add Replaces to python-apt-common, python3-apt; to | Julian Andres Klode | 2 | -0/+4 | |
avoid file conflicts with files previously in python-apt (Closes: #605136). | |||||
2010-12-07 | python/generic.h: Fix a memory leak (leaking on every unicode string). | Julian Andres Klode | 1 | -0/+6 | |
2010-12-07 | releasing version 0.7.100ubuntu2 | Michael Vogt | 1 | -2/+2 | |
2010-12-07 | merged from the mvo branch | Michael Vogt | 1 | -0/+12 | |
2010-12-07 | * python/generic.h: | Michael Vogt | 1 | -0/+10 | |
- set Object to NULL in CppDeallocPtr * python/depcache.cc: - don't run "actiongroup.release()" if the object was already deallocated | |||||
2010-12-07 | merged from debian-sid | Michael Vogt | 9 | -21/+104 | |
2010-11-24 | releasing version 0.7.100ubuntu1 | Michael Vogt | 1 | -2/+2 | |
2010-11-24 | merged from lp:~mvo/python-apt/mvo | Michael Vogt | 1 | -0/+2 | |
2010-11-24 | * tests/test_apt_cache.py: | Michael Vogt | 1 | -0/+2 | |
- fix tests to work if apt compressed indexes are enabled | |||||
2010-11-24 | * re-merged from debian/sid | Michael Vogt | 1 | -0/+22 | |
* Final 0.7.100 release; targeted at Squeeze. * apt/debfile.py: - Replace (undocumented) use of python-debian debfile.DebFile API with the equivalent apt_inst.DebFile API (Closes: #603043) * apt/package.py: - Fix docstring of Package.mark_delete() (Closes: #599042) * doc: - Various documentation updates. - The C++ API/ABI is stable now. * po - Update sl.po (Closes: #603359) | |||||
2010-11-17 | Final 0.7.100 release; targeted at Squeeze. | Julian Andres Klode | 1 | -2/+3 | |
2010-11-17 | The C++ API/ABI is stable now. | Julian Andres Klode | 1 | -0/+1 | |
2010-11-17 | * doc: | Julian Andres Klode | 1 | -0/+2 | |
- Various documentation updates. | |||||
2010-11-17 | Fix indentation in changelog block. | Julian Andres Klode | 1 | -3/+3 | |
2010-11-17 | * apt/package.py: | Julian Andres Klode | 1 | -0/+2 | |
- Fix docstring of Package.mark_delete() (Closes: #599042) | |||||
2010-11-17 | * po | Julian Andres Klode | 1 | -0/+2 | |
- Update sl.po (Closes: #603359) | |||||
2010-11-10 | releasing version 0.7.98.1ubuntu2 | Michael Vogt | 1 | -0/+6 | |
2010-11-10 | * apt/debfile.py: | Julian Andres Klode | 1 | -0/+8 | |
- Replace (undocumented) use of python-debian debfile.DebFile API with the equivalent apt_inst.DebFile API (Closes: #603043) | |||||
2010-10-18 | fix compat issues with python3 | Michael Vogt | 1 | -2/+3 | |
2010-10-18 | * data/templates/Ubuntu.info.in: | Michael Vogt | 1 | -1/+6 | |
- add natty, LP:661578 | |||||
2010-10-15 | merged from the debian-sid branch | Michael Vogt | 9 | -22/+177 | |
2010-09-29 | merged patch from Piotr, many thanks | Michael Vogt | 9 | -21/+88 | |
2010-09-28 | releasing version 0.7.96.1ubuntu12 | Michael Vogt | 1 | -1/+1 | |
2010-09-28 | releasing version 0.7.98 | Michael Vogt | 1 | -2/+2 | |
2010-09-28 | use strprintf() from libapt instead of PyString_FromFormat() | Michael Vogt | 1 | -0/+3 | |
because PyString_FromFormat() does not support %llu in python versions below 2.7 |