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
2014-06-30
make pep8 happy (again)
Michael Vogt
3
-16
/
+16
2014-04-02
apt/package.py: Do not shadow _
Julian Andres Klode
1
-3
/
+3
2014-03-10
Revert "* apt/cache.py:" (rootdir change)
Julian Andres Klode
1
-4
/
+1
2014-01-25
apt/package.py: Pass an apt_pkg.Dependency to BaseDependency
Julian Andres Klode
1
-19
/
+41
2014-01-25
apt/package.py: Improved readability and documentation of BaseDependency.__ds...
Michael Schaller
1
-3
/
+18
2014-01-06
apt/package.py: Fix BaseDependency.__dstr.__ne__()
Julian Andres Klode
1
-1
/
+1
2014-01-06
Unify list of comparison type values everywhere
Julian Andres Klode
1
-1
/
+1
2014-01-06
apt, doc: Fix the list of comp_type values
Julian Andres Klode
1
-1
/
+1
2014-01-06
Use a single code base for Python 2 and 3
Julian Andres Klode
5
-17
/
+33
2014-01-06
Use print_function everywhere
Julian Andres Klode
11
-62
/
+83
2014-01-05
make test_pep8.py pass
Michael Vogt
6
-89
/
+129
2014-01-05
make pyflakes clean
Michael Vogt
4
-2
/
+3
2014-01-05
apt/cache.py, apt/package.py: Fixed PEP8 and pyflakes issues
Michael Schaller
2
-49
/
+44
2013-11-23
* apt/cache.py:
Michael Vogt
1
-1
/
+4
2013-10-24
apt/cache.py: Call os.path.abspath() on a supplied rootdir (LP: #792295)
Julian Andres Klode
1
-0
/
+1
2013-10-21
apt/debfile.py: Pass strip_multi_arch=False to parse_depends.
Julian Andres Klode
1
-6
/
+8
2013-10-10
apt, aptsources: Only call init_config() if not already initialized
Julian Andres Klode
1
-2
/
+4
2013-10-10
apt/package.py: mark_upgrade misuses FromUser to set auto-installed
Daniel Hartwig
1
-2
/
+3
2013-10-08
apt/package.py: Add a Package.has_config_files property (Closes: #712749)
Julian Andres Klode
1
-0
/
+5
2013-09-11
Completely remove deprecated stuff
Julian Andres Klode
8
-725
/
+0
2013-06-06
add support for "key in apt.debfile.DebPackage" (closes: #710541)
Michael Vogt
1
-0
/
+3
2013-05-08
merged from experimental and uploaded to sid
Michael Vogt
3
-1
/
+27
2013-03-19
* apt/package.py:
Michael Vogt
1
-0
/
+2
2013-03-13
Fix the last commit
Julian Andres Klode
1
-4
/
+2
2013-03-13
apt/package.py: Try both filenames for package file lists
Julian Andres Klode
1
-6
/
+11
2012-10-23
build fixes for python3.3
Michael Vogt
1
-1
/
+2
2012-10-15
apt/cache.py: add comment
Michael Vogt
1
-0
/
+1
2012-10-15
close cache on (re)open
Michael Vogt
1
-0
/
+2
2012-10-15
merged lp:~jconti/python-apt/closeable-cache
Michael Vogt
1
-0
/
+20
2012-10-10
cherry pick robustness fixes for keyid (allow leading 0x, allow lowercase)
Michael Vogt
1
-1
/
+3
2012-10-04
* apt/cache.py:
Jason Conti
1
-0
/
+20
2012-10-02
* lp:~mvo/python-apt/recv-key-lp1016643:
Michael Vogt
1
-6
/
+75
2012-10-02
apt/auth.py: fix trailing whitespace
Michael Vogt
1
-1
/
+1
2012-10-01
fix crash when a pkgname has no candidate
Michael Vogt
1
-0
/
+1
2012-10-01
apt/auth.py: proper cleanup
Michael Vogt
1
-2
/
+1
2012-10-01
check fingerprint after downloading a key and before adding it
Michael Vogt
1
-4
/
+68
2012-10-01
support only downloading long keyids (160bit) in add_key_from_keyserver()
Michael Vogt
1
-3
/
+9
2012-07-30
apt/auth.py: Forward stderr from apt-key to our stderr if non-empty
Julian Andres Klode
1
-0
/
+4
2012-07-30
apt/auth.py: Do not merge stdout and stderr (Closes: #678706)
Julian Andres Klode
1
-5
/
+5
2012-07-28
Fix typos: the the -> the (closes: #679432)
Jakub Wilk
1
-1
/
+1
2012-06-25
Use Popen.communicate() instead of stdin, stdout
Julian Andres Klode
1
-10
/
+12
2012-06-25
* apt/auth.py:
Julian Andres Klode
1
-25
/
+27
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
[next]