index
:
python-apt
master
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-21
apt/cache.py, python/cache.cc: add optional pulseInterval option to "update()".
Julian Andres Klode
3
-4
/
+7
2009-08-21
* po: Update templates and translations de,fr,ja.
Julian Andres Klode
5
-4827
/
+603
2009-08-21
apt/cache.py: Fix the (inst|keep|broken|del)_count attributes (Closes: #542773).
Sebastian Heinlein
2
-4
/
+8
2009-08-21
* apt/cache.py: Introduce ProblemResolver class (Closes: #542705)
Julian Andres Klode
5
-3
/
+46
2009-08-21
apt/package.py: Add Package.is_now_broken and Package.is_inst_broken.
Julian Andres Klode
2
-1
/
+12
2009-08-20
apt/package.py: Do not mark the package as manually installed on upgrade (Clo...
Julian Andres Klode
2
-2
/
+4
2009-08-19
* apt/cache.py, python/cache.cc:
Michael Vogt
5
-11
/
+16
2009-08-19
merged from debian-sid
Michael Vogt
2
-21
/
+20
2009-08-19
apt/package.py: fix typo in keyword argument
Michael Vogt
1
-1
/
+1
2009-08-18
Set distribution to experimental
Julian Andres Klode
1
-3
/
+2
2009-08-18
doc/source/c++/: Add C++ API documentation (no content yet).
Julian Andres Klode
3
-0
/
+12
2009-08-18
debian/copyright: Update.
Julian Andres Klode
1
-1
/
+9
2009-08-18
tests/test_cache_invocation.py: Fix for COMPAT_0_7=0.
Julian Andres Klode
1
-10
/
+5
2009-08-18
apt/debfile.py: Adapt to class-based API (WARNING: changes behavior on certai...
Julian Andres Klode
1
-18
/
+7
2009-08-18
python/tarfile.cc: Introduce TarFile.extractdata().
Julian Andres Klode
1
-20
/
+77
2009-08-18
python: Disable the functions in apt_inst if built without COMPAT_0_7.
Julian Andres Klode
3
-12
/
+14
2009-08-18
debian/changelog: Classes in apt_inst now close LP: #44493.
Julian Andres Klode
1
-1
/
+3
2009-08-18
apt/package.py: Introduce Version.get_dependencies().
Julian Andres Klode
2
-20
/
+19
2009-08-18
debian/changelog: set to UNRELEASED
Michael Vogt
1
-2
/
+2
2009-08-18
merged from the mvo branch
Michael Vogt
3
-3
/
+31
2009-08-18
* apt/package.py:
Michael Vogt
2
-1
/
+27
2009-08-18
merge from debian-sid
Michael Vogt
11
-67
/
+176
2009-08-17
python/arfile.cc: Introduce DebFile.
Julian Andres Klode
4
-1
/
+176
2009-08-08
python/arfile.cc: Make functions static where possible.
Julian Andres Klode
1
-14
/
+15
2009-08-08
python/arfile.cc: Rewrite extraction code and add ArArchive.extractall().
Julian Andres Klode
1
-21
/
+76
2009-08-08
python/arfile.cc: Rename getdata() to extractdata().
Julian Andres Klode
1
-6
/
+6
2009-08-08
python/arfile.cc: Make ArArchive iterable.
Julian Andres Klode
1
-1
/
+9
2009-08-08
python/arfile.cc: Add ArArchive.getmembers(),getnames() and gettar().
Julian Andres Klode
1
-19
/
+107
2009-08-08
python/tarfile.cc: Introduce wrapper around ExtractTar.
Julian Andres Klode
4
-1
/
+424
2009-08-07
python/arfile.cc: Introduce apt_inst.ArArchive and apt_inst.ArMember.
Julian Andres Klode
5
-8
/
+354
2009-08-03
tests/test_cache_invocation.py: Adapt to new progress API.
Julian Andres Klode
1
-4
/
+5
2009-08-03
Merge 0.7.12.1
Julian Andres Klode
3
-4
/
+17
2009-08-03
Release 0.7.12.1
Julian Andres Klode
1
-2
/
+2
2009-08-03
* apt/debfile.py: Fix missing space in message (Closes: #539704)
Julian Andres Klode
2
-1
/
+3
2009-08-02
* setup.py: Always build documentation, even if python-gtk2 is not installed.
Julian Andres Klode
2
-6
/
+2
2009-08-02
debian/control: Do not build-depend on python-gtk2 and python-vte on kfreebsd-*.
Julian Andres Klode
2
-2
/
+4
2009-08-02
Only recommend lsb-release instead of depending on it. Default to
Julian Andres Klode
4
-13
/
+33
2009-07-31
debian/changelog: Add note about documentation updates.
Julian Andres Klode
1
-0
/
+1
2009-07-31
debian/changelog: Rework latest changelog block to be more readable.
Julian Andres Klode
1
-21
/
+23
2009-07-31
apt/package.py: Fix apt_pkg.Version_compare => apt_pkg.version_compare.
Julian Andres Klode
1
-2
/
+2
2009-07-31
apt/progress: Large update, introducing apt.progress.base.InstallProgress.
Julian Andres Klode
7
-305
/
+225
2009-07-31
apt/progress/gtk2.py: Cleanup.
Julian Andres Klode
1
-15
/
+21
2009-07-31
apt/progress/old.py: Derive some more old classes from new classes.
Julian Andres Klode
1
-33
/
+10
2009-07-31
python: Remove the progress classes in apt_pkg.
Julian Andres Klode
13
-578
/
+36
2009-07-31
apt/progress/base.py: Introduce new base progress classes.
Julian Andres Klode
2
-20
/
+183
2009-07-31
python/progress.cc: Do not special case apt_pkg.*Progress anymore.
Julian Andres Klode
1
-72
/
+51
2009-07-31
python/configuration.cc, apt_pkgmodule.cc: Fix Configuration segfaults.
Julian Andres Klode
2
-2
/
+4
2009-07-31
* apt/package.py: Add missing argument to Version.__le__() and Version.__ge__()
Julian Andres Klode
2
-2
/
+9
2009-07-30
debian/control: Explicitly specify the versions to build for.
Julian Andres Klode
1
-3
/
+5
2009-07-30
python/cdrom.cc: Fix build failure with COMPAT_0_7.
Julian Andres Klode
1
-1
/
+1
[prev]
[next]