index
:
python-apt
master
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-21
doc/examples: Start updating to new API
Julian Andres Klode
10
-155
/
+156
2013-10-21
doc/source/examples/dpkg-info.py: Use apt_inst.DebFile
Julian Andres Klode
1
-2
/
+2
2013-10-08
python-apt: formatting error in library/index.rst (Closes: #692484)
Julian Andres Klode
1
-1
/
+1
2013-09-11
Completely remove deprecated stuff
Julian Andres Klode
1
-2
/
+0
2012-07-28
Fix typos: the the -> the (closes: #679432)
Jakub Wilk
2
-5
/
+5
2012-06-15
Merge patch from Colin Watson to handle non-UTF8 tag files in
Julian Andres Klode
1
-1
/
+5
2012-01-04
* doc/examples/build-deps.py:
Michael Vogt
2
-36
/
+92
2011-08-01
merged from the debian-sid bzr branch
Michael Vogt
1
-1
/
+1
2011-08-01
merged from the debian-sid branch
Michael Vogt
8
-11
/
+450
2011-08-01
* merged from the debian/sid bzr branch
Michael Vogt
3
-7
/
+7
2011-07-13
* add missing bits for the xz compression support for the
Michael Vogt
1
-3
/
+3
2011-05-27
Fix spelling errors reported by Lintian (sep[a->e]rated, overrid[d]en)
Julian Andres Klode
2
-4
/
+4
2011-05-27
* doc/source/tutorials/contributing.rst: minor improvements (Closes: #625225)
Julian Andres Klode
1
-3
/
+3
2011-05-26
merge from debian, omit disable of the 0.7 API
Michael Vogt
6
-5
/
+444
2011-04-29
apt_pkg: Add subclassing fun to PackageManager, for #623485 as well
Julian Andres Klode
2
-2
/
+69
2011-04-27
apt_pkg: Add OrderList, wanted for mancoosi (Closes: #623485)
Julian Andres Klode
3
-0
/
+123
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
2011-04-05
Change apt_pkg.Cache() so that passing None for 'progress' results in
Julian Andres Klode
1
-1
/
+2
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
2011-03-21
- add optional parameter to allow parse_depends() to keep the
Michael Vogt
1
-1
/
+4
2011-01-10
merged lp:~geser/ubuntu/natty/python-apt/build-with-py3.2 (manually as bzr th...
Michael Vogt
1
-1
/
+1
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
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
2010-07-23
* doc/conf.py:
Julian Andres Klode
1
-2
/
+7
2010-06-01
* doc/source/conf.py:
Michael Vogt
1
-1
/
+3
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
[next]