Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-04-21 | Fix documentation problem | Robert Roth | 1 | -1/+1 | |
2011-04-21 | apt_pkg: Add apt_pkg.Version.multi_arch and friends | Julian Andres Klode | 1 | -0/+43 | |
2011-04-12 | doc: Fix documentation of BaseDependency.relation (Closes: #607031) | Julian Andres Klode | 1 | -1/+1 | |
2011-04-12 | apt.package: Add 'tasks' to Version, improve doc (Closes: #619574) | Julian Andres Klode | 1 | -0/+29 | |
2011-04-12 | doc: Fix a minor formatting error, patch by Jakub Wilk (Closes: #608914) | Julian Andres Klode | 1 | -1/+1 | |
2011-04-11 | doc/examples: Add example on how to get architecture names (LP: #194374) | Julian Andres Klode | 1 | -0/+12 | |
2011-04-05 | What's new in 0.8 document | Julian Andres Klode | 1 | -0/+28 | |
2011-04-05 | doc: Add versionadded for the new features | Julian Andres Klode | 2 | -0/+14 | |
2011-04-05 | Introduce apt_pkg.Cache.groups and apt_pkg.Cache.group_count | Julian Andres Klode | 1 | -0/+26 | |
2011-04-05 | Support (name, arch) tuples in apt_pkg.Cache mappings, wrapping | Julian Andres Klode | 1 | -2/+23 | |
FindPkg() with two string parameters. | |||||
2011-04-05 | Change apt_pkg.Cache() so that passing None for 'progress' results in | Julian Andres Klode | 1 | -1/+2 | |
no progress output | |||||
2011-04-05 | Add apt_pkg.Group class, wrapping pkgCache::GrpIterator | Julian Andres Klode | 2 | -0/+71 | |
2011-04-05 | Add an 'is_multi_arch' attribute to apt_pkg.Cache | Julian Andres Klode | 1 | -0/+4 | |
2011-04-04 | * python/cache.cc: | Julian Andres Klode | 1 | -2/+19 | |
- Add Package.get_fullname() and Package.architecture | |||||
2011-03-21 | - add optional parameter to allow parse_depends() to keep the | Michael Vogt | 1 | -1/+4 | |
multiarch parameter * tests/test_deps.py: - add test forapt_pkg.parse_depends(strip_multiarch=True) | |||||
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-11-17 | The C++ API/ABI is stable now. | Julian Andres Klode | 2 | -8/+1 | |
2010-11-17 | * doc: | Julian Andres Klode | 2 | -7/+30 | |
- Various documentation updates. | |||||
2010-08-02 | doc/library/apt_pkg.rst: Document Configuration.dump(). | Julian Andres Klode | 1 | -0/+5 | |
2010-07-23 | * python/apt_pkgmodule.cc: | Julian Andres Klode | 1 | -0/+4 | |
- Bind pkgAcquire::Item::StatTransientNetworkError (Closes: #589010) | |||||
2010-07-23 | * doc/conf.py: | Julian Andres Klode | 1 | -2/+7 | |
- Correctly handle non-digit characters in version (ignore everything after them). | |||||
2010-06-01 | * doc/source/conf.py: | Michael Vogt | 1 | -1/+3 | |
- do not fail for non digit version numbers like 0.7.95ubuntu1 | |||||
2010-05-19 | Big documentation update. | Julian Andres Klode | 6 | -643/+992 | |
2010-03-01 | Style fixes. | Julian Andres Klode | 2 | -1/+3 | |
2010-02-27 | doc: Document the new Cache functionality. | Julian Andres Klode | 1 | -0/+5 | |
2010-02-13 | python/tagfile.cc: Implement the iterator protocol in TagFile. | Julian Andres Klode | 1 | -3/+26 | |
2010-02-02 | doc/source/c++/api.rst: Update for the API changes. | Julian Andres Klode | 1 | -31/+31 | |
2010-02-02 | Fix typo seperated => separated in multiple files (reported by lintian). | Julian Andres Klode | 2 | -2/+2 | |
2010-02-02 | doc/client-example.cc: Update against the new API. | Julian Andres Klode | 1 | -1/+1 | |
2010-01-20 | Rename apt_pkg.PackageIndexFile to apt_pkg.IndexFile. | Julian Andres Klode | 2 | -13/+13 | |
2010-01-20 | doc/source/c++/embedding.rst: Add compile command. | Julian Andres Klode | 1 | -0/+7 | |
2010-01-20 | doc/source/c++/api.rst: Document the C++ bindings. | Julian Andres Klode | 2 | -3/+820 | |
2010-01-20 | apt/progress/gtk2.py: Add GAcquireProgress. | Julian Andres Klode | 1 | -2/+2 | |
2010-01-20 | doc/source/library/apt.progress.base.rst: Document Progress classes. | Julian Andres Klode | 2 | -0/+336 | |
2010-01-15 | Rewrite apt.progress.gtk2 documentation by hand and drop python-gtk2 | Julian Andres Klode | 1 | -13/+115 | |
build-time dependency. | |||||
2010-01-15 | doc/source/conf.py: Fix documentation in debugging variants of Python. | Julian Andres Klode | 1 | -1/+1 | |
2010-01-15 | fix typo | Julian Andres Klode | 1 | -1/+1 | |
2010-01-15 | Change version from 0.8 to 0.7.100 to indicate compatibility. | Julian Andres Klode | 5 | -29/+48 | |
2010-01-15 | doc/source/library/apt_inst.rst: Update to the new API. | Julian Andres Klode | 1 | -74/+306 | |
2010-01-15 | Make all class-level constants have uppercase names. | Julian Andres Klode | 1 | -8/+8 | |
2010-01-15 | Merge 0.7.13.5 pre. | Julian Andres Klode | 1 | -0/+45 | |
2010-01-13 | doc/source/apt_pkg/cache.rst: fix cross-reference to _DependencyTypes | Michael Vogt | 2 | -2/+2 | |
2010-01-13 | * python/cache.cc: | Michael Vogt | 2 | -0/+12 | |
- add UntranslatedDepType attribute to DependencyType - add DepTypeEnum that returns a value from {DepDepends, DepPreDepends, ...} * python/apt_pkgmodule.cc: - add DepDpkgBreaks, DepEnhances constants * doc/source/apt_pkg/{cache.rst, index.rst}: - update documentation as well | |||||
2009-10-25 | Add a tutorial on how to do things which are possible with apt-get, | Julian Andres Klode | 2 | -0/+67 | |
like apt-get --print-uris update (cf. #551164). | |||||
2009-08-21 | Merge 0.7.13.0 from unstable. | Julian Andres Klode | 2 | -1/+9 | |
2009-08-21 | doc/source/apt_pkg/cache.rst: Document pulseInterval in Cache.Update(). | Julian Andres Klode | 1 | -1/+4 | |
2009-08-21 | * apt/cache.py: Introduce ProblemResolver class (Closes: #542705) | Julian Andres Klode | 2 | -0/+8 | |
2009-08-18 | doc/source/c++/: Add C++ API documentation (no content yet). | Julian Andres Klode | 3 | -0/+12 | |
2009-07-24 | doc/source/library: Add new classes, fix some issues. | Julian Andres Klode | 2 | -229/+386 | |
2009-07-23 | doc/source: Big documentation reorganisation. | Julian Andres Klode | 26 | -177/+440 | |
Due to the new C++ API and because I wanted to include some tutorials, the documentation is now seperated into 4 sections: library => Documentation of modules. tutorials => Tutorials for using python-apt and contributing whatsnew => Release notes c++ => Documentation,Tutorials for the C++ API This commit also includes a new overview page, like the Python documentation. |