index
:
python-apt
master
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-22
debian/pycompat: Drop, it's not used anymore
Julian Andres Klode
1
-1
/
+0
2014-03-22
debian/control: Drop X{B,S}-Python-Version and use X-Python-Version
Julian Andres Klode
1
-3
/
+1
2014-03-22
tests: Drop some more Python 2.6 cruft
Julian Andres Klode
2
-19
/
+1
2014-03-22
doc/source/conf.py: Do not use 'u' and 'r' prefixes together
Julian Andres Klode
1
-2
/
+2
2014-03-22
utils/get_ubuntu_mirrors.py: Drop, its unused and broken
Julian Andres Klode
1
-57
/
+0
2014-03-20
Release 0.9.3.4
Julian Andres Klode
1
-0
/
+12
2014-03-18
Revert "aptsources/sourceslist.py: ensure that our sources are opened with UT...
Julian Andres Klode
1
-21
/
+18
2014-03-17
Support all compressors for data.tar/control.tar (Closes: #718330)
Julian Andres Klode
5
-31
/
+55
2014-03-16
utils/get_*_mirrors*.py: Use sys.stderr.write instead of print
Julian Andres Klode
2
-4
/
+4
2014-03-16
utils/get_*_mirrors*.py: Ensure failure if no mirrors were read
Julian Andres Klode
2
-2
/
+15
2014-03-16
python/progress.cc: Remove invalid checks for mixedCase methods
Julian Andres Klode
1
-6
/
+3
2014-03-16
python/progress.cc: Fix InstallProgress to set child_pid (LP: #1177720)
Julian Andres Klode
1
-0
/
+3
2014-03-15
Release 0.9.3.3
Julian Andres Klode
1
-0
/
+13
2014-03-15
aptsources/sourceslist.py: ensure that our sources are opened with UTF-8
Steve Langasek
1
-18
/
+21
2014-03-10
Release 0.9.3.2
Julian Andres Klode
1
-0
/
+9
2014-03-10
Revert "* apt/cache.py:" (rootdir change)
Julian Andres Klode
1
-4
/
+1
2014-02-22
Release 0.9.3.1
Julian Andres Klode
1
-0
/
+6
2014-02-22
debian/rules: Do not run dh_sphinxdoc -a
Julian Andres Klode
1
-0
/
+5
2014-02-22
Release 0.9.3
Julian Andres Klode
1
-0
/
+14
2014-02-22
tests/test_policy.py: Fix comment to conform to PEP8
Julian Andres Klode
1
-2
/
+2
2014-02-22
tests/data/aptsources/sources.list.testDistribution: Add tanglu
Julian Andres Klode
1
-0
/
+1
2014-02-22
tests/test_policy.py: Disable, uses system state (FTBFS on ppc64)
Julian Andres Klode
1
-0
/
+2
2014-02-22
debian/python3-apt-dbg.files: Fix pattern for kFreeBSD
Julian Andres Klode
1
-1
/
+1
2014-02-22
data: Add Tanglu distribution information
Julian Andres Klode
2
-0
/
+45
2014-01-27
python/generic.h: Fix MkPyNumber to work if char is unsigned.
Julian Andres Klode
1
-1
/
+1
2014-01-26
utils/doclint.py: Drop, not working anymore.
Julian Andres Klode
2
-97
/
+14
2014-01-26
debian/rules: Use dh_sphinxdoc integration
Julian Andres Klode
2
-2
/
+2
2014-01-26
doc/source/conf.py: Python 3 support
Julian Andres Klode
1
-0
/
+2
2014-01-25
Release 0.9.2
Julian Andres Klode
1
-3
/
+30
2014-01-25
debian/control: Drop python-{unittest2,debian} build deps
Julian Andres Klode
1
-2
/
+0
2014-01-25
debian/control: Set Standards-Version to 3.9.5
Julian Andres Klode
1
-1
/
+1
2014-01-25
apt/package.py: Pass an apt_pkg.Dependency to BaseDependency
Julian Andres Klode
2
-40
/
+43
2014-01-25
apt/package.py: Improved readability and documentation of BaseDependency.__ds...
Michael Schaller
2
-3
/
+19
2014-01-25
tests/test_deps.py: test_dstr cleanup and fixes
Julian Andres Klode
1
-22
/
+13
2014-01-23
tests/test_aptsources.py: Fix regression in d95a8f2
Julian Andres Klode
1
-1
/
+1
2014-01-14
python/pkgmanager.cc: Do not create temporary CppPyRef
Julian Andres Klode
1
-1
/
+1
2014-01-07
apply patch from Barry Warsaw to fix autopkgtest
Michael Vogt
3
-2
/
+7
2014-01-07
debian/gbp.conf: Set sign-tags = True
Julian Andres Klode
1
-0
/
+1
2014-01-07
tests: Add back test_hashsums from old and update
Julian Andres Klode
3
-24
/
+27
2014-01-06
debian/README.source: Drop it, it's useless bzr
Julian Andres Klode
1
-3
/
+0
2014-01-06
tests/test_deps.py: Remove an invalid blank line
Julian Andres Klode
1
-1
/
+0
2014-01-06
apt/package.py: Fix BaseDependency.__dstr.__ne__()
Julian Andres Klode
2
-1
/
+29
2014-01-06
Unify list of comparison type values everywhere
Julian Andres Klode
4
-4
/
+7
2014-01-06
apt, doc: Fix the list of comp_type values
Julian Andres Klode
3
-3
/
+3
2014-01-06
Use a single code base for Python 2 and 3
Julian Andres Klode
6
-25
/
+33
2014-01-06
Use print_function everywhere
Julian Andres Klode
13
-63
/
+86
2014-01-06
tests: Remove checks for Python older than 2.7
Julian Andres Klode
3
-24
/
+5
2014-01-06
Drop support for Python 2.6
Julian Andres Klode
2
-11
/
+4
2014-01-06
debian/control: Replace a tab with spaces
Julian Andres Klode
1
-1
/
+1
2014-01-06
Style fix: Do not use "is True" / "is False"
Julian Andres Klode
3
-16
/
+16
[next]