index
:
python-apt
master
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-12
Drop __del__ statement, which is unsafe: http://www.algorithm.co.il/blogs/pro...
Evan Dandrea
1
-4
/
+1
2012-06-12
merged lp:~glatzor/python-apt/auth
Michael Vogt
1
-0
/
+176
2012-06-12
merge fix from lp:~ev/python-apt/dont-leak-fds, many thanks
Michael Vogt
1
-0
/
+4
2012-06-11
add test for utils.get_release_date_from_release_file and update code for mor...
Michael Vogt
1
-1
/
+1
2012-06-06
Add to copyright
Sebastian Heinlein
1
-0
/
+1
2012-06-06
Add support for update and net-update
Sebastian Heinlein
1
-0
/
+18
2012-06-06
Don't call fakeroot by default - this should be done by an alternate Dir::Bin...
Sebastian Heinlein
1
-2
/
+0
2012-06-06
Remove the wait statement to get a cleaner API
Sebastian Heinlein
1
-20
/
+5
2012-06-06
Call apt-key instead of gnupg
Sebastian Heinlein
1
-112
/
+48
2012-06-05
apt/auth.py: create _TMPDIR on demand
Michael Vogt
1
-2
/
+5
2012-06-05
pep8 fixes
Michael Vogt
1
-3
/
+11
2012-06-01
Small fix
Sebastian Heinlein
1
-1
/
+1
2012-06-01
Strip exported key
Sebastian Heinlein
1
-1
/
+1
2012-06-01
Don't set the trust model to always
Sebastian Heinlein
1
-1
/
+0
2012-06-01
Add an export_key method
Sebastian Heinlein
1
-0
/
+20
2012-05-31
Don't overwrite proc twice
Sebastian Heinlein
1
-1
/
+1
2012-05-31
A lot of refactoring
Sebastian Heinlein
1
-76
/
+186
2012-05-30
Import AptAuth.py from software-properites as auth.py
Sebastian Heinlein
1
-0
/
+98
2012-03-28
* apt/cache.py:
Michael Vogt
1
-2
/
+1
2012-03-27
* apt/package.py:
Michael Vogt
1
-1
/
+4
2012-01-31
apt/debfile.py: kill _supported_data_members its actually not used anymore an...
Michael Vogt
1
-7
/
+0
2012-01-31
* apt/debfile.py:
Michael Vogt
1
-17
/
+20
2012-01-30
GREEN: apt.Version has a "policy_priority" property
Michael Vogt
1
-0
/
+11
2011-12-19
pyflakes cleanup, use apt_pkg.gettext in aptsources too
Michael Vogt
2
-13
/
+2
2011-12-19
* apt/debfile.py:
Michael Vogt
1
-1
/
+2
2011-12-08
* lp:~mvo/python-apt/debfile-multiarch:
Michael Vogt
1
-5
/
+51
2011-12-08
handle architecture-specific conflicts correctly (LP: #829138)
Michael Vogt
1
-1
/
+2
2011-12-01
merged from lp:~mvo/apt/mvo
Michael Vogt
3
-11
/
+28
2011-12-01
apt/debfile.py: add py3 compat for to_strish()
Michael Vogt
1
-12
/
+14
2011-12-01
apt/progress/base.py: fix silly leftover from last commit
Michael Vogt
1
-2
/
+0
2011-12-01
fix debfile binary test for py3
Michael Vogt
1
-2
/
+9
2011-12-01
py3 fixes/clean
Michael Vogt
1
-0
/
+2
2011-12-01
* apt/progress/base.py:
Michael Vogt
1
-1
/
+3
2011-11-22
apt/package.py: use lt() instead of cmp()
Michael Vogt
1
-2
/
+2
2011-11-22
cleanup
Michael Vogt
2
-9
/
+9
2011-11-22
cleanup based on feedback from juliank
Michael Vogt
2
-8
/
+21
2011-11-17
make Dependency a list (it should probably also renamed to DependencyOrGroup ...
Michael Vogt
1
-8
/
+6
2011-11-17
allow Dependency object to be iteratable, this allows to write
Michael Vogt
1
-0
/
+3
2011-11-17
* apt/package.py:
Michael Vogt
1
-0
/
+5
2011-11-14
* apt/cache.py:
Michael Vogt
1
-0
/
+4
2011-11-10
* apt/cache.py:
Michael Vogt
1
-1
/
+1
2011-10-21
apt/debfile.py: really check against architecture
Michael Vogt
1
-1
/
+1
2011-10-21
make the tests pass
Michael Vogt
1
-7
/
+29
2011-10-21
first cut of multiarch support, tests still fail though
Michael Vogt
1
-5
/
+29
2011-10-21
merged from the debian-sid branch
Michael Vogt
3
-7
/
+10
2011-10-19
apt/debfile.py: Remove the need to explcitly call check() in order
Michael Vogt
1
-1
/
+3
2011-10-19
grammar fix in the cache.py doc (closes: #626610)
Michael Vogt
1
-2
/
+1
2011-10-19
rm usage of camelcase in cache.py doc (closes: #626617)
Michael Vogt
1
-2
/
+2
2011-10-19
merged from debian/sid
Michael Vogt
1
-2
/
+2
2011-10-05
* tests/test_apt_cache.py:
Michael Vogt
1
-0
/
+3
[next]