summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)AuthorFilesLines
2009-04-01* Fix documentation buildingJulian Andres Klode1-1/+5
2009-03-29Build-Depend on python-debian, use it to get version number from changelogJulian Andres Klode1-2/+5
2009-03-08* doc/examples/*.py: Fix some examples, cleanupJulian Andres Klode8-18/+6
2009-03-08apt/cache.py: If no progress is given for cache open, use OpProgress.Julian Andres Klode1-3/+3
2009-03-08* setup.py: Remove apt.gtk, add apt.progressJulian Andres Klode1-0/+1
2009-03-08* Merge with mvoJulian Andres Klode6-0/+7
2009-03-08* doc/source/*: Improve the documentationJulian Andres Klode3-37/+173
2009-03-08* apt/progress/: New package, replaces apt.progress and apt.gtkJulian Andres Klode3-7/+7
2009-03-08* apt/package.py: Introduce the Version classJulian Andres Klode1-0/+5
2009-02-25add a bunch of #!/usr/bin/python to the examplesMichael Vogt6-0/+7
2009-01-12doc/source/coding.rst: New python coding guidelinesJulian Andres Klode1-10/+22
2009-01-12Cleanup: Comparisons to True/False, ==/!= None, deprecated modulesJulian Andres Klode10-32/+25
2009-01-11* doc/source/apt_pkg/cache.rst: Mention the SHA256Hash is new in 0.7.9Julian Andres Klode1-0/+2
2009-01-11* Add support for PkgRecords.SHA256Hash (Closes: #456113)Julian Andres Klode1-0/+5
2009-01-11* Merge Ben Finney's do not use has_key() (Closes: #481878)Julian Andres Klode3-4/+4
2009-01-11Merge Ben Finney's whitespace changes (Closes: #481563)Julian Andres Klode24-296/+314
2009-01-11* doc/: Small updates, add PkgSourceListJulian Andres Klode2-38/+64
2009-01-11doc/source/**.rst: rst Style changes.Julian Andres Klode4-113/+103
2009-01-11* doc/source/apt_pkg/cache.rst: Add the last classesJulian Andres Klode1-6/+435
2009-01-10* doc/source/apt_pkg/cache.rst: Add PkgAcqFile, AcquireItem, and ConfigurationJulian Andres Klode1-0/+175
2009-01-10* doc/: Heavily improve documentationJulian Andres Klode7-14/+655
2009-01-09* doc/source/coding.rst: Add the jak branchJulian Andres Klode1-0/+7
2009-01-09* setup.py, doc/source/conf.py: Fix building by adding build/lib* to PYTHONPATHJulian Andres Klode2-2/+9
2009-01-09* Introduce the new documentation and add 0.7.9~exp2 to changelog.Julian Andres Klode23-13/+1396
2009-01-09Cleanup: Remove whitespace at the end of line in all python codes.Julian Andres Klode7-12/+12
2008-11-24merged from the consolidation-bracn (with some modificatins)Michael Vogt1-109/+21
2008-11-07python/acquire.cc (GetPkgAcqFile): Support DestDir and DestFilename.Michael Vogt1-12/+1
2008-08-08'mapping.has_key' is deprecated, use current Python 'key in mapping' idiom.Ben Finney3-4/+4
2008-08-08Fix whitespace in changes from 0.7.7.Ben Finney1-1/+1
2008-07-21* doc/examples/config.py:Emanuele Rocca1-2/+1
2008-05-16Limit code lines to maximum 79 characters, to conform with PEP 8.Ben Finney8-12/+25
2008-05-16Imports on separate lines, to conform with PEP 8.Ben Finney6-6/+18
2008-05-16Remove redundant semicolons from statements.Ben Finney3-23/+23
2008-05-16Fix spaces adjacent to commas and operators, to conform with PEP 8.Ben Finney16-66/+66
2008-05-16Fix code indentation to 4 spaces, to conform with PEP 8.Ben Finney15-210/+210
2008-05-16Fixes to blank lines, to conform with PEP 8.Ben Finney10-36/+41
2008-05-16Remove trailing whitespace.Ben Finney1-2/+2
2008-05-16Remove trailing whitespace.Ben Finney7-13/+13
2008-01-08doc/examples/gui-inst.py:Michael Vogt1-42/+13
2008-01-04* use the new CacheFile::ListUpdate() codeMichael Vogt1-0/+13
2007-09-14* doc/examples/acquire.pyMichael Vogt1-2/+1
2007-09-04* python/metaindex.cc:Michael Vogt1-0/+15
2007-06-28* python/package.py:Michael Vogt1-0/+12
2007-06-10* merged translated package descriptions branchMichael Vogt1-0/+25
2006-10-02* progress.cc:Michael Vogt1-1/+1
2006-09-12* apt/progress.py:Michael Vogt1-4/+1
2006-08-03* basic ddtp support addedMichael Vogt1-0/+25
2006-06-09* changelog updatedMichael Vogt2-1/+23
2006-04-26* added a simple "all_deps" recursive example Michael Vogt1-0/+34
2006-03-22* add PkgSrcRecords.Index to the codeMichael Vogt1-1/+1