Age | Commit message (Expand) | Author | Files | Lines |
2015-06-10 | Remove apt.progress.gtk2 | Julian Andres Klode | 1 | -27/+0 |
2015-05-07 | Fix pep8 error | Michael Vogt | 1 | -2/+2 |
2015-05-07 | Update doc/example/action.py for py3 and latest API | Michael Vogt | 2 | -73/+75 |
2015-05-07 | Update the print_uris.py example to use the new API | von | 1 | -15/+3 |
2014-06-30 | make pep8 happy (again) | Michael Vogt | 1 | -2/+2 |
2014-01-06 | Style fix: Do not use "is True" / "is False" | Julian Andres Klode | 1 | -1/+1 |
2014-01-05 | make test_pep8.py pass | Michael Vogt | 10 | -16/+20 |
2014-01-05 | make pyflakes clean | Michael Vogt | 2 | -1/+3 |
2013-10-21 | doc/examples/*.py: Update examples to the new API | Julian Andres Klode | 19 | -174/+165 |
2013-10-21 | doc/examples: Start updating to new API | Julian Andres Klode | 10 | -155/+156 |
2012-01-04 | * doc/examples/build-deps.py: | Michael Vogt | 2 | -36/+92 |
2011-04-11 | doc/examples: Add example on how to get architecture names (LP: #194374) | Julian Andres Klode | 1 | -0/+12 |
2009-06-08 | merge with mvo | jak@debian.org | 1 | -1/+17 |
2009-05-05 | * apt/progress/__init__.py: | Michael Vogt | 1 | -1/+17 |
2009-04-19 | * Update the code to use the new classes. | Julian Andres Klode | 16 | -39/+39 |
2009-03-08 | * doc/examples/*.py: Fix some examples, cleanup | Julian Andres Klode | 8 | -18/+6 |
2009-03-08 | apt/cache.py: If no progress is given for cache open, use OpProgress. | Julian Andres Klode | 1 | -3/+3 |
2009-03-08 | * Merge with mvo | Julian Andres Klode | 6 | -0/+7 |
2009-03-08 | * apt/progress/: New package, replaces apt.progress and apt.gtk | Julian Andres Klode | 1 | -2/+2 |
2009-02-25 | add a bunch of #!/usr/bin/python to the examples | Michael Vogt | 6 | -0/+7 |
2009-01-12 | Cleanup: Comparisons to True/False, ==/!= None, deprecated modules | Julian Andres Klode | 8 | -24/+14 |
2009-01-11 | * Merge Ben Finney's do not use has_key() (Closes: #481878) | Julian Andres Klode | 3 | -4/+4 |
2009-01-11 | Merge Ben Finney's whitespace changes (Closes: #481563) | Julian Andres Klode | 24 | -296/+314 |
2009-01-09 | Cleanup: Remove whitespace at the end of line in all python codes. | Julian Andres Klode | 7 | -12/+12 |
2008-11-24 | merged from the consolidation-bracn (with some modificatins) | Michael Vogt | 1 | -109/+21 |
2008-11-07 | python/acquire.cc (GetPkgAcqFile): Support DestDir and DestFilename. | Michael Vogt | 1 | -12/+1 |
2008-08-08 | 'mapping.has_key' is deprecated, use current Python 'key in mapping' idiom. | Ben Finney | 3 | -4/+4 |
2008-08-08 | Fix whitespace in changes from 0.7.7. | Ben Finney | 1 | -1/+1 |
2008-07-21 | * doc/examples/config.py: | Emanuele Rocca | 1 | -2/+1 |
2008-05-16 | Limit code lines to maximum 79 characters, to conform with PEP 8. | Ben Finney | 8 | -12/+25 |
2008-05-16 | Imports on separate lines, to conform with PEP 8. | Ben Finney | 6 | -6/+18 |
2008-05-16 | Remove redundant semicolons from statements. | Ben Finney | 3 | -23/+23 |
2008-05-16 | Fix spaces adjacent to commas and operators, to conform with PEP 8. | Ben Finney | 16 | -66/+66 |
2008-05-16 | Fix code indentation to 4 spaces, to conform with PEP 8. | Ben Finney | 15 | -210/+210 |
2008-05-16 | Fixes to blank lines, to conform with PEP 8. | Ben Finney | 10 | -36/+41 |
2008-05-16 | Remove trailing whitespace. | Ben Finney | 1 | -2/+2 |
2008-05-16 | Remove trailing whitespace. | Ben Finney | 7 | -13/+13 |
2008-01-08 | doc/examples/gui-inst.py: | Michael Vogt | 1 | -42/+13 |
2008-01-04 | * use the new CacheFile::ListUpdate() code | Michael Vogt | 1 | -0/+13 |
2007-09-14 | * doc/examples/acquire.py | Michael Vogt | 1 | -2/+1 |
2007-09-04 | * python/metaindex.cc: | Michael Vogt | 1 | -0/+15 |
2007-06-28 | * python/package.py: | Michael Vogt | 1 | -0/+12 |
2007-06-10 | * merged translated package descriptions branch | Michael Vogt | 1 | -0/+25 |
2006-10-02 | * progress.cc: | Michael Vogt | 1 | -1/+1 |
2006-09-12 | * apt/progress.py: | Michael Vogt | 1 | -4/+1 |
2006-08-03 | * basic ddtp support added | Michael Vogt | 1 | -0/+25 |
2006-06-09 | * changelog updated | Michael Vogt | 2 | -1/+23 |
2006-04-26 | * added a simple "all_deps" recursive example | Michael Vogt | 1 | -0/+34 |
2006-03-22 | * add PkgSrcRecords.Index to the code | Michael Vogt | 1 | -1/+1 |
2006-03-22 | * added indexFile.ArchiveURI(string) | Michael Vogt | 1 | -0/+1 |