Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
- Fix config.py --help (closes: #257007) | |||||
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 | |
- update to reflect the current features | |||||
2008-01-04 | * use the new CacheFile::ListUpdate() code | Michael Vogt | 1 | -0/+13 | |
* add example in doc/examples/update.py | |||||
2007-09-14 | * doc/examples/acquire.py | Michael Vogt | 1 | -2/+1 | |
- add actiongroup to example | |||||
2007-09-04 | * python/metaindex.cc: | Michael Vogt | 1 | -0/+15 | |
- added support for the metaIndex objects * python/sourceslist.cc: - support new "List" attribute that returns the list of metaIndex source entries | |||||
2007-06-28 | * python/package.py: | Michael Vogt | 1 | -0/+12 | |
- added Record class that can be accessed like a dictionary and return it in candidateRecord and installedRecord (thanks to Alexander Sack for discussing this with me) * doc/examples/records.py: - added example how to use the new Records class | |||||
2007-06-10 | * merged translated package descriptions branch | Michael Vogt | 1 | -0/+25 | |
2006-10-02 | * progress.cc: | Michael Vogt | 1 | -1/+1 | |
- fix memleak in progress.cc * tests/memleak.py: - uncomment the mem-leak code * doc/examples/sources.py: - improved the example | |||||
2006-09-12 | * apt/progress.py: | Michael Vogt | 1 | -4/+1 | |
- use select() when waiting for child input | |||||
2006-08-03 | * basic ddtp support added | Michael Vogt | 1 | -0/+25 | |
2006-06-09 | * changelog updated | Michael Vogt | 2 | -1/+23 | |
* prints_uris.py example added | |||||
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 | |
2006-03-22 | * fixes for the pkgSrcRecords code | Michael Vogt | 2 | -1/+7 | |
2006-02-28 | * interface fixes for kamion, pychecker fixes | Michael Vogt | 1 | -0/+17 | |
2006-01-05 | * small fixes in the new Origin.trusted code | Michael Vogt | 1 | -1/+1 | |
2006-01-04 | * added support for pkgIndexFile | Michael Vogt | 1 | -0/+20 | |
2005-12-29 | * improved the gui-inst example | Michael Vogt | 1 | -1/+3 | |
2005-12-22 | * removed the fetchProgress from _fetchArchives() (no longer needed) | Michael Vogt | 1 | -4/+4 | |
2005-12-07 | * InstallProgress.{error,conffile}() functions added | Michael Vogt | 1 | -1/+8 | |
2005-12-07 | * make pkgAcqFile use the old interface so that we don't depend on a new apt ↵ | Michael Vogt | 1 | -5/+23 | |
and still work with breezys apt | |||||
2005-12-06 | * apt.progress.InstallProgress class improved | Michael Vogt | 1 | -41/+22 | |
2005-12-06 | * bugfix in the acquire.FetchNeeded code | Michael Vogt | 1 | -0/+11 | |
2005-12-06 | * removed debug output | Michael Vogt | 1 | -3/+0 | |
2005-12-02 | * added "{candidate,installed}Downloadable" | Michael Vogt | 1 | -0/+36 | |
2005-12-01 | * pkgAcqFile wrapper added | Michael Vogt | 1 | -0/+7 | |
2005-11-28 | * cache.commit() uses the packagemanager python code now (+fix the gui-inst ↵ | Michael Vogt | 1 | -22/+31 | |
example) | |||||
2005-11-22 | * another bugfix in the new pkgPackageManager wrapper | Michael Vogt | 1 | -0/+1 | |
2005-11-22 | * fix in the pkgmanager.cc code (/me needs to be hit with a clue-stick) | Michael Vogt | 1 | -7/+13 | |
2005-11-21 | * apt_inst.debExtractArchive() added | Michael Vogt | 1 | -2/+10 | |
2005-11-18 | * added stat constants to the acquire-item interface | Michael Vogt | 1 | -1/+5 | |
2005-11-18 | * support for the pkgAcquire::ItemIterator added | Michael Vogt | 1 | -3/+16 | |
2005-11-18 | * acquire interface works with progress reporting now | Michael Vogt | 1 | -1/+9 | |
2005-11-18 | * basic pkgAcquire + pkgPackageManager support added | Michael Vogt | 1 | -0/+24 | |
2005-10-20 | * merged with the progress reporting code | Michael Vogt | 2 | -9/+61 | |
Patches applied: * michael.vogt@ubuntu.com--2005/python-apt--progress-reporting--0--base-0 tag of michael.vogt@ubuntu.com--2005/python-apt--mvo--0--patch-43 * michael.vogt@ubuntu.com--2005/python-apt--progress-reporting--0--patch-1 * support the apt--progress-reporting--0 branch (using "InstallProgress.statusfd) * michael.vogt@ubuntu.com--2005/python-apt--progress-reporting--0--patch-2 * support for update reporting via vte/progress bars added, including a evil "pass-me-my-file-descriptor" hack * michael.vogt@ubuntu.com--2005/python-apt--progress-reporting--0--patch-3 * merged with python-apt--mvo * michael.vogt@ubuntu.com--2005/python-apt--progress-reporting--0--patch-4 * merged from python-apt--mvo * michael.vogt@ubuntu.com--2005/python-apt--progress-reporting--0--patch-5 * better support new python-apt, added example for gui-inst with support for VTE_PTY_KEEP_FD * michael.vogt@ubuntu.com--2005/python-apt--progress-reporting--0--patch-6 * removed the fdsend stuff again, libvte will be patched instead | |||||
2005-09-20 | * example for working with apt_inst added | Michael Vogt | 1 | -0/+39 | |